aboutsummaryrefslogtreecommitdiffstats
path: root/admin/page
AgeCommit message (Expand)AuthorFilesLines
2021-08-09Pass entity template data to the update templateThomas Lange1-0/+1
2021-08-09Fix some inconsistent variable namesThomas Lange1-3/+3
2021-08-05Don't check return value of insert/delete methodsThomas Lange2-6/+4
2021-08-05Show error message if CSRF token does not matchesThomas Lange1-6/+10
2021-08-05Simplify the insert/update HTTP-POST params checkThomas Lange2-2/+2
2021-07-24Show message if search was not successfulThomas Lange1-1/+6
2021-07-22Catch possible PDOException for search requestThomas Lange1-3/+10
2021-07-22Add pagination for search resultsThomas Lange1-4/+33
2021-07-02Use createPaginationTemplate also in admin areaThomas Lange1-6/+3
2021-07-01Redirect to entity create form if no entity existsThomas Lange1-0/+7
2021-06-26Use const to define expressionless admin constantsThomas Lange5-10/+10
2021-06-26Use shorthand ternary operatorThomas Lange2-8/+8
2021-06-25Reorganize namespacesThomas Lange1-1/+1
2021-06-22Implement new Repository and Entity classesThomas Lange5-128/+141
2021-06-21Remove unnecessary $ItemTemplate variablesThomas Lange1-4/+1
2021-06-21Rename some template variablesThomas Lange2-4/+4
2021-06-21Rename "attr" method of Item class to "get"Thomas Lange4-8/+8
2021-06-21Use function parseEntityContentThomas Lange1-1/+1
2021-06-19Remove ID form field (and rearrange other fields)Thomas Lange1-2/+1
2021-06-19Rename CRUD methods of Attribute classThomas Lange3-3/+3
2021-06-14Remove more redundant try/catch blocksThomas Lange5-149/+104
2021-06-13Add configuration settings (admin prefixes)Thomas Lange1-2/+2
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange5-5/+0
2017-10-24Some comments have been updated, unnecessary whitespace at the end of some fi...Thomas Lange5-7/+6
2017-10-22Implemented: A full-text search functionality for posts and pages in the admi...Thomas Lange1-0/+52
2017-07-07The function "makeSlugURL" has been renamed to "generateSlug" because the nam...Thomas Lange2-6/+6
2017-05-30 Several changes have been made in this commit, which together with the previ...v2.2Thomas Lange3-26/+3
2017-04-27Several changes have been made in this commit, which together with the previo...v2.0Thomas Lange2-4/+8
2017-04-19Comments added and unnecessary "abs" function calls removed.Thomas Lange1-1/+4
2017-04-11The control structures "require_once" have been replaced by a simple "require...Thomas Lange4-4/+4
2017-04-11Class "ExceptionHandler" has been removed and several files has been changed.Thomas Lange4-4/+4
2017-04-11Methods "error403" and "error404" has been added to the "Application" class; ...Thomas Lange3-3/+3
2017-03-06Hardcoded PDO class name replaced with $Database class.Thomas Lange2-2/+2
2017-02-24Initial commit.v1.0Thomas Lange4-0/+330