Age | Commit message (Expand) | Author | Files | Lines |
2024-12-07 | Move webserver config files to "core" directory | Thomas Lange | 2 | -0/+83 |
2024-12-01 | PHP Keywords and types should be in lowercase | Thomas Lange | 22 | -88/+88 |
2024-11-29 | Rename "rsrc" directories to "static" | Thomas Lange | 2 | -2/+2 |
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 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 |
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 |
2022-08-03 | SET NAMES 'utf8mb4' | Markus Hackspacher | 1 | -0/+1 |
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-09-19 | Rename some session array keys | Thomas Lange | 1 | -4/+4 |
2021-08-29 | Check for "is_file" in the SPL class autoloader | Thomas Lange | 1 | -4/+8 |
2021-08-26 | Don't use wrapper function "escapeHTML" internally | Thomas Lange | 1 | -2/+2 |
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-05 | Enhance error message for invalid CSRF token | Thomas Lange | 2 | -2/+2 |
2021-08-04 | Use "strpos" to validate "If-None-Match" header | Thomas Lange | 1 | -14/+5 |
2021-08-04 | Add explicit parameter types for the "exit" method | Thomas Lange | 1 | -1/+1 |
2021-08-04 | Move error page logic into the Application class | Thomas Lange | 1 | -4/+10 |
2021-08-03 | Show current page in categories <title> element | Thomas Lange | 3 | -1/+12 |
2021-07-28 | Migrator: Don't recreate Language object anymore | Thomas Lange | 2 | -13/+12 |
2021-07-24 | Language: Put search query between HTML "code" tag | Thomas Lange | 2 | -2/+2 |
2021-07-24 | Create feed item's GUID manually in template file | Thomas Lange | 2 | -12/+4 |
2021-07-24 | Remove configuration option "POST.FEED_GUID" | Thomas Lange | 2 | -15/+5 |
2021-07-24 | Use correct config option for redirect singles | Thomas Lange | 4 | -4/+4 |
2021-07-24 | Rename configuration options "*.SINGLE_REDIRECT" | Thomas Lange | 1 | -4/+4 |
2021-07-23 | Decrease default feed size from 25 to 10 items | Thomas Lange | 1 | -1/+1 |
2021-07-22 | Add user and category filter on post search | Thomas Lange | 1 | -0/+10 |
2021-07-22 | Move repository search functionality into a trait | Thomas Lange | 4 | -99/+109 |
2021-07-22 | Catch possible PDOException for search request | Thomas Lange | 1 | -2/+6 |
2021-07-22 | Add pagination for search results | Thomas Lange | 2 | -7/+40 |
2021-07-22 | Bugfix: Escape "%" in URL params for sprintf | Thomas Lange | 1 | -0/+1 |
2021-07-22 | Add LIMIT and OFFSET parameters for search method | Thomas Lange | 1 | -3/+7 |
2021-07-22 | Merge GET parameters into pagination URL | Thomas Lange | 1 | -1/+4 |
2021-07-22 | Add demo category and update other demo entities | Thomas Lange | 1 | -4/+6 |
2021-07-22 | Do not redefine properties of Entity class | Thomas Lange | 4 | -12/+0 |
2021-07-22 | Rename: Append "Repository" to repository classes | Thomas Lange | 6 | -22/+19 |
2021-07-20 | Implement new *content functions* feature (readme) | Thomas Lange | 3 | -1/+159 |