summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
2016-07-26Merge branch '3.1-stable' into developAndrey Andreev10-132/+161
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst
2016-07-22Fix #4712Andrey Andreev1-10/+23
2016-07-19Merge pull request #4705 from tianhe1986/develop_upload_raw_nameAndrey Andreev1-1/+1
Improve #4691
2016-07-19Merge pull request #4705 from tianhe1986/develop_upload_raw_nameAndrey Andreev1-1/+1
Improve #4691
2016-07-19Fix #4695Andrey Andreev1-4/+2
2016-07-19[ci skip] Fix an undefined index for 'timeout' in Redis session driverAndrey Andreev1-2/+3
http://forum.codeigniter.com/thread-64219.html
2016-07-11Use negative length for speeding up.tianhe19861-1/+1
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-07-06Merge pull request #4691 from chestnutprog/developAndrey Andreev1-1/+1
[ci skip] Fix a bug in CI_Upload::data()
2016-07-06Update Upload.phpchestnutprog1-1/+1
特殊文件名可能会引起bug
2016-06-06Merge branch 'feature/email-attachments' into developAndrey Andreev1-77/+117
2016-06-06Merge branch 'feature/email-attachments' into developAndrey Andreev1-77/+117
2016-06-04Update Email.phpRobert Angyal1-6/+6
2016-05-26[ci skip] Fix a minor Redis Session bugAndrey Andreev1-1/+1
2016-05-25[ci skip] Refactor changes from PR #4585Andrey Andreev1-95/+70
Related: #4583
2016-05-25Fix #4639Andrey Andreev1-0/+11
Really fix #4633
2016-05-20Merge pull request #4638 from kasimtan/phpdoc_fixesAndrey Andreev3-3/+3
[ci skip] Fixed PHPDoc parameter name and type discrepancies
2016-05-19Fixed PHPDoc parameter name and type discrepanciesKasim Tan3-3/+3
2016-05-17Fix #4633Andrey Andreev1-71/+61
2016-05-09[ci skip] Minor optimizations to CI_EmailAndrey Andreev1-31/+19
2016-05-09[ci skip] Fix #4613Andrey Andreev1-0/+5
2016-05-04#4583 Refactor according to the suggestions commented on Pull RequestRobert Angyal1-9/+7
Signed-off-by: Robert Angyal <robertonline.81@gmail.com>
2016-04-28#4583 Refactor according to the suggestions commented on Pull RequestRobert Angyal1-38/+30
Signed-off-by: Robert Angyal <robertonline.81@gmail.com>
2016-04-20#4583 Fix code style issuesRobert Angyal1-8/+16
Signed-off-by: Robert Angyal <robertonline.81@gmail.com>
2016-04-17Fixes #4583 by separating attachments to related and mixed multipartsRobert Angyal1-34/+101
Signed-off-by: Robert Angyal <robertonline.81@gmail.com>
2016-04-01[ci skip] Add some 'debug' log messages to CI_SessionAndrey Andreev3-1/+6
2016-04-01[ci skip] Fix #4562Andrey Andreev1-1/+1
2016-03-22random_bytes()-related improvementsAndrey Andreev1-6/+20
See #4260
2016-03-22[ci skip] Escape image paths passed as shell arguments to imagemagickAndrey Andreev1-7/+8
2016-03-22[ci skip] Validate width, height config valuesAndrey Andreev1-1/+5
2016-03-21Merge branch '3.0-stable' into developAndrey Andreev3-54/+91
Resolved conflicts: 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
2016-03-16A small Migrations tweakAndrey Andreev1-1/+6
2016-03-16Fix #4539Andrey Andreev1-34/+63
2016-03-16[ci skip] Add (detection-based) UNIX sockets support to Cache_memcachedAndrey Andreev1-3/+15
2016-03-16Fix a Form_validation bug that unnecessarily modifes $_POSTAndrey Andreev1-1/+1
2016-03-16Simplify a bit of internal code in CI_Form_validationAndrey Andreev1-18/+2
2016-03-15Add __isset() to CI_SessionAndrey Andreev1-0/+18
2016-03-14Unix socket check in one long lineMasterklavi1-8/+1
2016-03-14Removed a space charMasterklavi1-1/+1
2016-03-14Added the timeout value for the UNIX socket checkMasterklavi1-1/+3
2016-03-14Fixed bracketsMasterklavi1-1/+1
2016-03-14UNIX socket checkMasterklavi1-0/+5
2016-03-12[ci skip] Deprecate prep_for_form() in Form_validationAndrey Andreev1-3/+4
2016-03-12Removed the second condition for unix socketsMasterklavi1-11/+1
2016-03-12Merge branch '3.0-stable' into developAndrey Andreev1-3/+3
2016-03-12A small memory optimization to CI_Form_validationAndrey Andreev1-3/+3
2016-03-12[ci skip] Removed leftovers from the old serialization logic in Cache_redisAndrey Andreev1-11/+0
2016-03-12Add changelog entries for and polish changes from PRs #4528, #4530Andrey Andreev1-16/+36
2016-03-12Merge pull request #4530 from masterklavi/redis_hset_ttlAndrey Andreev1-2/+9
Added TTL usage to Cache_redis save() method The feature was missing from PR #4528
2016-03-12Merge branch '3.0-stable' into developAndrey Andreev1-1/+4
2016-03-12Added the expiration to save() methodMasterklavi1-2/+9