stable

Clone or download

Read-only

Convert icons that are subject to BC to FA5 — .js 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: * .js files => Other files (e.g .ezt) 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. 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: I57a06897cf7dbbbbcc19527327fcbcaeb98393a5

Modified Files

Name
M plugins/agiledashboard/scripts/card-fields/card-fields-service.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-item/time-info/time-info-component.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/rest-error/global-error-component.js +1 −1 Go to diff View file
M plugins/label/scripts/configure-widget/labels-box.js +1 −1 Go to diff View file
M plugins/ldap/scripts/autocomplete-for-select2.js +2 −2 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerArtifactEmailActions.js +2 −2 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerReports.js +1 −1 Go to diff View file
M src/scripts/labels/labels-box.js +1 −1 Go to diff View file
M src/www/scripts/tuleap/search.js +1 −1 Go to diff View file
M src/www/scripts/tuleap/svn.js +1 −1 Go to diff View file