Commit Graph

13975 Commits

Author SHA1 Message Date
ryan 6348d2a8d6 Run sanitize_key() on post_status, comment_status, and ping_status on the way into the DB. Props duck_. For 3.0
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17406 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-02-06 18:38:41 +00:00
ryan be60cf359a Preserve tag escaping. Props koopersmith, Nils Jueneman. For 3.0
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17401 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-02-05 18:34:01 +00:00
ryan 6f31fa6e29 Defense in depth for comment text. For 3.0
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17400 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-02-05 18:33:29 +00:00
ryan 0ee19cf7af Properly encode the post title. Props koopersmith, nacin. For 3.0
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17397 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-02-05 18:27:36 +00:00
ryan b11819e607 Add cap and type checks to media item fetch. For 3.0
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-02-05 18:24:55 +00:00
nacin 253569c9a6 Apply [17302] to branches/3.0. props hakre. fixes #16454.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17389 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-02-04 03:09:37 +00:00
markjaquith 7673ac8a82 GPLv2+ for 3.0 branch
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17388 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-02-03 23:13:21 +00:00
markjaquith 6d38b6875f Improvement to check_admin_referer() when called without first argument (PLUGIN AUTHORS: STOP DOING THAT). props indie-ulf. fixes #16449 for 3.0
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17387 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-02-03 20:42:18 +00:00
potbot 6f422407c4 POT, generated from r17198
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-01-01 21:26:53 +00:00
ryan d003bceded Update @author tag contact info. Props hakre. see #16039
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17186 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-30 20:07:47 +00:00
ryan f0ba342785 Add Copyright Statement, Licensing Information and Disclaimer to kses. Props hakre. Thanks Ulf Harnhammar. see #16039
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-30 18:38:34 +00:00
ryan f5a82f673f 3.0.4
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-29 21:07:52 +00:00
markjaquith 33de96fed2 Fit potbot with a restraining bolt.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-29 21:00:09 +00:00
ryan 5ca8bf6641 Don't be case sensitive to attribute names. Handle padded entities when checking for bad protocols. Normalize entities before checking for bad protocols in esc_url(). Props Mauro Gentile, duck_, miqrogroove
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-29 20:49:02 +00:00
potbot a4f57b2eb6 POT, generated from r17093
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@17094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-20 22:24:50 +00:00
markjaquith fb8c0707cb Herr Direktor von Leerzeichen ist nicht zufrieden!
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16804 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-08 17:58:35 +00:00
westi cc420fb1bc Improve the capabilites checking in the XMLRPC code.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-08 17:50:05 +00:00
ryan 3f5c34b254 Pin Akismet external to a revision, for better control of changes to core, as discussed in dev meeting. For 3.0 branch.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16753 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-06 18:03:18 +00:00
markjaquith 42ee855438 Doh. [16646] and [16650] were made against the wrong branch. Revert. see #13709. see #15621
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16668 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-01 20:39:15 +00:00
markjaquith b100afd510 Throw WP_Error if post_type passed to register_post_type() is longer than schema allows. props phrostypoison. fixes #13709
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-01 17:13:31 +00:00
markjaquith 9d18117a94 Prevent media upload links from being clicked before lightbox is ready to handle them. fixes #15621
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16646 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-01 16:34:20 +00:00
ryan 3d0ffe642c 3.0.2
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16640 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-11-30 23:14:45 +00:00
ryan 8b1b159985 Bump
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-11-30 22:57:25 +00:00
markjaquith 9213060883 Drop pingback/trackback blogroll whitelisting feature. Too many ways to abuse it. props avereha. props vladimir_kolesnikov. fixes #13887 for 3.0.x
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-11-30 22:49:56 +00:00
nacin 7fea15206a Ensure we don't generate incorrect content types when files are requested with query strings. props chrisbliss18. fixes #14450 for the 3.0 branch.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-11-30 20:44:08 +00:00
nacin f06897b0f4 Use map_meta_cap for multisite super admins in current_user_can_for_blog. props jamescollins, fixes #15122 for 3.0.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-11-30 20:40:25 +00:00
nacin 40e98405c1 Complete Twenty Ten 1.1 merge.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-11-30 20:38:12 +00:00
nacin c051fdc952 Merge Twenty Ten 1.1 to the 3.0 branch.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-11-30 20:29:25 +00:00
ryan 3ccbe586c3 Version bumps
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16626 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-11-30 20:18:36 +00:00
ryan 7cbe5e6860 Prepare properly. Props Vladimir Kolesnikov.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-11-30 20:04:38 +00:00
ryan e6e56a9a44 Some escaping
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16373 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-11-14 18:38:55 +00:00
nacin 72c7c211f1 Some escaping
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16367 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-11-14 17:33:34 +00:00
potbot 25721ac110 POT, generated from r16218
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16220 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-11-06 00:21:46 +00:00
nacin 8562090dc3 Twenty Ten bump to 1.2-RC1 in the branch.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@16217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-11-05 22:37:43 +00:00
nacin e0423e924f Fix UPLOADS constant. fixes #14840 for the 3.0 branch.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15995 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-10-27 01:58:17 +00:00
nacin 264ce306cc Also look for SUBDOMAIN_INSTALL in is_multisite(). props wpmuguru, fixes #14536 for 3.0.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15967 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-10-26 03:44:56 +00:00
nacin 16152fafa2 Don't let widget select boxes get cut off by the sidebar in Twenty Ten. props iandstewart, fixes #15114 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-10-24 21:44:07 +00:00
nacin 606c4f5a96 Fix long taglines hidden under the header image lte IE7. props iandstewart, fixes #15113 for the 3.0 branch.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-10-24 21:40:50 +00:00
potbot b8c02aa9dd POT, generated from r15788
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15790 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-10-13 12:29:50 +00:00
nacin b0657f21c3 Use get_template_part() for single.php, attachment.php, page.php, and our page template in Twenty Ten. Introduces loop-page/single/attachment.php. props koopersmith, fixes #15078 for 3.0.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15787 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-10-13 05:05:25 +00:00
nacin ec8fc4afa6 Fix image size handling in Twenty Ten. props lancewillett, iandstewart, fixes #14303 for 3.0.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-10-13 05:00:10 +00:00
nacin ebb6059924 Set IE6 incompatible CSS rule in a different selector. fixes #14688 for 3.0. props iammattthomas
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15785 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-10-13 04:56:34 +00:00
nacin 8598678582 Fix header positioning in IE9. Props iandstewart. fixes #14883 for 3.0.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15784 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-10-13 04:55:06 +00:00
nacin 842d1b4e51 Check for header image before showing it, in Twenty Ten. props koopersmith, fixes #14486 for 3.0.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15783 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-10-13 04:53:39 +00:00
nacin 25e2790f37 Fix irrelevant error message on plugin activation again. Props andy. Fixes #15062 for the 3.0 branch. see #7671.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-10-07 18:14:53 +00:00
dd32 47aeefbea1 Fix canonical redirection for permalinks containing %category% with nested categories and paging. Fixes #13471 for 3.0 branch
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-10-04 11:32:25 +00:00
nacin af4e453443 Fix the delete_user meta cap.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15562 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-09-04 12:25:44 +00:00
markjaquith 79843faf91 We cannot say that WordPress as a whole is GPLv2 (i.e. "GPLv2 only"). Go back to saying just "GPL." Reverts [13516] for 3.0. props hakre. fixes #14685
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15534 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-26 00:50:21 +00:00
nacin 82e793ed18 Ensure we're checking when looking for is_super_admin() in map_meta_cap(). Bump DB version.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15478 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-29 21:54:41 +00:00
westi a5285cccfe Context for the medium password strength string to disabiguate it. Fixes #14431 for 3.0.1 props demetris
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-29 20:44:41 +00:00