Age | Commit message (Expand) | Author | Files | Lines |
2021-07-02 | Use createPaginationTemplate also in admin area | Thomas Lange | 1 | -6/+3 |
2021-07-01 | Redirect to entity create form if no entity exists | Thomas Lange | 1 | -0/+7 |
2021-06-26 | Use const to define expressionless admin constants | Thomas Lange | 5 | -10/+10 |
2021-06-26 | Use shorthand ternary operator | Thomas Lange | 2 | -8/+8 |
2021-06-25 | Reorganize namespaces | Thomas Lange | 1 | -1/+1 |
2021-06-22 | Implement new Repository and Entity classes | Thomas Lange | 5 | -128/+141 |
2021-06-21 | Remove unnecessary $ItemTemplate variables | Thomas Lange | 1 | -4/+1 |
2021-06-21 | Rename some template variables | Thomas Lange | 2 | -4/+4 |
2021-06-21 | Rename "attr" method of Item class to "get" | Thomas Lange | 4 | -8/+8 |
2021-06-21 | Use function parseEntityContent | Thomas Lange | 1 | -1/+1 |
2021-06-19 | Remove ID form field (and rearrange other fields) | Thomas Lange | 1 | -2/+1 |
2021-06-19 | Rename CRUD methods of Attribute class | Thomas Lange | 3 | -3/+3 |
2021-06-14 | Remove more redundant try/catch blocks | Thomas Lange | 5 | -149/+104 |
2021-06-13 | Add configuration settings (admin prefixes) | Thomas Lange | 1 | -2/+2 |
2019-10-29 | Remove PHP closing tags and add LF to text files | Thomas Lange | 5 | -5/+0 |
2017-10-24 | Some comments have been updated, unnecessary whitespace at the end of some fi... | Thomas Lange | 5 | -7/+6 |
2017-10-22 | Implemented: A full-text search functionality for posts and pages in the admi... | Thomas Lange | 1 | -0/+52 |
2017-07-07 | The function "makeSlugURL" has been renamed to "generateSlug" because the nam... | Thomas Lange | 2 | -6/+6 |
2017-05-30 | Several changes have been made in this commit, which together with the previ...v2.2 | Thomas Lange | 3 | -26/+3 |
2017-04-27 | Several changes have been made in this commit, which together with the previo...v2.0 | Thomas Lange | 2 | -4/+8 |
2017-04-19 | Comments added and unnecessary "abs" function calls removed. | Thomas Lange | 1 | -1/+4 |
2017-04-11 | The control structures "require_once" have been replaced by a simple "require... | Thomas Lange | 4 | -4/+4 |
2017-04-11 | Class "ExceptionHandler" has been removed and several files has been changed. | Thomas Lange | 4 | -4/+4 |
2017-04-11 | Methods "error403" and "error404" has been added to the "Application" class; ... | Thomas Lange | 3 | -3/+3 |
2017-03-06 | Hardcoded PDO class name replaced with $Database class. | Thomas Lange | 2 | -2/+2 |
2017-02-24 | Initial commit.v1.0 | Thomas Lange | 4 | -0/+330 |