1. 4488538 Removed APPPATH.'third_party' from the packages autoloader to negate needless file stats if no packages exist or if the developer does not load any other packages by default. by Greg Aker · 14 years ago
  2. 9869f89 Added 'json' to config/mimes.php. by Phil Sturgeon · 14 years ago
  3. 33ed0f3 Merged CodeIgniter Core changes and integrated rob1's secure cookie change into my secure cookie change. by Phil Sturgeon · 14 years ago
  4. f46d9d6 Removed Migration code for now, will come back later. by Phil Sturgeon · 14 years ago
  5. d6d9f45 Adding config option to require 'secure' setting for all cookies- requires https. by Robin Sowell · 14 years ago
  6. ff5c948 Fixed issue #41: Added audio/mp3 mime type to mp3. by Phil Sturgeon · 14 years ago
  7. 9758d84 Added Migrations library, config and an example controller/migration file. by Phil Sturgeon · 14 years ago
  8. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  9. 8af7455 Accidentally left csrf to turned on in last commit by Eric Barnes · 14 years ago
  10. 9805ecc Added access scope to security library and added config options for csrf protection by Eric Barnes · 14 years ago
  11. 3cf4c4e Changed instructions for location of log path. Fixes #305 by Eric Barnes · 14 years ago
  12. 5e04480 Reworked convert_foreign_characters in text helper. Thanks to Mario Ricalde. by Eric Barnes · 14 years ago
  13. dac1b46 Altered User agent library so that is_browser(), is_mobile() and is_robot() can optionally check for a specific browser or mobile device. by Phil Sturgeon · 14 years ago
  14. 865d46f Added text/x-csv to mimes.php. by Phil Sturgeon · 14 years ago
  15. c808915 Implemented GET string support from Dan Horrigan and modified it slightly. Also tweaked his regex_match changes. by Phil Sturgeon · 14 years ago
  16. 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
  17. 4df8b22 <kbd>['base_url']</kbd> is now empty by default and will guess what it should be. by Phil Sturgeon · 14 years ago
  18. 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
  19. 9730c75 Package paths can now be auto-loaded in autoload.php. by Phil Sturgeon · 14 years ago
  20. 11eb2dc Fix: #236 Adding audio/mpeg3 as a valid mime type for mp3 by Greg Aker · 14 years ago
  21. 9a311fd Package paths can now be auto-loaded in autoload.php. by Phil Sturgeon · 14 years ago
  22. aa7d3f9 Automated merge with https://bitbucket.org/barrymieny/codeigniter by Derek Jones · 14 years ago
  23. 49ced91 Fixed CSRF comments to avoid confusion. by Shane Pearson · 14 years ago
  24. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  25. 21ca8cc added sess_expire_on_close to config file, corrected comment block for session config vars. Fixes #149 by Derek Jones · 14 years ago
  26. 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
  27. 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
  28. 958543a Adding CSRF into config Adding CSRF token into form open() by Derek Allard · 15 years ago
  29. f1a02f9 fixed a file location in an EOF comment by Derek Jones · 15 years ago
  30. f0b3994 moved application folder outside of the system folder by Derek Jones · 15 years ago