stable
Clone or download
Read-only
request #26738 Convert semantics administration to Burning Parrot As tracker administrator, go on a tracker Timeframe semantic administration form is now in BP and should looks like mockup Change-Id: I6ba26429d04317bd66b32be16070b8ab568df490
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/graphontrackersv5/include/graphontrackersv5Plugin.php | +9 | −0 | Go to diff View file |
M | plugins/graphontrackersv5/site-content/fr_FR/LC_MESSAGES/tuleap-graphontrackersv5.po | +3 | −0 | Go to diff View file |
M | plugins/graphontrackersv5/site-content/pt_BR/LC_MESSAGES/tuleap-graphontrackersv5.po | +3 | −0 | Go to diff View file |
M | plugins/roadmap/include/roadmapPlugin.php | +9 | −0 | Go to diff View file |
M | plugins/roadmap/site-content/fr_FR/LC_MESSAGES/tuleap-roadmap.po | +3 | −0 | Go to diff View file |
M | plugins/roadmap/site-content/pt_BR/LC_MESSAGES/tuleap-roadmap.po | +3 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/Administration/SemanticTimeframeAdministrationPresenter.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/Administration/SemanticTimeframeAdministrationPresenterBuilder.php | +8 | −11 | Go to diff View file |
A | plugins/tracker/include/Tracker/Semantic/Timeframe/Events/GetSemanticTimeframeUsageEvent.php | +61 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframe.php | +7 | −2 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/package.json | +1 | −0 | Go to diff View file |
M | plugins/tracker/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/tracker/scripts/semantics/timeframe/index.ts | +1 | −0 | Go to diff View file |
M | plugins/tracker/scripts/semantics/timeframe/po/fr_FR.po | +2 | −7 | Go to diff View file |
M | plugins/tracker/scripts/semantics/timeframe/po/pt_BR.po | +2 | −7 | Go to diff View file |
M | plugins/tracker/scripts/semantics/timeframe/src/components/App.vue | +4 | −0 | Go to diff View file |
M | plugins/tracker/scripts/semantics/timeframe/src/components/TimeframeAdminSubmitButtons.test.ts | +6 | −0 | Go to diff View file |
M | plugins/tracker/scripts/semantics/timeframe/src/components/TimeframeAdminSubmitButtons.vue | +6 | −8 | Go to diff View file |
M | plugins/tracker/scripts/semantics/timeframe/src/components/TimeframeBasedOnFieldsConfig.vue | +93 | −101 | Go to diff View file |
M | plugins/tracker/scripts/semantics/timeframe/src/components/TimeframeConfigModeSelector.vue | +5 | −3 | Go to diff View file |
M | plugins/tracker/scripts/semantics/timeframe/src/components/TimeframeImpliedFromAnotherTrackerConfig.vue | +31 | −31 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +4 | −0 | Go to diff View file |
M | plugins/tracker/site-content/pt_BR/LC_MESSAGES/tuleap-tracker.po | +4 | −0 | Go to diff View file |
M | plugins/tracker/templates/timeframe-semantic/timeframe-semantic-admin.mustache | +38 | −28 | Go to diff View file |
M | plugins/tracker/themes/BurningParrot/css/includes/_semantics.scss | +9 | −0 | Go to diff View file |
M | plugins/tracker/themes/default/css/style.scss | +0 | −15 | Go to diff View file |
M | plugins/tracker/webpack.common.js | +3 | −1 | Go to diff View file |