Commit Graph

19560 Commits

Author SHA1 Message Date
Lance Willett 083b1fe30e Twenty Twelve: hide author name on single author blogs, using `is_multi_author()` -- fixes #21759, props iamtakashi.
git-svn-id: http://core.svn.wordpress.org/trunk@21761 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-05 04:33:55 +00:00
Bot (Translations) 6b818097d2 POT, generated from r21732
git-svn-id: http://core.svn.wordpress.org/trunk@21733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-04 06:18:25 +00:00
Lance Willett b2b2ee0b09 Twenty Twelve: remove executable bit from content-status.php, see r21726.
git-svn-id: http://core.svn.wordpress.org/trunk@21732 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-04 05:53:14 +00:00
Bot (Translations) 7f2dff0052 POT, generated from r21728
git-svn-id: http://core.svn.wordpress.org/trunk@21731 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-04 05:18:55 +00:00
Lance Willett 66adccbae9 Twenty Twelve: s/Show Menu/Menu/ for clarity and simplicity, and maybe more semantic and accessible. Fixes #21783, props iandstewart.
git-svn-id: http://core.svn.wordpress.org/trunk@21730 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-04 05:18:17 +00:00
Lance Willett 7d0dd6b360 Twenty Twelve: better bottom spacing for blockquotes, making it easier for child themes to style blockquotes followed by paragraphs. Props markjaquith and obenland, fixes #21764.
git-svn-id: http://core.svn.wordpress.org/trunk@21729 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-04 05:14:46 +00:00
Lance Willett d166694af0 Twenty Twelve: list items need larger left margins to avoid cutting off the left-side (digit in the case of ordered lists). Props sixhours and obenland, fixes #21750.
git-svn-id: http://core.svn.wordpress.org/trunk@21728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-04 05:08:32 +00:00
Lance Willett cfe9140385 Twenty Twelve: add support for Status post format. See #21743.
git-svn-id: http://core.svn.wordpress.org/trunk@21726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-04 05:00:19 +00:00
Lance Willett 00b53b27d9 Twenty Twelve: review and remove unneeded overflow rules, and remove duplicate style block. Props obenland, fixes #21740.
git-svn-id: http://core.svn.wordpress.org/trunk@21725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-04 04:54:24 +00:00
Lance Willett 03dfe5f085 Twenty Twelve: fix edit_post_link() inconsistencies, props obenland. Fixes #21722.
git-svn-id: http://core.svn.wordpress.org/trunk@21723 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-04 04:17:49 +00:00
Lance Willett ae7fe323e0 Twenty Twelve: remove justified text alignment rules for small screens. Closes #21385.
git-svn-id: http://core.svn.wordpress.org/trunk@21721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-04 03:58:24 +00:00
Lance Willett 76975666a4 Twenty Twelve: fix long word overflow in IE9 and FF15 by using `word-wrap` instead of `word-break`, fixes #21503.
git-svn-id: http://core.svn.wordpress.org/trunk@21720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-04 03:47:24 +00:00
Lance Willett b6a42991d4 Twenty Twelve: go with `echo get_the_date()` here, added in r21670 but reverted accidentally in r21674. Props obenland.
git-svn-id: http://core.svn.wordpress.org/trunk@21675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-30 19:32:05 +00:00
Lance Willett b024058027 Twenty Twelve: add a better permalink markup structure to content-image.php template, for usability when image posts have no title. Props obenland, fixes #21723.
git-svn-id: http://core.svn.wordpress.org/trunk@21674 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-30 19:27:27 +00:00
Lance Willett 670249944e Twenty Twelve: use `get_the_date()` rather than `the_date()` in content templates to ensure a date is always output and a post permalink is visible to site visitors. Props obenland and ocean90, fixes #21721.
git-svn-id: http://core.svn.wordpress.org/trunk@21670 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-30 17:23:22 +00:00
Bot (Translations) 4d5ccda0c2 POT, generated from r21668
git-svn-id: http://core.svn.wordpress.org/trunk@21669 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-30 17:18:55 +00:00
Lance Willett 5f54618427 Twenty Twelve: move Open Sans custom font loading to a body class to allow easier overriding, fixes #21694.
* Use wp_style_is() to check for the enqueued CSS file before adding the body class value.
 * Add a sample dequeue method in the comments as documentation for child themers and their ilk.

Props viniciusmassuchetto, nacin, and obenland.


git-svn-id: http://core.svn.wordpress.org/trunk@21668 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-30 16:59:22 +00:00
Lance Willett 129f9b59e9 Twenty Twelve: remove aggressive text-align rule, set to inherit instead to allow editor-added styles to justify per author's desire. Props obenland, fixes #21739.
git-svn-id: http://core.svn.wordpress.org/trunk@21667 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-30 16:39:49 +00:00
Lance Willett 152f0ef65b Twenty Twelve: move text treatment for footer anchor element up to its parent container, to allow styling any text in the footer.
git-svn-id: http://core.svn.wordpress.org/trunk@21666 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-30 16:25:31 +00:00
Lance Willett 1087731c36 Twenty Twelve: remove unneeded float rule from nav list items, there is nothing to override here.
Also allows authors to assign CSS classes and float menu items with something like `alignright`.


git-svn-id: http://core.svn.wordpress.org/trunk@21665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-30 16:24:29 +00:00
Bot (Translations) fe6b1a469b POT, generated from r21648
git-svn-id: http://core.svn.wordpress.org/trunk@21649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-28 18:18:47 +00:00
Lance Willett 83bcbc997b Twenty Twelve: use sidebar ID string value for sidebar checks instead of hard-coded integer, props nacin. See #21685.
git-svn-id: http://core.svn.wordpress.org/trunk@21643 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-28 17:16:18 +00:00
Lance Willett 792b454c6d Twenty Twelve: rename custom page templates and place in sub-directory. Closes #21715.
git-svn-id: http://core.svn.wordpress.org/trunk@21642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-28 17:12:10 +00:00
Bot (Translations) c0fc21a02d POT, generated from r21639
git-svn-id: http://core.svn.wordpress.org/trunk@21640 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-28 03:19:03 +00:00
Lance Willett 57031b6985 Twenty Twelve: simplify custom font loading behavior, see #21694.
* Remove theme options code and support from theme.
 * Keep Open Sans font first in the stack and make it always loaded.
 * Move Customizer pieces from Theme Options out of class structure and into functions.php.


git-svn-id: http://core.svn.wordpress.org/trunk@21639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-28 02:18:43 +00:00
Bot (Translations) 1a1cf42d9e POT, generated from r21637
git-svn-id: http://core.svn.wordpress.org/trunk@21638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-28 02:18:23 +00:00
Lance Willett 18933e9713 Twenty Twelve: add rule to force override the fixed width for Twitter embeds. Props kovshenin, see #21680.
git-svn-id: http://core.svn.wordpress.org/trunk@21637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-28 01:29:16 +00:00
Lance Willett 0b117e1ae0 Twenty Twelve: improve line-height and font-size for text widget output without added paragraph wrappers. Props leogermani, fixes #21693.
git-svn-id: http://core.svn.wordpress.org/trunk@21636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-28 01:23:13 +00:00
Lance Willett c78ee26f3e Twenty Twelve: add back more specific selector to wp-smiley class, forces removing image shadows from smileys. Props obenland, fixes #21696.
git-svn-id: http://core.svn.wordpress.org/trunk@21635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-28 01:18:12 +00:00
Lance Willett 35c034769e Twenty Twelve: add missing period in meta section of the 'image.php' template. Props viniciusmassuchetto, fixes #21695.
git-svn-id: http://core.svn.wordpress.org/trunk@21634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-28 01:15:13 +00:00
Lance Willett 571bd69bac Twenty Twelve: style email and url input types, and minor stylesheet cleanup.
git-svn-id: http://core.svn.wordpress.org/trunk@21626 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-25 23:27:04 +00:00
Bot (Translations) eb67b1e625 POT, generated from r21624
git-svn-id: http://core.svn.wordpress.org/trunk@21625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-25 18:18:46 +00:00
Lance Willett bf51496ba7 Twenty Twelve: pinking your trailing spaces, see #21675.
git-svn-id: http://core.svn.wordpress.org/trunk@21624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-25 17:57:42 +00:00
Lance Willett 14f0bb5154 Twenty Twelve: theme-options.php fixes from obenland, see #21685.
* Capability is already set to 'edit_theme_options' by default
 * Simplify logic for form input validation


git-svn-id: http://core.svn.wordpress.org/trunk@21623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-25 17:51:21 +00:00
Lance Willett 3364eba1f0 Twenty Twelve: JavaScript fix props obenland; no need to put the selector in a variable as it will be called only once anyway. See #21685.
git-svn-id: http://core.svn.wordpress.org/trunk@21622 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-25 17:47:34 +00:00
Lance Willett 8089a0683e Twenty Twelve: comments.php, cleanup and better indentation. Props obenland, see #21685.
git-svn-id: http://core.svn.wordpress.org/trunk@21621 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-25 17:41:32 +00:00
Lance Willett c0f33f6544 Twenty Twelve: consistently call sidebar areas with just the ID value, props obenland. See #21685.
git-svn-id: http://core.svn.wordpress.org/trunk@21620 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-25 17:32:06 +00:00
Bot (Translations) ec109cdeda POT, generated from r21617
git-svn-id: http://core.svn.wordpress.org/trunk@21619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-25 17:18:53 +00:00
Lance Willett 8907b96a0d Twenty Twelve: review and clean up end-of-element HTML comments. Props obenland for starter patch. Closes #21675.
git-svn-id: http://core.svn.wordpress.org/trunk@21618 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-25 17:16:56 +00:00
Lance Willett b5bfdfad7b Twenty Twelve: review and clarify code commenting and documentation. Props jorbin and obenland. See #21675.
git-svn-id: http://core.svn.wordpress.org/trunk@21617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-25 16:53:32 +00:00
Lance Willett 8a190aa073 Twenty Twelve: spaces to tabs in navigation.js, props obenland. See #21685.
git-svn-id: http://core.svn.wordpress.org/trunk@21616 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-25 16:50:05 +00:00
Bot (Translations) 1f58f01b09 POT, generated from r21613
git-svn-id: http://core.svn.wordpress.org/trunk@21614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-25 00:19:05 +00:00
Lance Willett a97f5310b8 Twenty Twelve: bump theme version to .9
git-svn-id: http://core.svn.wordpress.org/trunk@21613 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-24 23:41:25 +00:00
Lance Willett af00404a19 Twenty Twelve: remove typo in r21611. No 13 fo' you.
git-svn-id: http://core.svn.wordpress.org/trunk@21612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-24 21:08:35 +00:00
Lance Willett 5975114fff Twenty Twelve: rework navigation to remove need for jQuery and support wp_page_menu markup better. Fixes #21562.
git-svn-id: http://core.svn.wordpress.org/trunk@21611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-24 21:07:19 +00:00
Lance Willett 641bcf2656 Twenty Twelve: remove matchMedia JS polyfill now that older browsers are getting mobile-first navigation styles. Props Jayjdk, see #21562.
git-svn-id: http://core.svn.wordpress.org/trunk@21603 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-23 23:39:57 +00:00
Bot (Translations) aae3422795 POT, generated from r21600
git-svn-id: http://core.svn.wordpress.org/trunk@21602 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-23 21:18:27 +00:00
Lance Willett e38b6fab90 Twenty Twelve: include links to source code for html5 shiv and matchmedia polyfil, props jorbin. Fixes #21671.
git-svn-id: http://core.svn.wordpress.org/trunk@21600 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-23 20:52:07 +00:00
Lance Willett 07f4865da3 Twenty Twelve: s/Show navigation/Show menu/ in small menu button text, props nacin. See #21562.
git-svn-id: http://core.svn.wordpress.org/trunk@21573 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-21 17:31:33 +00:00
Lance Willett 9c8f2a32f2 Twenty Twelve: add in missing style.css tag for 'editor-style', see #21376.
git-svn-id: http://core.svn.wordpress.org/trunk@21566 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 22:26:51 +00:00