Commit Graph

6847 Commits

Author SHA1 Message Date
ryan a031016c0a Hex octets are case-insenstive. Don't 301 when only the octet case differs. Props hakre. fixes #14292 for 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15438 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-18 13:47:24 +00:00
westi f5a8e46fc9 Remove debug cruft. See #14315 props scribu.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15436 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-17 11:21:15 +00:00
westi f9dc340b74 Fix the theme compat file require paths to be fully absolute so they don't rely on a particular php path to work. Fixes #14315 for 3.0 branch
props dougal.


git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15434 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-16 09:44:49 +00:00
ryan 99da1c034d If category already exists, return its ID. Restores previous behavior. fixes #14067 for 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15426 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-14 14:13:17 +00:00
nacin 3ddc8159ae get_post_permalink() should take a post ID and pass the post object to the filter. Note that the filter received a post object previously as the variable. props filosofo, fixes #14299 for 3.0.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15412 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-13 21:57:05 +00:00
nacin 7eb1bcc594 Don't throw 404 in the backend. fixes #14088 for 3.0.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-13 21:48:28 +00:00
nacin 135d38bd8b Prevent the same menu item from receiving duplicate IDs if the menu is used twice. All menu items now get a class with their post ID; only the first item now gets an ID. fixes #13976 for 3.0.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15408 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-13 21:31:20 +00:00
ryan 563b901f42 Sanity check properties in wp_get_single_post(). Props filosofo. fixes #13904 for 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15406 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-13 21:30:33 +00:00
nacin 6bd16888b1 Fix checking for whether WP_User object is actually a user. props filosofo, fixes #13903 for 3.0.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15403 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-13 21:26:43 +00:00
ryan 7f6b818c17 Perform strict equality comparison. Props shawnparker. fixes #13350 for 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15390 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-12 15:28:54 +00:00
ryan 9c99e95703 Add equal sign to blacklist. Props Pádraic Brady. for 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-12 14:31:22 +00:00
markjaquith a93b0d71c6 More judicious Wordpress-to-WordPress correction, to avoid bungling reasonable URLs. fixes #13971 for 3.0
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-08 19:43:04 +00:00
nacin 6d7a453072 Update WPMU Codex links and remove todos. props wpmuguru, fixes #14014 for 3.0
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15369 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-06 20:31:38 +00:00
nacin 0cde2906fb Restore trackback_rdf(). reverts [13991]. fixes #11139 for 3.0.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15364 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-03 05:56:25 +00:00
nacin 6f472412cc Bump.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15360 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-30 23:52:09 +00:00
ryan 5536a1d262 Don't use deprecated function. Blacklist curlies. For 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15357 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-30 17:47:32 +00:00
ryan 836a6249f7 Bump
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-29 14:19:00 +00:00
ryan 4c3e6d6cb3 Use get_post_types() to create list of hierarchical post types. fixes #14079 for 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15349 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-29 14:11:36 +00:00
ryan b3e3b51ece Fix is_site_admin() when passing a username. Props francescolaffi. fixes #14046 for 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15329 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-25 15:12:29 +00:00
ryan e6ff36193f bump
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15322 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-24 17:45:59 +00:00
ryan 352fdb320c Fix current page detection for home when index.php is in the requested URL. Props filosofo. fixes #13977 for 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15321 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-24 17:39:51 +00:00
ryan 74d5c8ff56 Filter title for Custom Menu widget. Props jorbin. fixes #14009 for 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15317 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-24 15:07:42 +00:00
ryan 0a3a6138bb Pass ID to is_super_admin(). Props bigdawggi. fixes #14066 for 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15312 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-24 14:50:00 +00:00
nacin ea412c5438 Assign menu-item-home also when menu item isn't current. props filosofo, see #14053 for 3.0.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-22 22:06:08 +00:00
ryan 29a40e961d Bump
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15296 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-21 16:54:12 +00:00
dd32 bdf03f512d Fix typo in wpmu_signup_blog_notification() and wpmu_signup_user_notification(). Props mdawaffe. Fixes #14002 for 3.0
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-20 04:11:46 +00:00
dd32 f14336d795 Fix typo in HTTP Class. Props filosofo. Fixes #13897 for 3.0
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15283 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-19 06:53:02 +00:00
nacin 6fde54d055 Blacklist remove_theme_support('menus'), used internally. fixes #13935 for 3.0.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15276 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-18 05:36:52 +00:00
ryan 39f4e9173c 3.0
git-svn-id: http://svn.automattic.com/wordpress/trunk@15272 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-17 15:59:07 +00:00
ryan 6ac19c2928 Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@15270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-16 22:21:08 +00:00
ryan d053a4f707 Avoid var name collision. see #13929
git-svn-id: http://svn.automattic.com/wordpress/trunk@15269 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-16 21:46:42 +00:00
ryan 7d6d546f33 Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@15267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-16 19:45:57 +00:00
ryan b0f05715e9 Make dbh parameter to select optional for plugin back compat. Don't pass by ref to preserve PHP 4 support. fixes #13914
git-svn-id: http://svn.automattic.com/wordpress/trunk@15266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-16 19:28:01 +00:00
ryan bfd7a6b75b Retern variable to avoid notice in PHP 4.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-16 19:11:44 +00:00
nacin d22bec05b6 Two birds with one stone. fixes #13902, props ocean90, wahgnube. fixes #13555, props hakre.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15264 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-15 20:31:44 +00:00
markjaquith e3d5fb602b Make the number of taxonomies to display per page setting actually stick. props nacin. fixes #13899
git-svn-id: http://svn.automattic.com/wordpress/trunk@15263 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-15 20:07:02 +00:00
ryan 15bbb301b4 Remove trailing whites
git-svn-id: http://svn.automattic.com/wordpress/trunk@15259 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-14 23:39:35 +00:00
ryan 6423bfd5db Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@15258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-14 21:41:11 +00:00
ryan 59362ab139 Menu ancestor fixes. Props filosofo. fixes #12812
git-svn-id: http://svn.automattic.com/wordpress/trunk@15257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-14 21:19:55 +00:00
nacin f98fc6e766 Add missing filter to wp_get_nav_menu_items(). props filosofo, fixes #13858.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-14 20:50:55 +00:00
nacin 35a3cdce98 Fix IE8 line-height of title input. props ocean90, fixes #13890.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-14 20:48:24 +00:00
nacin 48bc4e220c Revert [15219], [15250], some of [15249] for 3.0, revisit in 3.0.1. see #13822.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-14 19:52:30 +00:00
nacin 40e4de4ba8 Treat trash/untrash of posts associated with media items the same as other stati changes. props koopersmith, see #13822.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15249 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-14 08:33:48 +00:00
dd32 0122124ee0 Fix PHP Notice in Revisions comparison. Props filosofo. Fixes #13853
git-svn-id: http://svn.automattic.com/wordpress/trunk@15246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-14 01:34:18 +00:00
markjaquith ce78b2c33f Update jQuery UI to 1.7.3 (small maintenance update with three little changes). props aaroncampbell. fixes #13868
git-svn-id: http://svn.automattic.com/wordpress/trunk@15243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-13 10:39:20 +00:00
westi 48c70855bb bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@15241 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-12 21:25:48 +00:00
nacin a7feda2506 Fix two sprintf placeholders in a WP_I18N string. props demetris, fixes #13865.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-12 21:00:08 +00:00
ryan d6a33e28ea RC3
git-svn-id: http://svn.automattic.com/wordpress/trunk@15237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-11 20:30:04 +00:00
ryan 5ecd1f31f2 Trim trailing whitespace.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15235 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-11 20:19:35 +00:00
ryan 5345acbf26 Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@15234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-11 18:17:23 +00:00