Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-22 | Styling changes | zoaked | 1 | -3/+5 | |
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-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 | |
2015-08-10 | Merge pull request #4042 from mwhitneysdsu/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix path for CLI error templates in upgrade docs | |||||
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 | 2 | -2/+9 | |
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 | 4 | -4/+11 | |
2015-08-07 | [ci skip] Start of 3.0.2-dev | Andrey Andreev | 4 | -4/+11 | |
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 | 2 | -1/+2 | |
Close #4024 | |||||
2015-08-07 | Fix ReDoS-bug in string_helper.php | Kevin Morssink | 1 | -1/+1 | |
Fix for ReDoS (Regular Expression Denial of Service) / Code Injection Risk | |||||
2015-08-05 | Fix #4026 | Andrey Andreev | 2 | -1/+5 | |
2015-08-05 | Merge pull request #4028 from bjjay/patch-1 | Andrey Andreev | 1 | -6/+0 | |
Remove a redundant piece of code from Profiler | |||||
2015-08-05 | Reduce once $config['query_toggle_count'] checking | bjjay | 1 | -6/+0 | |
This checking can be done by calling set_sections method when initialize profiler . | |||||
2015-08-05 | Fix #4027 | Andrey Andreev | 2 | -8/+13 | |
2015-08-03 | Fix #4015 | Andrey Andreev | 2 | -1/+3 | |
2015-08-03 | [ci skip] Normalize tabs/spaces | Andrey Andreev | 12 | -25/+26 | |
Partial changes from PR #4016 | |||||
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 | 2 | -1/+5 | |
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 | |