Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-15 | Added full Query String and $_GET array support. This is enabled by ↵ | Dan Horrigan | 1 | -0/+4 | |
default. Added a seperate config option to enable/disable the $_GET array. | |||||
2010-11-19 | Updating Output Profiler to validate xHTML Strict, and HTML5. | Greg Aker | 1 | -2/+4 | |
2010-11-10 | Blasting the Base4/5 files. Updating Controller.php to inherit bits from ↵ | Greg Aker | 1 | -3/+3 | |
the old Base5. If a constructor is needed in a controller, call parent::__contruct() | |||||
2010-11-09 | Fix #62 Adding CI_ prefix to Controller. | Greg Aker | 1 | -2/+2 | |
2010-10-07 | Automated merge with https://bitbucket.org/barrymieny/codeigniter | Derek Jones | 1 | -2/+2 | |
2010-10-07 | Fixed CSRF comments to avoid confusion. | Shane Pearson | 1 | -2/+2 | |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 11 | -60/+60 | |
2010-09-27 | added sess_expire_on_close to config file, corrected comment block for ↵ | Derek Jones | 1 | -5/+12 | |
session config vars. Fixes #149 | |||||
2010-08-31 | Added fatal error to Session class when no encryption key is set in the ↵ | Derek Jones | 1 | -2/+2 | |
config file, for additional assurance that session manipulation can be prevented | |||||
2010-08-12 | single quotes instead of double quotes by default to prevent PHP from trying ↵ | Derek Allard | 1 | -14/+14 | |
to parse a $ in a password as a variable. | |||||
2010-07-22 | Adding CSRF into config | Derek Allard | 1 | -0/+11 | |
Adding CSRF token into form open() | |||||
2010-07-08 | fixed a file location in an EOF comment | Derek Jones | 1 | -1/+1 | |
2010-03-25 | added .htaccess to application and system folder to help prevent public ↵ | Derek Jones | 1 | -0/+1 | |
access if installed in web root | |||||
2010-03-25 | moved application folder outside of the system folder | Derek Jones | 30 | -0/+1345 | |