Dominik Schilling
|
aa162f365e
|
Twenty Fourteen: Adjust spacing for menu toggle button to avoid overflowing accented characters.
Broken in [28698].
props schoenwaldnils.
fixes #27456.
Built from https://develop.svn.wordpress.org/trunk@28756
git-svn-id: http://core.svn.wordpress.org/trunk@28570 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-06-16 14:01:15 +00:00 |
|
Lance Willett
|
8ded986462
|
Twenty Fourteen: fix menu toggle display on older Android devices. Props obenland, DavidTheMachine. Fixes #27456.
Built from https://develop.svn.wordpress.org/trunk@28698
git-svn-id: http://core.svn.wordpress.org/trunk@28515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-06-08 18:24:16 +00:00 |
|
Lance Willett
|
c54618ab9c
|
Twenty Fourteen: first pass at better Audio/Video player styling with genericons. Props celloexpressions, see #26469.
Built from https://develop.svn.wordpress.org/trunk@28694
git-svn-id: http://core.svn.wordpress.org/trunk@28512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-06-06 18:57:14 +00:00 |
|
Lance Willett
|
64eaedb9eb
|
Twenty Fourteen: update to Genericons 3.0.3. Props celloexpressions, closes #28456.
Built from https://develop.svn.wordpress.org/trunk@28692
git-svn-id: http://core.svn.wordpress.org/trunk@28510 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-06-06 17:36:14 +00:00 |
|
Lance Willett
|
581c043c22
|
Twenty Fourteen: Apply max-width values to avoid site title breaking the layout in small screens. Props sixhours, rclations. See #28237.
Built from https://develop.svn.wordpress.org/trunk@28691
git-svn-id: http://core.svn.wordpress.org/trunk@28509 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-06-06 17:31:15 +00:00 |
|
Lance Willett
|
f83806b4ba
|
Twenty Fourteen: fix playlist track color in content sidebar. Props celloexpressions, fixes #28457.
Built from https://develop.svn.wordpress.org/trunk@28690
git-svn-id: http://core.svn.wordpress.org/trunk@28508 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-06-06 17:22:13 +00:00 |
|
Lance Willett
|
aea136ec06
|
Twenty Fourteen: apply .widget input and textarea styles only if they are inside .widget-area . Props jesin, fixes #27677.
Built from https://develop.svn.wordpress.org/trunk@28663
git-svn-id: http://core.svn.wordpress.org/trunk@28481 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-06-04 17:34:14 +00:00 |
|
Lance Willett
|
5897fb2ed1
|
Twenty Fourteen: add documentation for global variables used in twentyfourteen_wp_title() . Closes #28421.
Built from https://develop.svn.wordpress.org/trunk@28661
git-svn-id: http://core.svn.wordpress.org/trunk@28479 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-06-04 17:15:15 +00:00 |
|
Lance Willett
|
c2f0505bcf
|
Twenty Fourteen: change hardcoded pagination base to use the WordPress Rewrite object's pagination_base value instead. Document global variable usage properly.
Props SergeyBiryukov, fixes #28405.
Built from https://develop.svn.wordpress.org/trunk@28645
git-svn-id: http://core.svn.wordpress.org/trunk@28463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-31 18:51:19 +00:00 |
|
Lance Willett
|
a556d9470e
|
Twenty Fourteen: adjust spacing for site description (tagline) to avoid cutting off accented characters. Props SergeyBiryukov, iamtakashi. Fixes #28397.
Built from https://develop.svn.wordpress.org/trunk@28630
git-svn-id: http://core.svn.wordpress.org/trunk@28450 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-30 17:09:14 +00:00 |
|
Sergey Biryukov
|
d59d5a9292
|
Twenty Fourteen: Avoid passing an empty string to document.getElementById().
props nabil_kadimi.
fixes #28340.
Built from https://develop.svn.wordpress.org/trunk@28598
git-svn-id: http://core.svn.wordpress.org/trunk@28423 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-28 13:36:16 +00:00 |
|
Sergey Biryukov
|
7de1eac464
|
Twenty Fourteen: Bail early from Featured_Content::hide_featured_term() if term objects are unavailable.
fixes #28072.
Built from https://develop.svn.wordpress.org/trunk@28536
git-svn-id: http://core.svn.wordpress.org/trunk@28362 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-22 09:25:15 +00:00 |
|
Lance Willett
|
b66cc87ea4
|
Twenty Fourteen: correct escaping for parent post link and attachment link in image template. Props philiparthurmoore, see #28251.
Built from https://develop.svn.wordpress.org/trunk@28462
git-svn-id: http://core.svn.wordpress.org/trunk@28289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-16 22:31:15 +00:00 |
|
Lance Willett
|
42d2f4fc21
|
Bundled themes: use correct logic in IE conditional comments in header template. Props mikemanger, fixes #28151.
Built from https://develop.svn.wordpress.org/trunk@28341
git-svn-id: http://core.svn.wordpress.org/trunk@28169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-07 04:27:15 +00:00 |
|
Sergey Biryukov
|
2c97f4640b
|
Prevent 'Page %s' from being added to page title on 404 error pages in bundled themes.
props psoluch, rob1n.
fixes #16468.
Built from https://develop.svn.wordpress.org/trunk@28250
git-svn-id: http://core.svn.wordpress.org/trunk@28078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-04 13:17:28 +00:00 |
|
Sergey Biryukov
|
9998560152
|
Twenty Fourteen: Avoid a PHP notice in Ephemera widget.
props jartes.
fixes #28055.
Built from https://develop.svn.wordpress.org/trunk@28248
git-svn-id: http://core.svn.wordpress.org/trunk@28076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-02 18:46:17 +00:00 |
|
Andrew Nacin
|
c7a5c91d5e
|
Version bumps for Twenty Eleven, Twenty Twelve, Twenty Thirteen, Twenty Fourteen.
props lancewillett.
see #27843.
Built from https://develop.svn.wordpress.org/trunk@28166
git-svn-id: http://core.svn.wordpress.org/trunk@27997 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-04-19 18:26:15 +00:00 |
|
Andrew Nacin
|
a49c176661
|
Update POT files for bundled themes. see #27843.
Built from https://develop.svn.wordpress.org/trunk@28165
git-svn-id: http://core.svn.wordpress.org/trunk@27996 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-04-19 18:23:14 +00:00 |
|
Lance Willett
|
0a97933302
|
Twenty Thirteen and Fourteen: style to support the new HTML5 line-break-less galleries. Props obenland, see #27637.
Built from https://develop.svn.wordpress.org/trunk@27926
git-svn-id: http://core.svn.wordpress.org/trunk@27756 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-04-03 04:47:14 +00:00 |
|
Lance Willett
|
a450512b7b
|
Twenty Thirteen and Fourteen: implement HTML5 markup for galleries (see #26697) and captions (see #26642). Props obenland, closes #27502.
Built from https://develop.svn.wordpress.org/trunk@27763
git-svn-id: http://core.svn.wordpress.org/trunk@27600 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-27 00:06:28 +00:00 |
|
Sergey Biryukov
|
a1c478586b
|
Twenty Fourteen: Fix typo in contextual help.
props vanillalounge.
fixes #27493.
Built from https://develop.svn.wordpress.org/trunk@27661
git-svn-id: http://core.svn.wordpress.org/trunk@27504 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-23 12:42:14 +00:00 |
|
Lance Willett
|
33d61b07f8
|
Twenty Fourteen: improved gallery styles in visual editor, props celloexpressions. Fixes #27462.
Built from https://develop.svn.wordpress.org/trunk@27641
git-svn-id: http://core.svn.wordpress.org/trunk@27484 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-03-20 17:21:14 +00:00 |
|
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 |
|
Lance Willett
|
25ee6100bd
|
Twenty Fourteen: better logic for hide/show title and description, and Customizer handling of the same. Add ID attributes to style blocks. Fixes #26338.
Built from https://develop.svn.wordpress.org/trunk@26668
git-svn-id: http://core.svn.wordpress.org/trunk@26558 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 17:30:11 +00:00 |
|
Lance Willett
|
5fbeb4fd9c
|
Twenty Fourteen: remove unused variable in slider.js, see #26191.
Built from https://develop.svn.wordpress.org/trunk@26666
git-svn-id: http://core.svn.wordpress.org/trunk@26556 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 08:30:11 +00:00 |
|
Lance Willett
|
b15de66997
|
Twenty Fourteen: fix two usability issues with touch events on mobile devices with the Featured Content slider:
* Try to avoid the slight delay when swiping from one slide to the next.
* Fix bug where second to last slide was animating like it was the last.
Fixes #26191.
Built from https://develop.svn.wordpress.org/trunk@26665
git-svn-id: http://core.svn.wordpress.org/trunk@26555 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 08:21:10 +00:00 |
|
Lance Willett
|
51bd1000c2
|
Twenty Fourteen: rework "current menu" submenu icons to use Genericons for simplicity and to inherit colors better. Props celloexpressions, fixes #26424.
Built from https://develop.svn.wordpress.org/trunk@26662
git-svn-id: http://core.svn.wordpress.org/trunk@26552 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 06:15:12 +00:00 |
|
Lance Willett
|
ae33743f4c
|
Twenty Fourteen: partial revert of r26558 to avoid blocking access to the Menu Toggle in IE when in small viewports. See #26189 and #26379.
Built from https://develop.svn.wordpress.org/trunk@26661
git-svn-id: http://core.svn.wordpress.org/trunk@26551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 06:13:10 +00:00 |
|
Matt Mullenweg
|
e20a684463
|
Create a new tag for themes that have passed the theme check guidelines for accessibility. Fixes #26157
Props lancewillett.
Built from https://develop.svn.wordpress.org/trunk@26658
git-svn-id: http://core.svn.wordpress.org/trunk@26548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 03:49:10 +00:00 |
|
Lance Willett
|
1b78eb0bb2
|
Twenty Fourteen: change sort order on Contributor template to put author with mosts posts at the top. Props iamtakashi, closes #26427; see #24863.
Built from https://develop.svn.wordpress.org/trunk@26657
git-svn-id: http://core.svn.wordpress.org/trunk@26547 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 03:16:10 +00:00 |
|
Lance Willett
|
53d959ef0e
|
Twenty Fourteen: avoid overflow for audio and similar elements. Fixes #26426.
Built from https://develop.svn.wordpress.org/trunk@26655
git-svn-id: http://core.svn.wordpress.org/trunk@26545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 02:35:10 +00:00 |
|
Lance Willett
|
40e849f631
|
Twenty Fourteen: add author description below author name on author archive view, and update styles for archive header area. Props iamtakashi, closes #26420.
Built from https://develop.svn.wordpress.org/trunk@26654
git-svn-id: http://core.svn.wordpress.org/trunk@26544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 02:33:10 +00:00 |
|
Lance Willett
|
cf19d7f24c
|
Twenty Fourteen: fix display of required comment field asterisk in comment instruction text. Props chellycat, fixes #26423.
Built from https://develop.svn.wordpress.org/trunk@26653
git-svn-id: http://core.svn.wordpress.org/trunk@26543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-05 02:19:10 +00:00 |
|
Lance Willett
|
01554841bd
|
Twenty Fourteen: remove unneeded CSS rule, props iamtakashi. Closes #26418.
Built from https://develop.svn.wordpress.org/trunk@26647
git-svn-id: http://core.svn.wordpress.org/trunk@26537 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 23:03:11 +00:00 |
|
Lance Willett
|
5f73635e58
|
Twenty Fourteen: fix typo, props DrewAPicture. See #26414.
Built from https://develop.svn.wordpress.org/trunk@26646
git-svn-id: http://core.svn.wordpress.org/trunk@26536 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 22:52:10 +00:00 |
|
Lance Willett
|
05200ae863
|
Twenty Fourteen: minor code cleanup in Customizer file, props obenland. Fixes #26414.
Built from https://develop.svn.wordpress.org/trunk@26643
git-svn-id: http://core.svn.wordpress.org/trunk@26533 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 22:09:11 +00:00 |
|
Lance Willett
|
0c9132c942
|
Twenty Fourteen: fix editor style discrepancies for mark and ins . Props sixhours, fixes #26413.
Built from https://develop.svn.wordpress.org/trunk@26639
git-svn-id: http://core.svn.wordpress.org/trunk@26529 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 21:47:11 +00:00 |
|
Lance Willett
|
9464a4aa1a
|
Twenty Fourteen: sanitize the values of Featured Content layout option, props kwight. Fixes #26408.
Built from https://develop.svn.wordpress.org/trunk@26636
git-svn-id: http://core.svn.wordpress.org/trunk@26526 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 21:33:11 +00:00 |
|
Lance Willett
|
f0f5a12288
|
Twenty Fourteen: add link to Codex documentation in Help text, and minor cleanup based on siobhan feedback. See #25837.
Built from https://develop.svn.wordpress.org/trunk@26630
git-svn-id: http://core.svn.wordpress.org/trunk@26520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 19:53:18 +00:00 |
|
Lance Willett
|
0f3b7b7978
|
Twenty Fourteen: fix site title color preview in Customizer, props kwight. Closes #26404.
Built from https://develop.svn.wordpress.org/trunk@26619
git-svn-id: http://core.svn.wordpress.org/trunk@26509 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 18:42:09 +00:00 |
|
Lance Willett
|
3ca9da5974
|
Twenty Fourteen: fix broken selector, props celloexpressions. See #26212. [This IE browser no le gusta chile, ese.]
Built from https://develop.svn.wordpress.org/trunk@26609
git-svn-id: http://core.svn.wordpress.org/trunk@26499 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 16:39:09 +00:00 |
|
Andrew Nacin
|
89d241a03b
|
Twenty Fourteen: Flip genericons in RTL.
props yoavf.
see #25801.
Built from https://develop.svn.wordpress.org/trunk@26607
git-svn-id: http://core.svn.wordpress.org/trunk@26497 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 15:13:10 +00:00 |
|
Andrew Nacin
|
89cbb4405d
|
Twenty Fourteen: RTL for the slider.
props yoavf.
see #25801.
Built from https://develop.svn.wordpress.org/trunk@26606
git-svn-id: http://core.svn.wordpress.org/trunk@26496 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 15:09:09 +00:00 |
|
Lance Willett
|
469fc3baba
|
Twenty Fourteen: avoid a potential gap in menu-toggle content. Props kwight, fixes #26383.
Built from https://develop.svn.wordpress.org/trunk@26600
git-svn-id: http://core.svn.wordpress.org/trunk@26490 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 03:32:11 +00:00 |
|
Lance Willett
|
7e7666d514
|
Twenty Fourteen: remove wp_is_mobile() call from post thumbnail size logic as it's not intended for front-end use. Props kwight, fixes #26221.
Built from https://develop.svn.wordpress.org/trunk@26599
git-svn-id: http://core.svn.wordpress.org/trunk@26489 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 03:29:10 +00:00 |
|
Lance Willett
|
84d9b4241b
|
Twenty Fourteen: ensure attachment image size is correct at 810 pixels. Props iamtakashi, fixes #26384.
Built from https://develop.svn.wordpress.org/trunk@26598
git-svn-id: http://core.svn.wordpress.org/trunk@26488 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 03:24:19 +00:00 |
|
Lance Willett
|
340ab3f89d
|
Twenty Fourteen: pinking shears.
Built from https://develop.svn.wordpress.org/trunk@26597
git-svn-id: http://core.svn.wordpress.org/trunk@26487 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 03:24:11 +00:00 |
|
Lance Willett
|
8ca1f4ff01
|
Twenty Fourteen: fix JS lint errors in customizer.js file, see r26573.
Built from https://develop.svn.wordpress.org/trunk@26591
git-svn-id: http://core.svn.wordpress.org/trunk@26481 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-03 21:13:10 +00:00 |
|
Lance Willett
|
3d89dbb71f
|
Twenty Fourteen: enhance main navigation usability by adding in visual indicators for existence of submenu items. Props binarymoon, iamtakashi. Fixes #26200.
Built from https://develop.svn.wordpress.org/trunk@26587
git-svn-id: http://core.svn.wordpress.org/trunk@26477 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-03 20:51:10 +00:00 |
|
Lance Willett
|
c72bcbe38e
|
Twenty Fourteen: avoid empty markup when no next or previous image in image template. Props MikeHansenMe and jartes, fixes #26208.
Built from https://develop.svn.wordpress.org/trunk@26586
git-svn-id: http://core.svn.wordpress.org/trunk@26476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-03 20:43:10 +00:00 |
|
Sergey Biryukov
|
54cc0d8b9e
|
Twenty Fourteen: Remove obsolete comment. props DrewAPicture. fixes #26380.
Built from https://develop.svn.wordpress.org/trunk@26581
git-svn-id: http://core.svn.wordpress.org/trunk@26471 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-03 19:20:09 +00:00 |
|