aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace
AgeCommit message (Expand)AuthorFilesLines
2021-05-20Update Parsedown library to version 1.7.4v2.4.3Thomas Lange1-5/+38
2020-12-31Remove PHP closing tags and add LF in "core/namespace/User/*"Thomas Lange4-4/+0
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange23-23/+0
2019-04-26Rename "template" directory to "theme"Thomas Lange2-3/+3
2018-09-09Use function "parseUnicodeEmoticons"Thomas Lange1-0/+1
2018-03-29Update Parsedown library to version 1.7.1v2.4.2Thomas Lange2-24/+195
2017-11-04The Parsedown library has been patched to prevent tab indentations from being...Thomas Lange1-21/+10
2017-10-23The methods "setCookie" and "getCookie" have been added to the HTTP class.Thomas Lange1-0/+14
2017-10-22Implemented: A full-text search functionality for posts and pages in the admi...Thomas Lange1-0/+14
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 Lange2-31/+37
2017-05-31Two changes have been made in this commit:Thomas Lange1-8/+8
2017-05-30 Several changes have been made in this commit, which together with the previ...v2.2Thomas Lange2-42/+36
2017-05-21Bugfixes: There were two problems with the internal sorting of items which ha...v2.1.2Thomas Lange1-4/+4
2017-05-14Disable the automatic linking of URLs which are not explicitly wrapped around...Thomas Lange1-0/+1
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-29ItemFactory does not need to implement FactoryInterface because it is already...Thomas Lange1-1/+1
2017-04-29Two changes have been made in this commit:Thomas Lange1-3/+6
2017-04-27Several changes have been made in this commit, which together with the previo...v2.0Thomas Lange4-0/+20
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 Lange6-15/+7
2017-04-11Methods "error403" and "error404" has been added to the "Application" class; ...Thomas Lange2-3/+18
2017-04-11Error pages for HTTP status code 403 and 404 moved to another location (prepa...Thomas Lange2-3/+2
2017-04-07Fixed inconsistency for return type declaration.Thomas Lange1-1/+1
2017-03-29Item exceptions now inherit "ExceptionHandler" to benefit from the "defaultHa...Thomas Lange3-3/+3
2017-03-25HTTP response status "404 Not Found" was not sent if a route was not found.Thomas Lange1-0/+1
2017-03-10Several changes have been made in this commit, which together with the previo...v1.1Thomas Lange1-0/+64
2017-03-07Fixed wrong environment variable name.Thomas Lange1-2/+2
2017-03-04Factory method "buildBySlug" is now defined in the "ItemFactory" class.Thomas Lange4-14/+14
2017-02-28Spelling mistakes corrected.Thomas Lange2-2/+2
2017-02-27Unnecessary code removed, comments modified and simple getter method added.Thomas Lange1-34/+8
2017-02-27Foreach loop was replaced by a single function called "extract".Thomas Lange1-3/+1
2017-02-26Incorrect comment corrected and function moved to another line.Thomas Lange1-7/+7
2017-02-24Initial commit.v1.0Thomas Lange28-0/+2589