summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
2018-01-09Annual copyright updateMaster Yoda35-70/+70
2018-01-05[ci skip] Merge pull request #5369 from tianhe1986/develop_cache_memcacheAndrey Andreev1-2/+12
Cache_memcached: setting initial value with increment/decrement when not exist
2018-01-05Do not retry after calling add()tianhe19861-2/+2
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2018-01-04Calling another increment/decrement if add() return FALSE.tianhe19861-4/+2
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2018-01-02Calling add() after increment/decrement when the return value is FALSE.tianhe19861-4/+14
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2017-12-25Setting initial value with increment/decrement functions.tianhe19861-0/+2
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2017-12-20Clean elsesGabriel Caruso5-32/+16
2017-12-04[ci skip] Fix #5348Andrey Andreev1-2/+2
2017-11-28[ci skip] Polish changes from PR #5342Andrey Andreev1-1/+3
2017-11-27Enable rel attribute by default #4000Ahmad Anbar1-0/+2
2017-11-26remove spacesAhmad Anbar1-1/+1
2017-11-26Fix issue #4454Ahmad Anbar1-3/+2
2017-11-15Merge branch '3.1-stable' into developAndrey Andreev1-2/+2
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281
2017-11-09More on #5003Andrey Andreev2-8/+16
2017-11-09Merge branch '3.1-stable' into developAndrey Andreev2-3/+3
2017-11-09[ci skip] Fix patch for #5300Andrey Andreev2-3/+3
2017-10-16Merge branch '3.1-stable' into developAndrey Andreev2-3/+3
2017-10-16[ci skip] Use INTL_IDNA_VARIANT_UCS46 to convert non-ASCII domain names in ↵Andrey Andreev2-3/+6
emails Close #5300
2017-10-06Fix issue 5202Zach Ploskey1-0/+2
Fix attempting to access data_ref before it is defined when validating an array input with multiple explicitly specified keys. Adds a test for the issue. Signed-off-by: Zach Ploskey <zach@ploskey.com>
2017-09-25Merge branch '3.1-stable' into developAndrey Andreev3-28/+24
2017-09-25[ci skip] Fix potential object injection in apc cache driver; deprecate the ↵Andrey Andreev1-26/+22
apc driver
2017-07-26[ci skip] Close #5206Andrey Andreev1-1/+1
2017-07-17[ci skip] escapeshellarg on the image src path passed to NetPBM by Image_libAndrey Andreev1-1/+1
2017-07-10[ci skip] Merge pull request #5128 from lloricode/profiler-pre-tagAndrey Andreev1-2/+14
Profiler add pre tag
2017-07-10[ci skip] Merge pull request #5128 from lloricode/profiler-pre-tagAndrey Andreev1-2/+14
Profiler add pre tag
2017-07-09php styleLloric Mayuga Garcia1-8/+8
Signed-off-by: Lloric Mayuga Garcia <emorickfighter@gmail.com>
2017-07-06[ci skip] Merge pull request #5170 from ↵Andrey Andreev2-3/+8
tianhe1986/develop_session_race_condition Decreasing the probability of race condition in session lock
2017-07-06Format fixing.tianhe19862-5/+3
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2017-07-05Simplifying the code.tianhe19862-12/+6
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2017-07-05Acquiring memcached lock with add() to avoid race conditions.tianhe19861-2/+6
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2017-07-05Acquiring redis lock with existence check.tianhe19861-1/+10
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2017-06-22Implement #2436 (access to FV processed data)Andrey Andreev1-29/+25
2017-06-22[ci skip] Misc cleanup of CI_Email codeAndrey Andreev1-101/+64
2017-06-22[ci skip] Close #3711Andrey Andreev1-16/+6
2017-06-21Implement #193: Validating entire arrays in a single function callAndrey Andreev1-8/+12
2017-06-19Merge branch '3.1-stable' into developAndrey Andreev2-19/+11
Conflicts resolved: system/core/CodeIgniter.php tests/codeigniter/libraries/Form_validation_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2017-06-19[ci skip] Fix a bug in FV valid_email()Andrey Andreev1-2/+2
2017-06-05[ci skip] Merge pull request #5143 from TysonAndre/misc-phpdoc-nitsAndrey Andreev2-2/+2
Fix misc inconsistencies between code and doc comments
2017-06-05Fix misc type inconsistencies between code and doc commentsTyson Andre2-2/+2
2017-05-21add pre tag in config and session when arrayLloric Mayuga Garcia1-2/+14
2017-04-18Merge pull request #5085 from jim-parry/fix/xmlrpcInstructor, Computer Systems Technology1-1/+1
Fix typo in serializeval()
2017-04-10Fix typo in serializeval()Master Yoda1-1/+1
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2017-04-06[ci skip] Simplify some internal CI_Email codeAndrey Andreev1-16/+8
2017-03-28[ci skip] Fix 5070Andrey Andreev1-1/+1
2017-03-26Added method separator as comment.George Petculescu1-0/+2
2017-03-26Added get_loaded_driver() method to Cache.php; updated docs.George Petculescu1-0/+10
2017-03-24Merge branch '3.1-stable' into developAndrey Andreev8-54/+93
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/input.rst
2017-02-20Remove serialization/deserialization arraykatsew1-3/+3
Signed-off-by: katsew <y.katsew@gmail.com>
2017-02-20Remove specific argument from abstractionkatsew1-3/+2
Signed-off-by: katsew <y.katsew@gmail.com>
2017-02-20Align with spaceskatsew1-3/+3
Signed-off-by: katsew <y.katsew@gmail.com>