Lance Willett
|
989fd79bd9
|
Twenty Fourteen: add Audio, Video, and Gallery Styles to editor styles. Props celloexpressions, see #27462.
Built from https://develop.svn.wordpress.org/trunk@27637
git-svn-id: http://core.svn.wordpress.org/trunk@27480 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-20 04:27:16 +00:00 |
|
Lance Willett
|
a40a36e539
|
Twenty Fourteen: load Masonry after window load event to give more time for widget content to load before drawing the layout. Closes #27051.
Built from https://develop.svn.wordpress.org/trunk@27627
git-svn-id: http://core.svn.wordpress.org/trunk@27470 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-19 23:08:14 +00:00 |
|
Lance Willett
|
4aacf01403
|
Twenty Fourteen: revert r27623 post_class filter removal since it will visually break pre-WP 3.9 installs. See #18804.
Built from https://develop.svn.wordpress.org/trunk@27624
git-svn-id: http://core.svn.wordpress.org/trunk@27467 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-19 20:49:15 +00:00 |
|
Lance Willett
|
561ab7b840
|
Twenty Fourteen: remove post_class filter for has-post-thumbnail now that it's added in core for every theme. See #18804.
Built from https://develop.svn.wordpress.org/trunk@27623
git-svn-id: http://core.svn.wordpress.org/trunk@27466 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-19 19:13:15 +00:00 |
|
Lance Willett
|
a46e7ca3dc
|
Twenty Fourteen: remove doc block comments for @return void . See #27098, props philiparthurmoore.
Built from https://develop.svn.wordpress.org/trunk@27595
git-svn-id: http://core.svn.wordpress.org/trunk@27438 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-18 22:44:14 +00:00 |
|
Lance Willett
|
ab92971817
|
Twenty Fourteen: make small-screen menu accessible to keyboard commands and voice-driven software by using a focusable button element rather than h1 for the toggle element. Fixes #27147, props jartes and joedolson.
Built from https://develop.svn.wordpress.org/trunk@27594
git-svn-id: http://core.svn.wordpress.org/trunk@27437 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-18 22:37:15 +00:00 |
|
Andrew Nacin
|
844cb9db71
|
Default Themes: Update POT files for trunk (3.9-beta).
Built from https://develop.svn.wordpress.org/trunk@27592
git-svn-id: http://core.svn.wordpress.org/trunk@27435 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-18 19:21:15 +00:00 |
|
Lance Willett
|
589709bc3a
|
Twenty Fourteen: improve i18n in Ephemera widget for better translation of plurals for post format archives. Fixes #27069, props Chouby, SergeyBiryukov, lancewillett.
Built from https://develop.svn.wordpress.org/trunk@27589
git-svn-id: http://core.svn.wordpress.org/trunk@27432 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-18 18:50:13 +00:00 |
|
Lance Willett
|
c1d52b5d63
|
Twenty Fourteen: make sure we only hide post content on small screens for default post types: post and page. Fixes #27031.
Built from https://develop.svn.wordpress.org/trunk@27587
git-svn-id: http://core.svn.wordpress.org/trunk@27430 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-18 18:04:15 +00:00 |
|
Lance Willett
|
b6233e15a3
|
Twenty Fourteen: merge two similar strings in Customizer featured content help text. Props celloexpressions, fixes #26647.
Built from https://develop.svn.wordpress.org/trunk@27573
git-svn-id: http://core.svn.wordpress.org/trunk@27416 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-17 22:07:14 +00:00 |
|
Andrew Nacin
|
616205856e
|
Twenty Fourteen: Add a .button class.
props celloexpressions.
fixes #27075.
Built from https://develop.svn.wordpress.org/trunk@27442
git-svn-id: http://core.svn.wordpress.org/trunk@27289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-06 19:54:15 +00:00 |
|
John Blackbourn
|
79d274f2f6
|
Add context and a missing period to widget descriptions. Fixes #26668. Props pavelevap, Hanni
Built from https://develop.svn.wordpress.org/trunk@27412
git-svn-id: http://core.svn.wordpress.org/trunk@27259 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-05 17:26:17 +00:00 |
|
Scott Taylor
|
6df629fb02
|
in TwentyFourteen: don't add the has-post-thumbnail class or print the featured image when viewing an attachment.
See #27243.
Built from https://develop.svn.wordpress.org/trunk@27330
git-svn-id: http://core.svn.wordpress.org/trunk@27182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-02-28 21:57:13 +00:00 |
|
Andrew Nacin
|
00bb092d31
|
Update the HTML5 Shiv across the default themes to 3.7.0.
props rickalee.
fixes #26491.
Built from https://develop.svn.wordpress.org/trunk@27263
git-svn-id: http://core.svn.wordpress.org/trunk@27120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-02-25 17:18:14 +00:00 |
|
Lance Willett
|
27097dea2c
|
Twenty Fourteen: fix Ephemera Widget to avoid showing full post content when displayed in single post or page. Restore the global $more to its original value after the widget output to avoid any issues caused by changing a global variable.
Props obenland, mor10, Frank Klein. See #26961.
Built from https://develop.svn.wordpress.org/trunk@27124
git-svn-id: http://core.svn.wordpress.org/trunk@26991 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-02-07 18:03:13 +00:00 |
|
Lance Willett
|
ca16d41ac2
|
Twenty Fourteen: pinking shears.
Built from https://develop.svn.wordpress.org/trunk@27123
git-svn-id: http://core.svn.wordpress.org/trunk@26990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-02-07 18:02:13 +00:00 |
|
Lance Willett
|
c2f46ac811
|
Twenty Fourteen: translate featured tag slug used to link to specific tags in Posts editor. See #26526.
Built from https://develop.svn.wordpress.org/trunk@27122
git-svn-id: http://core.svn.wordpress.org/trunk@26989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-02-07 17:47:11 +00:00 |
|
Lance Willett
|
513202d24f
|
Twenty Fourteen: fix unreachable links when the content area is shorter than the sidebar in smaller viewpoints. Props celloexpressions, see #26782.
Built from https://develop.svn.wordpress.org/trunk@27121
git-svn-id: http://core.svn.wordpress.org/trunk@26988 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-02-07 17:43:11 +00:00 |
|
Lance Willett
|
88a2fe2986
|
Twenty Fourteen: delete the featured_content_ids transient on theme switch to make sure child themes can override the Featured Content quantity value. Also remove quantity parameter so child themes can change the amount of featured posts with $max_posts .
Props obenland, see #26660.
Built from https://develop.svn.wordpress.org/trunk@27120
git-svn-id: http://core.svn.wordpress.org/trunk@26987 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-02-07 17:39:13 +00:00 |
|
Lance Willett
|
31e9d97412
|
Twenty Fourteen: make sure featured tag is hidden on front-end views as expected. Add a check for the tag name in case we're using default values and the default ID of 0 does not match the term id of the featured tag.
Props obenland, fixes #26732.
Built from https://develop.svn.wordpress.org/trunk@27118
git-svn-id: http://core.svn.wordpress.org/trunk@26985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-02-07 17:17:13 +00:00 |
|
Lance Willett
|
ab9e603c00
|
Twenty Fourteen: fix gap above static pages, props SergeyBiryukov. Fixes #26694.
Built from https://develop.svn.wordpress.org/trunk@27117
git-svn-id: http://core.svn.wordpress.org/trunk@26984 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-02-07 17:11:12 +00:00 |
|
Andrew Nacin
|
c5802858cc
|
Default themes: Use the 'display' filter for get_bloginfo( 'name' ) attached to the wp_title filter.
props michelwppi.
fixes #26811.
Built from https://develop.svn.wordpress.org/trunk@27091
git-svn-id: http://core.svn.wordpress.org/trunk@26963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-02-04 13:57:12 +00:00 |
|
Andrew Nacin
|
c8eca4bf4a
|
Twenty Fourteen POT update.
Built from https://develop.svn.wordpress.org/trunk@26860
git-svn-id: http://core.svn.wordpress.org/trunk@26746 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-12 05:31:21 +00:00 |
|
Matt Mullenweg
|
facb5df2fb
|
We forgot the text domain, which made translation break. Fixes #26542.
Props SergeyBiryukov and pavelevap
Built from https://develop.svn.wordpress.org/trunk@26852
git-svn-id: http://core.svn.wordpress.org/trunk@26739 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-11 22:48:11 +00:00 |
|
Andrew Nacin
|
aec9b195ef
|
Fix typos in Twenty Fourteen description.
props jeffr0.
fixes #26528.
Built from https://develop.svn.wordpress.org/trunk@26850
git-svn-id: http://core.svn.wordpress.org/trunk@26737 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-11 17:56:10 +00:00 |
|
Andrew Nacin
|
6bf7872210
|
Bump Twenty Fourteen to 1.0.
props lancewillett.
fixes #26522.
Built from https://develop.svn.wordpress.org/trunk@26849
git-svn-id: http://core.svn.wordpress.org/trunk@26736 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-11 17:43:10 +00:00 |
|
Lance Willett
|
adb22a86fd
|
Twenty Fourteen: match screen-reader-text accessibility styles a bit better with core, to avoid a jump when you move through the links, and to avoid a horizontal scroll at certain viewport widths. Also fix JS focus by specifying the first match object. Closes #25592.
Built from https://develop.svn.wordpress.org/trunk@26843
git-svn-id: http://core.svn.wordpress.org/trunk@26730 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-09 20:38:12 +00:00 |
|
Lance Willett
|
21b5149477
|
Twenty Fourteen: remove extra space before a word, props ocean90. See #26437.
Built from https://develop.svn.wordpress.org/trunk@26842
git-svn-id: http://core.svn.wordpress.org/trunk@26729 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-09 20:29:10 +00:00 |
|
Lance Willett
|
dc4c8e91aa
|
Twenty Fourteen: fix breakpoint at 782 pixels wide to exactly match WordPress toolbar breakpoint. Props jjj, fixes #26501.
Built from https://develop.svn.wordpress.org/trunk@26831
git-svn-id: http://core.svn.wordpress.org/trunk@26718 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-09 19:11:10 +00:00 |
|
Lance Willett
|
3dc744d0cb
|
Twenty Fourteen: minor spacing and CSS formatting fixes. See #25946.
Built from https://develop.svn.wordpress.org/trunk@26810
git-svn-id: http://core.svn.wordpress.org/trunk@26697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-08 23:11:10 +00:00 |
|
Andrew Nacin
|
5dbc86ec6f
|
Twenty Fourteen: RTL fixes for the navigation.
props yoavf.
fixes #26200.
Built from https://develop.svn.wordpress.org/trunk@26796
git-svn-id: http://core.svn.wordpress.org/trunk@26683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-08 07:16:10 +00:00 |
|
Lance Willett
|
00d39bd205
|
Twenty Fourteen: clean up PHP braces style in page templates. Closes #26467.
Built from https://develop.svn.wordpress.org/trunk@26761
git-svn-id: http://core.svn.wordpress.org/trunk@26649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-07 00:54:10 +00:00 |
|
Andrew Nacin
|
ba4c047973
|
Twenty Fourteen: Remove stray slash.
props Ipstenu.
fixes #26467.
Built from https://develop.svn.wordpress.org/trunk@26757
git-svn-id: http://core.svn.wordpress.org/trunk@26645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-06 23:49:11 +00:00 |
|
Lance Willett
|
4e4e5166cb
|
Bundled themes: new screenshots at 880x660 to maximize theme goodness in the new theme viewer design. See #26159.
Built from https://develop.svn.wordpress.org/trunk@26749
git-svn-id: http://core.svn.wordpress.org/trunk@26637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-06 22:07:10 +00:00 |
|
Andrew Nacin
|
2f2b86270e
|
Twenty Fourteen: Remove unused and untoggled no-js class.
props johnbillion.
fixes #26453.
Built from https://develop.svn.wordpress.org/trunk@26729
git-svn-id: http://core.svn.wordpress.org/trunk@26618 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-06 17:16:11 +00:00 |
|
Andrew Nacin
|
342328521f
|
POT file update for Twenty Fourteen. see #26437.
Built from https://develop.svn.wordpress.org/trunk@26727
git-svn-id: http://core.svn.wordpress.org/trunk@26616 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-06 16:36:10 +00:00 |
|
Lance Willett
|
aa5e3813ad
|
Twenty Fourteen: minor fixes to main and RTL CSS files' table of contents.
Built from https://develop.svn.wordpress.org/trunk@26713
git-svn-id: http://core.svn.wordpress.org/trunk@26602 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-06 02:22:11 +00:00 |
|
Matt Mullenweg
|
ba93d95af0
|
Add and display new tags to highlight the ever-growing number of responsive themes available. Fixes #21442.
Props Otto42 and lancewillett.
Built from https://develop.svn.wordpress.org/trunk@26711
git-svn-id: http://core.svn.wordpress.org/trunk@26600 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-06 01:07:11 +00:00 |
|
Andrew Nacin
|
b7c5823bbf
|
Remove redundant closure for such a simple file. see #26445.
Built from https://develop.svn.wordpress.org/trunk@26707
git-svn-id: http://core.svn.wordpress.org/trunk@26596 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 23:40:11 +00:00 |
|
Andrew Nacin
|
b1addd78ca
|
Twenty Fourteen: Wait for DOM ready in the customizer, which was breaking IE8.
props ocean90.
fixes #26445.
Built from https://develop.svn.wordpress.org/trunk@26706
git-svn-id: http://core.svn.wordpress.org/trunk@26595 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 23:39:11 +00:00 |
|
Lance Willett
|
6d4eca6cdf
|
Twenty Fourteen: remove unneeded code from image template, see #25946.
Built from https://develop.svn.wordpress.org/trunk@26699
git-svn-id: http://core.svn.wordpress.org/trunk@26589 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 22:51:11 +00:00 |
|
Lance Willett
|
3e24cf1636
|
Twenty Fourteen: remove redundant parentheses and translation wrapper, see #25946.
Built from https://develop.svn.wordpress.org/trunk@26698
git-svn-id: http://core.svn.wordpress.org/trunk@26588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 22:47:10 +00:00 |
|
Lance Willett
|
63c82dd11d
|
Twenty Fourteen: remove invalid rel attributes from post thumbnail output, and fix a CSS typo. See #25946 and #25325.
Built from https://develop.svn.wordpress.org/trunk@26694
git-svn-id: http://core.svn.wordpress.org/trunk@26584 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 22:09:10 +00:00 |
|
Lance Willett
|
017fd0b083
|
Twenty Fourteen: fix too-wide search "jump to" link and provide focus on the search input when it's used. Closes #25592.
Built from https://develop.svn.wordpress.org/trunk@26691
git-svn-id: http://core.svn.wordpress.org/trunk@26581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 21:28:11 +00:00 |
|
Lance Willett
|
8e352c8187
|
Twenty Fourteen: remove unneeded !important declarations, and comment the ones we absolutely need to keep around. Fixes #26444.
Built from https://develop.svn.wordpress.org/trunk@26689
git-svn-id: http://core.svn.wordpress.org/trunk@26579 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 21:03:11 +00:00 |
|
Lance Willett
|
d7b79fac5b
|
Twenty Fourteen: more string cleanup, and a pinking shear. See #26437.
Built from https://develop.svn.wordpress.org/trunk@26679
git-svn-id: http://core.svn.wordpress.org/trunk@26569 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 18:31:11 +00:00 |
|
Lance Willett
|
cf7ec69eca
|
Twenty Fourteen: add future TODO for post format string plurals, see #23257.
Built from https://develop.svn.wordpress.org/trunk@26674
git-svn-id: http://core.svn.wordpress.org/trunk@26564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 17:57:09 +00:00 |
|
Lance Willett
|
5819bbf298
|
Twenty Fourteen: string cleanup, see #26437.
Built from https://develop.svn.wordpress.org/trunk@26673
git-svn-id: http://core.svn.wordpress.org/trunk@26563 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 17:55:10 +00:00 |
|
Lance Willett
|
dd6d39ba9d
|
Twenty Fourteen: remove trailing slashes on void elements such as meta and link, and remove type attribute from script element. See #24499.
Built from https://develop.svn.wordpress.org/trunk@26672
git-svn-id: http://core.svn.wordpress.org/trunk@26562 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 17:54:09 +00:00 |
|
Lance Willett
|
ecf5c3ae21
|
Twenty Fourteen: bump JS version for customizer.js, see #26338.
Built from https://develop.svn.wordpress.org/trunk@26669
git-svn-id: http://core.svn.wordpress.org/trunk@26559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 17:33:10 +00:00 |
|