summaryrefslogtreecommitdiffstats
path: root/system/core/Config.php
AgeCommit message (Expand)AuthorFilesLines
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/coreAlex Bilbie1-7/+7
2012-05-17Cleanup the core classesAndrey Andreev1-14/+13
2012-04-27Fix Config.php and partially fix Image_lib.phpTimothy Warren1-7/+0
2012-04-23Use tabs to separate class propertiesTimothy Warren1-3/+3
2012-04-19Additional formatting fixesTimothy Warren1-1/+3
2012-04-19Normalize comments in core filesTimothy Warren1-1/+0
2012-03-14Merge branch 'feature/unit-tests' into developPhil Sturgeon1-1/+1
2012-03-10Fix incomplete and skipped testTaufan Aditya1-1/+1
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-01-31HTTPS detection fixRoss Duggan1-1/+1
2012-01-07Reverted DIRECTORY_SEPARATOR changesAndrey Andreev1-3/+3
2012-01-07Improve the Config libraryAndrey Andreev1-74/+40
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-25Fixing soft tabs in a few files.Greg Aker1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-08-14Added some docs to CI core filesDavid Behler1-7/+22
2011-07-02hand merged remaining unresolved files following the backout of 648b42a75739,...Derek Jones1-9/+9
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-9/+9
2011-06-15Merged base_url changes.philsturgeon1-12/+46
2011-04-27Reverting last change. Don't know what I was thinking. :(Eric Barnes1-1/+1
2011-04-26Automatic base_url generation was missing a ending slash.Eric Barnes1-1/+1
2011-04-25Fixed double-space typo.Razican1-9/+9
2011-04-22Fixed re-searching for config file even though one had been loaded ($found wa...katzgrau1-1/+2
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker1-3/+3
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon1-17/+25
2011-03-10Added full docs for new ENVIRONMENT constant.katzgrau1-1/+1
2011-02-14Whitespace cleanup in core/Pascal Kriete1-2/+2
2011-02-03Made config->base_url() accept parameters. config->base_url($uri). Updated b...anaxamaxan@blackdog.local1-12/+46
2011-02-02Merged recent changes and tweaked multi-env changes.Phil Sturgeon1-2/+3
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 act...Phil Sturgeon1-1/+2
2011-01-16Cleaned up environment class variable which isn't used anymore in current imp...joelcox1-1/+0
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 ->load->get_packag...Phil Sturgeon1-1/+0
2010-12-15Revised the base_url auto-generation detection of protocol as some servers wi...Phil Sturgeon1-1/+1
2010-12-15<kbd>['base_url']</kbd> is now empty by default and will guess what it should...Phil Sturgeon1-24/+22
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
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