Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert icon-trash to fas fa-trash #30468

Closed
wants to merge 14 commits into from
Closed

convert icon-trash to fas fa-trash #30468

wants to merge 14 commits into from

Conversation

N6REJ
Copy link
Contributor

@N6REJ N6REJ commented Aug 24, 2020

Pull Request for Issue # .

Summary of Changes

changes the trash icon in actions dropdown to "fas fa-trash"

Testing Instructions

apply pr.
inspect action dropdown "trash" icon.
verify icon class is "fas fa-trash"

Actual result BEFORE applying this Pull Request

image

Expected result AFTER applying this Pull Request

image

Documentation Changes Required

none

@N6REJ
Copy link
Contributor Author

N6REJ commented Aug 24, 2020

@sandewt

@toivo
Copy link
Contributor

toivo commented Aug 25, 2020

I have tested this item ✅ successfully on b2648c4

Tested successfully in Beta4-dev of 24 August.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30468.

@sandewt
Copy link
Contributor

sandewt commented Aug 25, 2020

I have tested this item ✅ successfully on b2648c4

Joomla! 4.0.0-beta4-dev Development [ Mañana ] 29-July-2020 18:21 GMT

Tested links: see #30464
administrator/index.php?option=com_menus&view=items&menutype=0main-menu-blog
administrator/index.php?option=com_menus&view=items&menutype=mainmenu


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30468.

@alikon
Copy link
Contributor

alikon commented Aug 25, 2020

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30468.

@joomla-cms-bot joomla-cms-bot added the RTC This Pull Request is Ready To Commit label Aug 25, 2020
@hans2103
Copy link
Contributor

I have tested this item ✅ successfully on 8028ea0


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30468.

@hans2103
Copy link
Contributor

@sandewt

@infograf768
Copy link
Member

Restarted drone

@sandewt
Copy link
Contributor

sandewt commented Aug 25, 2020

Sorry, but if we take a closer look, we show that not all spaces are placed correctly yet, for example:
I don't know if the intention is to change it now? Or in another PR?

And so on..

[EDIT]

@hans2103
Copy link
Contributor

@sandewt this can be fixed in #30470 where I would like to merge two identical JLayout files into one.

@sandewt
Copy link
Contributor

sandewt commented Aug 25, 2020

I have tested this item ✅ successfully on 8028ea0


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30468.

@infograf768
Copy link
Member

Restarted drone

@infograf768
Copy link
Member

system-test-mysql still failing

 I trash article "Test Article"
   I am on page "/administrator/index.php?option=com_con..."
  [GET] http://localhost/test-install/administrator/index.php?option=com_content&view=articles
   I get config "timeout"
   I wait for element {"id":"filter_search"},90
   I get config "timeout"
   I wait for element {"id":"filter_search"},90
   I fill field {"id":"filter_search"},"Test Article"
   I click {"xpath":"//button[@aria-label='Search']"}
   I see "Test Article"
   I check all results 
  Selecting Checkall button
   I click toolbar button "Action"
   I wait 2
   I click toolbar button "trash"
  Screenshot and page source were saved into '/********/src/tests/Codeception/_output/' dir
 FAIL 

@infograf768 infograf768 added this to the Joomla 4.0 milestone Aug 27, 2020
@N6REJ
Copy link
Contributor Author

N6REJ commented Aug 27, 2020

@richard67 @infograf768 drone passing now.

@joomla-cms-bot joomla-cms-bot removed this from the Joomla 4.0 milestone Aug 28, 2020
@infograf768
Copy link
Member

Back to Pending. This PR has to be tested again.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30468.

@joomla-cms-bot joomla-cms-bot removed the RTC This Pull Request is Ready To Commit label Aug 28, 2020
@sandewt
Copy link
Contributor

sandewt commented Aug 29, 2020

I have tested this item ✅ successfully on a2d4a66

Joomla! 4.0.0-beta4-dev Development [ Mañana ] 29-July-2020 18:21 GMT


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30468.

@ghost
Copy link

ghost commented Aug 31, 2020

I have tested this item ✅ successfully on a2d4a66


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30468.

hans2103 added a commit to hans2103/joomla-cms that referenced this pull request Aug 31, 2020
@N6REJ
Copy link
Contributor Author

N6REJ commented Aug 31, 2020

closing since we've merged it #30470

@N6REJ N6REJ closed this Aug 31, 2020
@N6REJ N6REJ deleted the trash branch August 31, 2020 15:14
infograf768 pushed a commit that referenced this pull request Sep 11, 2020
…Layout for iconclass (#30470)

* 🎨 merge two equal JLayouts into one new JLayout

* replace hard coded icon to call for JLayout

* replace icon mapping to call for JLayout

* add icon protected to layout

* icon protected moved to jlayout iconclass

* remove fas

* add icon trash to mapping

* add parameter to check if html should be rendered or icon class only

* simplify php

* replace massive if-then-elseif-then by switch

* merge duplicate outcome fa-times

* be consistent

* simplify switch thx @Quy

* copy changes from https://github.com/joomla/joomla-cms/pull/30468/files

* copy changes from https://github.com/joomla/joomla-cms/pull/30468/files

* remove setting icon to itself

* copy changes from #30468

* change to use layout

* Update libraries/src/HTML/Helpers/ActionsDropdown.php

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

* use LayoutHelper in function

* let default html output be true, instead of false

* Update layouts/joomla/icon/iconclass.php

I like this PHP7 operator

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

Co-authored-by: Troy T. Hall <programming@hallhome.us>
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
Co-authored-by: Quy <quy@fluxbb.org>
sakiss pushed a commit to sakiss/joomla-cms that referenced this pull request Oct 16, 2020
…Layout for iconclass (joomla#30470)

* 🎨 merge two equal JLayouts into one new JLayout

* replace hard coded icon to call for JLayout

* replace icon mapping to call for JLayout

* add icon protected to layout

* icon protected moved to jlayout iconclass

* remove fas

* add icon trash to mapping

* add parameter to check if html should be rendered or icon class only

* simplify php

* replace massive if-then-elseif-then by switch

* merge duplicate outcome fa-times

* be consistent

* simplify switch thx @Quy

* copy changes from https://github.com/joomla/joomla-cms/pull/30468/files

* copy changes from https://github.com/joomla/joomla-cms/pull/30468/files

* remove setting icon to itself

* copy changes from joomla#30468

* change to use layout

* Update libraries/src/HTML/Helpers/ActionsDropdown.php

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

* use LayoutHelper in function

* let default html output be true, instead of false

* Update layouts/joomla/icon/iconclass.php

I like this PHP7 operator

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

Co-authored-by: Troy T. Hall <programming@hallhome.us>
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
Co-authored-by: Quy <quy@fluxbb.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants