#18742 closed task (blessed) (fixed)
New post-update screen
Reported by: | jane | Owned by: | koopersmith |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | Administration | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Show user-friendly changelog screen with some click-to-show descriptions and links to codex for advanced or dev features. Accessed via W in header/admin bar, and through text links in footer (version thanks) and Updates screen (currently using text).
Attachments (18)
Change History (66)
#3
@
13 years ago
- Status changed from new to accepted
Still to come:
- Actual about page content
- Feature descriptions
- Text links in footer
- Updates screen link
#4
@
13 years ago
Why do we need this item in the admin bar? What's with credits or freedoms?
If it should be in the admin bar, can we add these links as a sub menu of the wp.org link?
Or something like this:
- W
- Network Admin
- Site Foo
- Site Bar
- About WordPress
- Version
- Help
- Credits
- ...
#5
@
13 years ago
@ocean: See testing results I just posted on wpdevel at http://wpdevel.wordpress.com/2011/10/05/3-3-pre-beta-user-feedback-aka-testing-results/ . Tested doing that, wasn't very popular.
#6
@
13 years ago
We still need to add the real content to this screen, but I think we can go beta 1 as is and get it worked out and pretty by beta 2 (we also won't know for sure what's in until we make the call for beta 1). I'd close this ticket (the page *has* been created) and we can edit content on a new ticket, as we should do with each subsequent release.
#9
@
13 years ago
- Priority changed from normal to high
- Resolution fixed deleted
- Status changed from closed to reopened
I don't want to create a new ticket, because this was a task ticket and isn't really finished.
- Is the design final?
- Translation is missing.
- Content is missing?
#10
@
13 years ago
- Status changed from reopened to assigned
Let's leave this open for now, since it's here.
Things we need to do:
1) Implement the new design. (koop)
2) New content for this design.
3) Merge About, Credits, Freedoms. (me)
Starting to drop Credits/Freedoms from the admin bar. They'll become tabs on the About screen.
#16
follow-up:
↓ 23
@
13 years ago
Major question: When people update to a point release, will they be taken to this screen?
Second major question: What should the version numbers be, for 3.3.1? I'm thinking "Welcome to 3.3.1" and "Version 3.3.1," but "What's New in 3.3" -- and then a blurb at the bottom that explains x.y versus x.y.z. (We should have this text in core so it is translated for 3.3.1.)
#22
@
13 years ago
- Resolution set to fixed
- Status changed from assigned to closed
Closing as fixed. Please open any bugs in a new ticket.
#23
in reply to:
↑ 16
@
13 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Replying to nacin:
Major question: When people update to a point release, will they be taken to this screen?
Second major question: What should the version numbers be, for 3.3.1? I'm thinking "Welcome to 3.3.1" and "Version 3.3.1," but "What's New in 3.3" -- and then a blurb at the bottom that explains x.y versus x.y.z. (We should have this text in core so it is translated for 3.3.1.)
#24
@
13 years ago
- Post-update to any version they should go to this screen.
- Tab should say what's new in the actual version (3.3, 3.3.1, 3.3.2, whichever it is)
- Show fixes etc for actual new version. At end of list, show previous changes from major version under subheading for that major version.
#27
@
13 years ago
Added patch and images. Last subsection and "Under the Hood" copy still pending. Jane mentioned she had some updates, but my schedule today was a bit erratic.
Tried to make it as responsive as possible, though might still need some tweaking at smaller screen sizes (paragraph breaks, etc.)
#28
@
13 years ago
Yes, I have the real text I thought would be put in before a patch was posted. Will be in IRC if someone wants to grab it from me.
#29
@
13 years ago
drag-and-drop.png is out of date (and probably new-feature-pointer.png after #18693 too).
#30
@
13 years ago
Latest patch updates the copy and layout, removes admin bar screenshot, and bumps the body text to 15px.
I also up'd updated all the screenshot images.
#34
@
13 years ago
@dougwrites: good catch, but @chexee is in middle of patch to fix some other design and text tweaks. will just have her include there.
#35
@
13 years ago
Updated the patch for a more refined layout and set a fixed width to the .about-wrap div.
Updated screenshots and ran them through an optimiser.
#38
follow-ups:
↓ 40
↓ 41
@
13 years ago
Current RTL screen: http://cl.ly/C2Rg
Don't know if the image positions are intentionally.
#40
in reply to:
↑ 38
@
13 years ago
Replying to ocean90:
Current RTL screen: http://cl.ly/C2Rg
The text direction messes up the parens on is_main_query()
. Setting style="direction:ltr"
on the h4 would fix this. This fix would mess up it's alignment compared to the other headers, but I guess it could be fixed in turn with text-align: right
. Anyone have a better suggestion?
Also, does anyone think it's necessary to make "is_main_query()" translatable? It didn't seem to make sense for it to be to me. If not then it doesn't need to be echo'd from PHP.
In [18745]: