Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-18 | Fix xmlrpc timeout, #4843 | Master Yoda | 1 | -3/+2 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2016-09-27 | Add database index by default | logach | 1 | -1/+7 | |
Select database if exists | |||||
2016-08-22 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -3/+20 | |
2016-08-22 | Fix CI_Upload errors on PHP 7.1 | Andrey Andreev | 1 | -3/+20 | |
2016-08-22 | Merge pull request #4778 from antydemant/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Docblock return type corrections | |||||
2016-08-21 | return fix | Igor Ostapchuk | 1 | -2/+2 | |
2016-08-11 | Merge pull request #4764 from butane/uri_scheme_case | Andrey Andreev | 2 | -8/+3 | |
URI schemes are not case-sensitive | |||||
2016-08-11 | Removed useless checks | Vivek Dinesh | 1 | -6/+1 | |
Based on GitHub discussion. Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2016-08-11 | Merge pull request #4762 from tianhe1986/develop_cache_file_metadata | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use $data['time'] for calculating expired time. | |||||
2016-08-11 | Merge pull request #4762 from tianhe1986/develop_cache_file_metadata | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use $data['time'] for calculating expired time. | |||||
2016-08-11 | Using "! isset($a, $b, ……)" instead of "! isset($a) OR ! isset($b) OR ↵ | tianhe1986 | 1 | -1/+1 | |
……" Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-11 | URI schemes are not case-sensitive | Vivek Dinesh | 2 | -4/+4 | |
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2016-08-11 | Checking for $data['time']. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-11 | Merge pull request #4761 from tianhe1986/develop_cache_file_check | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use is_file() for checking instead of file_exists(). | |||||
2016-08-11 | Cache_file: use $data['time'] for calculating expired time. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-11 | Cache_file: use is_file() for checking instead of file_exists(). | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 8 | -75/+27 | |
2016-08-10 | Merge pull request #4758 from butane/uri_scheme_case | Andrey Andreev | 3 | -3/+3 | |
URI schemes are not case-sensitive | |||||
2016-08-10 | Merge pull request #4758 from butane/uri_scheme_case | Andrey Andreev | 3 | -3/+3 | |
URI schemes are not case-sensitive | |||||
2016-08-10 | Better usage | Vivek Dinesh | 2 | -2/+2 | |
Based on GitHub discussion. Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2016-08-10 | Merge pull request #4755 from tianhe1986/develop_not_replace_is_double | Andrey Andreev | 1 | -1/+0 | |
CI_Unit_test: Do not replace "is_double" with "is_float". | |||||
2016-08-10 | Merge pull request #4755 from tianhe1986/develop_not_replace_is_double | Andrey Andreev | 1 | -1/+0 | |
CI_Unit_test: Do not replace "is_double" with "is_float". | |||||
2016-08-10 | Merge pull request #4754 from tianhe1986/develop_fix_unit_test_name | Andrey Andreev | 1 | -1/+1 | |
CI_Unit_test: Fix translation of result datatype | |||||
2016-08-09 | URI schemes are not case sensitive | Vivek Dinesh | 2 | -2/+2 | |
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2016-08-09 | URI schemes are not case sensitive | Vivek Dinesh | 1 | -1/+1 | |
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2016-08-09 | CI_Unit_test: Do not replace "is_double" with "is_float". | tianhe1986 | 1 | -1/+0 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-09 | CI_Unit_test: Fix name of visible test items. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-01 | [ci skip] Fix #4739 | Andrey Andreev | 1 | -1/+2 | |
2016-07-29 | [ci skip] Fix #4736 | Andrey Andreev | 1 | -1/+1 | |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 6 | -67/+22 | |
2016-07-28 | [ci skip] Fix #3919, #4732 | Andrey Andreev | 1 | -6/+2 | |
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 10 | -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-22 | Fix #4712 | Andrey Andreev | 1 | -10/+23 | |
2016-07-19 | Merge pull request #4705 from tianhe1986/develop_upload_raw_name | Andrey Andreev | 1 | -1/+1 | |
Improve #4691 | |||||
2016-07-19 | Merge pull request #4705 from tianhe1986/develop_upload_raw_name | Andrey Andreev | 1 | -1/+1 | |
Improve #4691 | |||||
2016-07-19 | Fix #4695 | Andrey Andreev | 1 | -4/+2 | |
2016-07-19 | [ci skip] Fix an undefined index for 'timeout' in Redis session driver | Andrey Andreev | 1 | -2/+3 | |
http://forum.codeigniter.com/thread-64219.html | |||||
2016-07-11 | Use negative length for speeding up. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-07-06 | Merge pull request #4691 from chestnutprog/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a bug in CI_Upload::data() | |||||
2016-07-06 | Update Upload.php | chestnutprog | 1 | -1/+1 | |
特殊文件名可能会引起bug | |||||
2016-06-06 | Merge branch 'feature/email-attachments' into develop | Andrey Andreev | 1 | -77/+117 | |
2016-06-06 | Merge branch 'feature/email-attachments' into develop | Andrey Andreev | 1 | -77/+117 | |
2016-06-04 | Update Email.php | Robert Angyal | 1 | -6/+6 | |
2016-05-26 | [ci skip] Fix a minor Redis Session bug | Andrey Andreev | 1 | -1/+1 | |
2016-05-25 | [ci skip] Refactor changes from PR #4585 | Andrey Andreev | 1 | -95/+70 | |
Related: #4583 | |||||
2016-05-25 | Fix #4639 | Andrey Andreev | 1 | -0/+11 | |
Really fix #4633 | |||||
2016-05-20 | Merge pull request #4638 from kasimtan/phpdoc_fixes | Andrey Andreev | 3 | -3/+3 | |
[ci skip] Fixed PHPDoc parameter name and type discrepancies | |||||
2016-05-19 | Fixed PHPDoc parameter name and type discrepancies | Kasim Tan | 3 | -3/+3 | |
2016-05-17 | Fix #4633 | Andrey Andreev | 1 | -71/+61 | |
2016-05-09 | [ci skip] Minor optimizations to CI_Email | Andrey Andreev | 1 | -31/+19 | |