aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-19Rename some session array keysThomas Lange1-4/+4
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-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-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-22Add pagination for search resultsThomas Lange1-6/+18
2021-07-22Add LIMIT and OFFSET parameters for search methodThomas Lange1-3/+7
2021-07-22Do not redefine properties of Entity classThomas Lange4-12/+0
2021-07-22Rename: Append "Repository" to repository classesThomas Lange5-18/+15
2021-07-20Implement new *content functions* feature (readme)Thomas Lange2-0/+97
2021-07-20Rename and reorganize several "get count" methodsThomas Lange4-33/+42
2021-07-19Add and use new parser/transformer classesThomas Lange4-0/+146
2021-07-17Reduce the redundant mapping logic in repositoriesThomas Lange2-49/+33
2021-07-11Modify parameter list for getAll methodThomas Lange1-3/+3
2021-07-11Reuse prepared statement in update methodThomas Lange1-4/+0
2021-07-02Clarify comment in determineFallbackSchemaVersionThomas Lange1-1/+1
2021-07-01Add category system to categorize posts (readme)Thomas Lange5-6/+181
2021-07-01Update database schema for coming category systemThomas Lange1-1/+1
2021-07-01Bugfix: Explicitly check for FALSE in MigratorThomas Lange1-1/+2
2021-07-01Update database schema: Make id columns unsignedThomas Lange1-1/+1
2021-06-29Add WHERE filter option to getCount methodThomas Lange1-4/+23
2021-06-28Bugfix: Remove explicit parameter type intThomas Lange1-3/+3
2021-06-27Allow NULL value comparison in WHERE clauseThomas Lange1-2/+6
2021-06-25Fix wrong property name in Repository classThomas Lange1-2/+2
2021-06-25Reorganize namespacesThomas Lange11-27/+44
2021-06-24Return NULL instead of config string if unsetThomas Lange1-1/+1
2021-06-24Implement database schema MigratorThomas Lange2-0/+196
2021-06-24Set Database attribute in Application classThomas Lange1-1/+13
2021-06-22Add missing static keywords and fix typosThomas Lange2-4/+4
2021-06-22Implement new Repository and Entity classesThomas Lange26-362/+480
2021-06-21Rename "attr" method of Item class to "get"Thomas Lange2-4/+4
2021-06-21Remove getArguments method from Item classThomas Lange1-20/+0
2021-06-21Remove unused methods from Item classThomas Lange1-50/+0
2021-06-21Remove getGUID methods from Item classesThomas Lange4-35/+0
2021-06-21Remove getURL methods from Item classesThomas Lange4-34/+0
2021-06-21Use getEntityURL method of Application classThomas Lange1-1/+1
2021-06-21Add method getEntityURL to Application classThomas Lange1-0/+20
2021-06-20Call password_verify directly in login scriptThomas Lange1-7/+0
2021-06-19Rename CRUD methods of Attribute classThomas Lange1-3/+3
2021-06-14Remove useless AttributeInterfaceThomas Lange2-7/+1
2021-06-12Remove function "getRandomValue"Thomas Lange1-1/+1