Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-13 | Fixed conflict in changelog. | Phil Sturgeon | 1 | -0/+15 | |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -30/+30 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -30/+30 | |
2011-04-21 | Flipping around contents of a conditional in _ci_load() so the small bits ↵ | Greg Aker | 1 | -6/+6 | |
are on top. | |||||
2011-04-20 | Refactoring the loader to set protected class variables. | Greg Aker | 1 | -19/+56 | |
Moved _ci_autoload(), which is used in CI_Controller to be a public method. Also added CI_Loader::set_base_classes() to be called in the controller so we're not setting protected vars in another class. Also refactored in the form_helper so it's not trying to access protected vars in CI_Loader. Added the is_loaded() method to the loader to take care of the checks that were being done there. | |||||
2011-04-20 | Altering the loader to be able to load views from packages when adding the ↵ | Greg Aker | 1 | -52/+58 | |
package path with add_package_path(). | |||||
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the ↵ | Greg Aker | 1 | -32/+32 | |
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. | |||||
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to ↵ | Phil Sturgeon | 1 | -3/+3 | |
stop environment checks. | |||||
2011-04-03 | Fixed loading an array of libraries. | Phil Sturgeon | 1 | -1/+1 | |
2011-04-01 | Merged changes. | Phil Sturgeon | 1 | -13/+3 | |
2011-03-17 | load config files from environment specific locations in core classes, ↵ | bubbafoley | 1 | -1/+9 | |
helpers and libraries | |||||
2011-02-14 | Whitespace cleanup in core/ | Pascal Kriete | 1 | -2/+2 | |
2011-02-09 | cleaned up some redundant code in the Loader->library function | Kellas Reeves | 1 | -13/+3 | |
Elaborated on its functionality in the user guide. | |||||
2011-02-02 | Merged recent changes and tweaked multi-env changes. | Phil Sturgeon | 1 | -1/+10 | |
2011-01-27 | Automated merge with https://bitbucket.org/ellislab/codeigniter | Phil Sturgeon | 1 | -13/+42 | |
2011-01-16 | Set error_reporting to E_ALL when environment unknown and changed CI_Loader ↵ | joelcox | 1 | -2/+13 | |
to load environment configs first. | |||||
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 | |
2011-01-04 | Added ability to auto load package config files. Fixes #281 | Eric Barnes | 1 | -8/+21 | |
2010-12-27 | Languages can now be placed in packages folders, and added ↵ | Phil Sturgeon | 1 | -14/+21 | |
->load->get_package_paths(). | |||||
2010-12-15 | Package paths can now be auto-loaded in autoload.php. | Phil Sturgeon | 1 | -0/+9 | |
2010-12-15 | Package paths can now be auto-loaded in autoload.php. | Phil Sturgeon | 1 | -0/+9 | |
2010-11-10 | Fixing output buffer error in the loader class | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Removing a global call that was needed for php 4. | Pascal Kriete | 1 | -3/+1 | |
2010-11-10 | Removing instantiate_class(), which was needed to make php 4 and 5.3 play ↵ | Pascal Kriete | 1 | -1/+1 | |
together nicely. Removed all instantiations by reference. | |||||
2010-11-10 | Merging in changes | Greg Aker | 1 | -38/+6 | |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Removing _ci_is_instance from the loader. | Pascal Kriete | 1 | -38/+6 | |
2010-11-10 | Removing _assign_to_models and _assign_libraries from model related code in ↵ | Pascal Kriete | 1 | -37/+2 | |
favor of __get(). | |||||
2010-11-09 | Normalizing package paths to include a single trailing slash. | Pascal Kriete | 1 | -0/+4 | |
2010-10-12 | Automated merge with http://hg.ellislab.com/CodeIgniter2 | Derek Jones | 1 | -1/+11 | |
2010-10-12 | Fix #83 where multiple libraries could not be loaded at once by passing an ↵ | Greg Aker | 1 | -0/+10 | |
array to the load->library() function. | |||||
2010-10-11 | Fixed a bug where CI_Model is always loaded in core/Loader.php, regardless ↵ | Greg Aker | 1 | -1/+1 | |
of if the class is instantiated or not. | |||||
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -149/+149 | |
2010-03-28 | Change in the loader and driver docs to force ucfirst() on driver directory ↵ | Greg Aker | 1 | -1/+1 | |
names to ensure compatibility on case sensitive file systems. | |||||
2010-03-10 | completely removed Plugins from CodeIgniter | Derek Jones | 1 | -63/+4 | |
2010-03-10 | sped up Driver loading slightly by predicting subfolder location | Derek Jones | 1 | -1/+8 | |
2010-03-05 | added Driver lib | Derek Jones | 1 | -0/+23 | |
2010-03-02 | rewrite of Loader class | Derek Jones | 1 | -142/+198 | |
killed scaffolding added @PHP4 tags | |||||
2010-03-02 | fixed EOF code comment file locations | Derek Jones | 1 | -1/+1 | |
2010-03-02 | moving core library files out of libraries into new core folder | Derek Jones | 1 | -0/+1085 | |