Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-12 | Some micro-optimizations | Andrey Andreev | 1 | -15/+5 | |
2012-11-03 | Fix #1957 | Andrey Andreev | 1 | -3/+8 | |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-11-01 | Fix issue #1953 (form values being escaped twice) | Andrey Andreev | 1 | -5/+5 | |
Re-instaing an improved form_prep() function, reverting most of the changes from 74ffd17ab06327ca62ddfe28a186cae7ba6bd459. | |||||
2012-10-26 | Fix #1624 and clear-up the form validation docs (manually applying #1603) | Andrey Andreev | 1 | -5/+5 | |
2012-10-11 | [ci skip] Minor changes following PR #1871 | Andrey Andreev | 1 | -0/+1 | |
2012-10-11 | New form_validation rule: 'differs' | Raul Baldner Junior | 1 | -0/+13 | |
Added new validation rule 'differs'. It checks if the value of a field differs from the value of another field. | |||||
2012-10-10 | mbstring related changes | Andrey Andreev | 1 | -6/+0 | |
2012-07-08 | #1558 | Andrey Andreev | 1 | -0/+6 | |
2012-06-27 | valid_email() to always return boolean | Andrey Andreev | 1 | -1/+1 | |
2012-06-27 | Correct variable names | Timothy Warren | 1 | -1/+1 | |
2012-06-27 | Update other email validation methods | Timothy Warren | 1 | -1/+1 | |
2012-06-27 | Use ctype_* functions in Form_validation instead of PCRE when possible | Andrey Andreev | 1 | -4/+4 | |
2012-06-26 | Correct solution to #1533 | Andrey Andreev | 1 | -1/+1 | |
2012-06-26 | Fix issue #427 | Andrey Andreev | 1 | -1/+1 | |
2012-06-26 | Fix issue #1533 | Andrey Andreev | 1 | -1/+1 | |
2012-06-21 | Fix issue #79 | Andrey Andreev | 1 | -2/+1 | |
2012-06-18 | Fix issue #1328 | Andrey Andreev | 1 | -1/+6 | |
2012-06-15 | Optimize encode_php_tags() | Andrey Andreev | 1 | -1/+1 | |
2012-06-15 | some optimizations | Michiel Vugteveen | 1 | -9/+21 | |
2012-06-14 | fixed other functions | Michiel Vugteveen | 1 | -4/+4 | |
2012-06-14 | fix | Michiel Vugteveen | 1 | -6/+4 | |
2012-06-14 | exact length passed as string needs to be casted to int | Michiel Vugteveen | 1 | -1/+3 | |
2012-06-12 | Modified Form Validation class's set_rules() so it can now handle an array ↵ | Kevin Wood-Friend | 1 | -0/+6 | |
of rules, instead of just a string | |||||
2012-06-10 | Merge branch 2.1-stable into develop | Andrey Andreev | 1 | -2/+3 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 1 | -18/+18 | |
2012-05-17 | Clean up the libraries | Andrey Andreev | 1 | -33/+27 | |
2012-05-13 | Improve the solution for issue #1342 | Andrey Andreev | 1 | -1/+1 | |
2012-05-09 | Fix issue #1342 | Andrey Andreev | 1 | -1/+1 | |
2012-05-02 | Fixing some typos. | George Petsagourakis | 1 | -1/+1 | |
2012-04-20 | Start comment cleanup of libraries | Timothy Warren | 1 | -4/+79 | |
2012-04-03 | Another form_validation fix | Andrey Andreev | 1 | -2/+0 | |
2012-04-03 | Fix some stuff broken during repo sync | Andrey Andreev | 1 | -3/+3 | |
2012-04-03 | Merge upstream branch | Andrey Andreev | 1 | -96/+68 | |
2012-04-03 | Clean up the Form_validation library | Andrey Andreev | 1 | -117/+86 | |
2012-03-20 | Merge upstream branch | Andrey Andreev | 1 | -7/+19 | |
2012-03-14 | Fix comment typo in Form_validation.php | tiyowan | 1 | -1/+1 | |
2012-03-12 | Replace function_exists() checks with MB_ENABLED constant | tiyowan | 1 | -4/+4 | |
2012-03-12 | Merge pull request #1079 from mikedfunk/feature/form_val_config | Andrey Andreev | 1 | -0/+12 | |
Feature/form val config error_prefix and error_suffix | |||||
2012-03-09 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -11/+9 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-03-09 | Merge upstream branch | Andrey Andreev | 1 | -8/+91 | |
2012-03-08 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵ | Mike Funk | 1 | -11/+9 | |
feature/form_val_config | |||||
2012-03-08 | moved delimiter assigning to constructor, removed extra function. | Mike Funk | 1 | -24/+10 | |
2012-03-08 | Fixed bug with rules not being passed to _config_delimiters or back into ↵ | Mike Funk | 1 | -3/+5 | |
$this->_config_rules. | |||||
2012-03-07 | Fix issue #501 | Andrey Andreev | 1 | -11/+9 | |
2012-03-07 | merged from develop, fixed conflict in user guide. | Mike Funk | 1 | -40/+119 | |
2012-03-06 | Removed reset_validation() method from run() method | JonoB | 1 | -4/+5 | |
2012-03-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | John Crepezzi | 1 | -39/+81 | |
2012-03-04 | Fix indentation for changes from pull #1121 | Andrey Andreev | 1 | -25/+24 | |