Age | Commit message (Expand) | Author | Files | Lines |
2021-06-25 | Reorganize namespaces | Thomas Lange | 1 | -6/+8 |
2021-06-24 | Return NULL instead of config string if unset | Thomas Lange | 1 | -1/+1 |
2021-06-24 | Implement database schema Migrator | Thomas Lange | 1 | -0/+14 |
2021-06-24 | Set Database attribute in Application class | Thomas Lange | 1 | -1/+13 |
2021-06-22 | Add missing static keywords and fix typos | Thomas Lange | 1 | -3/+3 |
2021-06-22 | Implement new Repository and Entity classes | Thomas Lange | 1 | -4/+20 |
2021-06-21 | Rename "attr" method of Item class to "get" | Thomas Lange | 1 | -3/+3 |
2021-06-21 | Add method getEntityURL to Application class | Thomas Lange | 1 | -0/+20 |
2021-06-12 | Remove function "getRandomValue" | Thomas Lange | 1 | -1/+1 |
2019-10-29 | Remove PHP closing tags and add LF to text files | Thomas Lange | 1 | -1/+0 |
2019-04-26 | Rename "template" directory to "theme" | Thomas Lange | 1 | -2/+2 |
2017-09-02 | An unnecessary "else" block in admin/auth.php was removed and spelling mistak... | Thomas Lange | 1 | -1/+1 |
2017-08-11 | Several changes have been made in this commit, which together with the previo...v2.3 | Thomas Lange | 1 | -1/+3 |
2017-05-12 | Bugfix: If the database password is removed within the first "getDatabase" ca... | Thomas Lange | 1 | -2/+0 |
2017-05-12 | The method "getLanguage" has been restructured. | Thomas Lange | 1 | -1/+4 |
2017-04-11 | The control structures "require_once" have been replaced by a simple "require... | Thomas Lange | 1 | -2/+2 |
2017-04-11 | Inconsistency in class method fixed. | Thomas Lange | 1 | -1/+1 |
2017-04-11 | Return type declaration "void" added. | Thomas Lange | 1 | -3/+3 |
2017-04-11 | Class "ExceptionHandler" has been removed and several files has been changed. | Thomas Lange | 1 | -3/+3 |
2017-04-11 | Methods "error403" and "error404" has been added to the "Application" class; ... | Thomas Lange | 1 | -2/+17 |
2017-04-11 | Error pages for HTTP status code 403 and 404 moved to another location (prepa... | Thomas Lange | 1 | -1/+1 |
2017-02-26 | Incorrect comment corrected and function moved to another line. | Thomas Lange | 1 | -7/+7 |
2017-02-24 | Initial commit.v1.0 | Thomas Lange | 1 | -0/+148 |