aboutsummaryrefslogtreecommitdiffstats
path: root/admin
AgeCommit message (Expand)AuthorFilesLines
2017-10-24Some comments have been updated, unnecessary whitespace at the end of some fi...Thomas Lange17-25/+21
2017-10-22Implemented: A full-text search functionality for posts and pages in the admi...Thomas Lange2-0/+104
2017-09-02Some code optimizations has been made in admin/index.php to prevent duplicate...Thomas Lange1-6/+10
2017-09-02An unnecessary "else" block in admin/auth.php was removed and spelling mistak...Thomas Lange1-21/+16
2017-07-07The function "makeSlugURL" has been renamed to "generateSlug" because the nam...Thomas Lange6-18/+18
2017-05-30 Several changes have been made in this commit, which together with the previ...v2.2Thomas Lange9-82/+9
2017-04-27Several changes have been made in this commit, which together with the previo...v2.0Thomas Lange6-9/+21
2017-04-19Comments added and unnecessary "abs" function calls removed.Thomas Lange3-3/+12
2017-04-12Inconsistency in the admin template parameters fixed (this does not affect an...Thomas Lange1-3/+1
2017-04-11The control structures "require_once" have been replaced by a simple "require...Thomas Lange15-15/+15
2017-04-11Class "ExceptionHandler" has been removed and several files has been changed.Thomas Lange15-15/+15
2017-04-11Methods "error403" and "error404" has been added to the "Application" class; ...Thomas Lange9-9/+9
2017-03-06Hardcoded PDO class name replaced with $Database class.Thomas Lange4-4/+4
2017-02-26Added support for multiple queries in a single request.Thomas Lange1-2/+5
2017-02-24Initial commit.v1.0Thomas Lange15-0/+1194