stable
Clone or download
Read-only
request #11354 FrontRouter has proper error handling
Catch errors and render them with BurningParrot theme, regardless of the theme used in the page that triggered the error. Change-Id: I7df573c9ee95aacc826d5971ab187d4ddcb5125f
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +9 | −0 | Go to diff View file |
M | site-content/tuleap-core.pot | +9 | −0 | Go to diff View file |
M | src/common/Request/FrontRouter.php | +46 | −13 | Go to diff View file |
A | src/common/Request/NotFoundException.php | +27 | −0 | Go to diff View file |
M | src/common/autoload.php | +4 | −2 | Go to diff View file |
M | src/common/layout/BaseLayout.php | +0 | −21 | Go to diff View file |
A | src/common/layout/ErrorRendering.php | +76 | −0 | Go to diff View file |
M | src/common/layout/ThemeManager.class.php | +9 | −0 | Go to diff View file |
M | src/common/project/Home.php | +6 | −4 | Go to diff View file |
M | src/templates/common/http_error.mustache | +7 | −5 | Go to diff View file |
M | src/www/index.php | +1 | −1 | Go to diff View file |