summaryrefslogtreecommitdiffstats
path: root/system/language/english/form_validation_lang.php
AgeCommit message (Collapse)AuthorFilesLines
2019-01-02Merge pull request #5662 from jim-parry/copyright2019Instructor, BCIT1-3/+3
Update copyright date to 2019
2018-09-11[ci skip] Fix #5590 (add a default error message for FV valid_base64 rule)Andrey Andreev1-0/+1
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev1-2/+2
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php
2017-01-03Update copyright data to 2017Master Yoda1-2/+2
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-1/+1
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-01-28change in to in_listLance Vincent1-1/+1
2015-01-28Form Validation - In MethodLance Vincent1-0/+1
2015-01-28Form Validation - In MethodLance Vincent1-0/+1
Returns true if a given value matches any of the specified list
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-12Updated to use the language fileAhmad Anbar1-0/+1
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-02-112013 > 2014darwinel1-1/+1
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015.
2013-02-04Cleaned up for pull request.Sajan Parikh1-5/+5
Signed-off-by: Sajan Parikh <sajan@noppix.com>
2013-02-02Added error message in lang file.Sajan Parikh1-5/+6
Signed-off-by: Sajan Parikh <sajan@noppix.com>
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-12-14Fix issue #539Andrey Andreev1-26/+26
Form validation language line keys were not prefixed. They are now prefixed with 'form_validation_' in order to avoid collisions. The old keys will still work if a prefixed match is not found, but are DEPRECATED and will be removed in the next major version. Also added upgrade notes and changelog entries for the new error message format from PR #961.
2012-12-12Find/replace oopsie.Eric Roberts1-2/+2
Signed-off-by: Eric Roberts <eric@cryode.com>
2012-12-12Merge branch 'refs/heads/develop' into feature/form_error_msgsEric Roberts1-27/+30
Conflicts: system/language/english/form_validation_lang.php user_guide_src/source/libraries/form_validation.rst Signed-off-by: Eric Roberts <eric@cryode.com>
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-1/+1
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-0/+1
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files.
2012-10-11New form_validation rule: 'differs'Raul Baldner Junior1-0/+1
Added new validation rule 'differs'. It checks if the value of a field differs from the value of another field.
2012-10-05Fix issue #935 [ci skip]Andrey Andreev1-2/+2
2012-07-15Changed double quotes to single quotes to meet style guidelinesAlex Bilbie1-25/+25
2012-07-12Too many new lines here :)vkeranov1-2/+1
2012-06-07Resolve description docblock differences in system/language/Andrey Andreev1-2/+2
2012-04-15Combine this feature with Fix Issue #935 in another pull request.Eric Roberts1-2/+2
2012-04-15Fix a merge oopsie in the language file.Eric Roberts1-28/+0
2012-04-15Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵Eric Roberts1-2/+30
feature/form_error_msgs Conflicts: system/language/english/form_validation_lang.php
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-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-02-08Fix #1009 documentation fixedJohn Crepezzi1-3/+3
2012-02-07Renaming equal_to_greater_than to greater_than_equal_to, equal_to_less_than ↵Nick Busey1-2/+2
to less_than_equal_to
2012-02-02Adding equal to greater than, equal to less than form validators.Nick Busey1-23/+25
2012-01-24Better support for using field names and rule parameters in error messages.Eric Roberts1-23/+23
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-0/+25
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change
2011-08-20Fixed a bug (#181) where a mis-spelling was in the form validation language ↵Greg Aker1-1/+1
file.
2011-05-09Removed accidental whitespace.Phil Sturgeon1-1/+1
2011-05-09Added 'is_unique' which is a brilliant feature I came up with all by myself. ↵Phil Sturgeon1-1/+2
Not based on code and ideas from Michael Wales, Burak Guzel, Zack Kitzmiller or Dan Horrigan at all. If they say any differently they are lying.
2011-03-17Added form_validation_lang entries for decimal, greater_than, less_than.Phil Sturgeon1-0/+3
2010-12-15Added the regex_match Form Validation rule. Had to change how the rules are ↵Dan Horrigan1-0/+1
split so that no regex breaks the rule splitting.
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-4/+4
2008-11-13Changing EOL style to LFDerek Allard1-23/+23
2008-09-22fix up file path reference in commentDerek Allard1-2/+2
2008-08-27Clarified some of the lines of textRick Ellis1-3/+3
2008-08-26Added Form Validation Library and updated docsRick Ellis1-0/+24