summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
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-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>
2017-02-20Remove unused link commentkatsew1-1/+0
Signed-off-by: katsew <y.katsew@gmail.com>
2017-02-20Change author to dev teamkatsew1-1/+1
Signed-off-by: katsew <y.katsew@gmail.com>
2017-02-20Change version commentkatsew1-1/+1
Signed-off-by: katsew <y.katsew@gmail.com>
2017-02-20Add apcu driver into valid driver listkatsew1-0/+1
Signed-off-by: katsew <y.katsew@gmail.com>
2017-02-20Correct method and docskatsew1-16/+16
Signed-off-by: katsew <y.katsew@gmail.com>
2017-02-20Create Cache_apcu class and copy source from Cache_apc classkatsew1-0/+221
Signed-off-by: katsew <y.katsew@gmail.com>
2017-01-23Merge pull request #4990 from tianhe1986/develop_profilerAndrey Andreev1-5/+5
Two small changes with CI_Profiler
2017-01-21Close <pre> tag.tianhe19861-3/+3
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2017-01-21Also convert single quotes.tianhe19861-2/+2
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2017-01-20Don't use each()Andrey Andreev2-21/+19
Will be deprecated in PHP 7.2
2017-01-19More byte-safetyAndrey Andreev3-14/+14
2017-01-19Fix byte-safety issues & actually test for themAndrey Andreev2-14/+55
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev5-5/+5
Spelling fixes in comment blocks and docs
2017-01-16spelling fixesklemens5-5/+5
2017-01-11[ci skip] Fix an error with DB sessions triggered with regenerate + destroyAndrey Andreev1-5/+5
2017-01-10Merge branch '3.1-stable' into developAndrey Andreev2-21/+76
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2017-01-10[ci skip] CI_Image_lib to set gd.jpeg_ignore_warning = 1Andrey Andreev1-0/+10
See #4967
2017-01-06[ci skip] Don't set User-Agent header in CI_Email::clear()Andrey Andreev1-1/+0
Ref: #4765
2017-01-06Merge pull request #4765 from viitols/developAndrey Andreev1-0/+1
Fix CI_Email not sending User-Agent header
2017-01-06Merge pull request #4765 from viitols/developAndrey Andreev1-0/+1
Fix CI_Email not sending User-Agent header
2017-01-06[ci skip] Cosmetich changes to CI_Image_lib::get_image_properties()Andrey Andreev1-14/+15
2017-01-06Merge pull request #4457 from KN4CK3R/developAndrey Andreev1-0/+5
Fix CI_Image_lib::get_image_properties() invalid image handling
2017-01-06Merge pull request #4457 from KN4CK3R/developAndrey Andreev1-0/+5
Fix CI_Image_lib::get_image_properties() invalid image handling
2017-01-06Fix FV's valid_mac() on PHP 5.4Andrey Andreev1-1/+1
2017-01-06Add valid_mac() FV ruleAndrey Andreev1-0/+25
Close #3992
2017-01-05Address #4963Andrey Andreev1-7/+47
Would supersede PR #4966
2017-01-03[ci skip] Update year number in remaining files that were recently deleted ↵Andrey Andreev4-8/+8
from develop
2017-01-03Update copyright data to 2017Master Yoda34-68/+68
2016-12-31Update copyright data to 2017Master Yoda34-68/+68
2016-12-16[ci skip] Remove a function_exists() call from CI_Image_libAndrey Andreev1-1/+1
We use this function elsewhere without checking for existence; nobody has complained
2016-12-14Drop all PHP 5.3-related codeAndrey Andreev7-124/+8
2016-12-14Merge branch '3.1-stable' into developAndrey Andreev1-18/+11
2016-12-12Remove previously deprecated Cart LibraryAndrey Andreev1-567/+0
2016-12-12Really fix #4937Andrey Andreev1-6/+6
2016-12-09[ci skip] Fix #4937Andrey Andreev1-13/+6