summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Merge branch '3.1-stable' into developAndrey Andreev31-127/+172
2017-03-20[ci skip] Mark the start of 3.1.5-devAndrey Andreev1-1/+1
2017-03-20[ci skip] Prepare 3.1.4 releaseAndrey Andreev1-1/+1
2017-03-20Fix Apache header injection vulnerability in set_status_header()Andrey Andreev1-5/+5
2017-03-20Fix #5057Andrey Andreev1-2/+2
2017-03-14Fix #5050Andrey Andreev10-11/+11
2017-03-06Fix #5044; add unit tests for img() HTML helperAndrey Andreev1-1/+1
2017-03-01[ci skip] Remove a misleading comment from the docblock for random_string()Andrey Andreev1-3/+1
2017-02-21Merge pull request #5025 from katsew/introduce-apcu-driverAndrey Andreev2-0/+220
2017-02-21Merge pull request #5017 from tianhe1986/develop_having_inAndrey Andreev1-15/+94
2017-02-20Remove serialization/deserialization arraykatsew1-3/+3
2017-02-20Remove specific argument from abstractionkatsew1-3/+2
2017-02-20Align with spaceskatsew1-3/+3
2017-02-20Remove unused link commentkatsew1-1/+0
2017-02-20Change author to dev teamkatsew1-1/+1
2017-02-20Change version commentkatsew1-1/+1
2017-02-20Do not strip substrings looking like URL encode sequencesvlakoff1-1/+1
2017-02-20Merge pull request #5023 from vlakoff/db-escapeAndrey Andreev1-1/+1
2017-02-20Add apcu driver into valid driver listkatsew1-0/+1
2017-02-20Correct method and docskatsew1-16/+16
2017-02-20Create Cache_apcu class and copy source from Cache_apc classkatsew1-0/+221
2017-02-16Do not strip substrings looking like URL encode sequencesvlakoff1-1/+1
2017-02-15Do not fail if the array pointer is after the elementvlakoff1-0/+1
2017-02-14Don't duplicate is_file and filesize checksZach Ploskey1-10/+5
2017-02-13Adding having_in(), or_having_in(), having_not_in() and or_having_not_in().tianhe19861-0/+72
2017-02-13Using _wh_in() instead of _where_in().tianhe19861-15/+22
2017-02-07Allow to omit trailing slash in config pathsvlakoff3-2/+16
2017-02-06[ci skip] Eliminate a needless array_merge() call from PR #5006 patchAndrey Andreev1-6/+3
2017-02-06Merge pull request #5006 from tianhe1986/develop_commonAndrey Andreev1-8/+8
2017-02-04Removing url encoded 127.tianhe19861-0/+1
2017-02-04Loading global mimes config file first, and then environment file.tianhe19861-8/+7
2017-02-01Fix a CI_Input::set_cookie() bugAndrey Andreev2-10/+8
2017-01-23Merge pull request #4990 from tianhe1986/develop_profilerAndrey Andreev1-5/+5
2017-01-23Merge pull request #4991 from verkhoumov/developAndrey Andreev1-5/+0
2017-01-23Merge pull request #4990 from tianhe1986/develop_profilerAndrey Andreev1-5/+5
2017-01-21Fixed show_error() for check $exit_statusDmitriy Verkhoumov1-5/+0
2017-01-21Close <pre> tag.tianhe19861-3/+3
2017-01-21Also convert single quotes.tianhe19861-2/+2
2017-01-20Don't use each()Andrey Andreev3-23/+21
2017-01-19hash_pbkdf2() byte-safety again ... actually tell mbstring to use 8bitAndrey Andreev1-2/+2
2017-01-19hash_pbkdf2() byte-safetyAndrey Andreev1-4/+13
2017-01-19More byte-safetyAndrey Andreev6-28/+28
2017-01-19Fix byte-safety issues & actually test for themAndrey Andreev3-16/+60
2017-01-17Merge pull request #4987 from tianhe1986/develop_qb_alias_table_cacheAndrey Andreev1-9/+15
2017-01-17Merge pull request #4987 from tianhe1986/develop_qb_alias_table_cacheAndrey Andreev1-9/+15
2017-01-17Format fix。tianhe19861-2/+2
2017-01-171 Keep just 'list'.tianhe19861-13/+13
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev23-30/+30
2017-01-17Address #4980Andrey Andreev1-13/+14
2017-01-17Add aliased tables cache.tianhe19861-17/+23