stable
Clone or download
Read-only
request #13488 Identify customized .tab site-content
In order to reduce usage of .tab files in favor of gettext format (work initiated at request #9657), we need to help administrators to identify which .tab entries are customized on their Tuleap instances. Customize you site-content (core & plugins), then go to /admin/site-content-customisations (there isn't any direct link yet) to see customizations. * Both en_US and fr_FR are listed * Only .tab files are listed (.txt, .html, .php, and .mustache are ignored) * It is possible to download the differences as a json file so that administrators can send it to us for analysis * Empty state if no customization Change-Id: I0ab8a8d4f3b9fdbff053502d6ca382d82e6f8d4a
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +19 | −0 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +12 | −0 | Go to diff View file |
A | src/common/admin/SiteContentCustomisationController.php | +200 | −0 | Go to diff View file |
M | src/common/language/BaseLanguage.class.php | +30 | −38 | Go to diff View file |
A | src/templates/admin/customisations.mustache | +67 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin.scss | +25 | −0 | Go to diff View file |