Commit Graph

295 Commits

Author SHA1 Message Date
Matt Mullenweg 2101888ec0 Cast out the lowercase P demons that snuck in. http://www.google.com/search?q=out+out+you+demons+of+stupidity
git-svn-id: https://develop.svn.wordpress.org/trunk@12341 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-08 19:59:34 +00:00
Mark Jaquith 1b8e16765a Revert [12133] — remove post image support from Default theme. Too hokey.
git-svn-id: https://develop.svn.wordpress.org/trunk@12180 602fd350-edb4-49c9-b593-d223f7449a82
2009-11-12 21:54:12 +00:00
Mark Jaquith 7f3d6064fe Add basic post thumbnail support to Default theme.
git-svn-id: https://develop.svn.wordpress.org/trunk@12133 602fd350-edb4-49c9-b593-d223f7449a82
2009-11-01 08:12:21 +00:00
Mark Jaquith 8b3529decc Revert errant local theme modifications in [12036]. Note to self: svn status is your friend.
git-svn-id: https://develop.svn.wordpress.org/trunk@12038 602fd350-edb4-49c9-b593-d223f7449a82
2009-10-15 14:20:35 +00:00
Mark Jaquith 0818d29d6e Post thumbnail removal functionality (only allowed for replacement before). props scribu. see #10928
git-svn-id: https://develop.svn.wordpress.org/trunk@12036 602fd350-edb4-49c9-b593-d223f7449a82
2009-10-15 12:57:16 +00:00
Peter Westwood d1beea5ee6 Fix display of header on default theme custom header page. Fixes #9929 props jmulley.
git-svn-id: https://develop.svn.wordpress.org/trunk@12011 602fd350-edb4-49c9-b593-d223f7449a82
2009-10-08 20:52:06 +00:00
Peter Westwood 02ae17aa0f Define in the default theme. Fixes #10682 props Viper007Bond.
git-svn-id: https://develop.svn.wordpress.org/trunk@11886 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-27 21:27:45 +00:00
Peter Westwood c5d23be9e2 Comments for default theme Pages. Fixes #3753.
git-svn-id: https://develop.svn.wordpress.org/trunk@11885 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-27 21:23:52 +00:00
Peter Westwood 0dfdac7916 Make the default and classic themes comment textareas valid XHTML. Fixes #8971 props vladimir_kolesnikov.
git-svn-id: https://develop.svn.wordpress.org/trunk@11867 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-21 17:26:31 +00:00
Peter Westwood ce10f59fac Correct comments and remove unecessary echos from the default themes sidebar templete file. Fixes #10335 props JeremyVisser.
git-svn-id: https://develop.svn.wordpress.org/trunk@11791 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-08 14:26:49 +00:00
Ryan Boren e96beab55a RTL admin fixes. Props sambauers, nbachiyski. fixes #10159 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@11665 602fd350-edb4-49c9-b593-d223f7449a82
2009-06-29 00:40:26 +00:00
Ryan Boren 71af95802b Add missing semicolons. Props mrgtb. fixes #9885
git-svn-id: https://develop.svn.wordpress.org/trunk@11413 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-20 21:06:47 +00:00
Mark Jaquith a2bf4db52b Use a semantic class name for text targeted to screen readers. props filosofo. fixes #9791
git-svn-id: https://develop.svn.wordpress.org/trunk@11312 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-12 22:40:56 +00:00
Andrew Ozz f122d4bcf6 Correct footer background colour for default theme, props jdub, fixes #9733
git-svn-id: https://develop.svn.wordpress.org/trunk@11297 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-12 06:04:47 +00:00
Ryan Boren f0ddd3b15d Add invisible class to bundled themes. Props hakre. fixes #9755
git-svn-id: https://develop.svn.wordpress.org/trunk@11277 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-11 20:18:57 +00:00
Mark Jaquith 8d6cb67233 esc_js(). Shorter, follows new escaping naming convention.
git-svn-id: https://develop.svn.wordpress.org/trunk@11245 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-09 07:27:22 +00:00
Mark Jaquith c638e8d8de _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11204 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-05 19:43:53 +00:00
Ryan Boren cfd320446f Attr escaping
git-svn-id: https://develop.svn.wordpress.org/trunk@11173 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-04 17:54:08 +00:00
Ryan Boren fe7c34b6fd s/attribute_escape/attr/. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11109 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 05:58:45 +00:00
Ryan Boren d196ab7b2d Use is_user_logged_in(), have_comments in bundled themes. Props zeo. fixes #9626
git-svn-id: https://develop.svn.wordpress.org/trunk@11067 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-23 07:11:31 +00:00
Ryan Boren 12c7093645 Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@11013 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-20 18:18:39 +00:00
Ryan Boren d452019e04 Use comments_open() and pings_open() in packaged themes. Props coffee2code. fixes #9556
git-svn-id: https://develop.svn.wordpress.org/trunk@10978 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 05:30:09 +00:00
Ryan Boren 112eae8b12 Fix logic inversion. Props christmasboy81. fixes #7121
git-svn-id: https://develop.svn.wordpress.org/trunk@10949 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 18:12:41 +00:00
Ryan Boren eef293ff04 Add WAI-ARIA landmark roles to default theme. Props peterkz. fixes #9408
git-svn-id: https://develop.svn.wordpress.org/trunk@10945 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 16:42:32 +00:00
Ryan Boren 9c8aef1829 Add index.php to plugins and themes dirs to prevent dir listings. fixes #8699
git-svn-id: https://develop.svn.wordpress.org/trunk@10940 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-15 19:57:04 +00:00
Ryan Boren 2eae08c088 Updates to wp_login_url() and wp_logout_url(). Use them in more places. Props wnorris. fixes #9536
git-svn-id: https://develop.svn.wordpress.org/trunk@10931 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-14 18:31:49 +00:00
Ryan Boren f0221a5540 RTL fixes for default theme. Props yoavf. fixes #9520
git-svn-id: https://develop.svn.wordpress.org/trunk@10914 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-12 17:29:25 +00:00
Andrew Ozz ef23590f5b Add the sticky post grey background to the default theme, props Viper007Bond, fixes #9359
git-svn-id: https://develop.svn.wordpress.org/trunk@10816 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-19 08:26:38 +00:00
Ryan Boren 1952e923f8 gettext contexts. Props nbachiyski. see #9112
git-svn-id: https://develop.svn.wordpress.org/trunk@10767 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-10 23:02:29 +00:00
Peter Westwood a2f0424476 The url for the time-since plugin has changed. Fixes #7250 props Paveo.
git-svn-id: https://develop.svn.wordpress.org/trunk@10690 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-03 22:08:50 +00:00
Ryan Boren 01f92d2f04 Use "Custom Header" for menu text. see #9178
git-svn-id: https://develop.svn.wordpress.org/trunk@10623 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-22 07:43:15 +00:00
Ryan Boren be7191437e set eol-style. fixes #9027
git-svn-id: https://develop.svn.wordpress.org/trunk@10487 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-03 06:09:07 +00:00
Ryan Boren 940103ddc9 body_class(). Props ionfish. fixes #7939
git-svn-id: https://develop.svn.wordpress.org/trunk@10485 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-02 19:21:38 +00:00
Andrew Ozz 19577d0a8d Add support for automatic feed links in themes, props Viper007Bond, see #8878
git-svn-id: https://develop.svn.wordpress.org/trunk@10377 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-19 05:04:58 +00:00
Andrew Ozz 430c55b45a Fix HTML issue with the single page comment form in the default theme, props vladimir_kolesnikov, fixes #8560
git-svn-id: https://develop.svn.wordpress.org/trunk@10177 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 19:45:44 +00:00
Mark Jaquith 00152d6124 Move from generic "Save" to better "Update X", more consistent use of button-primary for major actions. fixes #8374. props azaozz, FFEMTcJ
git-svn-id: https://develop.svn.wordpress.org/trunk@10137 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 09:07:36 +00:00
Ryan Boren fc8c54d3d9 Add paging links above comments list. Props Viper007Bond. fixes #8219
git-svn-id: https://develop.svn.wordpress.org/trunk@10097 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 04:49:22 +00:00
Peter Westwood 8969d49dbe Give context to more translations to allow for differentiation between plural noun, verb and adjective translations. Fixes #8154 props nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@9835 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-21 18:16:44 +00:00
Ryan Boren 2cc1e36eb5 RTL tweak for classic theme from RanYanivHartstein. fixes #8009
git-svn-id: https://develop.svn.wordpress.org/trunk@9692 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 19:49:58 +00:00
Ryan Boren de15b5064d Hello Dolly update. Props zedlander and jacobsantos. fixes #8188
git-svn-id: https://develop.svn.wordpress.org/trunk@9684 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 17:52:38 +00:00
Ryan Boren 1faf521908 Eliminate chaining for php 4 compat. Props DD32. fixes #5324
git-svn-id: https://develop.svn.wordpress.org/trunk@9577 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 23:27:49 +00:00
Peter Westwood 9299cfd451 RTL fix for avatars in classic theme. Props RanYanivHartstein.
git-svn-id: https://develop.svn.wordpress.org/trunk@9420 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-30 22:14:24 +00:00
Mark Jaquith c33b1bc527 Make wp_title() sort titles based on separator direction. Reverse the titles in bundled theme. Better SEO. fixes #7338
git-svn-id: https://develop.svn.wordpress.org/trunk@9376 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-28 04:53:52 +00:00
Ryan Boren fdef2b72db comments-popup template updates from DD32. fixes #6391
git-svn-id: https://develop.svn.wordpress.org/trunk@9336 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-24 21:06:30 +00:00
Ryan Boren 5413ecde13 get_search_form from technosailor. fixes #7910
git-svn-id: https://develop.svn.wordpress.org/trunk@9234 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-17 20:39:56 +00:00
Mark Jaquith 377ad4f01d Bring back the H2s. Rough draft.
git-svn-id: https://develop.svn.wordpress.org/trunk@9232 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-17 20:02:03 +00:00
Ryan Boren 73cf4cc90d Better not found messages. Props caesarsgrunt. fixes #5324
git-svn-id: https://develop.svn.wordpress.org/trunk@9226 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-17 17:00:57 +00:00
Ryan Boren 635d53975f comment_id_fields(). see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@9175 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 19:06:18 +00:00
Andrew Ozz 29ceb968bd No-JS mode for replying to comments and some improvements/cleanup of comment-reply.js, includes patch by Viper007Bond, see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@9112 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-09 07:37:05 +00:00
Ryan Boren 8f62bd766a h2 removal per wireframes. Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9032 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-29 22:06:23 +00:00