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

[ticket/14677] Add exclamation mark to outdated extensions #4944

Merged
merged 3 commits into from
Oct 15, 2017

Conversation

Elsensee
Copy link
Contributor

@Elsensee Elsensee commented Sep 9, 2017

Checklist:

  • Correct branch: master for new features; 3.2.x, 3.1.x for fixes
  • Tests pass
  • Code follows coding guidelines: master / 3.2.x, 3.1.x
  • Commit follows commit message format

Tracker ticket:
https://tracker.phpbb.com/browse/PHPBB3-14677

@Elsensee Elsensee added this to the 3.2.2 milestone Sep 9, 2017
@Elsensee Elsensee changed the base branch from master to 3.2.x September 9, 2017 17:03
@@ -77,6 +78,7 @@
<td style="text-align: center;">
<!-- IF disabled.S_VERSIONCHECK -->
<strong <!-- IF disabled.S_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF -->>{disabled.META_VERSION}</strong>
<!-- IF not disabled.S_UP_TO_DATE --><i class="fa fa-exclamation-circle" aria-hidden="true"></i><!-- ENDIF -->
Copy link
Member

Choose a reason for hiding this comment

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

Maybe icon-red

Copy link
Member

Choose a reason for hiding this comment

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

Yeah but add a unique class maybe "disabled-ext-icon" and color it in admin.css pls

Copy link
Contributor Author

Choose a reason for hiding this comment

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

To be honest, I almost believe that it looks good as it is because the red looks just... a bit weird there, IMHO. What do you think?

Screenshot

Copy link
Contributor

Choose a reason for hiding this comment

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

For me, the red is better attracting user attention.

@Elsensee Elsensee removed the WIP 🚧 label Sep 10, 2017
@hanakin
Copy link
Member

hanakin commented Sep 10, 2017

I will look at it tomorrow after my travels, but post the screenshots here rather than on the ticket

@Elsensee
Copy link
Contributor Author

@hanakin Thank you, take your time. :)
Also, I did. ;) It's in the discussion for the - now - outdated code change, where you also have commented.

@@ -52,6 +52,7 @@
<td style="text-align: center;">
<!-- IF enabled.S_VERSIONCHECK -->
<strong <!-- IF enabled.S_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF -->>{enabled.META_VERSION}</strong>
Copy link
Member

Choose a reason for hiding this comment

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

Can we also do something about these inline styles? I would prefer to see a class used here, the same class used to style the icon color, so maybe just rename the class outdated-ext and use it for the text and the icon.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done ;)

@Elsensee
Copy link
Contributor Author

@hanakin In case you didn't see the screenshot because it's now more or less hidden in an discussion about outdated changes, see here:

@hanakin
Copy link
Member

hanakin commented Sep 20, 2017

looks good

marc1706 added a commit to marc1706/phpbb that referenced this pull request Oct 15, 2017
[ticket/14677] Add exclamation mark to outdated extensions
@marc1706 marc1706 merged commit aea8432 into phpbb:3.2.x Oct 15, 2017
@Elsensee Elsensee deleted the ticket/14677 branch October 15, 2017 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants