Age | Commit message (Expand) | Author | Files | Lines |
2015-08-03 | [ci skip] Normalize tabs/spaces | Andrey Andreev | 1 | -1/+1 |
2015-07-22 | Add class_exists() checks to CI_Loader::model() | Andrey Andreev | 1 | -12/+26 |
2015-07-22 | Fix #3991 | Andrey Andreev | 1 | -1/+1 |
2015-04-04 | Fix #3733 | Andrey Andreev | 1 | -4/+1 |
2015-03-30 | Fix whitespace in previous commit | mwhitneysdsu | 1 | -1/+1 |
2015-03-30 | Fix logged path to match checked path in loader | mwhitneysdsu | 1 | -1/+1 |
2015-03-25 | Fix #3694: Packages not overriding stock libraries | Andrey Andreev | 1 | -17/+30 |
2015-02-04 | Removed one more return value (CI_Loader::_ci_autoloader) | Gabriel Potkány | 1 | -1/+1 |
2015-01-22 | Um ... I meant autoload.php | Andrey Andreev | 1 | -1/+1 |
2015-01-22 | Don't try to include config/autoload.php if it doesn't exist | Andrey Andreev | 1 | -1/+5 |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 |
2015-01-21 | Make libraries matching controller names loadable | Andrey Andreev | 1 | -71/+103 |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -4/+4 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 |
2014-12-17 | Extend fix for #3419 | Andrey Andreev | 1 | -17/+21 |
2014-11-07 | Simplify CI_Loader::lang() following #3316 | Andrey Andreev | 1 | -8/+1 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 |
2014-10-07 | #3253 | Andrey Andreev | 1 | -1/+1 |
2014-03-24 | 2 more micro-optimizations in CI_Loader | Andrey Andreev | 1 | -3/+3 |
2014-03-24 | Yet another modification of CI_Loader::_ci_autoload() | Andrey Andreev | 1 | -2/+1 |
2014-03-24 | Alter previous commit | Andrey Andreev | 1 | -1/+1 |
2014-03-24 | CI_Loader::_ci_autoload() micro-optimization | Andrey Andreev | 1 | -3/+3 |
2014-03-20 | Fixed typo in model loader. | James | 1 | -1/+1 |
2014-02-20 | Don't use error suppression on ini_get() either | Andrey Andreev | 1 | -3/+1 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2014-01-17 | Add autoloading library aliasing support (supersedes PR #2824) | Andrey Andreev | 1 | -2/+9 |
2014-01-08 | Optimize get_instance() calls/assignments | Andrey Andreev | 1 | -2/+1 |
2014-01-07 | Implement Loader method chaining | Andrey Andreev | 1 | -29/+46 |
2014-01-06 | Make CI_Loader methods library(), driver(), vars() and language()'s first par... | Andrey Andreev | 1 | -6/+6 |
2014-01-03 | [ci skip] Remove a few spaces | Andrey Andreev | 1 | -3/+3 |
2013-10-16 | Fixed empty line at EOF and added changelog entry | Tomaz Lovrec | 1 | -1/+1 |
2013-10-16 | Added possibility clear out the cached variables from the Loader. | Tomaz Lovrec | 1 | -1/+15 |
2013-10-14 | Fix #2682 | Andrey Andreev | 1 | -1/+1 |
2013-10-02 | Add return type for view loader. | garthkerr | 1 | -2/+2 |
2013-09-12 | Removed new line from the end of the file. | Ahmad Anbar | 1 | -1/+1 |
2013-09-12 | Fixed issue #2638 which prevented loading models in sub-folders by passing an... | Ahmad Anbar | 1 | -2/+2 |
2013-07-23 | Loader changes & optimizations related to issue #2551 | Andrey Andreev | 1 | -32/+31 |
2013-07-22 | Give Drivers a higher priority in the autoloader | Andrey Andreev | 1 | -9/+9 |
2013-07-22 | Change class filenames to Ucfirst | Andrey Andreev | 1 | -16/+15 |
2013-06-24 | Merge pull request #2403 from groovenectar/loader-fix | Andrey Andreev | 1 | -1/+1 |
2013-05-17 | Merge pull request #2442 from vlakoff/develop-3 | Andrey Andreev | 1 | -1/+1 |
2013-05-12 | Do not trigger a possible custom autoloader, as it is irrelevant here | vlakoff | 1 | -1/+1 |
2013-05-10 | Fix a docblock in Loader class | vlakoff | 1 | -1/+1 |
2013-04-14 | Fix for extending classes in a subdirectory (e.g. drivers) | Daniel | 1 | -1/+1 |
2013-02-27 | Fix this use case: load->vars->('foobar', '') | vlakoff | 1 | -1/+1 |
2013-02-21 | Disable autoloader call from class_exists() occurences to improve performance | Andrey Andreev | 1 | -5/+5 |
2013-02-15 | Various cosmetic fixes | vlakoff | 1 | -1/+1 |
2013-01-28 | Fix issue #2202 and alter Loader Class docs | Andrey Andreev | 1 | -1/+1 |
2013-01-28 | Libraries' filenames must be named in a ucfirst-like manner | Andrey Andreev | 1 | -84/+60 |
2013-01-28 | Remove unnecessary defined('ENVIRONMENT') checks | Andrey Andreev | 1 | -3/+3 |