-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename method
getThreadsIdAfter()
to `getThreadsIdWithMaxPostedAt…
…After()` as it now also returning the max value of `postedAt` for its replies and their sub replies + param `$postRepositoryFactory` for `getThreadsIdWithMaxPostedAtAfter()` to get table name of other entities after their repository with fid get created @ `__construct()`, also affects `PostRepositoryFactory->newThread()` @ `App\Repository\Post\ThreadRepository` * fix not caching the returned value of `ThreadRepository->getThreadsIdByChunks()` for each fid @ `forums()` * rename the twig variable `threads_id` to `threads` @ `threads()` @ `App\Controller` + `<lastmod>` to show the value of `thread.maxPostedAt` that formated to ISO8601 @ `templates/sitemaps/threads.xml.twig` @ be
- Loading branch information
Showing
4 changed files
with
40 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters