Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-27 | Update copyright date to 2019 | Jim Parry | 1 | -2/+2 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -2/+2 | |
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 | |
2017-11-15 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+7 | |
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281 | |||||
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-11-02 | Fixed docblock on model function. Changed @param model from string to mixed | Avrom | 1 | -1/+1 | |
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -37/+35 | |
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-07-06 | Add array identifier for library loader | Syafiqq | 1 | -1/+1 | |
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-06-21 | Always check whether a model be a subclass of CI_Model when loaded. | tianhe1986 | 1 | -2/+3 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
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-11 | Fixed regex used for loading helpers | Fabio Spampinato | 1 | -1/+1 | |
We want to exactly match a dot, so we have to escape it. I found the bug because in my project I load an helper named `session_php_helper.php`, so the `_php` part gets removed and the `session_helper.php` helper gets loaded instead, this way not even an error was shown. | |||||
2017-01-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -30/+28 | |
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
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-12-31 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-14 | Drop all PHP 5.3-related code | Andrey Andreev | 1 | -13/+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 | |