29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-25 23:02:55 +00:00
cms/installation
Hans Kuijpers 282fd17f20
[4.0] rename Joomla core classNames fas fa- back to icon- (and still use Font Awesome) (#30707)
* ♻️ replace fas fa- by icon- and change scss variable fa-css-prefix from fa to icon

* replace fa- by icon-

* replace icon by #{$fa-css-prefix}

* move font-family from pseudo to element itself

* obsolete due to the iconPrefix

* remove case when equal to icon

* apply JLayout joomla.icon.iconclass for icon in Toolbar

* sanitize icon-icon- to icon-

* replace fas fa into icon in sql file

* replace fas fa into icon in vue files

* replace fas fa into icon in js files

* codestyle

* replace fa icon-search by icon-search

* replace fa- into icon-

* add missing prefix

* change order of namespace

* solution for fab = iconb-

* fix spacing next to icon when class does not start with icon-

* replace fas fa- by icon- after merge with most recent 4.0 changes

* prevent > 4 indents

* change order scss

* use double quotes in scss

* Update administrator/templates/atum/scss/blocks/_quickicons.scss

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>

* fix icons in installation

* replace fa- by icon-

* add styling for installation icons

* add pseudo element to icon eye

* replace fa- by icon-

* remove now obsolete strreplace

* extend to work with 'fas fa-' icons too. Introduction of $jicon-css-prefix next to $fa-css-prefix

* swap line 11 & 12 from the iconclass JLayout

* fixing Joomla logo icon

* add missing language icon

* revert earlier change. Add font awesome declaration in installation scss

* add missing trophy icon

Adds missing trophy icon

* combine icons from atum/scss/blocks/icons to build/media_source/system/scss/icomoon

and changed icons to onliners | sorted |uniq

* add missing Trophy icon

* add missing space

* fixes missing icons issue due to compiler quirk.

* Revert "fixes missing icons issue due to compiler quirk."

This reverts commit 53828ddf

* fixes missing icons issue due to compiler quirk."

* duplicate code

* more missing icons

* lots more missing icons

* bs functions called in root template.scss no need for duplicate

* removing duplicated definitions from iconclass.php

* removed unsupplied regular fontset

* Revert "removed unsupplied regular fontset"

This reverts commit b2f38746

* declare prefix's globally

* declare prefix's as default

* put :before back

* moving from iconclass.php to _icomoon.scss

* changed to icon-info-circle to match rest of icon-info usages

* all moved from iconclass.php except for unknowns

* put lost icons back.

* @quy fix

* removing obsolete classNames

* add missing icons

* added missing icons mentioned by @Quy in https://github.com/joomla/joomla-cms/pull/30707#issuecomment-699682784

* Update administrator/modules/mod_menu/tmpl/default_submenu.php

Co-authored-by: Quy <quy@fluxbb.org>

* added icons and sorted icons

* remove duplicate line

* beginning of mixin conversion

* oops, extra blank line

* u's

* t

* r-s

* wrong icons

* q

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Quy <quy@fluxbb.org>

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Quy <quy@fluxbb.org>

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Quy <quy@fluxbb.org>

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Quy <quy@fluxbb.org>

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Quy <quy@fluxbb.org>

* add missing icons

* apply DRY and convert a lot of duplicate code to simple foreach loop in scss

* pre-backup

* p's

* m-o

* l

* g-k

* reformat per drone

* reformat per drone

* change the each loop

* rewrite to use array(s)

* include icon-fw

* definition cleanup

* missing icons

* added imports to fix extends

* added missing spin function

* added special icons mapping

* better looking calendars

* fixes fa-spin(s)

* spinner => spin

* rewrite title of icomoon

* extend .list special types

* 🎨 code style fixes

* removal map-merge

* revert icon- to fas fa-

* revert icon- to fas fa-

* add icon text-width

* add icon-fax

added Icon-fax per request

* Update _icomoon.scss add spacinf

* remove duplicate declaration of icons

[class^="icon-"] and [class*=" icon-"] are taking care of it

* remove duplicate semi column

* remove joomla from icon list. Already declared in branded icon

* already set in icomoon

* removal obsolete icon

* Update administrator/templates/atum/scss/vendor/fontawesome-free/fontawesome.scss

Co-authored-by: Quy <quy@fluxbb.org>

* reapply icon

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Quy <quy@fluxbb.org>

* fas fa- => icon-

* far eqv iconr

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Quy <quy@fluxbb.org>

* add icons

icon-align-justify
icon-clipboard
icon-caret-down
icon-caret-up

* reapply icons

* reapply icons after solving merge conflicts

* replace fas fa- => icon-

* repalce fas fa- by icon-

* remove non-used style declaration

* change fas fa- into icon-

* reapply icons

* remove font-size, fixing size of icon in header

* fix loading icon-joomla

* change order loading font

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
Co-authored-by: Bear <programming@hallhome.us>
Co-authored-by: Quy <quy@fluxbb.org>
2020-10-28 18:06:35 +01:00
..
cache Create a cache directory for the install app (#10699) 2016-06-01 12:51:18 +02:00
forms Add strenthmeter attribute to installation 2020-08-19 13:21:32 -07:00
includes s/typo/spelling (#29808) 2020-06-28 20:54:18 +02:00
language Merge pull request #30262 from hans2103/feature/table-head-for-large-table 2020-10-16 13:23:06 +02:00
sessions [4.0] New installer (#17964) 2017-11-02 21:16:49 +00:00
sql [4.0] rename Joomla core classNames fas fa- back to icon- (and still use Font Awesome) (#30707) 2020-10-28 18:06:35 +01:00
src [4] Update PHPDoc comment to match method signatures in installation app (#31060) 2020-10-15 18:59:56 +02:00
template [4.0] rename Joomla core classNames fas fa- back to icon- (and still use Font Awesome) (#30707) 2020-10-28 18:06:35 +01:00
tmpl [4.0] rename Joomla core classNames fas fa- back to icon- (and still use Font Awesome) (#30707) 2020-10-28 18:06:35 +01:00
configuration.php-dist Tag Joomla 4 Beta 1 2020-05-30 20:41:05 +01:00
favicon.ico Replace Joomla logo graphics based on draft brand manual 2015-03-15 14:09:07 -04:00
index.php Tag Joomla 4 Beta 1 2020-05-30 20:41:05 +01:00
INSTALL Tag Joomla 4 Beta 1 2020-05-30 20:41:05 +01:00
LICENSE.txt [4.0] Installation license etc (#20654) 2018-06-03 23:41:01 +01:00
localise.xml [4.0] Delete version number in manifest (#27969) 2020-02-17 22:34:22 +00:00