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 | 2 | -2/+1 | |
Persist config file rules when using FV reset_validation() | |||||
2015-09-28 | Update changelog.rst | zoaked | 1 | -1/+0 | |
2015-09-28 | Merge pull request #4143 from b1tc0re/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix a doc example | |||||
2015-09-28 | Merge pull request #4125 from jim-parry/fix/lang_test | Andrey Andreev | 1 | -5/+17 | |
Improve CI_Lang tests | |||||
2015-09-27 | cal_cel_other | Дмитрий | 1 | -2/+2 | |
forget to close a tag cal_cel_other | |||||
2015-09-26 | Fix the testing of non-alhpa idioms | Master Yoda | 1 | -1/+1 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
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-26 | Removing config_rules from reset_validation | zoaked | 1 | -6/+1 | |
Signed-off-by: Junior Asparagus<zoaked@hotmail.com> | |||||
2015-09-24 | Fix the tabs | Master Yoda | 1 | -5/+0 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-09-24 | Fix the tabs | Master Yoda | 1 | -1/+0 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-09-24 | Fix the tabs | Master Yoda | 1 | -4/+4 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
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-22 | Styling changes | zoaked | 1 | -3/+5 | |
2015-09-21 | Merge pull request #4130 from jim-parry/fix/pulldown-nav | Andrey Andreev | 1 | -85/+117 | |
Fixed the pulldown menu in docs Close #4043 | |||||
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 | Changes suggested by Andrey | Master Yoda | 2 | -3/+4 | |
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 | Merge branch 'fix/lang_test' of https://github.com/jim-parry/CodeIgniter ↵ | Master Yoda | 2 | -4/+21 | |
into fix/lang_test | |||||
2015-09-21 | Update form_validation.rst | zoaked | 1 | -2/+5 | |
2015-09-21 | Update changelog.rst | zoaked | 1 | -0/+1 | |
2015-09-21 | Switch from saving copy of config to reset method parameter | zoaked | 1 | -4/+5 | |
2015-09-20 | Persist config file settings when resetting form_validation | zoaked | 1 | -2/+3 | |
When checking multiple arrays using form_validation you have to call reset_validation between each separate check due to the instance of the library being a singleton. The issue comes in when the settings are loaded from a config file as they are initially loaded from a parameter in the constructor, but are set to an empty array when resetting the class. To get around this issue a copy of the config parameter is made and then the copy is used to reset the rules when clearing. | |||||
2015-09-20 | The Lang unit testing claimed to be testing for non-alpha idioms, but wasn't. | Master Yoda | 1 | -94/+99 | |
Setup a new test method to isolate this. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-09-20 | Revert "Revert "The Lang unit testing claimed to be testing for non-alpha ↵ | Master Yoda | 1 | -6/+12 | |
idioms, but wasn't. Setup a new test method to isolate this. Signed-off-by:Master Yoda <jim_parry@bcit.ca>"" This reverts commit 5f8fa02b9e386dfc474d8a6f2302e32674f2b55a. | |||||
2015-09-20 | Revert "The Lang unit testing claimed to be testing for non-alpha idioms, ↵ | Master Yoda | 1 | -12/+6 | |
but wasn't. Setup a new test method to isolate this. Signed-off-by:Master Yoda <jim_parry@bcit.ca>" This reverts commit 1adf834231dae85e55c1bf2d19f3f4b28324f356. | |||||
2015-09-20 | The Lang unit testing claimed to be testing for non-alpha idioms, but wasn't. | Master Yoda | 1 | -6/+12 | |
Setup a new test method to isolate this. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-09-20 | The Lang unit testing claimed to be testing for non-alpha idioms, but wasn't. | Master Yoda | 1 | -84/+89 | |
Setup a new test method to isolate this. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-09-20 | The Lang unit testing claimed to be testing for non-alpha idioms, but wasn't. | Master Yoda | 1 | -0/+1 | |
Setup a new test method to isolate this. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-09-16 | Merge pull request #4119 from kenjis/fix-tutorial | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a typo in the tutorial | |||||
2015-09-16 | Fix typo | kenjis | 1 | -1/+1 | |
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com> | |||||
2015-09-10 | Merge pull request #4105 from rjbrooksjr/develop | Andrey Andreev | 1 | -1/+1 | |
FV library to allow the pipe character within brackets | |||||
2015-09-09 | Change form validation library to allow the pipe character within square ↵ | rich | 1 | -1/+1 | |
brackets | |||||
2015-08-31 | Merge pull request #4082 from tomaszturkowski/develop | Andrey Andreev | 1 | -1/+1 | |
Simplify an if condition in DB.php | |||||
2015-08-31 | Merge pull request #4069 from ivantcholakov/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Correct wm_shadow_distance default value in Image_lib docs | |||||
2015-08-28 | Change if is not set or count equals zero into if empty | Tomasz Turkowski | 1 | -1/+1 | |
2015-08-23 | Merge pull request #4068 from dotancohen/develop | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Clarify URI routing docs on dashes replacement | |||||
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-23 | Specify to which character dashes will be replaced | Dotan Cohen | 1 | -2/+2 | |
2015-08-14 | Merge branch '3.0-stable' into develop | Andrey Andreev | 2 | -20/+1 | |
2015-08-14 | Fix #4052 | Andrey Andreev | 2 | -20/+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 | Fix typo in comments | Claudio Galdiolo | 1 | -1/+1 | |
2015-08-13 | Merge pull request #4049 from galdiolo/patch-9 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix typo in comments | |||||
2015-08-13 | Fix typo in comments | Claudio Galdiolo | 1 | -1/+1 | |
2015-08-13 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -2/+5 | |
2015-08-13 | Update config/constants.php with defined() checks | Andrey Andreev | 3 | -34/+58 | |
Allows for easier override with an environment-based configs. Close #4045 | |||||
2015-08-13 | Update config/constants.php with defined() checks | Andrey Andreev | 3 | -34/+48 | |
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 | |