summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Collapse)AuthorFilesLines
2011-01-05Added text/x-csv to mimes.php.Phil Sturgeon1-1/+1
2010-12-27Implemented GET string support from Dan Horrigan and modified it slightly. ↵Phil Sturgeon3-25/+48
Also tweaked his regex_match changes.
2010-12-15['404_override'] can now take methods and URI segments, not just a ↵Phil Sturgeon1-1/+8
controller name. This is useful for 404 pages on errors/page_missing or /pages/view/404.
2010-12-15<kbd>['base_url']</kbd> is now empty by default and will guess what it ↵Phil Sturgeon1-17/+20
should be.
2010-12-15Added full Query String and $_GET array support. This is enabled by ↵Dan Horrigan1-0/+4
default. Added a seperate config option to enable/disable the $_GET array.
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-12-15Package paths can now be auto-loaded in autoload.php.Phil Sturgeon1-6/+19
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 ↵Greg Aker1-3/+3
the old Base5. If a constructor is needed in a controller, call parent::__contruct()
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 ↵Derek Jones1-5/+12
session config vars. Fixes #149
2010-08-31Added fatal error to Session class when no encryption key is set in the ↵Derek Jones1-2/+2
config file, for additional assurance that session manipulation can be prevented
2010-08-12single quotes instead of double quotes by default to prevent PHP from trying ↵Derek Allard1-14/+14
to parse a $ in a password as a variable.
2010-07-22Adding CSRF into configDerek Allard1-0/+11
Adding CSRF token into form open()
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 ↵Derek Jones1-0/+1
access if installed in web root
2010-03-25moved application folder outside of the system folderDerek Jones30-0/+1345