summaryrefslogtreecommitdiffstats
path: root/system/language
AgeCommit message (Collapse)AuthorFilesLines
2012-07-12Update developvkeranov1-1/+0
2012-07-12Update developvkeranov1-1/+0
2012-07-12Fix some spaces herevkeranov1-6/+5
2012-07-12again... new linesvkeranov1-1/+0
2012-07-12Too many new lines here :)vkeranov1-2/+1
2012-07-12Cleaning againvkeranov1-4/+3
2012-07-12Cleaning...vkeranov1-1/+0
2012-07-12Cleaning time...vkeranov1-1/+0
2012-07-11Fixing typo in error for multiple migration conflict.lee Tengum1-1/+1
Signed-off-by: lee Tengum <lee@thatleeguy.com>
2012-06-19Fixed Migrations and an incorrect strict comparison.Phil Sturgeon1-1/+1
2012-06-07Resolve description docblock differences in system/language/Andrey Andreev12-29/+29
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 Roberts12-14/+42
feature/form_error_msgs Conflicts: system/language/english/form_validation_lang.php
2012-03-12Fixed typo in English language file for upload library.Seb Pollard1-1/+1
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon12-12/+12
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 Aker12-12/+12
2011-12-28Updating Moscow and Samoa timezonesBrandon Jones1-4/+4
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones12-0/+300
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-09-03Changed up to down for down method error lineThomas Traub1-1/+1
2011-08-20Fixed a bug (#181) where a mis-spelling was in the form validation language ↵Greg Aker1-1/+1
file.
2011-07-02hand merged remaining unresolved files following the backout of ↵Derek Jones2-0/+14
648b42a75739, which was a NON-trivial whitespace commit
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones2-8/+8
broke the Typography class's string replacements, for instance
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-05-08Merged tip.Phil Sturgeon3-8/+11
2011-05-04Fixed conflict with migrations merge.Phil Sturgeon1-0/+13
2011-05-04Added Migration class and language file.Phil Sturgeon1-0/+13
2011-04-25Fixed double-space typo.Razican2-8/+8
2011-04-18Added Session Class userdata to the output profiler. Additionally, added a ↵Greg Aker1-0/+3
show/hide toggle on HTTP Headers, Session Data and Config Variables.
2011-04-02Removed double-spacing from ftp_lang.php sentances.Phil Sturgeon1-7/+7
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 Mieny3-38/+38
2010-07-16Removing validation_lang.php file that was missed when removing the ↵Greg Aker1-21/+0
Validation library.
2010-03-12Added FTP::download() and the accompanying lang line. This was first ↵Phil Sturgeon1-0/+1
proposed in 2007, can we add it now pleeeeease?
2010-03-10added ability to enable/disable individual sections of the ProfilerDerek Jones1-0/+1
2010-03-03bringing language files up to dateDerek Jones4-36/+18
2010-01-18updated lang file for unit test changesDerek Allard1-0/+1
2010-01-16adding http headers and config to CI profilerDerek Allard1-0/+2
2008-12-09added some better error checking for saving files with GDDerek Jones1-0/+1
2008-11-18better error messages for sendmail failureDerek Jones1-0/+1
2008-11-13Changing EOL style to LFDerek Allard15-337/+337
2008-11-12Propset eol-style to CRLFDerek Jones2-34/+34
simplified paragraph tag cleanup regex
2008-10-17added a line of text for the profiler changesRick Ellis1-0/+1
2008-10-17Fixed a number of bug reports related to table/db names not being escaped or ↵Rick Ellis1-0/+1
prefixed correctly.