Age | Commit message (Expand) | Author | Files | Lines |
2024-12-07 | Move webserver config files to "core" directory | Thomas Lange | 3 | -6/+1 |
2024-12-07 | Server config: Add redirect option for static dir | Thomas Lange | 2 | -0/+10 |
2024-12-03 | Bugfix: Date in search form not kept after submit | Thomas Lange | 1 | -3/+3 |
2024-12-01 | PHP Keywords and types should be in lowercase | Thomas Lange | 48 | -181/+181 |
2024-11-29 | Rename "rsrc" directories to "static" | Thomas Lange | 38 | -15/+15 |
2024-11-16 | Use foreach to register entity content functions | Thomas Lange | 1 | -65/+17 |
2024-11-15 | FunctionParser: No static property/methods anymore | Thomas Lange | 3 | -7/+23 |
2024-11-15 | Save registered content functions in class array | Thomas Lange | 1 | -0/+9 |
2024-11-15 | Define default functions with "addContentFunction" | Thomas Lange | 1 | -10/+20 |
2024-02-05 | Drop support for parsing/transforming content tags | Thomas Lange | 1 | -31/+8 |
2024-02-05 | Add content tag converter script | Thomas Lange | 1 | -0/+142 |
2024-02-05 | Add (CATEGORY|PAGE|POST|USER)_URL content function | Thomas Lange | 1 | -0/+39 |
2024-02-03 | Fix use of wrong Fontello class for nav toggle | Thomas Lange | 1 | -1/+1 |
2024-02-03 | Fix broken link to wiki page in first post | Thomas Lange | 1 | -1/+1 |
2024-02-03 | Hotfix: Replace `"` with `'` in link title string | Thomas Lange | 1 | -3/+12 |
2024-02-02 | Fix incorrect backslash escaping of `\\` | Thomas Lange | 1 | -2/+2 |
2024-02-02 | Rewrite and optimize FunctionParser class | Thomas Lange | 1 | -15/+54 |
2024-01-23 | Remove trailing slash on void elements | Thomas Lange | 17 | -82/+82 |
2023-09-23 | Pass NULL instead of array containing NULL element | Thomas Lange | 1 | -1/+7 |
2023-09-23 | Language: Cast parameter for "vsprintf" to array | Thomas Lange | 1 | -1/+1 |
2023-09-23 | Language: Remove deprecated method "template" | Thomas Lange | 1 | -7/+0 |
2023-02-01 | Darken the background color of the header | Thomas Lange | 4 | -4/+6 |
2023-02-01 | Remove "text-shadow" property from header text | Thomas Lange | 3 | -3/+0 |
2023-02-01 | Recompile CSS and add ".sass-cache" to .gitignore | Thomas Lange | 4 | -1713/+1045 |
2023-01-03 | Put "try_files" directive into "location" context | Thomas Lange | 1 | -1/+3 |
2022-08-05 | Merge pull request #21 from MarkusHackspacher/patch-1 | Thomas Lange | 1 | -0/+1 |
2022-08-03 | SET NAMES 'utf8mb4' | Markus Hackspacher | 1 | -0/+1 |
2022-03-28 | Add notice about AllowOverride in .htaccess | Thomas Lange | 1 | -0/+6 |
2022-03-14 | Include category data in feed item template | Thomas Lange | 1 | -0/+17 |
2021-10-02 | Don't use suppression operator for "session_start" | Thomas Lange | 1 | -1/+3 |
2021-10-02 | Fix wrong color scheme identifier in migration.php | Thomas Lange | 1 | -1/+1 |
2021-09-27 | Fix incorrect parameter list for logout action | Thomas Lange | 1 | -1/+1 |
2021-09-19 | Pre-select the current user in page/post form | Thomas Lange | 2 | -2/+4 |
2021-09-19 | Rename some session array keys | Thomas Lange | 2 | -5/+5 |
2021-08-29 | Check for "is_file" in the SPL class autoloader | Thomas Lange | 1 | -4/+8 |
2021-08-26 | Add underline for blue hyperlinks in admin theme | Thomas Lange | 3 | -3/+16 |
2021-08-26 | Don't use wrapper function "escapeHTML" internally | Thomas Lange | 1 | -2/+2 |
2021-08-26 | Explicitly set placeholder color for admin theme | Thomas Lange | 3 | -0/+24 |
2021-08-26 | Explicitly set scrollbar colors for admin theme | Thomas Lange | 5 | -0/+108 |
2021-08-10 | Exclude "_modified" property from "getAll" method | Thomas Lange | 1 | -0/+1 |
2021-08-10 | Add "getModifiedKeys" method to EntityInterface | Thomas Lange | 1 | -0/+1 |
2021-08-10 | Declare "set" method of Entity class as void | Thomas Lange | 2 | -4/+3 |
2021-08-10 | Add a better mechanism to detect Entity changes | Thomas Lange | 7 | -61/+68 |
2021-08-10 | Clear floating for #message-list-wrapper | Thomas Lange | 3 | -0/+3 |
2021-08-09 | Merge regex pattern for search and feed controller | Thomas Lange | 1 | -17/+5 |
2021-08-09 | Show ID in the heading of the update template | Thomas Lange | 4 | -4/+16 |
2021-08-09 | Show action button list in entity update template | Thomas Lange | 7 | -4/+23 |
2021-08-09 | Pass entity template data to the update template | Thomas Lange | 4 | -0/+4 |
2021-08-09 | Fix some inconsistent variable names | Thomas Lange | 4 | -12/+12 |
2021-08-05 | Update link to MySQL documentation in translations | Thomas Lange | 4 | -6/+6 |