Lance Willett
|
521078cf17
|
Twenty Fourteen: use SVG images instead of CSS3 gradients for featured image background pattern. Props iamtakashi.
* Fixes laggy loading in Firefox, see #25600.
* Significantly reduces CPU usage.
* Scalable and crisp on HiDPI/retina screens.
* SVG is support in IE9 which doesn't support CSS gradients.
Built from https://develop.svn.wordpress.org/trunk@25865
git-svn-id: http://core.svn.wordpress.org/trunk@25777 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-22 17:00:10 +00:00 |
|
Lance Willett
|
a9cab6f3fb
|
Twenty Fourteen: further revise primary navigation functionality, simplify mobile navigation, and clean up the main JS file. Props obenland, iamtakashi. See #25554.
Built from https://develop.svn.wordpress.org/trunk@25864
git-svn-id: http://core.svn.wordpress.org/trunk@25776 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-22 16:37:12 +00:00 |
|
Lance Willett
|
165ad57289
|
Twenty Fourteen: revise link colors. Props iamtakashi, see #25640.
Built from https://develop.svn.wordpress.org/trunk@25857
git-svn-id: http://core.svn.wordpress.org/trunk@25769 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-21 16:40:10 +00:00 |
|
Lance Willett
|
cde77ec4ea
|
Twenty Fourteen: fix non-image attachment page layout, props iamtakashi. Fixes #25624.
Built from https://develop.svn.wordpress.org/trunk@25856
git-svn-id: http://core.svn.wordpress.org/trunk@25768 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-21 16:35:09 +00:00 |
|
Lance Willett
|
74a2b63958
|
Twenty Fourteen: fix typo that prevented author name display in Ephemera widget. Props iamtakashi, fixes #25641.
Built from https://develop.svn.wordpress.org/trunk@25855
git-svn-id: http://core.svn.wordpress.org/trunk@25767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-21 16:34:09 +00:00 |
|
Lance Willett
|
09ed6eac8a
|
Twenty Fourteen: improved responsive styles for featured content and minor layout fixes. Props iamtakashi, see #25592.
Built from https://develop.svn.wordpress.org/trunk@25854
git-svn-id: http://core.svn.wordpress.org/trunk@25766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-21 16:33:09 +00:00 |
|
Lance Willett
|
80d7b26a8c
|
Twenty Fourteen: fix a typo introduced in r25808, props kovshenin. See #25549.
Built from https://develop.svn.wordpress.org/trunk@25853
git-svn-id: http://core.svn.wordpress.org/trunk@25765 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-21 16:31:12 +00:00 |
|
Lance Willett
|
4359cfd88d
|
Bundled Themes: pinking shears, fix a trailing period.
Built from https://develop.svn.wordpress.org/trunk@25824
git-svn-id: http://core.svn.wordpress.org/trunk@25736 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-17 03:30:09 +00:00 |
|
Lance Willett
|
38b333977e
|
Twenty Fourteen: cleanup, props iamtakashi. Fixes #25613.
* With the ephemera widget in place, `content-recent-formatted-post.php` is unused, see #25028.
* We're no longe filtering formatted posts from the main query, see #25330.
* Fix a typo.
Built from https://develop.svn.wordpress.org/trunk@25814
git-svn-id: http://core.svn.wordpress.org/trunk@25726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-16 18:29:09 +00:00 |
|
Lance Willett
|
fafbee59f9
|
Twenty Fourteen: implement tag auto-complete for featured content settings, and uppercase __CLASS__ for consistency. Props kovshenin, see #25549.
Built from https://develop.svn.wordpress.org/trunk@25813
git-svn-id: http://core.svn.wordpress.org/trunk@25725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-16 18:27:09 +00:00 |
|
Lance Willett
|
34edaed317
|
Twenty Fourteen: first pass at implementing Featured Content settings, props obenland. See #25549.
Built from https://develop.svn.wordpress.org/trunk@25808
git-svn-id: http://core.svn.wordpress.org/trunk@25720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-16 04:22:09 +00:00 |
|
Lance Willett
|
83f5f48dea
|
Twenty Fourteen: remove excerpts from featured posts, and display full titles instead. Props iamtakashi, closes #25581.
Built from https://develop.svn.wordpress.org/trunk@25804
git-svn-id: http://core.svn.wordpress.org/trunk@25716 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-16 03:47:09 +00:00 |
|
Lance Willett
|
6a3e7ff614
|
Twenty Fourteen: link hover improvements, props sabreuse. See #25054.
Built from https://develop.svn.wordpress.org/trunk@25803
git-svn-id: http://core.svn.wordpress.org/trunk@25715 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-15 23:37:10 +00:00 |
|
Lance Willett
|
f98e6f60fb
|
Twenty Fourteen: better logic for featured image HTML output, and add fallback message for focusable anchor elements, for accessibility. Fixes #25325.
Built from https://develop.svn.wordpress.org/trunk@25802
git-svn-id: http://core.svn.wordpress.org/trunk@25714 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-15 23:24:10 +00:00 |
|
Lance Willett
|
b4b6c09476
|
Twenty Fourteen: minor fixes to docs, props celloexpressions. See #25257
Built from https://develop.svn.wordpress.org/trunk@25792
git-svn-id: http://core.svn.wordpress.org/trunk@25704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-15 18:01:09 +00:00 |
|
Lance Willett
|
c1ab04b466
|
Twenty Thirteen: fix description layout on attachment outputs, props obenland. Fixes #25578.
Built from https://develop.svn.wordpress.org/trunk@25791
git-svn-id: http://core.svn.wordpress.org/trunk@25703 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-15 17:59:09 +00:00 |
|
Lance Willett
|
3910e56231
|
Twenty Fourteen: remove style tags from accent color output, following r25786. Fixes #25599, props celloexpressions.
Built from https://develop.svn.wordpress.org/trunk@25790
git-svn-id: http://core.svn.wordpress.org/trunk@25702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-15 17:56:10 +00:00 |
|
Lance Willett
|
9001d030f3
|
Twenty Thirteen: use correct font name in comment docs, props tenpura. Fixes #25593.
Built from https://develop.svn.wordpress.org/trunk@25789
git-svn-id: http://core.svn.wordpress.org/trunk@25701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-15 16:47:09 +00:00 |
|
Lance Willett
|
590b6831dc
|
Twenty Fourteen: first pass at CSS revamp, props iamtakashi. See #25592.
Built from https://develop.svn.wordpress.org/trunk@25788
git-svn-id: http://core.svn.wordpress.org/trunk@25700 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-15 16:46:09 +00:00 |
|
Lance Willett
|
eaf78d3f7c
|
Twenty Fourteen: first pass for updating code comments to reflect WP inline docs standards, see #25257.
Built from https://develop.svn.wordpress.org/trunk@25769
git-svn-id: http://core.svn.wordpress.org/trunk@25682 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-11 22:02:11 +00:00 |
|
Lance Willett
|
ecfbd0b1de
|
Twenty Fourteen: remove two unused files, should have been deleted with r25088, see #24877.
Built from https://develop.svn.wordpress.org/trunk@25768
git-svn-id: http://core.svn.wordpress.org/trunk@25681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-11 21:01:09 +00:00 |
|
Lance Willett
|
7d2bb132e0
|
Twenty Fourteen: remove unneeded sidebar file. Props iamtakashi, see #25565.
Built from https://develop.svn.wordpress.org/trunk@25766
git-svn-id: http://core.svn.wordpress.org/trunk@25679 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-11 17:25:10 +00:00 |
|
Lance Willett
|
5024874876
|
Twenty Fourteen: remove header text customization options, fixes #25540. Props celloexpressions, obenland.
Built from https://develop.svn.wordpress.org/trunk@25765
git-svn-id: http://core.svn.wordpress.org/trunk@25678 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-11 17:14:09 +00:00 |
|
Lance Willett
|
7d22195cbb
|
Twenty Fourteen: merge Front Page Sidebar and Content Sidebar. Props iamtakashi, see #25565; closes #25565.
Built from https://develop.svn.wordpress.org/trunk@25762
git-svn-id: http://core.svn.wordpress.org/trunk@25675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-11 03:17:11 +00:00 |
|
Lance Willett
|
93347b2b0e
|
Twenty Fourteen: improve display for elements in the featured content area by preventing titles from breaking and letting content overflow with an ellipsis. Props obenland, fixes #25053.
Built from https://develop.svn.wordpress.org/trunk@25758
git-svn-id: http://core.svn.wordpress.org/trunk@25671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-10 15:36:10 +00:00 |
|
Lance Willett
|
578abd0796
|
Twenty Fourteen: improved JS support for keyboard navigation for main navigation menu. Props obenland, see #25054.
Built from https://develop.svn.wordpress.org/trunk@25757
git-svn-id: http://core.svn.wordpress.org/trunk@25670 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-10 15:33:10 +00:00 |
|
Lance Willett
|
44458d8bc3
|
Twenty Fourteen: a11y and RTL fixes for tabbed navigation and Skip to Content link. Props obenland, see #25054.
Built from https://develop.svn.wordpress.org/trunk@25756
git-svn-id: http://core.svn.wordpress.org/trunk@25669 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-10 15:31:09 +00:00 |
|
Lance Willett
|
1d14316169
|
Twenty Fourteen: improve primary navigation styles for a clearer distinction between hover and the current page highlight, and change color to harmonize with the search toggle. Props iamtakashi, fixes #25554.
Built from https://develop.svn.wordpress.org/trunk@25754
git-svn-id: http://core.svn.wordpress.org/trunk@25667 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-10 03:37:09 +00:00 |
|
Lance Willett
|
7a03adbb52
|
Twenty Fourteen: remove CSS transitions, props iamtakashi. Fixes #25553.
Built from https://develop.svn.wordpress.org/trunk@25753
git-svn-id: http://core.svn.wordpress.org/trunk@25666 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-10 03:31:09 +00:00 |
|
Lance Willett
|
79bd971194
|
Twenty Fourteen: merge recent stylesheet changes to RTL, and file miscellaneous CSS cleanup.
RTL still needs more responsive fixes, see #25332 -- and a11y menu fixes, see #25054.
Built from https://develop.svn.wordpress.org/trunk@25749
git-svn-id: http://core.svn.wordpress.org/trunk@25662 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-09 21:42:09 +00:00 |
|
Andrew Nacin
|
f5eb32ec6b
|
Default themes: Don't use /** docblocks for simple multiline comments.
props DrewAPicture, ericlewis.
fixes #25256.
Built from https://develop.svn.wordpress.org/trunk@25746
git-svn-id: http://core.svn.wordpress.org/trunk@25659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-09 20:39:09 +00:00 |
|
Lance Willett
|
66be5edfb5
|
Twenty Fourteen: remove title attributes for better accessibility. Props sabreuse for original patch, see #25054.
Built from https://develop.svn.wordpress.org/trunk@25743
git-svn-id: http://core.svn.wordpress.org/trunk@25656 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-09 19:07:09 +00:00 |
|
Lance Willett
|
ffd47afa4b
|
Twenty Fourteen: a11y fix for keyboard navigation and Skip Content link, see #25054.
Built from https://develop.svn.wordpress.org/trunk@25742
git-svn-id: http://core.svn.wordpress.org/trunk@25655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-09 18:52:10 +00:00 |
|
Lance Willett
|
f6fc6a8b29
|
Twenty Fourteen: minor color contrast and a11y fixes, see #25054.
Built from https://develop.svn.wordpress.org/trunk@25740
git-svn-id: http://core.svn.wordpress.org/trunk@25653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-09 18:39:10 +00:00 |
|
Lance Willett
|
29a60aa56c
|
Twenty Fourteen: remove unnecessary no-sidebar class value in front page template. Props iamtakashi, fixes #25543.
Built from https://develop.svn.wordpress.org/trunk@25738
git-svn-id: http://core.svn.wordpress.org/trunk@25651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-09 16:27:09 +00:00 |
|
Lance Willett
|
7f766fccb5
|
Twenty Fourteen: remove unneeded .single-attachment body class selectors, props iamtakashi. Fixes #25541, see #25506.
Built from https://develop.svn.wordpress.org/trunk@25737
git-svn-id: http://core.svn.wordpress.org/trunk@25650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-09 16:26:10 +00:00 |
|
Lance Willett
|
8816dd8108
|
Twenty Fourteen: fill browser height to 100% for views with short content. Accounts for footer widgets, in which case the height isn't set to 100% so that the widgets remain visible. Props wycks and taupecat, fixes #25389.
Built from https://develop.svn.wordpress.org/trunk@25736
git-svn-id: http://core.svn.wordpress.org/trunk@25649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-08 21:37:09 +00:00 |
|
Lance Willett
|
c78cbb19ce
|
Twenty Fourteen: allow pages to have featured images, props iamtakashi. Fixes #25325.
Built from https://develop.svn.wordpress.org/trunk@25735
git-svn-id: http://core.svn.wordpress.org/trunk@25648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-08 21:22:10 +00:00 |
|
Lance Willett
|
bb63cf3c40
|
Twenty Fourteen: provide keyboard support for the primary navigation, props joedolson. See #25054.
Built from https://develop.svn.wordpress.org/trunk@25731
git-svn-id: http://core.svn.wordpress.org/trunk@25644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-08 17:56:09 +00:00 |
|
Lance Willett
|
4cfe0fe5e2
|
Twenty Fourteen: accent color fixes, props celloexpressions. See #25220.
* Try a darker text color for header nave submenu items on hover (matching site description color).
* Fix a bad hover color override.
Built from https://develop.svn.wordpress.org/trunk@25730
git-svn-id: http://core.svn.wordpress.org/trunk@25643 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-08 17:31:09 +00:00 |
|
Lance Willett
|
08d2de911a
|
Twenty Fourteen: reduce post widget margin, props kraftbj, closes #25426.
Built from https://develop.svn.wordpress.org/trunk@25729
git-svn-id: http://core.svn.wordpress.org/trunk@25642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-08 17:29:08 +00:00 |
|
Andrew Nacin
|
0913d37ecf
|
Twenty Thirteen: Remove unneeded .single-attachment selector.
props obenland.
fixes #25506.
Built from https://develop.svn.wordpress.org/trunk@25716
git-svn-id: http://core.svn.wordpress.org/trunk@25629 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-07 16:43:09 +00:00 |
|
Andrew Nacin
|
9046149c61
|
Twenty Twelve: Use the correct body class for attachments in the IE stylesheet.
props Marco_Teethgrinder.
see #25506. see [25707].
Built from https://develop.svn.wordpress.org/trunk@25715
git-svn-id: http://core.svn.wordpress.org/trunk@25628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-07 16:42:09 +00:00 |
|
Andrew Nacin
|
72b7c6b912
|
Twenty Twelve: Use the correct body class for attachments.
.single-attachment is only used when the attachment's parent is not a page.
props Marco_Teethgrinder.
fixes #25506.
Built from https://develop.svn.wordpress.org/trunk@25707
git-svn-id: http://core.svn.wordpress.org/trunk@25621 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-07 13:19:10 +00:00 |
|
Lance Willett
|
6268f714e0
|
Twenty Ten: update code comments to reflect WP inline docs standards. Props DrewAPicture, closes #25256.
Built from https://develop.svn.wordpress.org/trunk@25627
git-svn-id: http://core.svn.wordpress.org/trunk@25544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-25 17:04:10 +00:00 |
|
Lance Willett
|
f3c9b36f73
|
Twenty Twelve: simplify header image check, props obenland. Closes #25400.
Built from https://develop.svn.wordpress.org/trunk@25626
git-svn-id: http://core.svn.wordpress.org/trunk@25543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-25 16:59:09 +00:00 |
|
Lance Willett
|
25d1363a66
|
Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256.
Built from https://develop.svn.wordpress.org/trunk@25625
git-svn-id: http://core.svn.wordpress.org/trunk@25542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-25 16:50:11 +00:00 |
|
Lance Willett
|
881c87cc51
|
Twenty Fourteen: make the content sidebar optional and alter the layout to full-width if the sidebar is not active, but without adding wider featured image (for now). Props iamtakashi, closes #25031.
Built from https://develop.svn.wordpress.org/trunk@25624
git-svn-id: http://core.svn.wordpress.org/trunk@25541 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-25 16:36:09 +00:00 |
|
Lance Willett
|
107163d578
|
Twenty Fourteen: change the background color a bit more on hover for main navigation submenus. See #25220.
Built from https://develop.svn.wordpress.org/trunk@25623
git-svn-id: http://core.svn.wordpress.org/trunk@25540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-25 16:28:08 +00:00 |
|
Lance Willett
|
f41d44f20b
|
Twenty Fourteen: remove unused images, following r25610. See #25300.
Built from https://develop.svn.wordpress.org/trunk@25614
git-svn-id: http://core.svn.wordpress.org/trunk@25531 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-24 23:07:10 +00:00 |
|