stable

Clone or download

Read-only

Convert icons that are subject to BC to FA5 — .tpl.html edition

With FontAwesome 5, comes a list of breaking change in icon names. Please see Upgrading from Version 4 documentation for details[0]. With the help of a script[1], we can easily convert the old names to the new ones. In order to limit the size of the review, this change targets only: * .tpl.html files (AngularJS) => Other files (e.g .vue, .tpl) will be done later. * direct usage of "fa fa-xxxx". => Concatenation of strings, complex mustache conditions, js injections, … will be done later. * icons that are subject to BC => remaining icons will be done later No functional changes. This contribution removes the last FA4 usages of ".fa-external-link" in a tlp tab. The class can be removed from corresponding tab scss file. Part of request #17110: Update to FontAwesome 5 [0] https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4#name-changes [1] https://github.com/estebandelaf/scripts/blob/master/fontawesome4to5.sh Change-Id: I9067429cbdb03328d150a88a6103d00e6748bcf3

Modified Files

Name
M plugins/agiledashboard/scripts/kanban/src/app/add-to-dashboard/add-to-dashboard.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/edit-kanban/edit-kanban.tpl.html +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/error-modal/error.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/go-to-kanban/go-to-kanban.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban.tpl.html +4 −4 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/milestone/milestone.tpl.html +4 −4 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/files/files.tpl.html +2 −2 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/linked-artifacts/linked-artifacts.tpl.html +1 −1 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/release.tpl.html +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/commits/commits.tpl.html +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/dashboard/pull-request-summary/pull-request-summary.tpl.html +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/error-modal/error-modal.tpl.html +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/file-diff.tpl.html +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/files/files.tpl.html +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/edit-modal/edit-modal.tpl.html +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/overview.tpl.html +14 −14 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/reviewers/reviewers.tpl.html +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/reviewers/update-reviewers-modal/update-reviewers-modal.tpl.html +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/timeline/timeline.tpl.html +4 −4 Go to diff View file
M plugins/pullrequest/scripts/src/app/pull-request-refs/pull-request-refs.tpl.html +2 −2 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/campaign/campaign-edit.tpl.html +2 −2 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/campaign/campaign-new.tpl.html +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail.tpl.html +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-link-issue.tpl.html +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-list-header/execution-list-header.tpl.html +2 −2 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-list.tpl.html +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/quota-display/quota-display.tpl.html +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/computed-field/computed-field.tpl.html +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/date-field/date-field.tpl.html +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-field.tpl.html +4 −4 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal.tpl.html +1 −1 Go to diff View file
M src/themes/tlp/src/scss/components/_tabs.scss +0 −1 Go to diff View file