aboutsummaryrefslogtreecommitdiffstats
path: root/admin
AgeCommit message (Expand)AuthorFilesLines
2021-09-27Fix incorrect parameter list for logout actionThomas Lange1-1/+1
2021-09-19Rename some session array keysThomas Lange1-1/+1
2021-08-09Pass entity template data to the update templateThomas Lange4-0/+4
2021-08-09Fix some inconsistent variable namesThomas Lange4-12/+12
2021-08-05Don't check return value of insert/delete methodsThomas Lange8-24/+16
2021-08-05Show error message if CSRF token does not matchesThomas Lange6-49/+69
2021-08-05Simplify the insert/update HTTP-POST params checkThomas Lange8-8/+8
2021-07-24Show message if search was not successfulThomas Lange2-2/+12
2021-07-22Add user and category filter on post searchThomas Lange1-2/+37
2021-07-22Catch possible PDOException for search requestThomas Lange2-6/+20
2021-07-22Add pagination for search resultsThomas Lange2-8/+66
2021-07-02Use createPaginationTemplate also in admin areaThomas Lange4-24/+12
2021-07-01Add category system to categorize posts (readme)Thomas Lange6-2/+324
2021-07-01Redirect to entity create form if no entity existsThomas Lange3-0/+21
2021-06-26Use const to define expressionless admin constantsThomas Lange17-33/+33
2021-06-26Use shorthand ternary operatorThomas Lange6-28/+28
2021-06-25Reorganize namespacesThomas Lange3-3/+3
2021-06-22Implement new Repository and Entity classesThomas Lange16-397/+426
2021-06-21Fix prefixes for ADMIN.USER.LIST_* config optionsThomas Lange1-2/+2
2021-06-21Remove unnecessary $ItemTemplate variablesThomas Lange3-11/+3
2021-06-21Rename some template variablesThomas Lange5-10/+10
2021-06-21Rename "attr" method of Item class to "get"Thomas Lange9-18/+18
2021-06-21Use function parseEntityContentThomas Lange3-3/+3
2021-06-20Call password_verify directly in login scriptThomas Lange1-1/+2
2021-06-19Remove ID form field (and rearrange other fields)Thomas Lange3-6/+3
2021-06-19Rename CRUD methods of Attribute classThomas Lange9-9/+9
2021-06-14Remove more redundant try/catch blocksThomas Lange17-518/+354
2021-06-13Add configuration settings (admin prefixes)Thomas Lange3-6/+6
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange17-17/+0
2019-04-27Add missing indentationThomas Lange1-6/+6
2019-04-27Remove if condition with empty bodyThomas Lange1-2/+1
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