Commit Graph

6862 Commits

Author SHA1 Message Date
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
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
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
ryan 04be3b707b 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15474 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-29 20:32:45 +00:00
ryan 6c90919b39 Bump
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-27 14:23:32 +00:00
nacin fe45499ecf More curses on PHP 5.0.5. see #13757, fixes #14160. for 3.0.1.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15470 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-25 07:34:49 +00:00
westi 6c6ac9b63a 1up mushroom
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15468 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-22 20:51:55 +00:00
nacin f7faa5e8c7 Add unregister_nav_menu(). props jorbin, fixes #14001 for 3.0.1.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15466 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-22 20:49:47 +00:00
ryan 9481379309 Temp fix for canonical redirects of taxonomy links containing non-ASCII bases. Props nbachiyski. see #14201 for 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-22 20:08:45 +00:00
nacin 782221925a Disable the visual editor in iOS. props azaozz, simonwheatley. fixes #13326 for 3.0.1.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15461 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-22 17:35:18 +00:00
ryan 27b647093c Clean up wp_update_themes(). Fix reporting of active theme. Props josephscott. fixes #14381 for 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15456 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-22 13:25:23 +00:00
ryan 34e87a7286 Use get_current_user() and get_current_user_id() instead of global current_user object. Props filofo. fixes #13934 for 3.0.1
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15452 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-21 20:10:22 +00:00
ryan 192ea220d2 Bump
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15443 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-18 14:02:01 +00:00
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