stable
Clone or download
Copy the behavior that already exists on FlamingParrot version of threads. User can switch individual messages to a monospaced font. This continues to add BurningParrot for ML thread introduced at git #tuleap/stable/d1300af67323b2ebc7f5a3d849ee39d654cc42f1 In order to not produce a too big review, the full conversion to BurningParrot will be done in multiple commits. To test, either uncomment the call to OneThreadController::getUrl() in ThreadsPresenterBuilder so that you can access the new view when browsing threads, or build the url by yourself: /plugins/forumml/list/:list-id/threads/:thread-id Things to be done in next commits: * Reply to a message * Remove commented call and use OneThreadController::getUrl() everywhere so that we can delete legacy code Part of request #18846: Switch ForumML to BurningParrot Change-Id: I9ff5de6632aa06751b84c10e459448f68482da20
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/forumml/include/ForumML/OneThread/OneThreadController.php | +1 | −0 | Go to diff View file |
A | plugins/forumml/scripts/thread.ts | +48 | −0 | Go to diff View file |
M | plugins/forumml/site-content/fr_FR/LC_MESSAGES/tuleap-forumml.po | +4 | −1 | Go to diff View file |
M | plugins/forumml/templates/one-thread.mustache | +33 | −8 | Go to diff View file |
M | plugins/forumml/themes/BurningParrot/css/_message.scss | +30 | −0 | Go to diff View file |
M | plugins/forumml/webpack.common.js | +1 | −0 | Go to diff View file |