Age | Commit message (Expand) | Author | Files | Lines |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -2/+2 |
2015-01-11 | Fix #3464 | Andrey Andreev | 1 | -1/+1 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 |
2015-01-03 | Fix #3453 | Andrey Andreev | 1 | -1/+1 |
2014-11-08 | Really fix #3318 | Andrey Andreev | 1 | -0/+2 |
2014-11-08 | Fix #3318 | Andrey Andreev | 1 | -1/+1 |
2014-11-06 | Ability to pass array of language files to Language Library similar to Loader... | Gabriel Potkány | 1 | -0/+8 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 |
2014-05-31 | A fix about loading language files - ensuring suffix '_lang' presence properly. | Ivan Tcholakov | 1 | -1/+1 |
2014-02-21 | More CI_Lang tests | Andrey Andreev | 1 | -1/+1 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2014-01-03 | Make CI_Lang::line()'s first parameter mandatory (optional doesn't make sense) | Andrey Andreev | 1 | -1/+1 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-11-26 | Fix some erroneous variable names (sorry) | Andrey Andreev | 1 | -1/+1 |
2012-11-26 | Implement cascade-style loading of language files | Andrey Andreev | 1 | -11/+22 |
2012-11-22 | Fix issue #118 (manually implementing PR #1832) | Andrey Andreev | 1 | -3/+4 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-10-27 | Remove extra new lines | vkeranov | 1 | -1/+0 |
2012-10-27 | Docblock improvements | Andrey Andreev | 1 | -12/+15 |
2012-10-24 | Fix #1268 (or rather enforce some security measures, there's nothing really b... | Andrey Andreev | 1 | -7/+7 |
2012-06-12 | Change file permissions for system/core/*.php and system/database/DB.php so t... | Andrey Andreev | 1 | -0/+0 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/core | Alex Bilbie | 1 | -7/+7 |
2012-05-24 | Fix issue #1388 | Andrey Andreev | 1 | -2/+2 |
2012-04-27 | Merge upstream branch | Andrey Andreev | 1 | -2/+8 |
2012-04-23 | Use tabs to separate class properties | Timothy Warren | 1 | -2/+2 |
2012-04-19 | Additional formatting fixes | Timothy Warren | 1 | -5/+4 |
2012-04-19 | Normalize comments in core files | Timothy Warren | 1 | -0/+3 |
2012-03-20 | Merge upstream branch | Andrey Andreev | 1 | -2/+2 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-01-27 | Remove an unnecessary unset() | Andrey Andreev | 1 | -1/+0 |
2012-01-27 | Fix issue #128 | Andrey Andreev | 1 | -11/+12 |
2012-01-10 | Fixed a bug in CI_Lang::load() | Andrey Andreev | 1 | -1/+1 |
2012-01-07 | Improve core Hooks & Lang libraries | Andrey Andreev | 1 | -17/+9 |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 |
2011-08-25 | fixed logical operator OR in core/lang | Frank Michel | 1 | -1/+1 |
2011-08-25 | fix for issue #292 with multiple language files | Frank Michel | 1 | -2/+2 |
2011-08-14 | Added some docs to CI core files | David Behler | 1 | -0/+13 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -1/+1 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -1/+1 |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the c... | Greg Aker | 1 | -2/+2 |
2011-04-11 | Fix: codeigniter-reactor/32 unicorns are no longer mute | patwork | 1 | -4/+4 |
2011-03-22 | Added error logging to language. Fixes #32 | Eric Barnes | 1 | -0/+7 |
2011-01-27 | Automated merge with https://bitbucket.org/ellislab/codeigniter | Phil Sturgeon | 1 | -7/+11 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2010-12-27 | Languages can now be placed in packages folders, and added ->load->get_packag... | Phil Sturgeon | 1 | -7/+11 |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -1/+1 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -1/+1 |