stable

Clone or download

Read-only

ForumML uses front controller

Refactoring is a little bit bigger than for the other conversions in order to remove a bit of crappy legacy. This is part of request #13030: Use front router for all plugins Change-Id: I0404d0df639ab11883d77377ef12e47b64ad202f

Modified Files

Name
A plugins/forumml/.use-front-controller +0 −0 Go to diff View file
A plugins/forumml/include/ListMailsController.php +284 −0 Go to diff View file
A plugins/forumml/include/OutputAttachmentController.php +130 −0 Go to diff View file
A plugins/forumml/include/SendMailController.php +129 −0 Go to diff View file
A plugins/forumml/include/WriteMailController.php +132 −0 Go to diff View file
M plugins/forumml/include/forummlPlugin.class.php +43 −7 Go to diff View file
R plugins/forumml/www/forumml_utils.php Go to diff View file
M plugins/forumml/site-content/en_US/forumml.tab +1 −1 Go to diff View file
M plugins/forumml/site-content/fr_FR/forumml.tab +2 −2 Go to diff View file
D plugins/forumml/www/index.php +0 −127 Go to diff View file
D plugins/forumml/www/message.php +0 −234 Go to diff View file
A plugins/forumml/www/scripts/cc_attach.js +61 −0 Go to diff View file
D plugins/forumml/www/scripts/cc_attach_js.php +0 −71 Go to diff View file
D plugins/forumml/www/upload.php +0 −90 Go to diff View file