aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-02-05Drop support for parsing/transforming content tagsHEADmasterThomas Lange1-31/+8
2024-02-05Add content tag converter scriptThomas Lange1-0/+142
2024-02-05Add (CATEGORY|PAGE|POST|USER)_URL content functionThomas Lange1-0/+39
2024-02-03Fix use of wrong Fontello class for nav toggleThomas Lange1-1/+1
2024-02-03Fix broken link to wiki page in first postThomas Lange1-1/+1
2024-02-03Hotfix: Replace `"` with `'` in link title stringThomas Lange1-3/+12
2024-02-02Fix incorrect backslash escaping of `\\`Thomas Lange1-2/+2
2024-02-02Rewrite and optimize FunctionParser classThomas Lange1-15/+54
2024-01-23Remove trailing slash on void elementsThomas Lange17-82/+82
2023-09-23Pass NULL instead of array containing NULL elementThomas Lange1-1/+7
2023-09-23Language: Cast parameter for "vsprintf" to arrayThomas Lange1-1/+1
2023-09-23Language: Remove deprecated method "template"Thomas Lange1-7/+0
2023-02-01Darken the background color of the headerThomas Lange4-4/+6
2023-02-01Remove "text-shadow" property from header textThomas Lange3-3/+0
2023-02-01Recompile CSS and add ".sass-cache" to .gitignoreThomas Lange4-1713/+1045
2023-01-03Put "try_files" directive into "location" contextThomas Lange1-1/+3
2022-08-05Merge pull request #21 from MarkusHackspacher/patch-1Thomas Lange1-0/+1
2022-08-03SET NAMES 'utf8mb4'Markus Hackspacher1-0/+1
2022-03-28Add notice about AllowOverride in .htaccessThomas Lange1-0/+6
2022-03-14Include category data in feed item templateThomas Lange1-0/+17
2021-10-02Don't use suppression operator for "session_start"Thomas Lange1-1/+3
2021-10-02Fix wrong color scheme identifier in migration.phpThomas Lange1-1/+1
2021-09-27Fix incorrect parameter list for logout actionThomas Lange1-1/+1
2021-09-19Pre-select the current user in page/post formThomas Lange2-2/+4
2021-09-19Rename some session array keysThomas Lange2-5/+5
2021-08-29Check for "is_file" in the SPL class autoloaderThomas Lange1-4/+8
2021-08-26Add underline for blue hyperlinks in admin themeThomas Lange3-3/+16
2021-08-26Don't use wrapper function "escapeHTML" internallyThomas Lange1-2/+2
2021-08-26Explicitly set placeholder color for admin themeThomas Lange3-0/+24
2021-08-26Explicitly set scrollbar colors for admin themeThomas Lange5-0/+108
2021-08-10Exclude "_modified" property from "getAll" methodThomas Lange1-0/+1
2021-08-10Add "getModifiedKeys" method to EntityInterfaceThomas Lange1-0/+1
2021-08-10Declare "set" method of Entity class as voidThomas Lange2-4/+3
2021-08-10Add a better mechanism to detect Entity changesThomas Lange7-61/+68
2021-08-10Clear floating for #message-list-wrapperThomas Lange3-0/+3
2021-08-09Merge regex pattern for search and feed controllerThomas Lange1-17/+5
2021-08-09Show ID in the heading of the update templateThomas Lange4-4/+16
2021-08-09Show action button list in entity update templateThomas Lange7-4/+23
2021-08-09Pass entity template data to the update templateThomas Lange4-0/+4
2021-08-09Fix some inconsistent variable namesThomas Lange4-12/+12
2021-08-05Update link to MySQL documentation in translationsThomas Lange4-6/+6
2021-08-05Enhance error message for invalid CSRF tokenThomas Lange2-2/+2
2021-08-05Don't check return value of insert/delete methodsThomas Lange8-24/+16
2021-08-05Show error message if CSRF token does not matchesThomas Lange6-49/+69
2021-08-05Simplify the insert/update HTTP-POST params checkThomas Lange8-8/+8
2021-08-04Use "strpos" to validate "If-None-Match" headerThomas Lange1-14/+5
2021-08-04Add explicit parameter types for the "exit" methodThomas Lange1-1/+1
2021-08-04Move error page logic into the Application classThomas Lange3-30/+16
2021-08-04Add trailing slash to forbidden directory rulesThomas Lange2-2/+2
2021-08-03Update readme.mdThomas Lange1-2/+2