Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
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 | 5 | -32/+16 | |
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 | Clean elses | Gabriel Caruso | 5 | -32/+16 | |
2017-12-04 | [ci skip] Fix #5348 | Andrey Andreev | 1 | -2/+2 | |
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-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-15 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281 | |||||
2017-11-09 | More on #5003 | Andrey Andreev | 2 | -8/+16 | |
2017-11-09 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -3/+3 | |
2017-11-09 | [ci skip] Fix patch for #5300 | Andrey Andreev | 2 | -3/+3 | |
2017-10-16 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -3/+3 | |
2017-10-16 | [ci skip] Use INTL_IDNA_VARIANT_UCS46 to convert non-ASCII domain names in ↵ | Andrey Andreev | 2 | -3/+6 | |
emails Close #5300 | |||||
2017-10-06 | Fix issue 5202 | Zach Ploskey | 1 | -0/+2 | |
Fix attempting to access data_ref before it is defined when validating an array input with multiple explicitly specified keys. Adds a test for the issue. Signed-off-by: Zach Ploskey <zach@ploskey.com> | |||||
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 3 | -28/+24 | |
2017-09-25 | [ci skip] Fix potential object injection in apc cache driver; deprecate the ↵ | Andrey Andreev | 1 | -26/+22 | |
apc driver | |||||
2017-09-16 | Remove left over debug statement | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-09 | WIP: CI3 migration | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-09 | Merge tag '3.1.5' into dev-ci3 | Florian Pritz | 47 | -7398/+13576 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-07-26 | [ci skip] Close #5206 | Andrey Andreev | 1 | -1/+1 | |
2017-07-17 | [ci skip] escapeshellarg on the image src path passed to NetPBM by Image_lib | Andrey Andreev | 1 | -1/+1 | |
2017-07-10 | [ci skip] Merge pull request #5128 from lloricode/profiler-pre-tag | Andrey Andreev | 1 | -2/+14 | |
Profiler add pre tag | |||||
2017-07-10 | [ci skip] Merge pull request #5128 from lloricode/profiler-pre-tag | Andrey Andreev | 1 | -2/+14 | |
Profiler add pre tag | |||||
2017-07-09 | php style | Lloric Mayuga Garcia | 1 | -8/+8 | |
Signed-off-by: Lloric Mayuga Garcia <emorickfighter@gmail.com> | |||||
2017-07-06 | [ci skip] Merge pull request #5170 from ↵ | Andrey Andreev | 2 | -3/+8 | |
tianhe1986/develop_session_race_condition Decreasing the probability of race condition in session lock | |||||
2017-07-06 | Format fixing. | tianhe1986 | 2 | -5/+3 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-07-05 | Simplifying the code. | tianhe1986 | 2 | -12/+6 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-07-05 | Acquiring memcached lock with add() to avoid race conditions. | tianhe1986 | 1 | -2/+6 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-07-05 | Acquiring redis lock with existence check. | tianhe1986 | 1 | -1/+10 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> |