Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 13 | -135/+135 | |
- 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 | |||||
2015-01-06 | Documentation updated. | Peter Denk | 1 | -1/+1 | |
Signed-off-by: Peter Denk <peter@skypay.se> | |||||
2014-12-25 | Russian time zones were changed on Oct 26 2014. | Peter Denk | 1 | -3/+3 | |
2014-12-14 | [ci skip] Remove an unused lang string | Andrey Andreev | 1 | -1/+0 | |
Close #3411 | |||||
2014-11-13 | Removing empty lines | Michael Granados | 1 | -1/+1 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-11-12 | Making required changes | Michael Granados | 1 | -2/+2 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-11-09 | Verifying From header before send mail | Michael Granados | 1 | -0/+1 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 13 | -182/+325 | |
2014-02-25 | Use strings instead of integers for migration version numbers | Andrey Andreev | 1 | -3/+3 | |
- Allows timestamp versions to work on 32-bit systems. - Fixes #2902. - Supersedes PR #2368. | |||||
2014-02-13 | Add pagination translation file | Andrey Andreev | 1 | -0/+35 | |
2014-02-11 | 2013 > 2014 | darwinel | 12 | -12/+12 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-02-10 | Remove bottom line | Chanthoeun | 1 | -0/+1 | |
2014-02-10 | Remove bottom line | Chanthoeun | 1 | -1/+0 | |
2014-02-10 | Remove bottom line | Chanthoeun | 1 | -0/+1 | |
2014-02-10 | Remove bottom line | Chanthoeun | 1 | -1/+0 | |
2014-02-10 | Correct word peforming to performing | Chanthoeun | 1 | -2/+2 | |
2014-01-03 | FTP class improvements | Andrey Andreev | 1 | -5/+5 | |
- Make changedir()'s first parameter mandatory (optional doesn't make sense) - Fix a few typos (langfile included) | |||||
2013-02-14 | changes according to narfbg's request | Tim | 1 | -1/+1 | |
2013-02-13 | changes according to narfbg's request | Tim | 1 | -0/+1 | |
2013-02-04 | Cleaned up for pull request. | Sajan Parikh | 1 | -5/+5 | |
Signed-off-by: Sajan Parikh <sajan@noppix.com> | |||||
2013-02-02 | Added error message in lang file. | Sajan Parikh | 1 | -5/+6 | |
Signed-off-by: Sajan Parikh <sajan@noppix.com> | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 12 | -12/+12 | |
2012-12-14 | Fix issue #539 | Andrey Andreev | 1 | -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-12 | Find/replace oopsie. | Eric Roberts | 1 | -2/+2 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2012-12-12 | Merge branch 'refs/heads/develop' into feature/form_error_msgs | Eric Roberts | 12 | -194/+201 | |
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 | Add min_width and min_height options to the Upload class | Andrey Andreev | 1 | -1/+1 | |
(manually implementing outdated PR #636) | |||||
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 2 | -6/+6 | |
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-04-15 | Combine this feature with Fix Issue #935 in another pull request. | Eric Roberts | 1 | -2/+2 | |
2012-04-15 | Fix a merge oopsie in the language file. | Eric Roberts | 1 | -28/+0 | |
2012-04-15 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵ | Eric Roberts | 12 | -14/+42 | |
feature/form_error_msgs Conflicts: system/language/english/form_validation_lang.php | |||||
2012-03-12 | Fixed typo in English language file for upload library. | Seb Pollard | 1 | -1/+1 | |