summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2018-02-08Fixed bug that character code did not changeytetsuro1-3/+1
2018-02-07[ci skip] Finalize changes from PR #5394Andrey Andreev1-10/+15
2018-02-05Changed to include Content-Disposition parameters in variablesytetsuro1-6/+6
2018-02-05change variable nameytetsuro1-3/+3
2018-02-05Determine exactly whether converted filename is falseytetsuro1-1/+1
2018-02-05change use direct convert_to_utf8 methodytetsuro1-2/+2
2018-02-05refactor use Utf8 classytetsuro1-6/+3
2018-02-05change filename. convert to utf-8ytetsuro1-1/+16
2018-02-05fix rfc6266ytetsuro1-1/+1
2018-01-28Added rel attribute to auto_link()Mehdi Bounya1-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-22Merge branch '3.1-stable' into developAndrey Andreev2-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 Andreev1-1/+13
SMTP connections in CI_Email
2018-01-22Fix a bug where INTL_IDNA_VARIANT_UTS46 was used while undeclaredAndrey Andreev2-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-13[ci skip] Start 3.1.8-devAndrey Andreev1-1/+1
2018-01-13[ci skip] Prepare 3.1.7 releaseAndrey Andreev1-1/+1
2018-01-12[ci skip] Merge pull request #5379 from tianhe1986/develop_session_memcachedAndrey Andreev1-0/+2
Fix of Session_memcached_driver::_get_lock
2018-01-12Returning true when replace() succeed.tianhe19861-0/+2
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev172-344/+344
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php
2018-01-09Annual copyright updateMaster Yoda163-326/+326
2018-01-05[ci skip] Merge pull request #5369 from tianhe1986/develop_cache_memcacheAndrey Andreev1-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_memcacheAndrey Andreev1-2/+12
Cache_memcached: setting initial value with increment/decrement when not exist
2018-01-05Do not retry after calling add()tianhe19861-2/+2
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2018-01-04Calling another increment/decrement if add() return FALSE.tianhe19861-4/+2
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2018-01-02Calling add() after increment/decrement when the return value is FALSE.tianhe19861-4/+14
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2017-12-27Merge pull request #5367 from carusogabriel/clean-elsesAndrey Andreev7-41/+22
Clean elses
2017-12-25Setting initial value with increment/decrement functions.tianhe19861-0/+2
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2017-12-20Add extra line before returnGabriel Caruso1-0/+1
2017-12-20Clean elsesGabriel Caruso7-41/+21
2017-12-04[ci skip] Fix #5348Andrey Andreev1-2/+2
2017-11-29[ci skip] Fix allow_get_array defaulting to FALSE if it doesn't existAndrey Andreev1-1/+1
2017-11-28[ci skip] Polish changes from PR #5342Andrey Andreev1-1/+3
2017-11-28[ci skip] Merge pull request #5342 from aanbar/pagination-bc-fixAndrey Andreev1-2/+3
Preserve attributes from pagination config files Related: #4454
2017-11-28[ci skip] Polish changes from PR #5342Andrey Andreev1-1/+3
2017-11-27Enable rel attribute by default #4000Ahmad Anbar1-0/+2
2017-11-26remove spacesAhmad Anbar1-1/+1
2017-11-26Fix issue #4454Ahmad Anbar1-3/+2
2017-11-15Merge branch '3.1-stable' into developAndrey Andreev4-16/+10
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281
2017-11-15Partially revert c9420849853a33a192c482e28c737e166d4fa698; close #5332Andrey Andreev1-0/+8
2017-11-10Close #5330Andrey Andreev2-13/+7
2017-11-10Fix #5331Andrey Andreev1-1/+1
2017-11-09More on #5003Andrey Andreev2-8/+16
2017-11-09Merge branch '3.1-stable' into developAndrey Andreev2-3/+3
2017-11-09[ci skip] Fix patch for #5300Andrey Andreev2-3/+3
2017-11-09Refactor CI_Config, CI_Hooks interaction (close #5323)Andrey Andreev2-17/+17
2017-11-07Merge branch '3.1-stable' into developAndrey Andreev1-4/+4
2017-11-07[ci skip] Deprecate extra parameters of the CAPTCHA helperAndrey Andreev1-4/+4
2017-11-07Implement data:image URIs in CAPTCHA helperAndrey Andreev1-28/+46
Also, switched to PNG by default and dropped JPEG; refactored image files GC. Close #5200
2017-11-06[ci skip] Merge pull request #5321 from PrestigeT/documentationAndrey Andreev1-1/+1
Fixed docblock on model function. Changed @param model from string to mixed
2017-11-02Fixed docblock on model function. Changed @param model from string to mixedAvrom1-1/+1
2017-10-16Merge branch '3.1-stable' into developAndrey Andreev6-24/+16