? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
28 Apr 2017

This is a first pass at making sure we arent using any bs2 classes

row-fluid -> row
btn-mini -> btn-xs
btn-small -> btn-sm
btn-large -> btn-lg
alert -> alert alert-warning
alert-error -> alert-danger
hidden-phone -> hidden-xs
hidden-tablet -> hidden-sm
muted -> text-muted
add-on -> input.group.addon
bar -> progress-bar
bar--> progress-bar-
span* -> col-md-*

avatar brianteeman brianteeman - open - 28 Apr 2017
avatar brianteeman brianteeman - change - 28 Apr 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 28 Apr 2017
Category Administration com_associations com_config com_fields com_finder com_joomlaupdate com_languages com_media com_menus com_users Front End com_contact com_content com_newsfeeds Installation Layout
avatar brianteeman brianteeman - change - 28 Apr 2017
The description was changed
avatar brianteeman brianteeman - edited - 28 Apr 2017
avatar brianteeman brianteeman - change - 28 Apr 2017
The description was changed
avatar brianteeman brianteeman - edited - 28 Apr 2017
avatar wilsonge
wilsonge - comment - 28 Apr 2017
avatar brianteeman brianteeman - change - 28 Apr 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 28 Apr 2017
Category Administration com_associations com_config com_fields com_finder com_joomlaupdate com_languages com_media com_menus com_users Front End com_contact com_content com_newsfeeds Installation Layout Administration com_associations com_categories com_config com_fields com_finder com_joomlaupdate com_languages com_media com_menus com_users Front End com_contact com_content com_newsfeeds
avatar brianteeman brianteeman - change - 28 Apr 2017
The description was changed
avatar brianteeman brianteeman - edited - 28 Apr 2017
avatar brianteeman
brianteeman - comment - 28 Apr 2017

@C-lodder at the point you were reviewing I had not done the span to col changes ;)

I was doing them as you were reviewing

avatar C-Lodder
C-Lodder - comment - 28 Apr 2017

Ahh okies.

avatar brianteeman
brianteeman - comment - 28 Apr 2017

and I know it seems daft but there was no migration guide from 2 to 4
So I had to take everything to bs3 BEFORE I can look at changes from 3 to 4

avatar brianteeman
brianteeman - comment - 28 Apr 2017

as long as there are no typos in this PR can it be merged and then I can continue to work through other css class changes during the sprint at the weekend

avatar C-Lodder
C-Lodder - comment - 28 Apr 2017

Ok so if there are any elements with only hidden-xs, replace this with hidden-xs-down.

If there are any elements with hidden-xs and hidden-sm, replace both with just hidden-sm-down.

Other than that, please fix:

  • Progress bar markup
  • 2 other instances of article-infotext-muted where a space is needed.

Once done, this is ready to merge.

avatar brianteeman
brianteeman - comment - 28 Apr 2017

all requested changes made

avatar C-Lodder
C-Lodder - comment - 28 Apr 2017

thanks Brian. Ok to merge on code review @wilsonge

avatar wilsonge wilsonge - change - 28 Apr 2017
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-04-28 16:33:37
Closed_By wilsonge
avatar wilsonge wilsonge - close - 28 Apr 2017
avatar wilsonge wilsonge - merge - 28 Apr 2017
avatar wilsonge
wilsonge - comment - 28 Apr 2017

Thanks :)

avatar brianteeman
brianteeman - comment - 28 Apr 2017

this is just a beginning but hd to start somewhere

avatar wilsonge
wilsonge - comment - 28 Apr 2017

Code review of this made me notice https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/components/com_fields/views/fields/tmpl/modal.php#L87-L97 :P So looks like i need to go search out conflicts

avatar obsidev
obsidev - comment - 24 Jul 2018

CF : https://getbootstrap.com/docs/4.0/migration/#buttons

Dropped the .btn-xs class entirely as .btn-sm is proportionally much smaller than v3’s.

Looks like the btn-xs should be migrated into btn-sm ; they are displayed as regular (big) buttons otherwise.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 24 Jul 2018

@obsidev can you please start a new Issue (and Link to this one) as Comments on merged Pull Requests didn't get much Notice.

Add a Comment

Login with GitHub to post a comment