aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-20Update Parsedown library to version 1.7.4v2.4.3Thomas Lange1-5/+38
2020-12-31Remove PHP closing tags and add LF in "core/namespace/User/*"Thomas Lange4-4/+0
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange23-23/+0
2019-04-26Rename "template" directory to "theme"Thomas Lange2-3/+3
2018-09-09Use function "parseUnicodeEmoticons"Thomas Lange1-0/+1
2018-03-29Update Parsedown library to version 1.7.1v2.4.2Thomas Lange2-24/+195
2017-11-04The Parsedown library has been patched to prevent tab indentations from being...Thomas Lange1-21/+10
2017-10-23The methods "setCookie" and "getCookie" have been added to the HTTP class.Thomas Lange1-0/+14
2017-10-22Implemented: A full-text search functionality for posts and pages in the admi...Thomas Lange1-0/+14
2017-09-02An unnecessary "else" block in admin/auth.php was removed and spelling mistak...Thomas Lange1-1/+1
2017-08-11Several changes have been made in this commit, which together with the previo...v2.3Thomas Lange2-31/+37
2017-05-31Two changes have been made in this commit:Thomas Lange1-8/+8