Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-02 | Rearrange the TOC slightly, to support consistency between the side menu and ↵ | Master Yoda | 1 | -10/+10 | |
the sphonx toctree-derived pulldown menu. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-09-29 | Merge pull request #4126 from zoaked/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Persist config file rules when using FV reset_validation() | |||||
2015-09-28 | Update changelog.rst | zoaked | 1 | -1/+0 | |
2015-09-27 | cal_cel_other | Дмитрий | 1 | -2/+2 | |
forget to close a tag cal_cel_other | |||||
2015-09-26 | Removing config_rules from reset_validation | zoaked | 1 | -1/+1 | |
Signed-off-by: Junior Asparagus <zoaked@hotmail.com> | |||||
2015-09-26 | Removed reset_validation changes that were no longer needed | zoaked | 1 | -2/+1 | |
2015-09-22 | Added optional parameter to reset_validation() | zoaked | 1 | -4/+2 | |
2015-09-22 | Added optional parameter to reset_validation() in form_validation library | zoaked | 1 | -1/+1 | |
2015-09-21 | Removed mention of the fix in the changelog - not a framework issue. | Master Yoda | 1 | -1/+0 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-09-21 | Fixed the pulldown nav | Master Yoda | 2 | -85/+118 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-09-21 | Update form_validation.rst | zoaked | 1 | -2/+5 | |
2015-09-21 | Update changelog.rst | zoaked | 1 | -0/+1 | |
2015-09-16 | Fix typo | kenjis | 1 | -1/+1 | |
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com> | |||||
2015-08-23 | A minor documentation correction about Image_lib, the default value of the ↵ | Ivan Tcholakov | 1 | -1/+1 | |
option 'wm_shadow_distance' is 2 actually. | |||||
2015-08-14 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -0/+1 | |
2015-08-14 | Fix #4052 | Andrey Andreev | 1 | -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-13 | Update config/constants.php with defined() checks | Andrey Andreev | 2 | -0/+24 | |
Allows for easier override with an environment-based configs. Close #4045 | |||||
2015-08-13 | Update config/constants.php with defined() checks | Andrey Andreev | 2 | -0/+14 | |
Allows for easier override with an environment-based configs. Close #4045 | |||||
2015-08-10 | Fix path for CLI error templates in upgrade doc | Mat Whitney | 1 | -1/+1 | |
2015-08-10 | Fix path for CLI error templates in upgrade doc | Mat Whitney | 1 | -1/+1 | |
2015-08-07 | [ci skip] Partial patch for #2284 | Andrey Andreev | 1 | -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] Add 3.1.0 upgrade instructions file | Andrey Andreev | 2 | -0/+15 | |
2015-08-07 | [ci skip] Add 3.0.2 upgrade instructions file | Andrey Andreev | 2 | -0/+15 | |
2015-08-07 | [ci skip] Add 3.0.2 upgrade instructions file | Andrey Andreev | 2 | -0/+15 | |
2015-08-07 | [ci skip] Start of 3.1.0-dev | Andrey Andreev | 3 | -3/+10 | |
2015-08-07 | [ci skip] Start of 3.0.2-dev | Andrey Andreev | 3 | -3/+10 | |
2015-08-07 | [ci skip] Add 3.0.1 release date to changelog | Andrey Andreev | 1 | -1/+1 | |
2015-08-07 | [ci skip] Add 3.0.1 release date to changelog | Andrey Andreev | 1 | -1/+1 | |
2015-08-07 | [ci skip] Add a note about string helpers | Andrey Andreev | 1 | -0/+3 | |
2015-08-07 | Fix #4023 | Andrey Andreev | 1 | -0/+1 | |
Close #4024 | |||||
2015-08-05 | Fix #4026 | Andrey Andreev | 1 | -0/+1 | |
2015-08-05 | Fix #4027 | Andrey Andreev | 1 | -0/+1 | |
2015-08-03 | Fix #4015 | Andrey Andreev | 1 | -0/+1 | |
2015-07-31 | [ci skip] Add a note about form helper set_value() | Andrey Andreev | 1 | -0/+5 | |
2015-07-31 | [ci skip] Alter 3.0 upgrade instructions title | Andrey Andreev | 1 | -1/+1 | |
They'd be valid for all 3.0.x versions, not just for 3.0.0 | |||||
2015-07-31 | Fix #4012 | Andrey Andreev | 1 | -0/+1 | |
2015-07-31 | Merge pull request #4010 from aneasystone/html_helper | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Correct description of HTML helper function ul() | |||||
2015-07-31 | Correct the notes of html_helper ul function | aneasystone | 1 | -1/+1 | |
Signed-off-by: aneasystone <aneasystone@gmail.com> | |||||
2015-07-30 | [ci skip] Fix a changelog typo | Andrey Andreev | 1 | -1/+1 | |
2015-07-29 | [ci skip] QB docs, consistent bool vs boolean | Andrey Andreev | 1 | -6/+6 | |
2015-07-29 | Revert "[ci skip] Fix where_in() docs" | Andrey Andreev | 1 | -4/+4 | |
This reverts commit c749bfbca99291fe64ca98d45a20d0735cb4e461. Related to #3989, #4001 | |||||
2015-07-29 | Fix a 'counter-#3989' bug | Andrey Andreev | 1 | -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-29 | Merge pull request #4009 from aneasystone/doc-pro | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Correct notes about database_exists(), optimize_database() utils | |||||
2015-07-29 | fix mixed-up database and table | aneasystone | 1 | -2/+2 | |
Signed-off-by: aneasystone <aneasystone@gmail.com> | |||||
2015-07-28 | [ci skip] Remove a redundant example from DB result docs | Andrey Andreev | 1 | -12/+0 | |
2015-07-27 | Close #4004 | Andrey Andreev | 1 | -0/+1 | |
2015-07-27 | Revert "[ci skip] Add a changelog entry for last commit" | Andrey Andreev | 1 | -1/+0 | |
This reverts commit 72774470d435b18fac6cb90bc4e4ff2b9e8684a2. Conflicts: user_guide_src/source/changelog.rst | |||||
2015-07-27 | Revert "Fix #3989" | Andrey Andreev | 1 | -1/+1 | |
This reverts commit e1a94d30e2f30cee36f71c246136fb2db34d25df. | |||||
2015-07-27 | [ci skip] Update some query builder examples | Andrey Andreev | 1 | -11/+21 | |
Related: #4001 | |||||
2015-07-26 | Fix #4000 | Andrey Andreev | 1 | -0/+1 | |