stable
Clone or download
Read-only
part of story #21793 configure Program Management "Preview" label is now translated in French. No other functional change expected for SVG Preview of Program Increments configuration. This refactoring will let us build the preview for Iterations configuration much more easily. Change-Id: I43086cd697036aaca8185ed24527a9be2b42d42e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/scripts/admin/src/dom/DocumentAdapter.test.ts | +10 | −6 | Go to diff View file |
M | plugins/program_management/scripts/admin/src/dom/DocumentAdapter.ts | +9 | −4 | Go to diff View file |
A | plugins/program_management/scripts/admin/src/dom/ReactiveLabel.test.ts | +82 | −0 | Go to diff View file |
A | plugins/program_management/scripts/admin/src/dom/ReactiveLabel.ts | +46 | −0 | Go to diff View file |
A | plugins/program_management/scripts/admin/src/dom/ReactiveLabelCollection.test.ts | +88 | −0 | Go to diff View file |
A | plugins/program_management/scripts/admin/src/dom/ReactiveLabelCollection.ts | +55 | −0 | Go to diff View file |
M | plugins/program_management/scripts/admin/src/dom/RetrieveElement.ts | +0 | −2 | Go to diff View file |
M | plugins/program_management/scripts/admin/src/dom/RetrieveElementStub.ts | +1 | −15 | Go to diff View file |
A | plugins/program_management/scripts/admin/src/dom/RetrieveNode.ts | +23 | −0 | Go to diff View file |
A | plugins/program_management/scripts/admin/src/dom/RetrieveNodeStub.ts | +40 | −0 | Go to diff View file |
M | plugins/program_management/scripts/admin/src/dom/TimeboxLabel.test.ts | +16 | −4 | Go to diff View file |
M | plugins/program_management/scripts/admin/src/dom/TimeboxLabel.ts | +13 | −3 | Go to diff View file |
M | plugins/program_management/scripts/admin/src/helper/init-preview-labels-helper.test.ts | +4 | −26 | Go to diff View file |
M | plugins/program_management/scripts/admin/src/helper/init-preview-labels-helper.ts | +21 | −14 | Go to diff View file |
M | plugins/program_management/scripts/admin/src/index.ts | +1 | −5 | Go to diff View file |
A | plugins/program_management/scripts/admin/src/milestones/PreviewActualizer.test.ts | +140 | −0 | Go to diff View file |
A | plugins/program_management/scripts/admin/src/milestones/PreviewActualizer.ts | +97 | −0 | Go to diff View file |
D | plugins/program_management/scripts/admin/src/milestones/preview-actualizer.test.ts | +0 | −101 | Go to diff View file |
D | plugins/program_management/scripts/admin/src/milestones/preview-actualizer.ts | +0 | −77 | Go to diff View file |
M | plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po | +4 | −1 | Go to diff View file |
M | plugins/program_management/templates/admin/milestones/admin-configuration-program-increment-section.mustache | +1 | −1 | Go to diff View file |
M | plugins/program_management/templates/admin/milestones/program-increments-illustration.mustache | +7 | −7 | Go to diff View file |
M | plugins/program_management/themes/program_management/_admin.scss | +1 | −7 | Go to diff View file |