Age | Commit message (Expand) | Author | Files | Lines |
2012-11-06 | Added possibility to pass custom database objects to DB Forge and DB Utilities | Andrey Andreev | 1 | -25/+36 |
2012-11-05 | Refactored DB Forge | Andrey Andreev | 1 | -1/+14 |
2012-11-03 | Revert 679525d0237ac2e0a94d7b05377eb31eb3398f19 | Andrey Andreev | 1 | -6/+19 |
2012-11-02 | Removed CI_Loader::initialize() and moved its logic to the constructor. | Andrey Andreev | 1 | -22/+6 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-10-27 | Make CI_Loader::config() a proper alias for CI_Config::load() and improve the... | Andrey Andreev | 1 | -134/+152 |
2012-10-24 | Fix #191 | Andrey Andreev | 1 | -4/+4 |
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 1 | -2/+2 |
2012-10-05 | Fix issue #116 + other space/style fixes [ci skip | Andrey Andreev | 1 | -1/+1 |
2012-09-02 | Merge pull request #1727 from pickupman/bugfix-loader-view_file | Alex Bilbie | 1 | -3/+3 |
2012-08-28 | Fixed multi-driver load return and last-ditch library subdirectory retry obje... | dchill42 | 1 | -3/+3 |
2012-08-27 | Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict | dchill42 | 1 | -1/+7 |
2012-08-18 | Fix bug #1000 | Joe McFrederick | 1 | -3/+3 |
2012-08-08 | Relocated driver base class inclusion so drivers can be loaded with library() | dchill42 | 1 | -13/+13 |
2012-07-23 | Merge branch develop of github.com:/EllisLab/CodeIgniter into session | dchill42 | 1 | -137/+157 |
2012-07-16 | Inconsistency between log_message and show_error when encountering a non-exis... | jonnu | 1 | -1/+1 |
2012-07-13 | Loader::model() - rename foreach ($model AS $single_model) to ($model AS $cla... | Joel Limberg | 1 | -2/+2 |
2012-07-13 | Rename $babe => $single_model, in foreach ($model AS $babe) {...} | joellimberg | 1 | -2/+2 |
2012-07-03 | Fix an error in Loader code documentation | vlakoff | 1 | -1/+1 |
2012-06-12 | Fix APPPATH | Andrey Andreev | 1 | -1/+1 |
2012-06-04 | Loader was too specific about === "", some cases were NULL. | Phil Sturgeon | 1 | -1/+1 |
2012-06-02 | Don't assume $_ci_path is a string (could be FALSE) | Alex Bilbie | 1 | -1/+1 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/core | Alex Bilbie | 1 | -13/+13 |
2012-05-17 | Cleanup the core classes | Andrey Andreev | 1 | -19/+16 |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch | Timothy Warren | 1 | -8/+8 |
2012-04-26 | Merge pull request #1262 from Korri/develop | Phil Sturgeon | 1 | -2/+2 |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -32/+40 |
2012-04-23 | Use tabs to separate class properties | Timothy Warren | 1 | -11/+11 |
2012-04-19 | Additional formatting fixes | Timothy Warren | 1 | -14/+25 |
2012-04-19 | Normalize comments in core files | Timothy Warren | 1 | -2/+0 |
2012-04-17 | Adding a package adds configuration folder to the end of the list. | Korri | 1 | -2/+2 |
2012-03-28 | Fix a CI_Loader::_ci_load_class() bug | Andrey Andreev | 1 | -1/+1 |
2012-03-26 | Some style adjustments and fixed comments in the Loader class | Andrey Andreev | 1 | -30/+29 |
2012-03-10 | Fixing some spacing. | Christopher Guiney | 1 | -2/+2 |
2012-03-10 | Allow drivers to be loaded as an array, like models and libraries. | Christopher Guiney | 1 | -1/+10 |
2012-03-09 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -1/+1 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-03-06 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -1/+1 |
2012-03-06 | Changed rewrite_short_tags to have no effect on PHP 5.4 | Andrey Andreev | 1 | -1/+1 |
2012-02-19 | Renaming Active Record to Query Builder across the system | Jamie Rumbelow | 1 | -5/+5 |
2012-01-09 | Fix issue #904 | Andrey Andreev | 1 | -7/+5 |
2012-01-08 | Remove loading of ['core'] elements | Andrey Andreev | 1 | -7/+0 |
2012-01-07 | Improve the core Loader library | Andrey Andreev | 1 | -53/+37 |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 |
2011-12-27 | Revert "Abstracting the loading of files in the config directory depending on... | Greg Aker | 1 | -1/+8 |
2011-12-26 | Merge pull request #680 from bubbafoley/load_get_vars | Phil Sturgeon | 1 | -0/+14 |
2011-12-25 | Abstracting the loading of files in the config directory depending on environ... | Greg Aker | 1 | -8/+1 |
2011-11-19 | add method get_vars() to CI_Loader to retrieve all variables loaded with $thi... | Shane Pearson | 1 | -0/+14 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 |
2011-10-07 | CI_Loader::driver() processes empty library. Fixed. | Tom Klingenberg | 1 | -0/+5 |