#31929 closed task (blessed) (fixed)
4.2 About Page
Reported by: | DrewAPicture | Owned by: | DrewAPicture |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Help/About | Keywords: | has-patch commit |
Focuses: | Cc: |
Description (last modified by )
Over the last couple of weeks, a few of us (@helen, @markjaquith, @nacin, @samsidler, @siobhan) have been working out strings for the 4.2 About page.
@melchoyce and @ryelle have kindly volunteered to design and engineer it once those are ready.
Features (in order):
- Press This
- Extended Character Support
- Theme Switcher
- Shiny Updates
- oEmbed: Tumblr and Kickstarter
Under the Hood:
- Taxonomy Roadmap: Term splitting
- utf8mb4 Support: utf8 to utf8mb4
- JavaScript accessibility:
wp.a11y.speak
- Complex Query Ordering: named meta query clauses
Attachments (14)
Change History (56)
This ticket was mentioned in Slack in #core by drew. View the logs.
9 years ago
#8
@
9 years ago
[32118] has a typo in the Streamlined plugin updates section.
31929-dash.diff
fixes this by changing endash to mdash.
#10
@
9 years ago
I don't know about the "of course" part before emoji in the Extended Character Support section. I would say the vast majority of people don't know what unicode 7.0 is or that it contains emoji. I also think there are a number of people who don't know what emoji are.
I think we can make it playful by changing it to:
WordPress now supports displaying a host of new characters included with Unicode 7.0, extending support for native Chinese, Japanese, and Korean characters, musical and mathematical symbols, hieroglyphs, and there modern equivalent, emoji.
#11
@
9 years ago
Added revised about page text. The oEmbeds text seemed very user-focused instead of being an under the hood thing. I've amended the text and think it should be moved up under the user features. This would be consistent with 4.0, in which oembed improvements were a user feature.
If it's to remain under "under-the-hood" I need to know what developers need to know about it instead of users.
#12
@
9 years ago
- Adds emoji to the character encoding section, and slightly adjusts the text. Not sure we should refer to them as "icons"
- Moves the oembed blurb up out of Under the Hood, and rearranges the Under the Hood blurbs a bit to accommodate
The design adjustments are simply to enable easier gauging of priority. @melchoyce is working on the actual design as separate effort.
This ticket was mentioned in Slack in #core by drew. View the logs.
9 years ago
#15
@
9 years ago
Should we link "emojis" to http://codex.wordpress.org/Emoji?
#16
@
9 years ago
"Thank you for updating! WordPress 4.2 helps you communicate and share, globally." string should be same for all tabs (also Credits and License)?
#17
@
9 years ago
- Description modified (diff)
- Changes the subhead strings on credits.php and freedoms.php to match about.php, hat tip @pavelevap
- Links the Emoji Codex article in the emoji blurb
#18
@
9 years ago
- Adds a second sentence to the JavaScript Accessibility blurb
- Switches positions for the JavaScript Accessibility and Complex Query Ordering sections for balance
#22
@
9 years ago
- Fixes headings to not be camel-cased
- Removes the "Press This Modernized" header per design feedback from @melchoyce
- Adds a link to tools.php in the Press This blurb
- Reuses a press this string from tools.php and adds a non-string [bookmarklet] placeholder
- Slightly shortens the theme switcher blurb to prevent an orphan
- Disables autoplay from the placeholder videos, because RAM
This ticket was mentioned in Slack in #core by drew. View the logs.
9 years ago
#26
@
9 years ago
31929.9.diff is a first pass at the 4.2 About Page design.
This ticket was mentioned in Slack in #core by drew. View the logs.
9 years ago
#28
@
9 years ago
- Keywords needs-patch added; has-patch removed
At this juncture, I think we two viable options considering strings are frozen:
1) Switch to duplicating the actual bookmarklet on the about page and swap out the code
2) Remove the bookmarklet feature from the about page, and remove the duplicate string along with it
#29
@
9 years ago
- Owner changed from melchoyce to DrewAPicture
Update: @ryelle is on the case on adding the full bookmarklet to the about page.
Also working with @melchoyce to change up the screenshot for the Press This section.
This ticket was mentioned in Slack in #core by drew. View the logs.
9 years ago
#31
@
9 years ago
31929.10.diff switches over to the bookmarklet instead of pressing the about page.
#33
@
9 years ago
Looking good - are we seeking any feedback and/or changes before a final commit (save CDN URLs for media)?
This ticket was mentioned in Slack in #core by drew. View the logs.
9 years ago
#35
@
9 years ago
- Keywords commit added
31929.10.diff looks good and installing the bookmarklet works as expected. Let's commit that and then tackle the new screenshot/uploading to the CDN afterward.
#37
follow-up:
↓ 38
@
9 years ago
Hey Guys,
I just noticed the video is not responsive on the about page, and I assume it's not the final one either since it's showing 4.0. Should we be adding something to allow the video to be fluid when the screen is resized, like FitVids.js
or something similar?
#38
in reply to:
↑ 37
@
9 years ago
Replying to valendesigns:
Should we be adding something to allow the video to be fluid when the screen is resized, like
FitVids.js
or something similar?
That's a lot to add just for the about page. Third party libraries are not to be taken lightly. It's a fixed size, we can use CSS to deal with it as was done in 4.0. Not concerned about that happening pre-freeze, either.
#39
@
9 years ago
Holding on a patch to replace all the final media, just wanted to leave a note here for posterity/reference: the video is being included for all locales this time and should come with subtitles at release or shortly thereafter. However, because of the desire to include subtitles and subtitle format differences between WordPress.tv and MediaElement.js, at this time we need to use the WordPress.tv player. It is unfortunately Flash and appears to disallow scaling up/down with the window. Note that it will load in the correct size for your browser width, but will not change with window resizing.
Related meta ticket for the credits API, adding Twemoji to the external libraries credits: #meta958.