- 1bd697c [ci skip] Improve note about sess_save_path in config.php by Andrey Andreev · 10 years ago
- b56de65 Remove license blocks in /application files by vlakoff · 10 years ago
- 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
- a7e24ec [ci skip] Fix incorrect wording in config.php by Andrey Andreev · 10 years ago
- 9e82b0d [ci skip] Add missing word in a comment by Andrey Andreev · 10 years ago
- 973a654 feature/session (#3073): Update config file and session docs by Andrey Andreev · 10 years ago
- 45a8afa Merge branch 'develop' into feature/session by Andrey Andreev · 10 years ago
- fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
- 466e8cc Remove output minifier by Andrey Andreev · 10 years ago
- a704aa7 Add 'cache_query_string' configuration option by Andrey Andreev · 10 years ago
- 8f7d3d2 Fix merge conflicts by Andrey Andreev · 10 years ago
- 81c9347 Close #3322 [ci skip] by Andrey Andreev · 10 years ago
- a8f29f9 #3073 (feature/session): (Try to) fix memcached driver by Andrey Andreev · 10 years ago
- 815ac8a Close #3292 by Andrey Andreev · 10 years ago
- bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
- dfb39be feature/session (#3073): Refactor configuration & fix cookie expiry times by Andrey Andreev · 10 years ago
- 4596574 Fix #2963 by Andrey Andreev · 10 years ago
- ed86ee1 Add setting ['composer_autoload'] by Andrey Andreev · 11 years ago
- aeed15e Change 'standardize_newlines' default to FALSE by Andrey Andreev · 11 years ago
- 6cf456d Replace "folder" with "directory" in config.php by vlakoff · 11 years ago
- 511a6b8 Rename config item "error_templates_path" to "error_views_path" by vlakoff · 11 years ago
- cdf3dfa Make the error templates path configurable by vlakoff · 11 years ago
- d8bef8a "BASEPATH check" consistency by darwinel · 11 years ago
- 871754a 2013 > 2014 by darwinel · 11 years ago
- 60f71be Merge changes from develop by Andrey Andreev · 11 years ago
- de14aa5 CI_URI changes related to the 'permitted_uri_chars' setting by Andrey Andreev · 11 years ago
- 155ee72 Compress output before storing it to cache, if output compression is enabled by Andrey Andreev · 11 years ago
- bfb635b Make newline standardization configurable by Andrey Andreev · 11 years ago
- 9c98991 [ci skip] Remove empty line at application/config/config.php EOF by Andrey Andreev · 11 years ago
- 02a1612 Updated config to include list of valid characters to `sess_cookie_name` by brenjt · 11 years ago
- a107a0f Fix some stuff from recent pull requests by Andrey Andreev · 12 years ago
- 0bd6b28 Added support for changing the default log file extension from .php to whatever is preferred. example (.log) by Chris Passas · 12 years ago
- 1a00149 Move db_select() call from CI_DB_driver::initialize() to db_connect() by Andrey Andreev · 12 years ago
- cdd80bf Update application/config/config.php by OsamaAbbas · 12 years ago
- 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
- 3b72eb5 Changed URI auto-detection to try PATH_INFO first by Andrey Andreev · 12 years ago
- f2b19fe Multiple improvements to the URI class by Andrey Andreev · 12 years ago
- 9ac557f Add IPv6 and array() support for *proxy_ips* configuration by Andrey Andreev · 12 years ago
- ac740ab Added session driver config items by dchill42 · 12 years ago
- d55f749 replaced double quotes with single in $config['cookie_... string values by Dumk0 · 13 years ago
- c9bb0c5 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
- 3061ee7 Merge branch 'feature/minify_output' of https://github.com/atiredmachine/CodeIgniter into develop by Phil Sturgeon · 13 years ago
- d163e0b Polish changes from pull #1233 - Session class already has the time_reference setting - 'GMT' is a valid timezone, so nothing needs to be changed in order to work properly (upgrade notes) - Altered some description text by Andrey Andreev · 13 years ago
- 7400965 Fixed some stuff in documentation. by Iban Eguia · 13 years ago
- feb14da Changed the config parameter. The session's _get_time() function has also changed. by Iban Eguia · 13 years ago
- a9617a3 Changed the default timezone to local and explained in the config file. by Iban Eguia · 13 years ago
- 91a1319 Fixed typo. by Iban Eguia · 13 years ago
- 8310595 Changed Date helper to return time() based on the timezone parameter. by Iban Eguia · 13 years ago
- e734b38 Clear some spaces and fix some inconsistencies in application/ php files by Andrey Andreev · 13 years ago
- 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
- 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
- 63678a2 Rudimentary minifying of output. by Thor (atiredmachine) · 13 years ago
- 352d60e Merge pull request #850 from RS71/develop by Phil Sturgeon · 13 years ago
- 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
- 4b2e9fe Update application/config/config.php by RS71 · 13 years ago
- 6a33e55 Added links to the user guide for Encryption class and Session class. by Kyle Ridolfo · 13 years ago
- 61df906 fixing typo in attribution block by Derek Jones · 13 years ago
- f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
- 8cc0cfe always use charset config item by freewil · 13 years ago
- c696253 Merge remote-tracking branch 'alexbilbie/csrf-override' into feature/csrf-verify by Eric Barnes · 13 years ago
- 333f9f9 added ability to log certain error types, not all under a threshold by Nithin · 13 years ago
- aeb2c3e Added new config parameter "csrf_exclude_uris" which allows for URIs to be whitelisted from CSRF verification. Fixes #149 by Alex Bilbie · 13 years ago
- 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
- 114ab09 Fixed double-space typo. by Razican · 14 years ago
- 33ed0f3 Merged CodeIgniter Core changes and integrated rob1's secure cookie change into my secure cookie change. by Phil Sturgeon · 14 years ago
- d6d9f45 Adding config option to require 'secure' setting for all cookies- requires https. by Robin Sowell · 14 years ago
- 8af7455 Accidentally left csrf to turned on in last commit by Eric Barnes · 14 years ago
- 9805ecc Added access scope to security library and added config options for csrf protection by Eric Barnes · 14 years ago
- 3cf4c4e Changed instructions for location of log path. Fixes #305 by Eric Barnes · 14 years ago
- c808915 Implemented GET string support from Dan Horrigan and modified it slightly. Also tweaked his regex_match changes. by Phil Sturgeon · 14 years ago
- 4df8b22 <kbd>['base_url']</kbd> is now empty by default and will guess what it should be. by Phil Sturgeon · 14 years ago
- 65d603e Added full Query String and $_GET array support. This is enabled by default. Added a seperate config option to enable/disable the $_GET array. by Dan Horrigan · 14 years ago
- aa7d3f9 Automated merge with https://bitbucket.org/barrymieny/codeigniter by Derek Jones · 14 years ago
- 49ced91 Fixed CSRF comments to avoid confusion. by Shane Pearson · 14 years ago
- dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
- 21ca8cc added sess_expire_on_close to config file, corrected comment block for session config vars. Fixes #149 by Derek Jones · 14 years ago
- 5485db5 Added fatal error to Session class when no encryption key is set in the config file, for additional assurance that session manipulation can be prevented by Derek Jones · 14 years ago
- 958543a Adding CSRF into config Adding CSRF token into form open() by Derek Allard · 15 years ago
- f0b3994 moved application folder outside of the system folder by Derek Jones · 15 years ago[Renamed (99%) from system/application/config/config.php]
- abb0adb changed your-site.com to example.com by Derek Jones · 16 years ago
- c597228 added proxy_ips config item to whitelist reverse proxy servers to use the HTTP_X_FORWARDED_FOR header safely to determine the visitor's IP address by Derek Jones · 16 years ago
- 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
- 307cc09 by Rick Ellis · 16 years ago
- 9907df4 Continued working on typography class and docs by Rick Ellis · 16 years ago
- 126ca8c by Rick Ellis · 16 years ago
- 2594953 Added Form Validation Library and updated docs by Rick Ellis · 16 years ago
- 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
- ff845f9 changed your-site.com to example.com doc-wide by Derek Jones · 17 years ago
- 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
- a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
- c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
- 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
- b514b02 added code comment for 'directory_trigger' config value which is not yet implemented by Derek Jones · 17 years ago
- 06935e6 clarified in the config comment instructions that 'permitted_uri_chars' is a regular expression by Derek Jones · 17 years ago
- 05a37a1 Escaped the '-' in the default 'permitted_uri_chars' config item, as some developers just want to add characters to the pattern and do not have a good grasp of regular expressions. by Derek Jones · 17 years ago
- 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
- 55c7c58 by Rick Ellis · 17 years ago
- 428e964 Added Flashdata variables, session_id regeneration and configurable session update times to the Session class by Derek Allard · 17 years ago
- b940ebc added $config['charset'] by Derek Jones · 18 years ago
- 3d378b1 typo fixes by Derek Allard · 18 years ago