Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-22 | Move repository search functionality into a trait | Thomas Lange | 1 | -0/+3 | |
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 | Rename: Append "Repository" to repository classes | Thomas Lange | 1 | -0/+8 | |
Rename the repository classes and append the name with "Repository" to prevent naming confusions with the entity classes. |