summaryrefslogtreecommitdiffstats
path: root/system/core/Config.php
AgeCommit message (Collapse)AuthorFilesLines
2015-08-18Fix redirect URI when using multiple tabsFlorian Pritz1-1/+1
If we store only the last called URI in the session we can't support multiple browser tabs that all need to log in again. Fix this by storing the URI in the URL. Also change a trim() to ltrim() so that the URI string we store keeps it's trailing slash. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2014-06-06Merge remote-tracking branch 'remotes/upstream/2.2-stable' into workingFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at> Conflicts: system/libraries/Session.php user_guide/
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2013-09-16Remove executable bitsFlorian Pritz1-0/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-07-04Backport CI_Config::load() optimization from pull #1571Andrey Andreev1-6/+6
2011-08-14Added some docs to CI core filesDavid Behler1-7/+22
2011-07-02hand merged remaining unresolved files following the backout of ↵Derek Jones1-9/+9
648b42a75739, which was a NON-trivial whitespace commit
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-9/+9
broke the Typography class's string replacements, for instance
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 ↵katzgrau1-1/+2
was set to true, never reset). Also fixes getsparks issue.
2011-04-19Removing internal references to the EXT constant. Additionally, marked the ↵Greg Aker1-3/+3
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3.
2011-04-06Made Environment Support optional. Comment out or delete the constant to ↵Phil Sturgeon1-17/+25
stop environment checks.
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 ↵anaxamaxan@blackdog.local1-12/+46
base_url() in url_helper accordingly.
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 ↵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