Andrew Nacin
261611d555
About screen: Only show the pick-a-color section if there are 2 or more of the eight new color schemes available. And only show the eight core schemes.
...
This hides the section in develop.svn /src's directory (use /build for colors) and when a plugin is manipulating/unregistering colors. In both situations, which are rare, losing the section is fine.
This removes a fallback image as we were previously showing the section in these cases; the rest of the page shows off the design (and color opportunities) well enough on its own to avoid this confusing section.
see #26387 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26795 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-08 07:14:00 +00:00
Andrew Nacin
8090ace291
Remove 3.7 about images. see #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26794 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-08 07:09:09 +00:00
Andrew Nacin
4ac6742af9
Nonces are already per-user. see #22862 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26793 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-08 07:05:01 +00:00
Matt Thomas
0d855b67e1
Adjusting about-colors.png so it lines up on the grid with images above and below it. See #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26792 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-08 05:31:50 +00:00
Matt Thomas
4981f37293
Minor adjustments to the Twenty Fourteen screenshot on the About page. See #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26791 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-08 05:18:38 +00:00
Matt Thomas
e9c44ca9e8
Correcting the device proportions on the Twenty Fourteen screenshot; see #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26790 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-08 05:14:19 +00:00
Matt Thomas
7ff3b0ae6b
A few more adjustments to about page screenshots, with better sample content. See #26387
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26789 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-08 05:07:36 +00:00
Matt Thomas
a53275e0d9
A small adjustment to the page background color per yesterday's conversation with nacin, from #eee to #f3f3f3. This retains enough contrast with white widget containers while making for a more comfortable reading experiences on pages that heavily use the default background color, like the About page. A few adjustments to go along with it:
...
- Horizontal rules on the About page are lighter, to match their previous level of contrast with #eee
- Eliminated the .flush-top class on <hr>s on the About page since we want the styles applied to all About page <hr>s.
- Color schemes should match the bottom border of active tabs to the scheme's body-background variable.
- Lighten the comment background color on the Dashboard activity widget to keep adequate contrast with the new lighter body background.
See #25858 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26788 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-08 04:11:20 +00:00
Matt Thomas
4796f394be
Updated About page screenshots; better image reduction with sharper text, hiding all browser chrome in device screenshots, correct the proportions of phone and tablet in Twenty Fourteen screenshot. See #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26787 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-08 03:23:52 +00:00
Drew Jaynes
4056d33bca
Avoid a notice by checking that SCRIPT_DEBUG is defined before evaluating it in register_admin_color_schemes()
.
...
See #26316 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26786 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 19:22:57 +00:00
Andrew Ozz
76d75b7d22
Fake a "non-responsive" window width for IE < 9 when folding/unfolding the menu (old IE doesn't support @media), fixes #26458 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26785 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 18:45:37 +00:00
Andrew Ozz
a3eccc31e3
Dashboard: set two columns as default for IE8 (as it doesn't support @media rules), see #25824 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26784 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 18:42:06 +00:00
Andrew Nacin
8a4ee4e5dd
RTL should use Tahoma, Hebrew should use Arial.
...
props yoavf.
see #24977 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26783 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 16:19:48 +00:00
Dion Hulse
457e59656a
Cron: Fix a case where a cache inconsistency can cause wp_clear_scheduled_hook() to enter an infinite loop. This unravels the function from using other cron api functions to looping over the cron array directly. See #25773
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26782 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 09:12:51 +00:00
Andrew Nacin
821b80eba4
Tell the script loader that colors-fresh should be treated as an RTL style, as explained (but omitted) in [26780]. see #26316 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26781 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 09:07:38 +00:00
Andrew Nacin
6e1d73c39d
Admin color schemes: Manually handle RTL and minified versions of the CSS files on registration.
...
This bypasses WP_Styles entirely, which is much simpler for the moment, given that color schemes bypass WP_Styles for plenty already. The script loader is told to stop thinking of colors.css as an RTL-ified file. The colors-fresh handle, used directly on the login screen, needed to be (even before this commit).
fixes #26316 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26780 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 09:04:02 +00:00
Matt Thomas
06747b5101
Fix a missing drop shadow on about-colors, make sure screenshot lines up with columns below in about-overview. See #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26779 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 08:06:23 +00:00
Andrew Nacin
b08c4c109d
Fix JSHint errors and remove unreachable code. props adamsilverstein. see #25963 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26778 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 07:51:35 +00:00
Andrew Nacin
1524eaf8ce
Freedoms/Credits: Allow for big first paragraphs, overridden by the font-size change in [26719]. Reduced slightly to prevent wrapping on freedoms.
...
see #26387 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26777 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 07:48:51 +00:00
Andrew Nacin
e41692153c
Core updates for the new color schemes.
...
* Update about page, there's now 8.
* Display them four wide, not three, and ensure adequate spacing.
* Use a dedicated nonce.
* Push Light to the front in addition to Default.
* Use user-profile.js on about.php. A few extra things are initialized but they are harmless.
see #26468 , #26387 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26776 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 07:45:57 +00:00
Matt Thomas
5f8a1695cc
Updated about page screenshots with more colors, updated typography shot, simplified hero screenshot of desktop browser. See #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26775 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 07:45:40 +00:00
Andrew Nacin
8139497795
Sync new about.php "Thank you" line with freedoms and credits.
...
props rickalee.
fixes #26472 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26774 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 07:36:09 +00:00
Andrew Nacin
91d6f455c6
Add four more color schemes to round out our collection at eight.
...
The new schemes are Ectoplasm, Coffee, Ocean, Sunrise. For those following along, the first three were at one point named Ghostbusters, Pixel, and Cape Cod.
See [26137] for the original color schemes.
props ryelle, melchoyce, drw158, littlethingsstudio.
fixes #26468 . see #25858 , #22862 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26773 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 07:25:08 +00:00
Matt Thomas
05735491d4
Eliminate right padding on .wp-menu-name, see #26452 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26772 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 06:28:16 +00:00
Matt Thomas
11236ceb8e
Comment out these touch-related styles as they break toolbar dropdowns in Chrome for Android. Fixes #25972 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26770 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 04:58:35 +00:00
Matt Thomas
1973572006
Nudging a few pixels that were out of place. See #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26769 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 03:31:58 +00:00
Matt Thomas
deda30aaeb
Making some adjustments to the hero screenshot image on the About page, see #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26768 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 03:28:33 +00:00
Ryan Boren
85d5a58809
Make the Backbone routes pushSTate capable with ?theme=themename type urls instead of hashes. Same applies to search queries.
...
Props adamsilverstein, nacin
fixes #25963
git-svn-id: https://develop.svn.wordpress.org/trunk@26767 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 03:10:44 +00:00
Matt Thomas
f0b584637d
Provide a bit more horizontal space for .wp-menu-name. See #26452 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26766 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 02:02:55 +00:00
Andrew Nacin
08c059e8d0
Themes: Ensure the image returns a width before checking that it is less than 300px.
...
see #26459 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26765 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 01:58:23 +00:00
Andrew Nacin
5e55c77f89
Use instead of   as it's more familiar to translators.
...
See #26387 , [26760].
git-svn-id: https://develop.svn.wordpress.org/trunk@26764 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 01:33:34 +00:00
Matt Thomas
4ceb9b380d
Copy edits to the About page:
...
- Open Sans is Open Source, so it can't meet Open Source
- 'icons and graphics' is redundant
- Let's not overuse 'beautiful'
- Choose > pick so we don't use 'choose' twice in the same line
See #26387 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26763 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 01:17:56 +00:00
Andrew Nacin
9f6f615dd6
Use wp_specialchars_decode() in the upgrade debugging email subject, same as the production email.
...
props markoheijnen.
fixes #26471 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26762 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 01:14:43 +00:00
Lance Willett
77537cae6a
Twenty Fourteen: clean up PHP braces style in page templates. Closes #26467 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26761 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 00:53:33 +00:00
Matt Thomas
7fb7214d54
Use non-breaking spaces before the last word in headlines to prevent widows when wrapping at responsive sizes. See #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26760 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 00:52:03 +00:00
Andrew Nacin
bed7328d1d
Update the help text on themes.php. The Install Themes tab is now an Add New button.
...
props ethitter.
fixes #26285 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26759 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 00:44:15 +00:00
Andrew Nacin
2c16db49b1
Translator's comment for a date_i18n() string.
...
props netweb.
fixes #26470 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26758 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-07 00:37:13 +00:00
Andrew Nacin
9e52834fd0
Twenty Fourteen: Remove stray slash.
...
props Ipstenu.
fixes #26467 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26757 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 23:48:19 +00:00
Andrew Nacin
ee56a8dcb3
Proper CSS specificity for columns-based dashboard grids.
...
props kovshenin.
fixes #26354 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26756 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 23:46:46 +00:00
Dominik Schilling (ocean90)
6b159da845
Dashicons: Update to the latest dashicons files.
...
props empireoflight, melchoyce.
fixes #26362 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26755 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 23:45:22 +00:00
Matt Thomas
6cdfceddcd
On the About page: comprise > compromise, assuming that this is a typo. See #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26754 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 23:35:30 +00:00
Andrew Nacin
426dbc083c
Themes: Avoid overlap with themes with small screenshots and no description.
...
props matveb.
fixes #26465 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26753 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 23:15:23 +00:00
Andrew Nacin
f2be10ef2a
Updates to Dashicons classes.
...
props melchoyce.
fixes #26227 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26752 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 23:11:41 +00:00
Matt Thomas
8f161aa20c
I believe we're consistent about capitalizing Open Source elsewhere. See #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26751 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 22:21:31 +00:00
Matt Thomas
e53367f05f
Visual refinements to the About page and screenshots. See #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26750 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 22:17:12 +00:00
Lance Willett
8cbb6c82af
Bundled themes: new screenshots at 880x660 to maximize theme goodness in the new theme viewer design. See #26159 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26749 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 22:06:30 +00:00
Dominik Schilling (ocean90)
af9148c053
RTL: Don't flip thumbnail positions in Insert Media window.
...
Restores pre-3.8 behavior.
props siobhyb for the initial patch.
fixes #26461 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26748 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 21:45:01 +00:00
Andrew Nacin
520baebefd
Themes: Final gutter and breakpoint adjustments.
...
props matveb.
fixes #26462 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26747 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 21:26:34 +00:00
Matt Thomas
b9893b491c
Adding autosave for color schemes and removing RTL handling. See #26387 , props ryelle.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26746 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 21:25:31 +00:00
Matt Thomas
5112fe565a
Provide a default generic avatar icon in the My Account menu if avatars are disabled, ensuring that the link is visible at responsive sizes. See #25858 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26744 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 21:22:14 +00:00
Andrew Ozz
98b9246261
Responsive menu: fix calculation of the responsive trigger width from JS. It is affected by a vertical scrollbar width in some browsers. See #26458 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26743 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 20:49:46 +00:00
Matt Thomas
092ee69e61
Add missing about.color-schemes.png. See #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26742 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 20:16:19 +00:00
Andrew Nacin
292391081a
Dashboard: Restore a line that vanished from my editor to print recently published posts. Also fix an off-by-one error.
...
see [26704]. see #26066 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26741 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 20:12:10 +00:00
Andrew Nacin
c45f49f2aa
Revert Twenty Ten's original screenshot. Was using Kubrick to test [26738]. I hope this gave lancewillett a laugh. see #26459 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26740 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 19:52:18 +00:00
Andrew Nacin
adbe0f1e1e
Themes: Adjust screenshot ratios.
...
* On the details overlay, always show the full 4/3 ratio.
* On the grid, reduce to ~3/2 only if the screen width is less than 1400px. Otherwise, show the screenshot at 4/3 ratio.
props matveb, nacin.
fixes #26159 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26739 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 19:50:06 +00:00
Andrew Nacin
63ad0a71d4
Themes: If a theme only has a very-old-school 300px-wide screenshot (or narrower), don't stretch it.
...
props matveb.
fixes #26459 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26738 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 19:41:19 +00:00
Matt Thomas
79cb3cf3ce
Updates to the About page:
...
* A live color scheme preview
* Replace the hard-coded version number
* Copy edits
* New screenshots
* Size adjustments to the header and WP badge
* Capitalize 'Open Sans'
See #26387 , props markoheijnen, ryelle, siobhan, melchoyce.
git-svn-id: https://develop.svn.wordpress.org/trunk@26737 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 19:35:25 +00:00
Drew Jaynes
439c61a1ba
Inline documentation fixes for hooks and functions introduced in 3.8.0.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26736 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 19:17:35 +00:00
Matt Thomas
642293800b
Add new fit-content rules to accompany intrinsic width on adminbar dropdown wrappers. Fixes #26430 , props Jayjdk.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26735 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 19:15:31 +00:00
Andrew Nacin
bb59e40a22
Core updates: Explicitly call wp_cache_delete() after a DB upgrade, as not all cache backends allow the entire backend to be flushed.
...
props dd32.
fixes #26173 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26734 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 18:59:29 +00:00
Matt Thomas
8aa177267e
Ensure that disabled select elements are distinguishable from normal ones. Fixes #26456 , props TobiasBg.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26733 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 18:49:56 +00:00
Drew Jaynes
86282508aa
Inline documentation fixes for wp_heartbeat_set_suspension()
.
...
See #25073 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26732 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 18:42:50 +00:00
Andrew Nacin
bab3a29a8e
Add back CSS rules for RTL resize handles.
...
Disable CSSJanus' swapLtrRtlInUrl option, as we currently don't use it otherwise (and it breaks this if left on).
props ocean90.
fixes #26449 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26731 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 18:34:05 +00:00
Andrew Nacin
6717db61d9
Themes: Set a max-width on screenshots so they don't get blurry at very wide screen widths.
...
props matveb.
fixes #26172 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26730 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 18:30:05 +00:00
Andrew Nacin
be177ef23c
Twenty Fourteen: Remove unused and untoggled no-js class.
...
props johnbillion.
fixes #26453 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26729 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 17:15:52 +00:00
Andrew Nacin
195465ce38
Remove screenshotGallery. see #25948 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26728 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 17:10:38 +00:00
Andrew Nacin
64d63704ab
POT file update for Twenty Fourteen. see #26437 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26727 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 16:35:26 +00:00
Andrew Nacin
b9cb349dc0
No-JavaScript and no-Customizer support for the new Themes screen.
...
JavaScript is rarely disabled, but graceful degradation is still important. For example, syntax errors can occur, usually with major WP updates that overhaul entire experiences and update external libraries combined with themes or plugins doing weird or old things. If this error is due to their current theme, a user needs to be able to access the themes screen to switch away from the theme. A more subtle issue could make things painful to diagnose.
This commit renders the grid in PHP (the template is duplicated, but it lightweight, fairly mundane, and easy to sync). On Backbone render, the grid is then re-rendered from JavaScript so searches can occur. Customize and Live Preview is disabled if JS fails to kick in. If JS is disabled, old-school "Preview" links are displayed.
No-Customizer support: The customizer is only supported when the browser supports postMessage (IE8+), and if the frontend is a different domain, CORS (IE10+). We use the .hide-if-no-customize class for this. Pre-customize "Preview" links should use .hide-if-customize.
The .load-customize class should be used to declare a link that opens the customizer. This enables customize-loader.js to intercept this link and load the customizer on top of the current window, making for a smoother experience.
fixes #25964 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26726 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 16:10:25 +00:00
Andrew Nacin
efed19d3df
Map old -width theme tags to new -layout tags for the purposes of translation in the admin.
...
see #21442 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26725 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 14:36:07 +00:00
Andrew Nacin
ae61a2bc98
Use p.description instead of <small> on the discussion settings page. see #26441 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26724 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 14:21:15 +00:00
Andrew Nacin
4700feee1a
Un-translate all of the about page strings so translators don't start working on incomplete copy. see #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26723 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 14:19:35 +00:00
Andrew Nacin
bc7dd7debb
Add icon to the help button in distraction-free writing.
...
props ocean90.
fixes #26450 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26722 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 14:10:03 +00:00
Matt Thomas
d47fbed75c
Switch this header on the ABout page from title case to sentence case to match the style of all other headers on the page. See #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26721 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 12:36:47 +00:00
Matt Thomas
c4d923ae42
Slight adjustment to centered headlines in About page. See #26387 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26720 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 12:32:48 +00:00
Matt Thomas
ef3b7be8e8
Updates to the About page:
...
- Better screenshots
- Align screenshots with the dividers between sections
- Increase body text size
- Add a mention of Twenty Fourteen by name
- i18nalize 'Now with more color'
- Replace ’ with ’
See #26387 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26719 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 12:15:59 +00:00
Matt Thomas
4362bf3fa8
Committing a first pass at a new About page for 3.8. See #26387 , props melchoyce.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26718 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 07:49:05 +00:00
Matt Thomas
7afd6ce8b4
Correct the direction of arrow icons when comparing revisions in RTL. Fixes #26439 , props adamsilverstein.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26717 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 07:20:25 +00:00
Matt Thomas
3cf585f1d3
Make toolbar dropdown submenu links tappable. See #25972 , props ninnypants.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26716 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 05:27:19 +00:00
Matt Thomas
6384a83e5f
Keep draggable panels from interfering with swipe scrolling on touch devices running Internet Explorer 10/11. Fixes #26297 , props georgestephanis.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26715 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 04:43:23 +00:00
Lance Willett
d6e06a2ee5
Bundled Themes: pinking shears.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26714 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 02:22:14 +00:00
Lance Willett
4bd180f8e9
Twenty Fourteen: minor fixes to main and RTL CSS files' table of contents.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26713 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 02:21:59 +00:00
Matt Thomas
21cd81e21b
Hide the 'Dismiss' label in the dashboard welcome panel at smartphone sizes, so the close link doesn't overlap the Welcome headline. See #25858 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26712 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 01:15:33 +00:00
Matt Mullenweg
2dab52c306
Add and display new tags to highlight the ever-growing number of responsive themes available. Fixes #21442 .
...
Props Otto42 and lancewillett.
git-svn-id: https://develop.svn.wordpress.org/trunk@26711 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 01:06:04 +00:00
Matt Thomas
764e70948b
At responsive sizes, remove the hard-coded fixed positioning for Comments and Add New in the toolbar. Make links slightly wider to better fill small-screen devices. Fixes #26432 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26710 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 01:01:40 +00:00
Matt Thomas
c962d1d79f
Fix the positioning of arrow icons in the slider buttons in Revisions. See #26439 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26709 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-06 00:42:36 +00:00
Andrew Nacin
eb0406a401
Themes: Switch to a text overlay instead of an icon on hover. Numerous reasons outlined in the ticket.
...
props shaunandrews.
fixes #26440 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26708 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 23:42:05 +00:00
Andrew Nacin
0bfdd9f189
Remove redundant closure for such a simple file. see #26445 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26707 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 23:39:47 +00:00
Andrew Nacin
e1c50ac689
Twenty Fourteen: Wait for DOM ready in the customizer, which was breaking IE8.
...
props ocean90.
fixes #26445 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26706 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 23:38:47 +00:00
Andrew Nacin
a7ee089f6f
Fix various i18n issues on the dashboard. Limits it to posts and pages only for 3.8.
...
props SergeyBiryukov, dimadin.
fixes #26066 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26704 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 23:33:48 +00:00
Andrew Ozz
5454336667
Widgets: jshint cleanup of widgets.js, see #25821 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26703 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 23:13:22 +00:00
Andrew Nacin
beb2c296b8
Customizer: Revert [26548], removing _.isEqual() for proper object comparison.
...
This broke the customizer in IE 11, with possibly other side effects. Revisit in 3.9.
Also reverts [26632].
see #26061 (reopens), fixes #26438 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26702 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 23:12:59 +00:00
Andrew Nacin
f21d937706
Fix z-indexes as it relates to thickbox, the theme modal, and admin menu.
...
props ryelle, shaunandrews.
fixes #26442 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26701 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 23:09:23 +00:00
Andrew Nacin
b7de614f71
Restore "Search Engines Discouraged" to the dashboard.
...
props JustinSainton.
fixes #26431 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26700 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 23:04:46 +00:00
Lance Willett
c38af94bc3
Twenty Fourteen: remove unneeded code from image template, see #25946 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26699 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 22:50:36 +00:00
Lance Willett
55725de979
Twenty Fourteen: remove redundant parentheses and translation wrapper, see #25946 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26698 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 22:46:50 +00:00
Andrew Nacin
fa6cb8145f
Dashboard: Rename the Site Content widget (née Right Now) to At a Glance.
...
see #25824 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26697 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 22:37:33 +00:00
Andrew Nacin
3831c95a04
Widgets: Add click-to-add widgets to the bottom (not top) of the target sidebar.
...
fixes #25821 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26696 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 22:26:45 +00:00
Andrew Nacin
ddc9ed51e8
Widgets: Only scroll to the newly clicked-and-added widget if it is out of the viewport.
...
props shaunandrews.
see #25821 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26695 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 22:21:15 +00:00
Lance Willett
7ee0d2c59c
Twenty Fourteen: remove invalid rel
attributes from post thumbnail output, and fix a CSS typo. See #25946 and #25325 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26694 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 22:08:45 +00:00
Andrew Nacin
aa65527319
Final SVG painter fixes.
...
* wp.svgPainter and now moved to wp-admin.
* Restore !important background-image handling.
* Delay executing the IE9-specific base64 code if we don't need it.
* Make painted icons lose their color after hover at the same speed as dashicons (100ms).
props azaozz.
fixes #26333 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26693 602fd350-edb4-49c9-b593-d223f7449a82
2013-12-05 22:00:17 +00:00