Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-04 | Move error page logic into the Application class | Thomas Lange | 1 | -13/+3 | |
Move the logic for generating the error pages into the Application class to remove this ugly "require" call in the error403 and error404 methods. | |||||
2021-07-11 | Add missing comment block on 404.php | Thomas Lange | 1 | -0/+3 | |
2021-06-14 | Remove more redundant try/catch blocks | Thomas Lange | 1 | -17/+5 | |
Remove all try/catch blocks where the exception handling did not differ from the exception handler already defined by "set_exception_handler". | |||||
2019-10-29 | Remove PHP closing tags and add LF to text files | Thomas Lange | 1 | -1/+0 | |
Remove the unnecessary PHP closing tags and ensure that *all* text files ending with a LF character. | |||||
2017-10-24 | Some comments have been updated, unnecessary whitespace at the end of some ↵ | Thomas Lange | 1 | -1/+1 | |
files was removed and some missing PHP closing tags were added. | |||||
2017-04-29 | Template method "get" is now used to get the previously defined name of the ↵ | Thomas Lange | 1 | -1/+1 | |
page (instead of typing it twice). | |||||
2017-04-11 | The control structures "require_once" have been replaced by a simple ↵ | Thomas Lange | 1 | -3/+1 | |
"require" (except within the 403.php and 404.php where it makes sense, because these files can be directly called or included). | |||||
2017-04-11 | Class "ExceptionHandler" has been removed and several files has been changed. | Thomas Lange | 1 | -1/+1 | |
2017-04-11 | Error pages for HTTP status code 403 and 404 moved to another location ↵ | Thomas Lange | 1 | -0/+32 | |
(preparations for the next commits in which the system directory will be moved to a non-public directory). |