Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-05 | change filename. convert to utf-8 | ytetsuro | 1 | -1/+16 | |
2018-02-05 | fix rfc6266 | ytetsuro | 1 | -1/+1 | |
2018-01-31 | Merge pull request #5391 from mehdibo/fix/url-helper | Andrey Andreev | 1 | -1/+1 | |
Prevent tab hijacking when using the URL helper | |||||
2018-01-28 | Added rel attribute to auto_link() | Mehdi Bounya | 1 | -1/+1 | |
Fixed security issue: allowing the target page to take control of the original page Details about the issue here: https://mathiasbynens.github.io/rel-noopener/ | |||||
2018-01-22 | Merge branch '3.1-stable' into develop | Andrey Andreev | 3 | -4/+30 | |
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 | 2 | -2/+16 | |
SMTP connections in CI_Email | |||||
2018-01-22 | Fix a bug where INTL_IDNA_VARIANT_UTS46 was used while undeclared | Andrey Andreev | 3 | -2/+8 | |
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-13 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -2/+28 | |
2018-01-13 | [ci skip] Start 3.1.8-dev | Andrey Andreev | 6 | -4/+26 | |
2018-01-13 | [ci skip] Prepare 3.1.7 release | Andrey Andreev | 4 | -5/+5 | |
2018-01-12 | [ci skip] Add changelog entry for PR #5379 | Andrey Andreev | 1 | -0/+1 | |
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 | [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 | 176 | -350/+350 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 167 | -332/+332 | |
Annual copyright update | |||||
2018-01-09 | Annual copyright update | Master Yoda | 167 | -332/+332 | |
2018-01-05 | [ci skip] Add changelog entry for PR #5369 | Andrey Andreev | 1 | -0/+1 | |
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 | |||||
2018-01-05 | Do not retry after calling add() | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-01-04 | Calling another increment/decrement if add() return FALSE. | tianhe1986 | 1 | -4/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-01-02 | Calling add() after increment/decrement when the return value is FALSE. | tianhe1986 | 1 | -4/+14 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-12-27 | Merge pull request #5367 from carusogabriel/clean-elses | Andrey Andreev | 8 | -45/+24 | |
Clean elses | |||||
2017-12-27 | Merge pull request #5367 from carusogabriel/clean-elses | Andrey Andreev | 8 | -45/+24 | |
Clean elses | |||||
2017-12-25 | Setting initial value with increment/decrement functions. | tianhe1986 | 1 | -0/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-12-20 | Add extra line before return | Gabriel Caruso | 1 | -0/+1 | |
2017-12-20 | Merge pull request #5354 from carusogabriel/refactoring-tests | Andrey Andreev | 23 | -76/+75 | |
Refactoring tests Conflicts resolved: tests/codeigniter/core/Utf8_test.php tests/codeigniter/database/query_builder/group_test.php tests/codeigniter/libraries/Form_validation_test.php | |||||
2017-12-20 | Merge pull request #5354 from carusogabriel/refactoring-tests | Andrey Andreev | 23 | -78/+78 | |
Refactoring tests | |||||
2017-12-20 | Clean elses | Gabriel Caruso | 8 | -45/+23 | |
2017-12-20 | Refactoring tests | Gabriel Caruso | 23 | -78/+78 | |
2017-12-04 | [ci skip] Fix #5348 | Andrey Andreev | 1 | -2/+2 | |
2017-11-29 | [ci skip] Fix allow_get_array defaulting to FALSE if it doesn't exist | Andrey Andreev | 2 | -1/+2 | |
2017-11-28 | [ci skip] Add changelog entry for PR #5342 | Andrey Andreev | 1 | -0/+1 | |
2017-11-28 | [ci skip] Polish changes from PR #5342 | Andrey Andreev | 1 | -1/+3 | |
2017-11-28 | [ci skip] Merge pull request #5342 from aanbar/pagination-bc-fix | Andrey Andreev | 1 | -2/+3 | |
Preserve attributes from pagination config files Related: #4454 | |||||
2017-11-28 | [ci skip] Polish changes from PR #5342 | Andrey Andreev | 1 | -1/+3 | |
2017-11-28 | [ci skip] Merge pull request #5342 from aanbar/pagination-bc-fix | Andrey Andreev | 1 | -2/+3 | |
Preserve attributes from pagination config files Related: #4454 | |||||
2017-11-27 | Enable rel attribute by default #4000 | Ahmad Anbar | 1 | -0/+2 | |
2017-11-26 | remove spaces | Ahmad Anbar | 1 | -1/+1 | |
2017-11-26 | Fix issue #4454 | Ahmad Anbar | 1 | -3/+2 | |
2017-11-20 | Merge branch '3.1-stable' into develop | Andrey Andreev | 5 | -24/+8 | |
2017-11-20 | [ci skip] More docs updates following #5330 | Andrey Andreev | 5 | -24/+8 | |
2017-11-15 | [ci skip] Update upgrade instructions for 3.2.0 | Andrey Andreev | 1 | -8/+48 | |
2017-11-15 | Merge branch '3.1-stable' into develop | Andrey Andreev | 6 | -16/+21 | |
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281 | |||||
2017-11-15 | Partially revert c9420849853a33a192c482e28c737e166d4fa698; close #5332 | Andrey Andreev | 1 | -0/+8 | |
2017-11-10 | Close #5330 | Andrey Andreev | 3 | -13/+8 | |
2017-11-10 | Fix #5331 | Andrey Andreev | 3 | -1/+11 | |
2017-11-10 | Try testing on PHP master branch builds too (allowed failures) | Andrey Andreev | 1 | -0/+4 | |
2017-11-09 | More on #5003 | Andrey Andreev | 2 | -8/+16 | |