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

Use alert-link class, change link color for default warning alert #11209

Merged
merged 2 commits into from
Jul 21, 2016
Merged

Use alert-link class, change link color for default warning alert #11209

merged 2 commits into from
Jul 21, 2016

Conversation

mbabker
Copy link
Contributor

@mbabker mbabker commented Jul 19, 2016

Summary of Changes

Consistently use recently introduced alert-link class for all links in rendered alert divs. Also, changes the color of alert links for the default warning alert div to match its color (and Bootstrap 3's implementation)

Before:
screen shot 2016-07-19 at 3 25 17 pm

After:
screen shot 2016-07-19 at 3 25 00 pm

Testing Instructions

In the update component, the link to the download page should now have the "bold" appearance. Same for the link in the stats plugin's nag message and duplicate queries in the debug console's output. Links in warning alerts (default yellow) should now have the brownish appearance instead of blue.

As for the stray CSS change with the .categories-list .collapse selector, that came after running the generatecss.php script. No idea why else it'd be there.

@joomla-cms-bot joomla-cms-bot added Language Change This is for Translators PR-staging labels Jul 19, 2016
@@ -55,7 +55,7 @@ COM_JOOMLAUPDATE_VIEW_DEFAULT_UPDATES_INFO_CUSTOM="You are on the "%s"
COM_JOOMLAUPDATE_VIEW_DEFAULT_UPDATES_INFO_DEFAULT="You are on the "%s" update channel. Through this channel you'll receive notifications for all updates of the current Joomla release (3.x)"
COM_JOOMLAUPDATE_VIEW_DEFAULT_UPDATES_INFO_NEXT="You are on the "%s" update channel. Through this channel you'll receive notifications for all updates of the current Joomla release (3.x) and you will also be notified when the future major release (4.x) will be available. Before upgrading to 4.x you'll need to assess its compatibility with your environment."
COM_JOOMLAUPDATE_VIEW_DEFAULT_UPDATES_INFO_TESTING="You are on the &quot;%s&quot; update channel. This channel is designed for testing new releases and fixes in Joomla.<br />It is only intended for JBS (Joomla Bug Squad&trade;) members and others within the Joomla community who are testing. Do not use this setting on a production site."
COM_JOOMLAUPDATE_VIEW_DEFAULT_UPLOAD_INTRO="You can use this feature to update Joomla if your server is behind a firewall or otherwise unable to contact the update servers. First download the Joomla <em>Upgrade Package</em> in ZIP format from <a href=\"%s\">the official Joomla download page</a>. Then use the fields below to upload and install it."
COM_JOOMLAUPDATE_VIEW_DEFAULT_UPLOAD_INTRO="You can use this feature to update Joomla if your server is behind a firewall or otherwise unable to contact the update servers. First download the Joomla <em>Upgrade Package</em> in ZIP format from <a class=\"alert-link\" href=\"%s\">the official Joomla download page</a>. Then use the fields below to upload and install it."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\" 💯
So someone needs to do a huge find and replace 😄

@RonakParmar
Copy link

I have tested this item ✅ successfully on 0012d07


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

@RonakParmar
Copy link

I have tested for "Same for the link in the stats plugin's nag message and duplicate queries in the debug console's output.".


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

@killoltailored
Copy link

I have tested this item ✅ successfully on 0012d07


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

@killoltailored
Copy link

Tested successfully for "stats plugin's nag message and duplicate queries in the debug console's output"


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

@RonakParmar
Copy link

Where I can see the above warning message which you have displayed in screen-dump in description?


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

@zero-24
Copy link
Contributor

zero-24 commented Jul 20, 2016

@RonakParmar
Copy link

@zero-24 Thank you for the Link, but How to test this link after applying the PR? I have replicated latest staging site in my local system and using patch tester component I am testing all PRs.
So, how can I test this warning message in my local? Or what should I have to do to test the warning message?
Thank you.

@zero-24
Copy link
Contributor

zero-24 commented Jul 20, 2016

@RonakParmar this screenshot was just an example how it looks like ;) for testing you can have a look to the Testing Instructions ;)

@RonakParmar
Copy link

Okay got it, Apologize for the misunderstanding, Then I have already tested using system debug console. Thanks for the clarification @zero-24 👍

@truptikagathara
Copy link

I have tested this item ✅ successfully on 0012d07


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

@brianteeman brianteeman added this to the Joomla 3.6.1 milestone Jul 20, 2016
@brianteeman
Copy link
Contributor

RTC


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

@joomla-cms-bot joomla-cms-bot added the RTC This Pull Request is Ready To Commit label Jul 21, 2016
@wilsonge wilsonge merged commit 6090d5f into joomla:staging Jul 21, 2016
@mbabker mbabker deleted the alert-link-use branch July 21, 2016 21:39
@roland-d roland-d removed the RTC This Pull Request is Ready To Commit label Jul 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Language Change This is for Translators
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants