1. 865d46f Added text/x-csv to mimes.php. by Phil Sturgeon · 14 years ago
  2. c808915 Implemented GET string support from Dan Horrigan and modified it slightly. Also tweaked his regex_match changes. by Phil Sturgeon · 14 years ago
  3. 23174a6 ['404_override'] can now take methods and URI segments, not just a controller name. This is useful for 404 pages on errors/page_missing or /pages/view/404. by Phil Sturgeon · 14 years ago
  4. 4df8b22 <kbd>['base_url']</kbd> is now empty by default and will guess what it should be. by Phil Sturgeon · 14 years ago
  5. 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
  6. 9a311fd Package paths can now be auto-loaded in autoload.php. by Phil Sturgeon · 14 years ago
  7. aa7d3f9 Automated merge with https://bitbucket.org/barrymieny/codeigniter by Derek Jones · 14 years ago
  8. 49ced91 Fixed CSRF comments to avoid confusion. by Shane Pearson · 14 years ago
  9. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  10. 21ca8cc added sess_expire_on_close to config file, corrected comment block for session config vars. Fixes #149 by Derek Jones · 14 years ago
  11. 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
  12. b76fedd single quotes instead of double quotes by default to prevent PHP from trying to parse a $ in a password as a variable. by Derek Allard · 14 years ago
  13. 958543a Adding CSRF into config Adding CSRF token into form open() by Derek Allard · 15 years ago
  14. f1a02f9 fixed a file location in an EOF comment by Derek Jones · 15 years ago
  15. f0b3994 moved application folder outside of the system folder by Derek Jones · 15 years ago