summaryrefslogtreecommitdiffstats
path: root/system/core/Config.php
AgeCommit message (Collapse)AuthorFilesLines
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-25/+23
2011-01-19Avoid double-slashed on the base_url by only slashing index_page if it is ↵Phil Sturgeon1-1/+2
actually set.
2011-01-16Cleaned up environment class variable which isn't used anymore in current ↵joelcox1-1/+0
implementation
2011-01-16Fixed bug that prevented global config from loading on errorjoelcox1-5/+8
2011-01-15Split basic configuration in three environments, providing fallback to globaljoelcox1-6/+12
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-27Languages can now be placed in packages folders, and added ↵Phil Sturgeon1-1/+0
->load->get_package_paths().
2010-12-15Revised the base_url auto-generation detection of protocol as some servers ↵Phil Sturgeon1-1/+1
will not send off.
2010-12-15<kbd>['base_url']</kbd> is now empty by default and will guess what it ↵Phil Sturgeon1-24/+22
should be.
2010-11-10Changing all class constructors to __construct()Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-24/+24
2010-03-02added config paths class propertyDerek Jones1-36/+107
added assign_to_config() method to override config items via index.php files
2010-03-02fixed EOF code comment file locationsDerek Jones1-1/+1
2010-03-02moving core library files out of libraries into new core folderDerek Jones1-0/+244