Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-15 | Remove unnecessary code | Michael Long | 1 | -1/+1 | |
2019-03-15 | Fix code style | Michael Long | 1 | -1/+2 | |
2019-03-15 | Refactor behaviors with different ttl of lock_key | Michael Long | 1 | -7/+7 | |
2019-03-02 | Resolve race condition in redis driven session key get_lock | Michael Long | 1 | -2/+3 | |
2019-01-08 | Merge branch '3.1-stable' into develop | Andrey Andreev | 6 | -8/+10 | |
Conflicts resolved: 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/captcha_helper.php system/helpers/email_helper.php system/helpers/inflector_helper.php system/helpers/smiley_helper.php system/language/english/form_validation_lang.php system/libraries/Cart.php system/libraries/Form_validation.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php tests/codeigniter/helpers/inflector_helper_test.php user_guide_src/source/helpers/inflector_helper.rst | |||||
2019-01-04 | Merge pull request #5659 from aanbar/validation_reset_data | Andrey Andreev | 1 | -1/+1 | |
Fix #5605 | |||||
2019-01-04 | Merge pull request #5659 from aanbar/validation_reset_data | Andrey Andreev | 1 | -1/+1 | |
Fix #5605 | |||||
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 38 | -110/+110 | |
Update copyright date to 2019 | |||||
2018-12-27 | Update copyright date to 2019 | Jim Parry | 35 | -70/+70 | |
2018-12-24 | if we are not validating an array & the post data contains an array then ↵ | Ahmad Anbar | 1 | -1/+1 | |
nullify the post data for the field | |||||
2018-12-17 | [ci skip] Merge pull request #5651 from pawelkg/develop | Andrey Andreev | 1 | -1/+1 | |
Test if cache file is writable before unlink it | |||||
2018-12-12 | Fix tabs | Paweł Kłopotek-Główczewski | 1 | -1/+1 | |
2018-12-09 | Test if cache file is writable before unlink it | Paweł Kłopotek-Główczewski | 1 | -1/+1 | |
2018-08-22 | [ci skip] Drop a dead return statement | Andrey Andreev | 1 | -1/+0 | |
2018-08-22 | [ci skip] Fix #5571 | Andrey Andreev | 1 | -1/+1 | |
2018-08-22 | [ci skip] Add exceptions for 2 error cases in FV set_rules() | Andrey Andreev | 1 | -1/+2 | |
2018-08-22 | [ci skip] Changelog entry for #5545, PR #5563 | Andrey Andreev | 1 | -1/+1 | |
2018-08-07 | fix #5545 | Michiel Vugteveen | 5 | -6/+8 | |
2018-06-15 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2018-06-15 | [ci skip] Fix #5526 | Andrey Andreev | 1 | -1/+1 | |
2018-06-12 | Merge branch '3.1-stable' into develop | Andrey Andreev | 6 | -1/+99 | |
Conflicts resolved: system/core/CodeIgniter.php system/libraries/Email.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 | |||||
2018-06-12 | [ci skip] Prepare 3.1.9 release | Andrey Andreev | 5 | -0/+98 | |
2018-06-12 | Merge pull request #5510 from johndekroon/develop | Andrey Andreev | 2 | -3/+15 | |
Only use the output of idn_to_ascii() if it worked properly | |||||
2018-06-12 | [ci skip] Correct an erroneous variable name from PR #5510 | Andrey Andreev | 1 | -1/+1 | |
2018-06-12 | Merge pull request #5510 from johndekroon/develop | Andrey Andreev | 2 | -3/+15 | |
Only use the output of idn_to_ascii() if it worked properly | |||||
2018-06-11 | Fixing codestyle | John de Kroon | 2 | -3/+3 | |
2018-05-25 | Only use the output of idn_to_ascii() if it worked properly | John de Kroon | 2 | -3/+15 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 35 | -81/+81 | |
2018-05-01 | [ci skip] Close #5487 | Andrey Andreev | 1 | -1/+1 | |
2018-03-22 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -2/+6 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Security.php system/database/DB_query_builder.php system/libraries/Email.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 | |||||
2018-03-10 | [ci skip] Merge pull request #5434 from xims/patch-3 | Andrey Andreev | 1 | -1/+4 | |
Update Image_lib to avoid setting file permissions when not needed | |||||
2018-03-10 | [ci skip] Merge pull request #5434 from xims/patch-3 | Andrey Andreev | 1 | -1/+4 | |
Update Image_lib to avoid setting file permissions when not needed | |||||
2018-03-08 | Update Image_lib to avoid setting file permissions when not needed | xims | 1 | -1/+4 | |
When processing an image, there is no need to set file permissions when using dynamic_output. In some cases, it floods the log file with errors ERROR --> Severity: Warning --> chmod(): Operation not permitted ...../CodeIgniter/libraries/Image_lib.php 838 | |||||
2018-03-04 | Fixed bug in ZIP library | Mehdi Bounya | 1 | -1/+1 | |
the `read_dir` method ignores files that starts with a dot (like .htaccess) I looked through the documentation and it didn't mention that the method ignores hidden files so it must be a bug. | |||||
2018-02-28 | [ci skip] Fix #5425 | Andrey Andreev | 1 | -1/+1 | |
2018-02-14 | [ci skip] Apply #5394 (multibyte filename serving) to #5397 (Image_lib ↵ | Andrey Andreev | 1 | -1/+10 | |
dynamic_output filename) | |||||
2018-02-12 | Update Image_lib.php | Mehdi Bounya | 1 | -1/+1 | |
Fixed indentation | |||||
2018-02-07 | Changing file name in image lib dynamic output | Mehdi Bounya | 1 | -2/+1 | |
2018-01-31 | Update Image_lib.php | Mehdi Bounya | 1 | -1/+2 | |
I didn't understand #5394 that well, what I understood from your comment is that we should convert the charset to UTF-8. I tested with **マルチバイト** but it outputs nothing (empty string), but when I add a character **before** the string (e.g. xマルチバイト) it worked fine. | |||||
2018-01-31 | File name changing in dynamic output | Mehdi Bounya | 1 | -1/+1 | |
Allow changing file name (`Content-Disposition` header) when outputting the image by specifying the `new_name` config | |||||
2018-01-27 | [ci skip] Apply the INTL_IDNA_VARIANT_UTS46 fix to ↵ | Andrey Andreev | 1 | -1/+1 | |
CI_Email::_validate_email_for_shell() | |||||
2018-01-22 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -4/+22 | |
Conflicts resolved: system/libraries/Email.php system/libraries/Form_validation.php | |||||
2018-01-22 | [ci skip] If possible, always negotiate for TLS 1.0, TLS 1.1, TLS 1.2 for ↵ | Andrey Andreev | 1 | -1/+13 | |
SMTP connections in CI_Email | |||||
2018-01-22 | Fix a bug where INTL_IDNA_VARIANT_UTS46 was used while undeclared | Andrey Andreev | 2 | -2/+2 | |
The constant was introduced in PHP 5.4, and is documented that way, but it actually depends on PHP being linked to ICU 4.6+, while the minimum requirement for compilation is 4.0 ... When this happens on PHP 7.2, an E_DEPRECATED notice will be emitted; there's currently a discussion on php-internals to resolve that issue. | |||||
2018-01-12 | [ci skip] Merge pull request #5379 from tianhe1986/develop_session_memcached | Andrey Andreev | 1 | -0/+2 | |
Fix of Session_memcached_driver::_get_lock | |||||
2018-01-12 | Returning true when replace() succeed. | tianhe1986 | 1 | -0/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 38 | -76/+76 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2018-01-09 | Annual copyright update | Master Yoda | 35 | -70/+70 | |
2018-01-05 | [ci skip] Merge pull request #5369 from tianhe1986/develop_cache_memcache | Andrey Andreev | 1 | -2/+12 | |
Cache_memcached: setting initial value with increment/decrement when not exist | |||||
2018-01-05 | [ci skip] Merge pull request #5369 from tianhe1986/develop_cache_memcache | Andrey Andreev | 1 | -2/+12 | |
Cache_memcached: setting initial value with increment/decrement when not exist |