aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2018-02-14Add configuration option "$ITEM.SINGLE_REDIRECT"Thomas Lange4-3/+36
2018-01-09Fix spelling mistake in commentsThomas Lange1-2/+2
2018-01-08Bugfix: Incorrect behavior of the "truncate" function in some circumstances:Thomas Lange1-2/+5
2017-11-29The "cut" function has been optimized and renamed to "truncate". In addition,...Thomas Lange1-7/+8
2017-11-28Bugfix: The "excerpt" function had returned a string with unnecessary whitesp...Thomas Lange1-2/+3
2017-11-24Fixed a spelling mistake in several comments:Thomas Lange2-4/+4
2017-11-13The default value for "PATHINFO.PROT" is now "https" if $_SERVER['REQUEST_SCH...Thomas Lange1-2/+2
2017-11-04The Parsedown library has been patched to prevent tab indentations from being...Thomas Lange1-21/+10
2017-10-24You can now access item data in the main.php template (the file which contain...Thomas Lange3-0/+14
2017-10-24Some comments have been updated, unnecessary whitespace at the end of some fi...Thomas Lange3-3/+6
2017-10-23There was a tiny mistake in the previous commit which has been fixed.Thomas Lange1-1/+2
2017-10-23An overwrite mechanism for the application's configuration has been implement...Thomas Lange2-85/+65
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 Lange3-0/+38
2017-09-15A tiny mistake in the german core translation has been fixed.Thomas Lange1-1/+1
2017-09-02Some code optimizations has been made in admin/index.php to prevent duplicate...Thomas Lange1-2/+2
2017-09-02An unnecessary "else" block in admin/auth.php was removed and spelling mistak...Thomas Lange2-2/+2
2017-08-11Several changes have been made in this commit, which together with the previo...v2.3Thomas Lange2-31/+37
2017-08-10The SQL queries for the HTTP ETag header generation have been combined into o...Thomas Lange1-11/+8
2017-07-07The function "makeSlugURL" has been renamed to "generateSlug" because the nam...Thomas Lange2-3/+9
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 Lange7-158/+82
2017-05-21Bugfixes: There were two problems with the internal sorting of items which ha...v2.1.2Thomas Lange1-4/+4
2017-05-17Explicit types for return values and function parameters added.Thomas Lange1-6/+6
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-05-05A significant increase in the response time has been achieved, since the temp...v2.1Thomas Lange4-7/+15
2017-05-01The "excerpt" function has been optimized.Thomas Lange1-0/+1
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-29The function "makeSlugURL" has been modified and optimized.Thomas Lange1-6/+10
2017-04-27Several changes have been made in this commit, which together with the previo...v2.0Thomas Lange5-2/+26
2017-04-24Parameter type declaration changed to "Throwable" because this parameter can ...Thomas Lange1-1/+1
2017-04-24Nested function calls for generating the meta description are removed and a f...Thomas Lange4-6/+17
2017-04-19Comments added and unnecessary "abs" function calls removed.Thomas Lange3-3/+12
2017-04-12The file "application.php" has been modified.Thomas Lange1-2/+1
2017-04-12Catch block for PDOException was modified.Thomas Lange1-2/+1
2017-04-12The function "set_exception_handler" was modified.Thomas Lange1-3/+2
2017-04-11The control structures "require_once" have been replaced by a simple "require...Thomas Lange2-5/+5
2017-04-11Inconsistency in class method fixed.Thomas Lange1-1/+1
2017-04-11Return type declaration "void" added.Thomas Lange1-3/+3
2017-04-11The system directory has been moved to a non-public directory. After the comm...v1.2Thomas Lange9-0/+691
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 Lange6-30/+144