Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 1 | -1/+1 | |
Fix user guide url | |||||
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 1 | -3/+3 | |
Update copyright date to 2019 | |||||
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 1 | -2/+2 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2017-11-10 | Close #5330 | Andrey Andreev | 1 | -1/+7 | |
2017-11-06 | [ci skip] Merge pull request #5321 from PrestigeT/documentation | Andrey Andreev | 1 | -1/+1 | |
Fixed docblock on model function. Changed @param model from string to mixed | |||||
2017-07-06 | [ci skip] Merge pull request #5173 from Syafiqq/develop | Andrey Andreev | 1 | -1/+1 | |
Add array identifier for library loader docblock | |||||
2017-06-28 | [ci skip] Remove redundant elses from CI_Loader::_ci_load_stock_library() | Andrey Andreev | 1 | -8/+4 | |
2017-06-28 | #5164 fix for stock libraries | Andrey Andreev | 1 | -10/+11 | |
2017-06-28 | Correct fix for #5164 | Andrey Andreev | 1 | -1/+1 | |
894a3f2c9fe111af35dee4f5e8e711259b893fb6 | |||||
2017-06-27 | Fix #5164 | Andrey Andreev | 1 | -20/+21 | |
2017-01-11 | [ci skip] Merge pull request #4977 from ↵ | Andrey Andreev | 1 | -1/+1 | |
fabiospampinato/fabiospampinato-loader-helper-regex-fix Fixed regex used for loading helpers | |||||
2017-01-10 | Fix Undefined variable: object error | Chris Faulkner | 1 | -2/+2 | |
Change the undefined variable $object to $vars when calling get_object_vars(). This fixes an error when passing an object to a view. | |||||
2017-01-04 | Fix a possible file inclusion vulnerability in CI_Loader::vars() | Andrey Andreev | 1 | -30/+28 | |
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-11-14 | Fix #4905 | Andrey Andreev | 1 | -32/+8 | |
2016-05-20 | Merge pull request #4638 from kasimtan/phpdoc_fixes | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fixed PHPDoc parameter name and type discrepancies | |||||
2016-03-11 | Add a defensive check in CI_Loader::_ci_load() | Andrey Andreev | 1 | -0/+8 | |
Prevents possible internal variable overwrites when loading views | |||||
2016-02-24 | Merge pull request #4480 from versalle88/develop | Andrey Andreev | 1 | -1/+1 | |
Changed class_exists() calls to ignore __autoload() | |||||
2016-02-15 | Merge pull request #4453 from EpicKris/feature/Autoload-Driver-Object-Name | Andrey Andreev | 1 | -6/+10 | |
Autoload Driver Object Names | |||||
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2016-01-04 | Fix #4350 | Andrey Andreev | 1 | -1/+31 | |
2015-08-17 | Allow capitals in the middle of model names | Andrey Andreev | 1 | -1/+1 | |
Requested in #4059 | |||||
2015-08-03 | [ci skip] Normalize tabs/spaces | Andrey Andreev | 1 | -1/+1 | |
Partial changes from PR #4016 | |||||
2015-07-22 | Add class_exists() checks to CI_Loader::model() | Andrey Andreev | 1 | -12/+26 | |
Helps debugging in case of controller/model/library class name collision. | |||||
2015-07-22 | Fix #3991 | Andrey Andreev | 1 | -1/+1 | |
2015-04-04 | Fix #3733 | Andrey Andreev | 1 | -4/+1 | |
Close #3734 | |||||
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 | |
This is to fix a logged path missed in 8f5c1780706113c926bb7801db27dbae97d00fcf | |||||
2015-03-25 | Fix #3694: Packages not overriding stock libraries | Andrey Andreev | 1 | -17/+30 | |
Related: #3692 | |||||
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 | |
#3497 | |||||
2015-01-22 | Don't try to include config/autoload.php if it doesn't exist | Andrey Andreev | 1 | -1/+5 | |
Related: #3497 | |||||
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 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- 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 | |||||
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 | |
Signed-off-by: James <me@tfel.net> | |||||
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 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-01-17 | Add autoloading library aliasing support (supersedes PR #2824) | Andrey Andreev | 1 | -2/+9 | |