summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2015-08-14Merge branch '3.0-stable' into developAndrey 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/+14
Allows for easier override with an environment-based configs. Close #4045
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.1.0-devAndrey Andreev1-0/+6
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-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.
2015-07-26Fix #4000Andrey Andreev1-0/+1
2015-07-23Fix an issue with CI_Upload max filesizeAndrey Andreev1-0/+1
Reported via the forums: http://forum.codeigniter.com/thread-62510.html
2015-07-22Add class_exists() checks to CI_Loader::model()Andrey Andreev1-0/+1
Helps debugging in case of controller/model/library class name collision.
2015-07-22Fix #3991Andrey Andreev1-0/+1
2015-07-21Fix #3989Andrey Andreev1-1/+1
More instances of the bug that was fixed with 43afc71b777b00cfc2638add6fa3c47d333c5e04
2015-07-20Fix #3279Andrey Andreev1-0/+1
2015-07-20[ci skip] Update user-guide with info about 2.2.2, 2.2.3Andrey Andreev1-0/+24
2015-07-20[ci skip] Fix a docs compile warningAndrey Andreev1-1/+1
2015-07-20[ci skip] Add a changelog entry for last commitAndrey Andreev1-0/+1
2015-07-17Fix #3752Andrey Andreev1-0/+1
2015-07-17[ci skip] Fix #3778Andrey Andreev1-0/+1
2015-07-17[ci skip] Fix a bug reported via PR #3704Andrey Andreev1-0/+1
2015-07-16Add SSL support for PDO_MYSQL tooAndrey Andreev1-1/+1
Related: #3896
2015-07-16Refactor proposed changes from PR #3896Andrey Andreev1-0/+1
2015-07-15[ci skip] Add changelog entries for PR #3828Andrey Andreev1-0/+5
2015-07-15[ci skip] Add a changelog entry for PR #3715Andrey Andreev1-0/+1
2015-07-15Polish changes from PR #3893Andrey Andreev1-1/+1
2015-07-15Merge branch 'feature/form_helper' of github.com:darkhouse/CodeIgniter into ↵Andrey Andreev1-1/+2
feature/form_helpers_extra_array Manually fixed conflicts in: user_guide_src/source/changelog.rst
2015-07-15[ci skip] Add changelog entry for PR #3968Andrey Andreev1-0/+1
2015-07-15[ci skip] Changelog entry for PR #3970Andrey Andreev1-0/+3
2015-07-09Fix #3965Andrey Andreev1-0/+1
2015-07-08Fix #3963Andrey Andreev1-0/+1
2015-07-06Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into developftwbzhao1-0/+3
Conflicts: user_guide_src/source/changelog.rst
2015-07-06[ci skip] Add missing changelog entries for PRs #3955, #3957Andrey Andreev1-0/+3
2015-07-05fix pdo/sqlite & update changelogftwbzhao1-1/+1
2015-07-04add changelogftwbzhao1-0/+1
2015-07-02Fix QB delete() for multiple tables with where()Andrey Andreev1-1/+1
Reported via the forums: http://forum.codeigniter.com/thread-61774.html
2015-06-29Fix #3932Andrey Andreev1-0/+1
2015-06-22[ci skip] Add remaining changes from PR #3826Andrey Andreev1-1/+1
2015-06-22Fix #3913Andrey Andreev1-0/+2
2015-06-22Work-around for https://bugs.php.net/bug.php?id=39598Andrey Andreev1-0/+1
Fixes #3922