Ticket #12517 (closed task (blessed): fixed)
Move Tools -> Upgrade to Dashboard -> Updates
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Upgrade/Install | Version: | 3.0 |
| Severity: | normal | Keywords: | ui-feedback |
| Cc: | WordPress@…, johnonolan |
Description
As per dev meetup today.
See: https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&day=2010-03-04&sort=asc#m86319
Change History
Clicking the "Dashboard" menu item now takes me to update-core.php.
We probably need to make an Overview item for the actual dashboard screen.
After commit, filename contains still the old wording: ms-upgrade-network.php
Clicking the "Dashboard" menu item now takes me to update-core.php.
Whoops.. All fixed now.
Should probably add a Bubble there counting sum(core, theme, pugin) updates.
Whoops.. All fixed now.
Err.. Ryan fixed that in [13589], Not sure why i didnt see the commit.. Eitherway, That reduces the conditionals called anyway.
comment:9
in reply to:
↑ 6
caesarsgrunt — 2 years ago
comment:10
dd32 — 2 years ago
comment:12
dd32 — 2 years ago
comment:13
dd32 — 2 years ago
comment:14
caesarsgrunt — 2 years ago
Standard installation (not multisite - actually I haven't worked out how to install it as multisite yet). Administrator account (using name caesar, not admin). No other accounts set up.
comment:15
dd32 — 2 years ago
Standard installation (not multisite - actually I haven't worked out how to install it as multisite yet). Administrator account (using name caesar, not admin). No other accounts set up.
Got the same setup here, I cant fault it.
Your wp-admin/menu.php file isnt out of date is it?
comment:16
caesarsgrunt — 2 years ago
Not sure what that file is, but I'll have a look and I'll install from scratch, and report back.
comment:17
caesarsgrunt — 2 years ago
Working fine now after reinstalling. Sorry for the false alarm...
comment:18
hakre — 2 years ago
Are URLs (that stuff that can be typed into your browser's address bar) considered part of the UI or not? If those are considered part, the file should reflect the new wording so that it can be requested as intended.
comment:20
dd32 — 23 months ago
Are URLs (that stuff that can be typed into your browser's address bar) considered part of the UI or not?
They generally would be, however - Since this is a pre-existing file, and we already have a 'update.php' and 'upgrade.php', I think its best to leave this as-is.
Can anyone see anything that needs to be implemented here before this ticket is closed? Bugs can go into new tickets.
comment:22
nacin — 22 months ago
- Status changed from closed to reopened
- Resolution fixed deleted
Actually..
We currently list updates for inactive plugins and themes. Those are included in the bubble. In testing themes and downloads, I've downloaded quite a few on a testbed, and now I'm getting a bubble of '5' even though I'm using Twenty Ten and have no plans to use those in the future.
I'm not so concerned about the bubble, but we do say "You are running version %s", which isn't exactly accurate for an inactive plugin or theme. The string should indicate "installed," and more so, it'd be nice for inactive vs. active to be indicated.
Aside from all that, I'm noticing the bubble is blue on hover, orange normally, and gray when you're on the Dashboard menu. Was the idea to eliminate the orange? It just seems kind of inconsistent.
comment:23
dd32 — 22 months ago
Just because a theme or plugin is inactive, i dont see why they shouldn't recieve update notifications. Plugin-wise, some people may decide to disable a plugin until its updated, an update may include a fix for a problem they're having. For themes, I agree that most will never use the theme even though its installed, but take Multisite, or any other scenario where multiple installs use the same theme repo (Custom content dir's, custom wp-config.php's etc)... just because it isnt used on the current site, doesnt mean its not used elsewhere..
The bubble mimicks the comment bubble, and the plugin update bubble, all use the same colours. If anything, the Blue should go.. (and be replaced with the grey)
comment:24
jane — 22 months ago
@dd32: agreed. Use case for themes, though: -user loves their theme. -user sees new WP feature and wants to use it, but theme doesn't support it, so they deactivate and use a different theme, waiting for the original theme author to do an update to support the new WP feature.
I'd like to see updates on everything showing up, even if it's deactivated.
comment:25
nacin — 22 months ago
- Keywords ui-feedback added
I'm agree with including inactive plugins and themes. I was actually just setting myself up for the string and the bubble color. So:
- Orange/blue/gray -- pick two. (Orange is leftover from 2.6. Is our goal to eliminate it?)
- "You are running" to something that's accurate. I'd kind of like to see an indicator of what is active versus inactive when looking through bulk upgrades. Or, we change the string for both active and inactive to something "You have version %s installed."
comment:26
johnonolan — 22 months ago
- Cc johnonolan added
As far as I remember from the last UI meetings Jane is looking to get rid of the orange, however I think we do need a bright color there to indicate the call the action when active - I don't think blue is strong enough. Gray works for if it's inactive.
I think "You have version %s installed." works fine
comment:27
johnonolan — 22 months ago
Related: #13236
comment:28
nacin — 21 months ago
- Status changed from reopened to closed
- Resolution set to fixed

(In [13588]) Move Tools -> Upgrade to Dashboard -> Updates. As per dev meetup today. See #12517