stable

Clone or download

Read-only

chore: Move Semantics administration homepage to BurningParrot

This should improve a little bit the aesthetics and the UX. No big functional changes. Only the semantics administration homepage is converted, in best effort mode (no extraction in mustache templates). A vertical tabs navigation has been added to help user to reach a semantic on this long page. Part of request #22671: Move Semantics administration to BurningParrot Change-Id: Ia24164aa5f53ab166455b8ca365c9d8852238e20

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffort.class.php +6 −9 Go to diff View file
M plugins/cardwall/include/Semantic/CardFields.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Progress/SemanticProgress.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDone.php +2 −7 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframe.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic.class.php +1 −6 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticManager.class.php +33 −6 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Contributor.class.php +6 −9 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Description.class.php +4 −9 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php +10 −13 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Title.class.php +6 −9 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/Tracker_Tooltip.class.php +3 −7 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +17 −1 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/includes/_administration.scss +2 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/includes/_semantics.scss +41 −0 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/SemanticVelocity.php +2 −2 Go to diff View file