Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-11 | Checking for $data['time']. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
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-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 | |
2016-05-09 | [ci skip] Fix #4613 | Andrey Andreev | 1 | -0/+5 | |
2016-05-04 | #4583 Refactor according to the suggestions commented on Pull Request | Robert Angyal | 1 | -9/+7 | |
Signed-off-by: Robert Angyal <robertonline.81@gmail.com> | |||||
2016-04-28 | #4583 Refactor according to the suggestions commented on Pull Request | Robert Angyal | 1 | -38/+30 | |
Signed-off-by: Robert Angyal <robertonline.81@gmail.com> | |||||
2016-04-20 | #4583 Fix code style issues | Robert Angyal | 1 | -8/+16 | |
Signed-off-by: Robert Angyal <robertonline.81@gmail.com> | |||||
2016-04-17 | Fixes #4583 by separating attachments to related and mixed multiparts | Robert Angyal | 1 | -34/+101 | |
Signed-off-by: Robert Angyal <robertonline.81@gmail.com> | |||||
2016-04-01 | [ci skip] Add some 'debug' log messages to CI_Session | Andrey Andreev | 3 | -1/+6 | |
2016-04-01 | [ci skip] Fix #4562 | Andrey Andreev | 1 | -1/+1 | |
2016-03-22 | random_bytes()-related improvements | Andrey Andreev | 1 | -6/+20 | |
See #4260 | |||||
2016-03-22 | [ci skip] Escape image paths passed as shell arguments to imagemagick | Andrey Andreev | 1 | -7/+8 | |
2016-03-22 | [ci skip] Validate width, height config values | Andrey Andreev | 1 | -1/+5 | |
2016-03-21 | Merge branch '3.0-stable' into develop | Andrey Andreev | 3 | -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-16 | A small Migrations tweak | Andrey Andreev | 1 | -1/+6 | |
2016-03-16 | Fix #4539 | Andrey Andreev | 1 | -34/+63 | |
2016-03-16 | [ci skip] Add (detection-based) UNIX sockets support to Cache_memcached | Andrey Andreev | 1 | -3/+15 | |