Age | Commit message (Expand) | Author | Files | Lines |
2021-07-02 | Add generic function to create pagination template | Thomas Lange | 6 | -6/+20 |
2021-07-01 | Add option CATEGORY.LIST_SORT to application.php | Thomas Lange | 1 | -2/+0 |
2021-07-01 | Bugfix: Use empty check instead of isset | Thomas Lange | 1 | -1/+1 |
2021-07-01 | Add function generateCategoryPostNaviTemplate | Thomas Lange | 1 | -1/+1 |
2021-07-01 | Add category system to categorize posts (readme) | Thomas Lange | 3 | -0/+220 |
2021-06-22 | Implement new Repository and Entity classes | Thomas Lange | 9 | -292/+276 |
2021-06-21 | Remove unnecessary $ItemTemplate variables | Thomas Lange | 5 | -16/+4 |
2021-06-21 | Rename some template variables | Thomas Lange | 6 | -14/+14 |
2021-06-21 | Rename "attr" method of Item class to "get" | Thomas Lange | 7 | -8/+8 |
2021-06-21 | Use function getMarkdownImageURLs | Thomas Lange | 1 | -1/+1 |
2021-06-21 | Use getEntityURL method of Application class | Thomas Lange | 6 | -7/+7 |
2021-06-19 | Remove unused variable | Thomas Lange | 1 | -1/+0 |
2021-06-14 | Remove more redundant try/catch blocks | Thomas Lange | 9 | -352/+251 |
2019-10-29 | Remove PHP closing tags and add LF to text files | Thomas Lange | 9 | -9/+0 |
2018-02-14 | Add configuration option "$ITEM.SINGLE_REDIRECT" | Thomas Lange | 3 | -3/+33 |
2017-10-24 | You can now access item data in the main.php template (the file which contain... | Thomas Lange | 3 | -0/+14 |
2017-10-24 | Some comments have been updated, unnecessary whitespace at the end of some fi... | Thomas Lange | 3 | -3/+6 |
2017-07-07 | The function "makeSlugURL" has been renamed to "generateSlug" because the nam... | Thomas Lange | 1 | -2/+8 |
2017-05-30 | Several changes have been made in this commit, which together with the previ...v2.2 | Thomas Lange | 4 | -15/+15 |
2017-05-05 | A significant increase in the response time has been achieved, since the temp...v2.1 | Thomas Lange | 3 | -3/+3 |
2017-04-24 | Nested function calls for generating the meta description are removed and a f... | Thomas Lange | 3 | -3/+3 |
2017-04-19 | Comments added and unnecessary "abs" function calls removed. | Thomas Lange | 3 | -3/+12 |
2017-04-11 | The system directory has been moved to a non-public directory. After the comm...v1.2 | Thomas Lange | 9 | -0/+691 |