Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-28 | Merge remote-tracking branch 'origin/develop' into develop | Lance Vincent | 0 | -0/+0 | |
Conflicts: system/language/english/form_validation_lang.php system/libraries/Form_validation.php user_guide_src/source/libraries/form_validation.rst | |||||
2015-01-28 | Form Validation - In Method | Lance Vincent | 3 | -0/+18 | |
Returns true if a given value matches any of the specified list | |||||
2015-01-27 | Form Validation - After Date | Lance Vincent | 3 | -0/+16 | |
2015-01-27 | Form Validation - Before Date | Lance Vincent | 3 | -0/+16 | |
2015-01-27 | Form Validation - Not In Method | Lance Vincent | 3 | -0/+18 | |
2015-01-26 | Form Validation - Date Method | Lance Vincent | 3 | -0/+27 | |
Value should be a valid date | |||||
2015-01-26 | Form Validation - In Method | Lance Vincent | 3 | -0/+18 | |
Returns true if a given value matches any of the specified list | |||||
2015-01-26 | Form Validation - Between method | Lance Vincent | 3 | -0/+23 | |
Value must be within a given numeric range | |||||
2014-09-12 | Fix #3228 | Andrey Andreev | 1 | -2/+0 | |
2014-09-11 | Merge pull request #3229 from aanbar/add_vcard_to_mime | Andrey Andreev | 1 | -1/+2 | |
Added vcard mime-type | |||||
2014-09-11 | Added vcard mime-type | Ahmad Anbar | 1 | -1/+2 | |
2014-09-08 | Add svg to config/mimes.php | Andrey Andreev | 1 | -1/+2 | |
Close #3199 | |||||
2014-09-08 | Add 'named callable' rules to Form validation library | Andrey Andreev | 2 | -5/+46 | |
Requested in issue #3183 Supersedes PR #3220 | |||||
2014-08-28 | Fix CI_Security::get_random_bytes() length validation | Andrey Andreev | 1 | -1/+1 | |
2014-08-28 | CI_Parser: Fix a regression from b27338ac9710cfcf69c4c99028f474aae8b28b49 ↵ | Andrey Andreev | 1 | -1/+1 | |
(#3189) | |||||
2014-08-27 | Fix #2963 | Andrey Andreev | 13 | -38/+67 | |
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib | |||||
2014-08-27 | Add CI_Security::get_random_bytes() for CSRF & XSS token generation | Andrey Andreev | 3 | -9/+72 | |
2014-08-27 | [ci skip] Fix routing documentation (#3192) | Andrey Andreev | 1 | -3/+1 | |
It described a feature that doesn't exist. | |||||
2014-08-27 | Merge pull request #3202 from rougin/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fixed typo error | |||||
2014-08-27 | Close #3205 | Andrey Andreev | 2 | -18/+5 | |
2014-08-27 | [ci skip] Update a comment block description | Andrey Andreev | 1 | -1/+1 | |
2014-08-27 | Fix #3189 | Andrey Andreev | 2 | -33/+34 | |
2014-08-27 | Removed empty line | Rougin Gutib | 1 | -1/+1 | |
2014-08-27 | Removed empty line | Rougin Royce Gutib | 0 | -0/+0 | |
2014-08-26 | Merge pull request #3204 from ivantcholakov/feature/html-escape-upgrade | Andrey Andreev | 2 | -7/+12 | |
Upgrading the function html_escape() | |||||
2014-08-26 | Merge pull request #3195 from hArpanet/develop | Andrey Andreev | 1 | -3/+3 | |
ibase_driver returning whitespace in table/column names | |||||
2014-08-26 | ibase_driver add table/column aliases | hArpanet | 1 | -3/+3 | |
to satisfy DB_driver expectations | |||||
2014-08-26 | Upgraded html_escape() - The simplest version. | Ivan Tcholakov | 1 | -8/+1 | |
2014-08-25 | Upgrading the function html_escape() - Readability Improvement 2. | Ivan Tcholakov | 1 | -5/+11 | |
2014-08-25 | Upgrading the function html_escape() - readability improvement. | Ivan Tcholakov | 1 | -1/+3 | |
2014-08-25 | Upgrading the function html_escape() - documentation corrections. | Ivan Tcholakov | 2 | -5/+4 | |
2014-08-25 | Upgrading the function html_escape(), escaping twice can be prevented by ↵ | Ivan Tcholakov | 2 | -4/+9 | |
setting the second argument to FALSE. | |||||
2014-08-24 | Fixed typo error | Rougin Royce Gutib | 1 | -2/+2 | |
2014-08-22 | Merge pull request #3198 from ivantcholakov/feature/is-not-null | Andrey Andreev | 2 | -0/+10 | |
Query builder: IS NOT NULL support implementation, see #3194 | |||||
2014-08-22 | Query builder, IS NOT NULL support #3194: Adding a changelog entry. | Ivan Tcholakov | 1 | -0/+1 | |
2014-08-22 | Query builder, IS NOT NULL support #3194: Strict comparison. | Ivan Tcholakov | 1 | -1/+1 | |
2014-08-21 | Query builder: IS NOT NULL support implementation, see #3194 | Ivan Tcholakov | 1 | -0/+9 | |
2014-08-21 | ibase_driver returning whitespace in table/column names | hArpanet | 1 | -3/+3 | |
Currently all Table and Field names are returned padded with whitespace up to string(124). | |||||
2014-08-18 | Fix a wrong variable name from previous commit | Andrey Andreev | 1 | -1/+1 | |
Rel: #3186 | |||||
2014-08-18 | Optimize Redis serialized values support | Andrey Andreev | 1 | -17/+19 | |
Rel: PR #3186 | |||||
2014-08-18 | Merge pull request #3186 from ivantcholakov/feature/cache-redis-serialization | Andrey Andreev | 1 | -3/+48 | |
Cache_redis: Adding serialization support. | |||||
2014-08-18 | Cache_redis: A code-styling correction.. | Ivan Tcholakov | 1 | -1/+1 | |
2014-08-18 | Cache_redis: Optimizations. | Ivan Tcholakov | 1 | -2/+2 | |
2014-08-18 | Cache_redis: Polishing. | Ivan Tcholakov | 1 | -7/+4 | |
2014-08-18 | Cache_redis: Refactoring if delete() method. | Ivan Tcholakov | 1 | -3/+3 | |
2014-08-18 | Cache_redis, save() method: An optimization, moving sRemove call. | Ivan Tcholakov | 1 | -2/+1 | |
2014-08-18 | [ci skip] Polish changes from PR #3176 | Andrey Andreev | 3 | -12/+14 | |
2014-08-18 | Merge pull request #3176 from caseyh/develop | Andrey Andreev | 3 | -6/+14 | |
CSRF whitelist supports regex | |||||
2014-08-18 | Alter Pull #3176 - CSRF Whitelist | caseyh | 1 | -4/+3 | |
2014-08-18 | Alter Pull #3176 to follow discussion | caseyh | 1 | -4/+4 | |