stable

Clone or download

Read-only

Add current list in bredcrumb

…so that user can access to the subscribtion or administration mailman pages without having to go back to the list of mailing lists. Furthermore it is more consistent with usage of breadcrumbs. Part of request #18846: Switch ForumML to BurningParrot Change-Id: Ieb93f33383cda35ddde2146bfae38512a596f13a

Modified Files

Name
A plugins/forumml/include/ForumML/CurrentListBreadcrumbCollectionBuilder.php +84 −0 Go to diff View file
M plugins/forumml/include/ForumML/Threads/ThreadsController.php +20 −9 Go to diff View file
M plugins/forumml/include/forummlPlugin.php +5 −0 Go to diff View file
M plugins/forumml/tests/unit/ForumML/Threads/ThreadsControllerTest.php +25 −9 Go to diff View file
A src/common/MailingList/MailingListPresenterBuilder.php +148 −0 Go to diff View file
M src/common/MailingList/MailingListPresenterCollectionBuilder.php +5 −109 Go to diff View file
M src/common/MailingList/ServiceMailingList.php +18 −3 Go to diff View file
M src/common/Request/RouteCollector.php +3 −2 Go to diff View file