summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2018-04-24Merge branch '3.1-stable' into developAndrey Andreev1-1/+13
2018-04-23[ci skip] Move changelog entry for PR #5391 from 3.1.8 to 3.1.9Andrey Andreev1-1/+4
Apparently I forgot to cherry-pick the actual change into 3.1-stable
2018-04-23[ci skip] Add changelog entry for PR #5471Andrey Andreev1-0/+3
2018-04-14[ci skip] Add changelog entry for #5462 (PR #5464)Andrey Andreev1-0/+1
2018-04-13Fix #5448Andrey Andreev1-0/+5
2018-03-22Merge branch '3.1-stable' into developAndrey Andreev1-3/+21
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-22[ci skip] Mark the start of 3.1.9 developmentAndrey Andreev1-0/+6
2018-03-22[ci skip] Prepare 3.1.8 releaseAndrey Andreev1-1/+1
2018-03-15[ci skip] Add a changelog entry for PR #5431Andrey Andreev1-0/+1
2018-03-15[ci skip] Fix #5435Andrey Andreev1-0/+1
2018-03-10[ci skip] Fix #5420Andrey Andreev1-0/+1
2018-03-10[ci skip] Add changelog entry for #5434Andrey Andreev1-0/+1
2018-03-10[ci skip] Add changelog entry for PR #5429Andrey Andreev1-0/+1
2018-02-28[ci skip] Fix #5425Andrey Andreev1-0/+1
2018-02-28[ci skip] Fix 5423Andrey Andreev1-0/+2
2018-02-14[ci skip] Add changelog entry for PR #5407Andrey Andreev1-0/+1
2018-02-14[ci skip] Apply #5394 (multibyte filename serving) to #5397 (Image_lib ↵Andrey Andreev1-1/+2
dynamic_output filename)
2018-02-14[ci skip] Add changelog entry for PR #5397Andrey Andreev1-0/+5
2018-02-12[ci skip] Fix rendering of literal 'http://' strings in the manualAndrey Andreev1-2/+2
2018-02-07[ci skip] Finalize changes from PR #5394Andrey Andreev1-0/+1
2018-01-31[ci skip] Add changelog entry for PR #5391Andrey Andreev1-0/+4
2018-01-30Fix a QB bug where where(), having() treated values passed to them as ↵Andrey Andreev1-0/+1
arbitrary SQL
2018-01-22Merge branch '3.1-stable' into developAndrey Andreev1-0/+8
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/+3
SMTP connections in CI_Email
2018-01-22Fix a bug where INTL_IDNA_VARIANT_UTS46 was used while undeclaredAndrey Andreev1-0/+6
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-13Merge branch '3.1-stable' into developAndrey Andreev1-1/+11
2018-01-13[ci skip] Start 3.1.8-devAndrey Andreev1-0/+6
2018-01-13[ci skip] Prepare 3.1.7 releaseAndrey Andreev1-1/+1
2018-01-12[ci skip] Add changelog entry for PR #5379Andrey Andreev1-0/+1
2018-01-05[ci skip] Add changelog entry for PR #5369Andrey Andreev1-0/+1
2017-11-29[ci skip] Fix allow_get_array defaulting to FALSE if it doesn't existAndrey Andreev1-0/+1
2017-11-28[ci skip] Add changelog entry for PR #5342Andrey Andreev1-0/+1
2017-11-15Merge branch '3.1-stable' into developAndrey Andreev1-0/+2
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281
2017-11-10Close #5330Andrey Andreev1-0/+1
2017-11-10Fix #5331Andrey Andreev1-0/+1
2017-11-09Merge branch '3.1-stable' into developAndrey Andreev1-2/+2
2017-11-09[ci skip] Fix patch for #5300Andrey Andreev1-2/+2
2017-11-07Merge branch '3.1-stable' into developAndrey Andreev1-0/+1
2017-11-07[ci skip] Deprecate extra parameters of the CAPTCHA helperAndrey Andreev1-0/+1
2017-11-07Implement data:image URIs in CAPTCHA helperAndrey Andreev1-1/+6
Also, switched to PNG by default and dropped JPEG; refactored image files GC. Close #5200
2017-10-16Merge branch '3.1-stable' into developAndrey Andreev1-0/+13
2017-10-16[ci skip] Use INTL_IDNA_VARIANT_UCS46 to convert non-ASCII domain names in ↵Andrey Andreev1-0/+5
emails Close #5300
2017-10-13Fix #5297Andrey Andreev1-0/+1
2017-10-03[ci skip] Add changelog entry for #5282Andrey Andreev1-0/+1
2017-09-29Add testcase and changelog entry for #5278Andrey Andreev1-0/+1
2017-09-27Fix #5276Andrey Andreev1-0/+5
2017-09-25Merge branch '3.1-stable' into developAndrey Andreev1-1/+30
2017-09-25[ci skip] Mark the start of 3.1.7-devAndrey Andreev1-0/+6
2017-09-25[ci skip] Prepare 3.1.6 releaseAndrey Andreev1-1/+1
2017-09-25[ci skip] Fix potential object injection in apc cache driver; deprecate the ↵Andrey Andreev1-0/+5
apc driver