Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-22 | Move repository search functionality into a trait | Thomas Lange | 1 | -99/+0 | |
Move the methods for the search functionality of the abstract Repository class into a separate trait and use it in the Page and Post repository. The reason because of this is that only the Page and Post repositories having a search functionality, while the other repositories have not. | |||||
2021-07-22 | Add pagination for search results | Thomas Lange | 1 | -6/+18 | |
Add pagination for search results in the admin and default theme. | |||||
2021-07-22 | Add LIMIT and OFFSET parameters for search method | Thomas Lange | 1 | -3/+7 | |
2021-07-17 | Reduce the redundant mapping logic in repositories | Thomas Lange | 1 | -37/+31 | |
Reduce the redundant mapping logic in the repository classes by using the new methods "fetchEntity" and "fetchEntities". | |||||
2021-07-11 | Modify parameter list for getAll method | Thomas Lange | 1 | -3/+3 | |
2021-06-29 | Add WHERE filter option to getCount method | Thomas Lange | 1 | -4/+23 | |
2021-06-28 | Bugfix: Remove explicit parameter type int | Thomas Lange | 1 | -3/+3 | |
2021-06-27 | Allow NULL value comparison in WHERE clause | Thomas Lange | 1 | -2/+6 | |
2021-06-25 | Fix wrong property name in Repository class | Thomas Lange | 1 | -2/+2 | |
2021-06-25 | Reorganize namespaces | Thomas Lange | 1 | -0/+326 | |