summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
2016-10-01- fixed codingstyleGeorge Petculescu1-1/+1
2016-10-01- small fix for HTML Table library: caption is not clearing properly and ↵George Petculescu1-0/+2
method chaining has been fixed for set_caption method.
2016-09-27Add database index by defaultlogach1-1/+7
Select database if exists
2016-08-29Fix #4787Andrey Andreev1-2/+2
2016-08-22Merge branch '3.1-stable' into developAndrey Andreev1-3/+20
2016-08-22Fix CI_Upload errors on PHP 7.1Andrey Andreev1-3/+20
2016-08-22Merge pull request #4778 from antydemant/patch-1Andrey Andreev1-2/+2
[ci skip] Docblock return type corrections
2016-08-21return fixIgor Ostapchuk1-2/+2
2016-08-12Fix custom user agent not workingKristaps V1-0/+1
Signed-off-by: Kristaps V <kristaps@viitols.com>
2016-08-11Merge pull request #4764 from butane/uri_scheme_caseAndrey Andreev2-8/+3
URI schemes are not case-sensitive
2016-08-11Removed useless checksVivek Dinesh1-6/+1
Based on GitHub discussion. Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com>
2016-08-11Merge pull request #4762 from tianhe1986/develop_cache_file_metadataAndrey Andreev1-2/+2
Cache_file: use $data['time'] for calculating expired time.
2016-08-11Merge pull request #4762 from tianhe1986/develop_cache_file_metadataAndrey Andreev1-2/+2
Cache_file: use $data['time'] for calculating expired time.
2016-08-11Using "! isset($a, $b, ……)" instead of "! isset($a) OR ! isset($b) OR ↵tianhe19861-1/+1
……" Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-08-11URI schemes are not case-sensitiveVivek Dinesh2-4/+4
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com>
2016-08-11Checking for $data['time'].tianhe19861-1/+1
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-08-11Merge pull request #4761 from tianhe1986/develop_cache_file_checkAndrey Andreev1-2/+2
Cache_file: use is_file() for checking instead of file_exists().
2016-08-11Cache_file: use $data['time'] for calculating expired time.tianhe19861-1/+1
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-08-11Cache_file: use is_file() for checking instead of file_exists().tianhe19861-2/+2
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-08-10Merge branch '3.1-stable' into developAndrey Andreev8-75/+27
2016-08-10Merge pull request #4758 from butane/uri_scheme_caseAndrey Andreev3-3/+3
URI schemes are not case-sensitive
2016-08-10Merge pull request #4758 from butane/uri_scheme_caseAndrey Andreev3-3/+3
URI schemes are not case-sensitive
2016-08-10Better usageVivek Dinesh2-2/+2
Based on GitHub discussion. Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com>
2016-08-10Merge pull request #4755 from tianhe1986/develop_not_replace_is_doubleAndrey Andreev1-1/+0
CI_Unit_test: Do not replace "is_double" with "is_float".
2016-08-10Merge pull request #4755 from tianhe1986/develop_not_replace_is_doubleAndrey Andreev1-1/+0
CI_Unit_test: Do not replace "is_double" with "is_float".
2016-08-10Merge pull request #4754 from tianhe1986/develop_fix_unit_test_nameAndrey Andreev1-1/+1
CI_Unit_test: Fix translation of result datatype
2016-08-09URI schemes are not case sensitiveVivek Dinesh2-2/+2
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com>
2016-08-09URI schemes are not case sensitiveVivek Dinesh1-1/+1
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com>
2016-08-09CI_Unit_test: Do not replace "is_double" with "is_float".tianhe19861-1/+0
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-08-09CI_Unit_test: Fix name of visible test items.tianhe19861-1/+1
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-08-01[ci skip] Fix #4739Andrey Andreev1-1/+2
2016-07-29[ci skip] Fix #4736Andrey Andreev1-1/+1
2016-07-28Remove dead code written for PHP 5.2Andrey Andreev6-67/+22
2016-07-28[ci skip] Fix #3919, #4732Andrey Andreev1-6/+2
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