Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -35/+35 | |
2010-08-05 | Added an optional second parameter to <kbd>show_404()</kbd> to disable logging. | Derek Allard | 1 | -2/+2 | |
2010-04-15 | Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error ↵ | Greg Aker | 1 | -0/+37 | |
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-12 | Will check for sub-classes in core or libraries (which the original file is ↵ | Phil Sturgeon | 1 | -2/+2 | |
in) instead of always looking in libraries. Makes more sense to have them in the same folder wether in system or application. | |||||
2010-03-02 | updated Common functions | Derek Jones | 1 | -232/+296 | |
- whitespace formatting - load_class() changes for new structure | |||||
2010-03-02 | fixed EOF code comment file locations | Derek Jones | 1 | -1/+1 | |
2010-03-02 | moving core library files out of libraries into new core folder | Derek Jones | 1 | -0/+421 | |