summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2015-11-09[ci skip] Fix an infinite loop in captcha helperAndrey Andreev1-0/+1
2015-11-09[ci skip] Add changelog entry for PR #4217Andrey Andreev1-0/+1
2015-11-04[ci skip] Fix a false default-fallback bug in set_checkbox(), set_radio()Andrey Andreev1-0/+1
Relevant: #4210
2015-11-04Fix #4212Andrey Andreev1-0/+5
2015-11-04[ci skip] Add 3.0.4 to changelog as wellAndrey Andreev1-0/+5
2015-10-31[ci skip] Update changelog, version & upgrade instructionsAndrey Andreev1-1/+7
2015-10-30Fix #4192Andrey Andreev1-0/+1
2015-10-30[ci skip] Fix changelog entry from latest commitAndrey Andreev1-1/+1
#3201 is actually another issue, the bug fixed by a62aa820bdd3e642f44428b27f2c6cde1baf4adc was just reported in the comments there.
2015-10-30Fix #3201Andrey Andreev1-0/+1
2015-10-19Fix #4171 and a number of other transaction bugsAndrey Andreev1-0/+4
2015-10-19Fix #4173Andrey Andreev1-0/+1
This reverts commit 7cc6cea2d421862726081a39e932dbceeefcc775 from PR #3968. At the time this seemed logical, but turns out it breaks the ability to create non-PRIMARY composite keys, so ...
2015-10-18Fix #4179Andrey Andreev1-0/+1
2015-10-13[ci skip] Fix #4170Andrey Andreev1-0/+2
2015-10-12[ci skip] Add changelog entry for PR #4166Andrey Andreev1-0/+12
2015-10-08[ci skip] Prepare 3.0.2 releaseAndrey Andreev1-1/+5
2015-10-08[ci skip] Fix broken links in user guideAndrey Andreev1-1/+1
2015-09-29[ci skip] Add changelog message for PR #4126Andrey Andreev1-0/+1
2015-09-24Fix #4137Andrey Andreev1-0/+1
2015-09-16[ci skip] Add missing changelog entryAndrey Andreev1-0/+1
2015-09-16Fix #4116Andrey Andreev1-0/+1
Close #4117
2015-09-16Fix #4120Andrey Andreev1-0/+1
2015-09-14Close #4098Andrey Andreev1-0/+1
2015-09-14Fix #4044Andrey Andreev1-0/+1
2015-09-14Fix #4109Andrey Andreev1-0/+1
2015-09-10[ci skip] Add changelog entry for #4105Andrey Andreev1-0/+1
2015-09-03Fix #4096Andrey Andreev1-0/+1
2015-09-01Fix #4093Andrey Andreev1-0/+1
2015-08-31[ci skip] Fix #4091Andrey Andreev1-0/+1
2015-08-31Fix #4086Andrey Andreev1-0/+1
2015-08-31Fix #4073Andrey Andreev1-0/+1
2015-08-31Fix #4066Andrey Andreev1-0/+1
2015-08-20Fix #4065Andrey Andreev1-0/+1
2015-08-19[ci skip] Fix 'sqlsrv' connect failure endless loopAndrey Andreev1-0/+1
Reported via the forums: http://forum.codeigniter.com/thread-61494.html
2015-08-17Allow capitals in the middle of model namesAndrey Andreev1-0/+1
Requested in #4059
2015-08-15Fix #4056Andrey Andreev1-0/+1
2015-08-14Fix #4052Andrey Andreev1-0/+1
The bug actually had two instances: - Callback routes with literal matches and HTTP verbs has never worked - The reported issue in #4052, which is a regression introduced in 3.0.1 with abc299b3a234eb7da1b7e3d257b7eba2da649219 Removed the literal matches logic altogether to avoid similar issues in the future and reduce code complexity. The same logic is performed with the regular expressions logic.
2015-08-13Update config/constants.php with defined() checksAndrey Andreev1-0/+4
Allows for easier override with an environment-based configs. Close #4045
2015-08-07[ci skip] Partial patch for #2284Andrey Andreev1-0/+4
The issue description is about update_string(), which I'm not sure if can be fixed at all. This patch only addresses protect_identifiers().
2015-08-07[ci skip] Start of 3.0.2-devAndrey Andreev1-0/+6
2015-08-07[ci skip] Add 3.0.1 release date to changelogAndrey Andreev1-1/+1
2015-08-07Fix #4023Andrey Andreev1-0/+1
Close #4024
2015-08-05Fix #4026Andrey Andreev1-0/+1
2015-08-05Fix #4027Andrey Andreev1-0/+1
2015-08-03Fix #4015Andrey Andreev1-0/+1
2015-07-31Fix #4012Andrey Andreev1-0/+1
2015-07-30[ci skip] Fix a changelog typoAndrey Andreev1-1/+1
2015-07-29Fix a 'counter-#3989' bugAndrey Andreev1-0/+1
The issue described in #3989 is actually the opposite of what has beent the intended behavior for the parameter in all Query Builder methods. Unfortunately, there's been a huge misunderstanding about that and half the methods worked properly, while the other half did not ... fixing that here. Also related: #4001
2015-07-27Close #4004Andrey Andreev1-0/+1
2015-07-27Revert "[ci skip] Add a changelog entry for last commit"Andrey Andreev1-1/+0
This reverts commit 72774470d435b18fac6cb90bc4e4ff2b9e8684a2. Conflicts: user_guide_src/source/changelog.rst
2015-07-27Revert "Fix #3989"Andrey Andreev1-1/+1
This reverts commit e1a94d30e2f30cee36f71c246136fb2db34d25df.