Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-15 | Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error ↵ | Greg Aker | 1 | -0/+6 | |
due to a function being moved from the input to security class. Moving remove_invisible_characters() to Common.php so the entire class does not need to be instantiated in those database drivers. | |||||
2010-03-29 | fixed casing of EllisLab | Derek Jones | 1 | -1/+1 | |
2010-03-11 | full on scaffolding removal | Derek Jones | 1 | -1/+1 | |
2010-03-05 | changing docs refs to future release 2.0.0 | Derek Jones | 1 | -1/+1 | |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 | |
2009-09-11 | prep for 1.7.2 release | Derek Jones | 1 | -1/+1 | |
2009-07-28 | add is_php() to Common.php | Derek Jones | 1 | -0/+12 | |
2009-07-11 | Modified show_error() to allow sending of HTTP server response codes. | Derek Jones | 1 | -0/+17 | |
Added set_status_header() to the Common functions to allow use when the Output class is unavailable. Fixed a bug where the 400 status header sent with the 'disallowed URI characters' was not compatible with CGI environments. | |||||
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 | |
2009-02-11 | Prep for 1.7.1 release | Derek Jones | 1 | -1/+1 | |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -89/+89 | |
2008-09-04 | removed random invisible character (ASCII 194) from HTML and PHP files | Derek Jones | 1 | -2/+2 | |
2008-08-26 | Added Form Validation Library and updated docs | Rick Ellis | 1 | -1/+1 | |
2008-08-26 | Made a Loader changes so that the new validation class will work. | Rick Ellis | 1 | -1/+1 | |
Made some doc style changes | |||||
2008-06-27 | changed user guide version to 1.6.3 | Derek Jones | 1 | -1/+1 | |
2008-05-31 | Charset information in the userguide has been moved above title for ↵ | Derek Allard | 1 | -1/+1 | |
internationalization purposes (#4614) | |||||
2008-05-08 | Added a Reserved Names page to the userguide, and migrated reserved ↵ | Derek Allard | 1 | -0/+90 | |
controller names into it. Added a Common Functions page to the userguide for globally available functions. |