aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/Application.php
AgeCommit message (Expand)AuthorFilesLines
2021-09-19Rename some session array keysThomas Lange1-4/+4
2021-08-04Add explicit parameter types for the "exit" methodThomas Lange1-1/+1
2021-08-04Move error page logic into the Application classThomas Lange1-4/+10
2021-07-22Rename: Append "Repository" to repository classesThomas Lange1-2/+2
2021-07-20Implement new *content functions* feature (readme)Thomas Lange1-0/+13
2021-07-01Add category system to categorize posts (readme)Thomas Lange1-0/+10
2021-06-25Reorganize namespacesThomas Lange1-6/+8
2021-06-24Return NULL instead of config string if unsetThomas Lange1-1/+1
2021-06-24Implement database schema MigratorThomas Lange1-0/+14
2021-06-24Set Database attribute in Application classThomas Lange1-1/+13
2021-06-22Add missing static keywords and fix typosThomas Lange1-3/+3
2021-06-22Implement new Repository and Entity classesThomas Lange1-4/+20
2021-06-21Rename "attr" method of Item class to "get"Thomas Lange1-3/+3
2021-06-21Add method getEntityURL to Application classThomas Lange1-0/+20
2021-06-12Remove function "getRandomValue"Thomas Lange1-1/+1
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange1-1/+0
2019-04-26Rename "template" directory to "theme"Thomas Lange1-2/+2
2017-09-02An unnecessary "else" block in admin/auth.php was removed and spelling mistak...Thomas Lange1-1/+1
2017-08-11Several changes have been made in this commit, which together with the previo...v2.3Thomas Lange1-1/+3
2017-05-12Bugfix: If the database password is removed within the first "getDatabase" ca...Thomas Lange1-2/+0
2017-05-12The method "getLanguage" has been restructured.Thomas Lange1-1/+4
2017-04-11The control structures "require_once" have been replaced by a simple "require...Thomas Lange1-2/+2
2017-04-11Inconsistency in class method fixed.Thomas Lange1-1/+1
2017-04-11Return type declaration "void" added.Thomas Lange1-3/+3
2017-04-11Class "ExceptionHandler" has been removed and several files has been changed.Thomas Lange1-3/+3
2017-04-11Methods "error403" and "error404" has been added to the "Application" class; ...Thomas Lange1-2/+17
2017-04-11Error pages for HTTP status code 403 and 404 moved to another location (prepa...Thomas Lange1-1/+1
2017-02-26Incorrect comment corrected and function moved to another line.Thomas Lange1-7/+7
2017-02-24Initial commit.v1.0Thomas Lange1-0/+148