Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-14 | Fix #4044 | Andrey Andreev | 2 | -5/+6 | |
2015-09-14 | Fix #4109 | Andrey Andreev | 2 | -20/+23 | |
2015-09-14 | Add 'eval' to a JS blacklist in xss_clean() | Andrey Andreev | 1 | -7/+10 | |
2015-09-14 | Move _remove_evil_attributes() call | Andrey Andreev | 2 | -4/+17 | |
2015-09-11 | Harden xss_clean() more | Andrey Andreev | 2 | -7/+44 | |
This time eliminate false positives for the 'naughty html' logic. | |||||
2015-09-11 | Improve on previous commit | Andrey Andreev | 2 | -1/+6 | |
2015-09-11 | Replace the latest XSS patches | Andrey Andreev | 2 | -10/+27 | |
This one fixes yet another issue, is cleaner and faster. | |||||
2015-09-10 | Last commit didn't adjust a RE index | Andrey Andreev | 2 | -1/+6 | |
2015-09-10 | Fix & extend 700619cebf75c4e4fcda6a2d7bea1afb84a029e4 | Andrey Andreev | 2 | -6/+6 | |
2015-09-10 | Fix a broken unit test from 700619cebf75c4e4fcda6a2d7bea1afb84a029e4 | Andrey Andreev | 1 | -1/+1 | |
2015-09-10 | [ci skip] Add changelog entry for #4105 | Andrey Andreev | 1 | -0/+1 | |
2015-09-10 | Change form validation library to allow the pipe character within square ↵ | rich | 1 | -1/+1 | |
brackets | |||||
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-10 | Fix #4106 | Andrey Andreev | 2 | -2/+10 | |
2015-09-09 | Change form validation library to allow the pipe character within square ↵ | rich | 1 | -1/+1 | |
brackets | |||||
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 | Merge pull request #4082 from tomaszturkowski/develop | Andrey Andreev | 1 | -1/+1 | |
Simplify an if condition in DB.php | |||||
2015-08-31 | Fix #4073 | Andrey Andreev | 2 | -7/+17 | |
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-31 | Fix #4066 | Andrey Andreev | 3 | -18/+7 | |
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-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 | 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 |