aboutsummaryrefslogtreecommitdiffstats
path: root/admin/post/search.php
AgeCommit message (Expand)AuthorFilesLines
2021-07-24Show message if search was not successfulThomas Lange1-1/+6
2021-07-22Add user and category filter on post searchThomas Lange1-2/+37
2021-07-22Catch possible PDOException for search requestThomas Lange1-3/+10
2021-07-22Add pagination for search resultsThomas Lange1-4/+33
2021-06-26Use const to define expressionless admin constantsThomas Lange1-2/+2
2021-06-22Implement new Repository and Entity classesThomas Lange1-11/+6
2021-06-21Rename some template variablesThomas Lange1-2/+2
2021-06-21Rename "attr" method of Item class to "get"Thomas Lange1-1/+1
2021-06-14Remove more redundant try/catch blocksThomas Lange1-17/+8
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-10-22Implemented: A full-text search functionality for posts and pages in the admi...Thomas Lange1-0/+52