stable
Clone or download
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 files (gitphp) => Other files (e.g .vue) 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: I7c6dd5103c80160fe0fc8ee9f7c918d552b79637
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/templates/gitphp/tuleap/blob-diff-side-by-side.tpl | +2 | −2 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/blob-diff.tpl | +2 | −2 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/blob-header-title.tpl | +1 | −1 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/commit-diff-side-by-side.tpl | +2 | −2 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/commit-diff.tpl | +2 | −2 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/commit-files.tpl | +4 | −4 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/commit-title-metadata.tpl | +2 | −2 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/commits-as-cards.tpl | +1 | −1 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/commits-list.tpl | +1 | −1 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/history.tpl | +1 | −1 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/tree.tpl | +5 | −5 | Go to diff View file |