aboutsummaryrefslogtreecommitdiffstats
path: root/admin/page/search.php
AgeCommit message (Collapse)AuthorFilesLines
2021-06-14Remove more redundant try/catch blocksThomas Lange1-17/+8
Remove all try/catch blocks where the exception handling did not differ from the exception handler already defined by "set_exception_handler".
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange1-1/+0
Remove the unnecessary PHP closing tags and ensure that *all* text files ending with a LF character.
2017-10-24Some comments have been updated, unnecessary whitespace at the end of some ↵Thomas Lange1-1/+1
files was removed and some missing PHP closing tags were added.
2017-10-22Implemented: A full-text search functionality for posts and pages in the ↵Thomas Lange1-0/+52
administration area. In addition, some markup within the "/*/index.php" files of the admin template was re-formatted.