stable
Clone or download
Read-only
While previous commit[0] was focusing on the UI part of the mailing list creation, this commit moves the last bit of /mail/admin/index.php in a dedicated controller. The legacy crap^Wfile is therefore deleted. No functional changes. Took the opportunity to clean up some feedback messages though. Part of request #18425: Mailing lists should use BurningParrot [0] git #tuleap/stable/7c3f7b4c44a4534238aaf66dcdb11b44166b161b https://gerrit.tuleap.net/c/tuleap/+/21123 Change-Id: I0ad4c4eac999dd93c04531c5261e3a662650e461
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +13 | −19 | Go to diff View file |
M | src/common/MailingList/MailingListAdministrationController.php | +1 | −6 | Go to diff View file |
M | src/common/MailingList/MailingListCreationController.php | +5 | −0 | Go to diff View file |
M | src/common/MailingList/MailingListCreationPresenterBuilder.php | +1 | −6 | Go to diff View file |
A | src/common/MailingList/MailingListDoCreateController.php | +240 | −0 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +13 | −0 | Go to diff View file |
M | src/common/dao/MailingListDao.class.php | +62 | −21 | Go to diff View file |
D | src/www/mail/admin/index.php | +0 | −132 | Go to diff View file |