aboutsummaryrefslogtreecommitdiffstats
path: root/core/include
AgeCommit message (Expand)AuthorFilesLines
2022-03-14Include category data in feed item templateThomas Lange1-0/+17
2021-08-26Don't use wrapper function "escapeHTML" internallyThomas Lange1-2/+2
2021-08-03Show current page in categories <title> elementThomas Lange1-1/+2
2021-07-24Create feed item's GUID manually in template fileThomas Lange1-1/+4
2021-07-24Use correct config option for redirect singlesThomas Lange4-4/+4
2021-07-22Catch possible PDOException for search requestThomas Lange1-2/+6
2021-07-22Add pagination for search resultsThomas Lange1-1/+22
2021-07-20Rename and reorganize several "get count" methodsThomas Lange2-7/+5
2021-07-11Modify parameter list for getAll methodThomas Lange1-1/+2
2021-07-10Remove pages from the RSS feed (readme)Thomas Lange1-40/+24
2021-07-02Add generic function to create pagination templateThomas Lange6-6/+20
2021-07-01Add option CATEGORY.LIST_SORT to application.phpThomas Lange1-2/+0
2021-07-01Bugfix: Use empty check instead of issetThomas Lange1-1/+1
2021-07-01Add function generateCategoryPostNaviTemplateThomas Lange1-1/+1
2021-07-01Add category system to categorize posts (readme)Thomas Lange3-0/+220
2021-06-22Implement new Repository and Entity classesThomas Lange9-292/+276
2021-06-21Remove unnecessary $ItemTemplate variablesThomas Lange5-16/+4
2021-06-21Rename some template variablesThomas Lange6-14/+14
2021-06-21Rename "attr" method of Item class to "get"Thomas Lange7-8/+8
2021-06-21Use function getMarkdownImageURLsThomas Lange1-1/+1
2021-06-21Use getEntityURL method of Application classThomas Lange6-7/+7
2021-06-19Remove unused variableThomas Lange1-1/+0
2021-06-14Remove more redundant try/catch blocksThomas Lange9-352/+251
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange9-9/+0
2018-02-14Add configuration option "$ITEM.SINGLE_REDIRECT"Thomas Lange3-3/+33
2017-10-24You can now access item data in the main.php template (the file which contain...Thomas Lange3-0/+14
2017-10-24Some comments have been updated, unnecessary whitespace at the end of some fi...Thomas Lange3-3/+6
2017-07-07The function "makeSlugURL" has been renamed to "generateSlug" because the nam...Thomas Lange1-2/+8
2017-05-30 Several changes have been made in this commit, which together with the previ...v2.2Thomas Lange4-15/+15
2017-05-05A significant increase in the response time has been achieved, since the temp...v2.1Thomas Lange3-3/+3
2017-04-24Nested function calls for generating the meta description are removed and a f...Thomas Lange3-3/+3
2017-04-19Comments added and unnecessary "abs" function calls removed.Thomas Lange3-3/+12
2017-04-11The system directory has been moved to a non-public directory. After the comm...v1.2Thomas Lange9-0/+691