Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-10 | Change form validation library to allow the pipe character within square ↵ | rich | 1 | -1/+1 | |
brackets | |||||
2015-09-10 | Fix #4106 | Andrey Andreev | 2 | -2/+10 | |
2015-09-07 | Remove unnecessary count() calls from _sanitize_globals() | Andrey Andreev | 1 | -3/+3 | |
foreach() just won't execute for an empty array, it does that check internally. | |||||
2015-09-07 | Move csrf_verify() call out of _sanitize_globals() | Andrey Andreev | 1 | -6/+6 | |
It doesn't belong in there. | |||||
2015-09-03 | Fix #4096 | Andrey Andreev | 2 | -1/+2 | |
2015-09-02 | [ci skip] Improve FV language string instructions | Andrey Andreev | 1 | -1/+4 | |
As suggested in #4095 | |||||
2015-09-01 | Enable Travis builds for 3.0-stable branch | Andrey Andreev | 1 | -0/+1 | |
2015-09-01 | Fix #4093 | Andrey Andreev | 3 | -1/+10 | |
2015-09-01 | [ci skip] Correct session database setup docs | Andrey Andreev | 2 | -7/+15 | |
2015-09-01 | [ci skip] Reduce/improve wording of xss_clean() description | Andrey Andreev | 1 | -10/+5 | |
2015-09-01 | [ci skip] Remove a bad advice from the Security lib docs | Andrey Andreev | 1 | -4/+0 | |
2015-09-01 | Merge pull request #4092 from mpmont/3.0-stable | Andrey Andreev | 1 | -1/+1 | |
Remove an accidental = sign | |||||
2015-09-01 | There was an extra = sign in this file | Marco Monteiro | 1 | -1/+1 | |
2015-08-31 | [ci skip] Fix #4091 | Andrey Andreev | 2 | -1/+2 | |
2015-08-31 | Fix #4086 | Andrey Andreev | 2 | -13/+14 | |
2015-08-31 | [ci skip] Fix incorrect routing description | Andrey Andreev | 1 | -2/+1 | |
Close #4079 | |||||
2015-08-31 | Fix #4073 | Andrey Andreev | 2 | -7/+17 | |
2015-08-31 | Fix #4066 | Andrey Andreev | 3 | -18/+7 | |
2015-08-20 | Fix #4065 | Andrey Andreev | 2 | -1/+2 | |
2015-08-19 | [ci skip] Fix 'sqlsrv' connect failure endless loop | Andrey Andreev | 2 | -7/+9 | |
Reported via the forums: http://forum.codeigniter.com/thread-61494.html | |||||
2015-08-17 | Allow capitals in the middle of model names | Andrey Andreev | 2 | -1/+2 | |
Requested in #4059 | |||||
2015-08-15 | Fix #4056 | Andrey Andreev | 2 | -1/+2 | |
2015-08-15 | [ci skip] Fix a doc typo | Andrey Andreev | 1 | -1/+1 | |
2015-08-14 | [ci skip] Encryption doc fix | Andrey Andreev | 1 | -1/+1 | |
Close #4051 | |||||
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 | 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-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.0.2 upgrade instructions file | Andrey Andreev | 2 | -0/+15 | |
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 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 | |
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 | 2 | -5/+16 | |
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 |