1. a9924b8 Would have helped if I saved the file before committing. see 849bdda643ee by Greg Aker · 14 years ago
  2. 0310310 Removing the unnecessary constructor in the welcome controller. Also added comments in the index method that may help users new to CodeIgniter. by Greg Aker · 14 years ago
  3. d6d9f45 Adding config option to require 'secure' setting for all cookies- requires https. by Robin Sowell · 14 years ago
  4. 9730c75 Package paths can now be auto-loaded in autoload.php. by Phil Sturgeon · 14 years ago
  5. 2eaa407 Moving system/{logs,cache} to the application directory. by Greg Aker · 14 years ago
  6. 11eb2dc Fix: #236 Adding audio/mpeg3 as a valid mime type for mp3 by Greg Aker · 14 years ago
  7. 3a56398 Updating Output Profiler to validate xHTML Strict, and HTML5. by Greg Aker · 14 years ago
  8. 4abfa68 Blasting the Base4/5 files. Updating Controller.php to inherit bits from the old Base5. by Greg Aker · 14 years ago
  9. 63277b8 Fix #62 Adding CI_ prefix to Controller. by Greg Aker · 14 years ago
  10. aa7d3f9 Automated merge with https://bitbucket.org/barrymieny/codeigniter by Derek Jones · 14 years ago
  11. 49ced91 Fixed CSRF comments to avoid confusion. by Shane Pearson · 14 years ago
  12. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  13. 21ca8cc added sess_expire_on_close to config file, corrected comment block for session config vars. Fixes #149 by Derek Jones · 14 years ago
  14. 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
  15. 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
  16. 958543a Adding CSRF into config Adding CSRF token into form open() by Derek Allard · 15 years ago
  17. f1a02f9 fixed a file location in an EOF comment by Derek Jones · 15 years ago
  18. 6e50b85 added .htaccess to application and system folder to help prevent public access if installed in web root by Derek Jones · 15 years ago
  19. f0b3994 moved application folder outside of the system folder by Derek Jones · 15 years ago