aboutsummaryrefslogtreecommitdiffstats
path: root/core
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 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
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
2022-08-03SET NAMES 'utf8mb4'Markus Hackspacher1-0/+1
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-09-19Rename some session array keysThomas Lange1-4/+4
2021-08-29Check for "is_file" in the SPL class autoloaderThomas Lange1-4/+8
2021-08-26Don't use wrapper function "escapeHTML" internallyThomas Lange1-2/+2
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-05Enhance error message for invalid CSRF tokenThomas Lange2-2/+2
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 Lange1-4/+10
2021-08-03Show current page in categories <title> elementThomas Lange3-1/+12
2021-07-28Migrator: Don't recreate Language object anymoreThomas Lange2-13/+12
2021-07-24Language: Put search query between HTML "code" tagThomas Lange2-2/+2
2021-07-24Create feed item's GUID manually in template fileThomas Lange2-12/+4
2021-07-24Remove configuration option "POST.FEED_GUID"Thomas Lange2-15/+5
2021-07-24Use correct config option for redirect singlesThomas Lange4-4/+4
2021-07-24Rename configuration options "*.SINGLE_REDIRECT"Thomas Lange1-4/+4
2021-07-23Decrease default feed size from 25 to 10 itemsThomas Lange1-1/+1
2021-07-22Add user and category filter on post searchThomas Lange1-0/+10
2021-07-22Move repository search functionality into a traitThomas Lange4-99/+109
2021-07-22Catch possible PDOException for search requestThomas Lange1-2/+6
2021-07-22Add pagination for search resultsThomas Lange2-7/+40
2021-07-22Bugfix: Escape "%" in URL params for sprintfThomas Lange1-0/+1
2021-07-22Add LIMIT and OFFSET parameters for search methodThomas Lange1-3/+7
2021-07-22Merge GET parameters into pagination URLThomas Lange1-1/+4
2021-07-22Add demo category and update other demo entitiesThomas Lange1-4/+6
2021-07-22Do not redefine properties of Entity classThomas Lange4-12/+0
2021-07-22Rename: Append "Repository" to repository classesThomas Lange6-22/+19
2021-07-20Implement new *content functions* feature (readme)Thomas Lange3-1/+159
2021-07-20Rename and reorganize several "get count" methodsThomas Lange7-43/+49
2021-07-19Add and use new parser/transformer classesThomas Lange5-83/+171
2021-07-19Replace option $ITEM.EMOTICONS with WRAP_EMOTICONSThomas Lange2-23/+2
2021-07-17Reduce the redundant mapping logic in repositoriesThomas Lange2-49/+33
2021-07-16Improve performance of parseUnicodeEmoticonsThomas Lange1-8/+10
2021-07-16Drop support for parsing ASCII emoticonsThomas Lange1-39/+0
2021-07-11Modify parameter list for getAll methodThomas Lange2-4/+5