stable

Clone or download

Read-only

Convert icons that are subject to BC to FA5 — fixed width 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: * fixed width usage of icon (fa-fw) * direct usage of "fa fa-fw 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. 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: I03518d7c58203151fe34f7c2c3b46d03a1b39a05

Modified Files

Name
M plugins/agiledashboard/scripts/kanban/src/app/edit-kanban/edit-kanban.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.tpl.html +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownMenuTreeView.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewFolderSecondaryAction.vue +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/components/ActionBar/DisplayModeSwitcher.vue +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail.tpl.html +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/AddTestButtonWithAdditionalActionsMenu.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardXrefTitle.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardXrefTitle.vue +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/__snapshots__/AddTestButtonWithAdditionalActionsMenu.test.ts.snap +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortname.vue +1 −1 Go to diff View file
M plugins/tracker/templates/action-buttons/move-artifact-button.mustache +1 −1 Go to diff View file
M site-content/en_US/layout/footer_help.php +1 −1 Go to diff View file
M site-content/en_US/layout/footer_links.php +1 −1 Go to diff View file
M site-content/fr_FR/layout/footer_help.php +1 −1 Go to diff View file
M site-content/fr_FR/layout/footer_links.php +1 −1 Go to diff View file
M src/common/FRS/ServiceFile.class.php +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/Information/Input/ProjectName.vue +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/Information/Input/ProjectShortName.vue +1 −1 Go to diff View file
M src/templates/dashboard/dashboard-tabs.mustache +2 −2 Go to diff View file
M src/templates/dashboard/widgets.mustache +2 −2 Go to diff View file