Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-12 | Merge remote-tracking branch 'upstream/develop' into develop | Jonathon Hill | 12 | -3/+14 | |
Conflicts: user_guide_src/source/changelog.rst Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-06 | Fix a lang key typo | Andrey Andreev | 1 | -2/+2 | |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 12 | -1/+12 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-10-31 | Added support for timestamp-based migrations | Jonathon Hill | 1 | -0/+1 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-10-11 | New form_validation rule: 'differs' | Raul Baldner Junior | 1 | -0/+1 | |
Added new validation rule 'differs'. It checks if the value of a field differs from the value of another field. | |||||
2012-10-05 | Fix issue #935 [ci skip] | Andrey Andreev | 1 | -2/+2 | |
2012-09-01 | A few forgotten double quotes in language strings | vlakoff | 1 | -14/+14 | |
Follow-up to commit 0875d69dc7b5138cc40ea2f248024b2a886a0d82 from 2012-07-15 | |||||
2012-07-15 | Changed double quotes to single quotes to meet style guidelines | Alex Bilbie | 7 | -141/+141 | |
2012-07-12 | Update develop | vkeranov | 1 | -1/+0 | |
2012-07-12 | Update develop | vkeranov | 1 | -1/+0 | |
2012-07-12 | Fix some spaces here | vkeranov | 1 | -6/+5 | |
2012-07-12 | again... new lines | vkeranov | 1 | -1/+0 | |
2012-07-12 | Too many new lines here :) | vkeranov | 1 | -2/+1 | |
2012-07-12 | Cleaning again | vkeranov | 1 | -4/+3 | |
2012-07-12 | Cleaning... | vkeranov | 1 | -1/+0 | |
2012-07-12 | Cleaning time... | vkeranov | 1 | -1/+0 | |
2012-07-11 | Fixing typo in error for multiple migration conflict. | lee Tengum | 1 | -1/+1 | |
Signed-off-by: lee Tengum <lee@thatleeguy.com> | |||||
2012-06-19 | Fixed Migrations and an incorrect strict comparison. | Phil Sturgeon | 1 | -1/+1 | |
2012-06-07 | Resolve description docblock differences in system/language/ | Andrey Andreev | 12 | -29/+29 | |
2012-03-12 | Fixed typo in English language file for upload library. | Seb Pollard | 1 | -1/+1 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 12 | -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-08 | Fix #1009 documentation fixed | John Crepezzi | 1 | -3/+3 | |
2012-02-07 | Renaming equal_to_greater_than to greater_than_equal_to, equal_to_less_than ↵ | Nick Busey | 1 | -2/+2 | |
to less_than_equal_to | |||||
2012-02-02 | Adding equal to greater than, equal to less than form validators. | Nick Busey | 1 | -23/+25 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 12 | -12/+12 | |
2011-12-28 | Updating Moscow and Samoa timezones | Brandon Jones | 1 | -4/+4 | |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 12 | -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-03 | Changed up to down for down method error line | Thomas Traub | 1 | -1/+1 | |
2011-08-20 | Fixed a bug (#181) where a mis-spelling was in the form validation language ↵ | Greg Aker | 1 | -1/+1 | |
file. | |||||
2011-07-02 | hand merged remaining unresolved files following the backout of ↵ | Derek Jones | 2 | -0/+14 | |
648b42a75739, which was a NON-trivial whitespace commit | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 2 | -8/+8 | |
broke the Typography class's string replacements, for instance | |||||
2011-05-09 | Removed accidental whitespace. | Phil Sturgeon | 1 | -1/+1 | |
2011-05-09 | Added 'is_unique' which is a brilliant feature I came up with all by myself. ↵ | Phil Sturgeon | 1 | -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-08 | Merged tip. | Phil Sturgeon | 3 | -8/+11 | |
2011-05-04 | Fixed conflict with migrations merge. | Phil Sturgeon | 1 | -0/+13 | |
2011-05-04 | Added Migration class and language file. | Phil Sturgeon | 1 | -0/+13 | |
2011-04-25 | Fixed double-space typo. | Razican | 2 | -8/+8 | |
2011-04-18 | Added Session Class userdata to the output profiler. Additionally, added a ↵ | Greg Aker | 1 | -0/+3 | |
show/hide toggle on HTTP Headers, Session Data and Config Variables. | |||||
2011-04-02 | Removed double-spacing from ftp_lang.php sentances. | Phil Sturgeon | 1 | -7/+7 | |
2011-03-17 | Added form_validation_lang entries for decimal, greater_than, less_than. | Phil Sturgeon | 1 | -0/+3 | |
2010-12-15 | Added the regex_match Form Validation rule. Had to change how the rules are ↵ | Dan Horrigan | 1 | -0/+1 | |
split so that no regex breaks the rule splitting. | |||||
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 3 | -38/+38 | |
2010-07-16 | Removing validation_lang.php file that was missed when removing the ↵ | Greg Aker | 1 | -21/+0 | |
Validation library. | |||||
2010-03-12 | Added FTP::download() and the accompanying lang line. This was first ↵ | Phil Sturgeon | 1 | -0/+1 | |
proposed in 2007, can we add it now pleeeeease? | |||||
2010-03-10 | added ability to enable/disable individual sections of the Profiler | Derek Jones | 1 | -0/+1 | |
2010-03-03 | bringing language files up to date | Derek Jones | 4 | -36/+18 | |
2010-01-18 | updated lang file for unit test changes | Derek Allard | 1 | -0/+1 | |
2010-01-16 | adding http headers and config to CI profiler | Derek Allard | 1 | -0/+2 | |
2008-12-09 | added some better error checking for saving files with GD | Derek Jones | 1 | -0/+1 | |
2008-11-18 | better error messages for sendmail failure | Derek Jones | 1 | -0/+1 | |