summaryrefslogtreecommitdiffstats
path: root/application/config/config.php
AgeCommit message (Expand)AuthorFilesLines
2014-02-11"BASEPATH check" consistencydarwinel1-1/+2
2014-02-112013 > 2014darwinel1-1/+1
2014-01-15Merge changes from developAndrey Andreev1-3/+6
2014-01-15CI_URI changes related to the 'permitted_uri_chars' settingAndrey Andreev1-3/+6
2014-01-10Compress output before storing it to cache, if output compression is enabledAndrey Andreev1-0/+3
2014-01-08Make newline standardization configurableAndrey Andreev1-0/+14
2013-09-14[ci skip] Remove empty line at application/config/config.php EOFAndrey Andreev1-1/+1
2013-09-14Updated config to include list of valid characters to `sess_cookie_name`brenjt1-2/+2
2013-02-15Fix some stuff from recent pull requestsAndrey Andreev1-2/+5
2013-02-13Added support for changing the default log file extension from .php to whatev...Chris Passas1-0/+11
2013-01-24Move db_select() call from CI_DB_driver::initialize() to db_connect()Andrey Andreev1-1/+1
2013-01-23Update application/config/config.phpOsamaAbbas1-2/+2
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-10-31Changed URI auto-detection to try PATH_INFO firstAndrey Andreev1-2/+1
2012-10-31Multiple improvements to the URI classAndrey Andreev1-5/+6
2012-10-06Add IPv6 and array() support for *proxy_ips* configurationAndrey Andreev1-6/+10
2012-08-30Added session driver config itemsdchill421-0/+5
2012-07-03replaced double quotes with single in $config['cookie_... string valuesDumk01-3/+3
2012-06-15Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-7/+7
2012-06-15Merge branch 'feature/minify_output' of https://github.com/atiredmachine/Code...Phil Sturgeon1-0/+13
2012-06-14Polish changes from pull #1233 - Session class already has the time_reference...Andrey Andreev1-3/+3
2012-06-13Fixed some stuff in documentation.Iban Eguia1-3/+4
2012-06-12Changed the config parameter. The session's _get_time() function has also ch...Iban Eguia1-2/+2
2012-06-10Changed the default timezone to local and explained in the config file.Iban Eguia1-2/+3
2012-03-27Fixed typo.Iban Eguia1-1/+1
2012-03-27Changed Date helper to return time() based on the timezone parameter.Iban Eguia1-9/+7
2012-03-26Clear some spaces and fix some inconsistencies in application/ php filesAndrey Andreev1-3/+3
2012-03-18add support for httponly cookiesfreewil1-0/+2
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-01-25Rudimentary minifying of output.Thor (atiredmachine)1-0/+13
2012-01-08Merge pull request #850 from RS71/developPhil Sturgeon1-0/+2
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-31Update application/config/config.phpRS711-0/+2
2011-10-27Added links to the user guide for Encryption class and Session class.Kyle Ridolfo1-0/+3
2011-10-21fixing typo in attribution blockDerek Jones1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-0/+25
2011-08-28always use charset config itemfreewil1-0/+2
2011-08-25Merge remote-tracking branch 'alexbilbie/csrf-override' into feature/csrf-verifyEric Barnes1-0/+2
2011-08-21added ability to log certain error types, not all under a thresholdNithin1-0/+4
2011-08-21Added new config parameter "csrf_exclude_uris" which allows for URIs to be wh...Alex Bilbie1-0/+2
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-20/+20
2011-04-25Fixed double-space typo.Razican1-20/+20
2011-02-16Merged CodeIgniter Core changes and integrated rob1's secure cookie change in...Phil Sturgeon1-17/+30
2011-02-11Adding config option to require 'secure' setting for all cookies- requires ht...Robin Sowell1-0/+2
2011-01-17Accidentally left csrf to turned on in last commitEric Barnes1-1/+1
2011-01-17Added access scope to security library and added config options for csrf prot...Eric Barnes1-2/+8
2011-01-12Changed instructions for location of log path. Fixes #305Eric Barnes1-1/+1
2010-12-27Implemented GET string support from Dan Horrigan and modified it slightly. Al...Phil Sturgeon1-18/+21
2010-12-15<kbd>['base_url']</kbd> is now empty by default and will guess what it should...Phil Sturgeon1-17/+20
2010-12-15Added full Query String and $_GET array support. This is enabled by default....Dan Horrigan1-0/+4