summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Removing the unnecessary constructor in the welcome controller. Also added c...Greg Aker1-6/+1
2011-02-11Adding config option to require 'secure' setting for all cookies- requires ht...Robin Sowell1-0/+2
2010-12-15Package paths can now be auto-loaded in autoload.php.Phil Sturgeon1-6/+19
2010-12-21Moving system/{logs,cache} to the application directory.Greg Aker3-0/+21
2010-12-21Fix: #236 Adding audio/mpeg3 as a valid mime type for mp3Greg Aker1-1/+1
2010-11-19Updating Output Profiler to validate xHTML Strict, and HTML5.Greg Aker1-2/+4
2010-11-10Blasting the Base4/5 files. Updating Controller.php to inherit bits from the...Greg Aker1-3/+3
2010-11-09Fix #62 Adding CI_ prefix to Controller.Greg Aker1-2/+2
2010-10-07Automated merge with https://bitbucket.org/barrymieny/codeigniterDerek Jones1-2/+2
2010-10-07Fixed CSRF comments to avoid confusion.Shane Pearson1-2/+2
2010-10-04Cleanup of stray spaces and tabsBarry Mieny11-60/+60
2010-09-27added sess_expire_on_close to config file, corrected comment block for sessio...Derek Jones1-5/+12
2010-08-31Added fatal error to Session class when no encryption key is set in the confi...Derek Jones1-2/+2
2010-08-12single quotes instead of double quotes by default to prevent PHP from trying ...Derek Allard1-14/+14
2010-07-22Adding CSRF into configDerek Allard1-0/+11
2010-07-08fixed a file location in an EOF commentDerek Jones1-1/+1
2010-03-25added .htaccess to application and system folder to help prevent public acces...Derek Jones1-0/+1
2010-03-25moved application folder outside of the system folderDerek Jones30-0/+1345