Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-19 | Comments added and unnecessary "abs" function calls removed. | Thomas Lange | 3 | -3/+12 | |
2017-04-12 | Inconsistency in the admin template parameters fixed (this does not affect ↵ | Thomas Lange | 1 | -3/+1 | |
any template parameters for the frontend templates). | |||||
2017-04-11 | The control structures "require_once" have been replaced by a simple ↵ | Thomas Lange | 15 | -15/+15 | |
"require" (except within the 403.php and 404.php where it makes sense, because these files can be directly called or included). | |||||
2017-04-11 | Class "ExceptionHandler" has been removed and several files has been changed. | Thomas Lange | 15 | -15/+15 | |
2017-04-11 | Methods "error403" and "error404" has been added to the "Application" class; ↵ | Thomas Lange | 9 | -9/+9 | |
several files has been changed. | |||||
2017-03-06 | Hardcoded PDO class name replaced with $Database class. | Thomas Lange | 4 | -4/+4 | |
2017-02-26 | Added support for multiple queries in a single request. | Thomas Lange | 1 | -2/+5 | |
2017-02-24 | Initial commit.v1.0 | Thomas Lange | 15 | -0/+1194 | |