aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2021-06-19Remove unused variableThomas Lange1-1/+0
2021-06-19Rename CRUD methods of Attribute classThomas Lange1-3/+3
2021-06-17Pass configuration array directly to foreachThomas Lange1-8/+3
2021-06-17Move database.sql to core/db/Thomas Lange1-0/+86
2021-06-17Add migrations directoryThomas Lange5-0/+18
2021-06-14Remove more redundant try/catch blocksThomas Lange9-352/+251
2021-06-14Remove redundant try/catch blockThomas Lange1-12/+13
2021-06-14Remove useless AttributeInterfaceThomas Lange2-7/+1
2021-06-13Use grid layout for items in administration areaThomas Lange1-2/+2
2021-06-13Add configuration settings (admin prefixes)Thomas Lange1-0/+14
2021-06-12Remove function "getRandomValue"Thomas Lange2-8/+1
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 Lange37-37/+0
2019-10-16Use strftime() with locale supportThomas Lange2-29/+6
2019-04-26Rename "template" directory to "theme"Thomas Lange2-3/+3
2019-04-26Rename "standard" template to "default"Thomas Lange2-2/+2
2018-09-09Correct regex replace stringsThomas Lange1-2/+2
2018-09-09Use function "parseUnicodeEmoticons"Thomas Lange1-0/+1
2018-09-09Add function "parseUnicodeEmoticons"Thomas Lange1-0/+14
2018-09-09Add function "getUnicodeEmoticons"Thomas Lange1-0/+24
2018-03-29Update Parsedown library to version 1.7.1v2.4.2Thomas Lange2-24/+195
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