aboutsummaryrefslogtreecommitdiffstats
path: root/admin/post/update.php
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-05Simplify the insert/update HTTP-POST params checkThomas Lange1-1/+1
2021-07-01Add category system to categorize posts (readme)Thomas Lange1-1/+16
2021-06-26Use const to define expressionless admin constantsThomas Lange1-2/+2
2021-06-26Use shorthand ternary operatorThomas Lange1-4/+4
2021-06-22Implement new Repository and Entity classesThomas Lange1-53/+54
2021-06-21Rename "attr" method of Item class to "get"Thomas Lange1-3/+3
2021-06-19Rename CRUD methods of Attribute classThomas Lange1-1/+1
2021-06-14Remove more redundant try/catch blocksThomas Lange1-34/+25
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange1-1/+0
2017-10-24Some comments have been updated, unnecessary whitespace at the end of some fi...Thomas Lange1-1/+1
2017-07-07The function "makeSlugURL" has been renamed to "generateSlug" because the nam...Thomas Lange1-3/+3
2017-05-30 Several changes have been made in this commit, which together with the previ...v2.2Thomas Lange1-10/+1
2017-04-27Several changes have been made in this commit, which together with the previo...v2.0Thomas Lange1-2/+4
2017-04-11The control structures "require_once" have been replaced by a simple "require...Thomas Lange1-1/+1
2017-04-11Class "ExceptionHandler" has been removed and several files has been changed.Thomas Lange1-1/+1
2017-04-11Methods "error403" and "error404" has been added to the "Application" class; ...Thomas Lange1-1/+1
2017-03-06Hardcoded PDO class name replaced with $Database class.Thomas Lange1-1/+1
2017-02-24Initial commit.v1.0Thomas Lange1-0/+96