Commit Graph

  • 55f868469e Valid HTML in ms-users and ms-sites. props Utkarsh, see #13383. Andrew Nacin 2010-05-14 15:03:23 +00:00
  • 1a1ae174ba Only show published items of custom post types in nav menu meta boxes. props duck_, fixes #13390. Andrew Nacin 2010-05-14 13:12:45 +00:00
  • 06fc3ff50f Close wrapper div when ending network_step1 with a warning. props Caspie, fixes #13389. Andrew Nacin 2010-05-14 12:34:48 +00:00
  • 5449eebe1c POT, generated from r14627 potbot 2010-05-14 08:21:12 +00:00
  • 9af98709d8 Ensure validation. props Utkarsh, see #13383. Andrew Nacin 2010-05-14 08:20:06 +00:00
  • 265a0fedd2 Align default items shown in edit.php. props ocean90, fixes #13312. Andrew Nacin 2010-05-14 08:11:22 +00:00
  • a6a1d04ead Ensure validation. props Utkarsh, see #13383. Andrew Nacin 2010-05-14 08:07:01 +00:00
  • 1164a4276b Use valid HTML in the theme editor. span instead of div inside an anchor. props Utkarsh, see #13383. Andrew Nacin 2010-05-14 07:04:17 +00:00
  • 6924c645b7 Use inline styles in custom background admin, and prepopulate background options. props jshreve, see #12186. Andrew Nacin 2010-05-14 06:48:47 +00:00
  • 09366e9439 If theme has registered menus, set the first menu created to the first registered location by default. see #13378. Andrew Nacin 2010-05-14 06:44:54 +00:00
  • aabf2458f4 Remove trailing space from a localized string. Andrew Nacin 2010-05-14 06:38:01 +00:00
  • 151f5eb77d Only show Theme Locations meta box if menus exist and if the theme has registered menus. see #13378. Andrew Nacin 2010-05-14 06:35:57 +00:00
  • 4db10bf0d7 First pass on 'Theme Locations' for navigation menus. Themes need to specify a location when calling wp_nav_menu and register locations in functions.php. Users then map menus to locations in the nav menu admin. Subject to review. see #13378. Andrew Nacin 2010-05-14 06:20:30 +00:00
  • 8a95987fad Keep label as a quick way to set up a taxonomy/post type, without diving into the labels array. Deprecate singular_label while there. Props nacin. Fixes #13357 Nikolay Bachiyski 2010-05-14 02:13:49 +00:00
  • 21db580d98 Append closing td/tr to output instead of directly echoing it. props jshreve, see #13383. Andrew Nacin 2010-05-14 01:54:21 +00:00
  • 0d472228a2 Add closing tr tag to custom-background.php. Close paragraph tags in the recent comments and posts widget controls. props jshreve, see #13383. Andrew Nacin 2010-05-14 01:50:46 +00:00
  • df111e4021 Use 'Posts', 'Pages', and corresponding custom post type names as the edit.php title. fixes #12968, fixes #11274. Andrew Nacin 2010-05-14 01:45:30 +00:00
  • ae2148a866 Only save menu item positions on save. Had implications for draft items otherwise. see #13337, props koopersmith. Andrew Nacin 2010-05-14 01:32:48 +00:00
  • 599c19481e I18n for custom taxonomies. Fixes #13357 Nikolay Bachiyski 2010-05-14 00:34:04 +00:00
  • 057f54ffb7 POT, generated from r14612 potbot 2010-05-14 00:21:45 +00:00
  • ad1a5e30fa Remove 'slots' from menu tabs. Going a different direction. see #14611 Ryan Boren 2010-05-13 22:57:42 +00:00
  • 05b0578c06 add menu slots/theme_menus, props ryan, see #13378 Ron Rennick 2010-05-13 22:14:54 +00:00
  • 98a20461dc Check if HEADER_ constants are defined before continuing. props ocean90, fixes #13367. Andrew Nacin 2010-05-13 21:44:37 +00:00
  • ddcf72d638 block ms-files.php when not multisite, see #11742 Ron Rennick 2010-05-13 21:40:42 +00:00
  • 38407f0af5 Fix the default password nag clearer to work when an admin sets someone elses password away from the default. Fixes #12334. Peter Westwood 2010-05-13 21:08:01 +00:00
  • 728b90a13b Introduce wp_reset_postdata(). Use it to reset the post global for the current query_posts() call after using a loop with a new WP_Query object. Fixes #12320 props scribu. Peter Westwood 2010-05-13 20:39:54 +00:00
  • e35fe8d6d9 get_term_by('id') -> get_term(). Add get_term filters to get_term_by. Ryan Boren 2010-05-13 19:16:09 +00:00
  • 6e9e34fb52 More wp_navMore inline doc clarifications for wp_nav_menu. fixes #13370, props jorbin. Andrew Nacin 2010-05-13 19:07:08 +00:00
  • 96d6225aa1 More inline doc clarifications for wp_nav_menu. fixes #13370, props jorbin. Andrew Nacin 2010-05-13 18:47:35 +00:00
  • f782838830 Add commentary about the posts_search filter. See #10667. Peter Westwood 2010-05-13 17:34:43 +00:00
  • 3c7ca79f6e Add show_in_nav_menus flag to post type registration. Props williamsba1. fixes #13144 Ryan Boren 2010-05-13 17:29:45 +00:00
  • 4330e2578b Go to first tab instead of + after deleting a menu. see #13338 Ryan Boren 2010-05-13 17:22:02 +00:00
  • e628d300b0 s/wp_get_nav_menu_item/walker_nav_menu_start_el/ to be more specific. Pass all start_el() args to the filter. Props tomtomp. fixes #13366 Ryan Boren 2010-05-13 16:44:12 +00:00
  • 0a38355cce Check for WP_Error. Props ptahdunbar. fixes #12949 Ryan Boren 2010-05-13 16:34:14 +00:00
  • 580e82b661 Limit initial menu meta boxes only if option is not set. Props ocean90. fixes #13359 Ryan Boren 2010-05-13 16:21:21 +00:00
  • c212288b6f Bump Ryan Boren 2010-05-13 16:00:16 +00:00
  • 84b91a7ede Delete more bad screen options from usermeta. like_escape() blog prefix. fixes #13032 Ryan Boren 2010-05-13 15:59:17 +00:00
  • 402b875b3d Attempt canonical redirect only for public post types. Props solarissmoke. see #13125 Ryan Boren 2010-05-13 15:09:43 +00:00
  • a56d439b4d Change is_multisite check for hiding a term slug on edit-tags.php to checking for global terms. Andrew Nacin 2010-05-13 04:12:57 +00:00
  • 4f689c8309 Move taxonomy object properties for capabilities into a cap object. Capabilities can be specified via ['capabilities'] (an array keyed by the generic cap name) for register_taxonomy. fixes #13358. Andrew Nacin 2010-05-13 04:10:17 +00:00
  • 39edf881e0 Allow wp_nav_menu_items filters to run on the backend as well. props NathanRice, fixes #13371. Andrew Nacin 2010-05-13 03:50:26 +00:00
  • a523060469 Nav menu inline doc fixes. props NathanRice, fixes #13370. Andrew Nacin 2010-05-13 03:46:35 +00:00
  • 6648182c8c Don't pass a slug when creating anew menu. This prevents creating a menu whose slug matches a different term in another taxonomy. Props filosofo. fixes #13345 Ryan Boren 2010-05-12 21:23:29 +00:00
  • 7c0dcdca6b Unset capabilities property when we're done. see #13358. Andrew Nacin 2010-05-12 21:17:38 +00:00
  • 490a0a99cd More typos. see #13358. Andrew Nacin 2010-05-12 21:03:33 +00:00
  • 4a19ba4f0f Fix typos. see #13358. Andrew Nacin 2010-05-12 20:57:47 +00:00
  • 686cd3b696 Pass menu id instead of name. Allows menus with commas in the name. Props filosofo. fixes #13368 Ryan Boren 2010-05-12 20:47:08 +00:00
  • 323342deec Move post type object capabilities to a 'cap' object. Allow them to be initialized via the 'capabilities' key (an array) when registering support for the post type. Caps are now referred to by the name of the cap as if it was a post, i.e. ->cap->edit_post. see #13358. Andrew Nacin 2010-05-12 20:45:18 +00:00
  • 4b6c5c65c6 Use correct cap check. see #13358. Andrew Nacin 2010-05-12 19:39:30 +00:00
  • 6f8142acd3 Blue scheme for nav menu admin UI. props kpdesign, duck_. fixes #13190. Andrew Nacin 2010-05-12 19:31:11 +00:00
  • a687ece1a8 Don't nest p tag inside the opening table tag in the new right now box. fixes IE display, and validation. fixes #12202, props ocean90. Andrew Nacin 2010-05-12 19:29:35 +00:00
  • 49e4cad78c Use the edit_theme_options capability. fixes #13290. Andrew Nacin 2010-05-12 19:19:57 +00:00
  • df2498e980 Fix bulk editing of non-hierarchical taxonomies. Props prettyboymp. fixes #13153 Ryan Boren 2010-05-12 19:12:18 +00:00
  • 3ad374984a Whitespace and standards in get_userdata. fixes #13317. Andrew Nacin 2010-05-12 18:59:03 +00:00
  • 6ecfb58997 Remove only the background image, not all theme mods, when resetting the background to the default. Props ocean90. see #12186 Ryan Boren 2010-05-12 16:18:25 +00:00
  • d43d37baa9 Remove redundant CSS, lighten up border on background preview, change labels for background preview. Props johnonolan. see #12186 Ryan Boren 2010-05-12 16:03:49 +00:00
  • 9e8a9b7b2a Bumpity bump bump Ryan Boren 2010-05-12 15:24:31 +00:00
  • b63a461cc6 signup cleanup, props ocean90, fixes #13087 Ron Rennick 2010-05-12 00:45:01 +00:00
  • 92d97fad12 Allow for multiple classes and XFN relationships in menu items. Andrew Nacin 2010-05-11 23:58:26 +00:00
  • ee1bdf9c7a Setup user globals for user id 0. Props mdawaffe. fixes #13362 Ryan Boren 2010-05-11 23:02:40 +00:00
  • 22ce2c36c4 Remove unused global. props lloydbudd, fixes #13356. Andrew Nacin 2010-05-11 20:02:49 +00:00
  • ad3881470e I18n for custom post type labels. Props demetris, dimadin. Fixes #12968 Nikolay Bachiyski 2010-05-11 19:52:50 +00:00
  • 6aa60bf619 Use get_users_of_blog in MT importer to be MS and shared user table friendly. props lloydbudd, fixes #13356. Andrew Nacin 2010-05-11 19:19:59 +00:00
  • 511e11006c Don't wp_count_terms(). Just count the results returned from get_terms(), which has to run anyway. see #12734 Ryan Boren 2010-05-11 18:55:12 +00:00
  • 73d2946dfa Don't update term or meta cache for posts queried in wp_nav_menu_item_post_type_meta_box(). see #12734 Ryan Boren 2010-05-11 18:43:12 +00:00
  • 411f09b811 No need to recount. see #12734 Ryan Boren 2010-05-11 18:38:51 +00:00
  • 691fc01761 Bump the version alot. Andrew Nacin 2010-05-11 18:34:20 +00:00
  • d620c50f96 Remove apparent debug cruft committed in [14401]. fixes #13355 Andrew Nacin 2010-05-11 18:28:12 +00:00
  • 364194617a Don't update meta data when the new value matches the old value. fixes #13350 Ryan Boren 2010-05-11 17:35:07 +00:00
  • 0adf04d6db Don't order term count queries. Ryan Boren 2010-05-11 16:50:25 +00:00
  • 7be65b3730 Defer term counting until all nav menu items are updated. see #12734 Ryan Boren 2010-05-11 16:41:23 +00:00
  • d5308265cd Don't set/get tags or categories for post types that do not support them. fixes #13346 Ryan Boren 2010-05-11 16:28:00 +00:00
  • 5d13bccc69 Don't prime menu item cache if a persistent cache is being used. Prime the menu item cache only on the first call to wp_get_nav_menu_items(). Avoids unneeded queries when wp_get_nav_menu_items() is called repeatedly. see #12734 Ryan Boren 2010-05-11 15:55:17 +00:00
  • b726ce95dc Unset some vars when done with them to reduce peak memory usage. see #12734 Ryan Boren 2010-05-11 14:39:00 +00:00
  • c0e02a6677 No need to setup the nav menu items again. wp_get_nav_menu_items() handles it. see #12734 Ryan Boren 2010-05-11 14:25:10 +00:00
  • 6588f852fa Reduce number of queries in wp_get_nav_menu_items() by fetching posts and terms with batch queries. see #12734 Ryan Boren 2010-05-11 14:21:03 +00:00
  • dd9c60ef64 Force reauth when auth_redirect() redirects to login. see #12142 Ryan Boren 2010-05-11 13:44:40 +00:00
  • 02dab1b7d6 POT, generated from r14554 potbot 2010-05-11 00:22:05 +00:00
  • b30b30b943 allow super admins to edit authors on all sites, props mtdewvirus, fixes #13270 Ron Rennick 2010-05-10 22:46:35 +00:00
  • dddb4b9326 revert non-rewrite permalink settings to be compatible with 2.9, see 13106 Ron Rennick 2010-05-10 22:06:27 +00:00
  • 967ef93bc1 Do not cut the Tagged <tags> phrase in half. Fixes #13198 Nikolay Bachiyski 2010-05-10 21:24:32 +00:00
  • 9ccf5de9de Handle manual saving of auto-drafts for Contributors without JavaScript. props jbsil. fixes #13133 Mark Jaquith 2010-05-10 21:21:42 +00:00
  • e8c4ed229f Kick the version up some more. Peter Westwood 2010-05-10 21:13:35 +00:00
  • 7154389cc0 Add ARIA landmark roles to TwentyTen. Fixes #13055 props demetris. Peter Westwood 2010-05-10 21:10:12 +00:00
  • 208fe21987 Ensure the nonce is available even if no media items exist or are un-attached. Fixes #13284. Peter Westwood 2010-05-10 20:55:52 +00:00
  • e98ddd7bd6 Revert patch for expecting unslashed data in the metadata API. Had snuck in with [14546]. see #12416. Andrew Nacin 2010-05-10 20:51:58 +00:00
  • 8235a24f35 Fix double-tabbing in get_dropins. Andrew Nacin 2010-05-10 20:41:14 +00:00
  • 81ec5c6d42 Apply [14540] to get_mu_plugins and get_dropins. fixes #13322, props Miloslav. Andrew Nacin 2010-05-10 20:40:15 +00:00
  • ba41c965c8 Various twentyten i18n fixes. Props zeo, dimadin. Fixes #13198 Nikolay Bachiyski 2010-05-10 20:30:58 +00:00
  • 6fc8e6b83f POT, generated from r14542 potbot 2010-05-10 20:22:01 +00:00
  • 691bbab34d Clean up loop i18n. Props zeo, see #13198 * Take out tags from strings * Extract two common and complicatd strings into functions * Whitespace Nikolay Bachiyski 2010-05-10 19:06:22 +00:00
  • eac401c171 Don't use closed dir handle. Props Miloslav. fixes #13322 Ryan Boren 2010-05-10 16:06:46 +00:00
  • 5c149c17ae Use correct field name in a query in do_enclose(). fixes #12074, mtdewvirus. Andrew Nacin 2010-05-10 09:02:15 +00:00
  • 384cd5a9d3 Fix typos in phpdoc for comment_form(). props demetris, fixes #10910. Andrew Nacin 2010-05-10 08:47:13 +00:00
  • 0f995aa964 POT, generated from r14536 potbot 2010-05-10 08:21:46 +00:00
  • 4b48de9c08 Remove unused global var. props filosofo, fixes #13316. Andrew Nacin 2010-05-10 06:06:37 +00:00
  • 052f0a3766 I18n fixes for header.php in Twentyten. Props zeo. See #13198 Nikolay Bachiyski 2010-05-10 06:04:14 +00:00
  • f7c2b55c6d I18n and whitespace fixes for functions.php in TwentyTen Nikolay Bachiyski 2010-05-10 05:58:24 +00:00
  • 8999c1f21b Move vcard span out of the translatable string. See #13198 Nikolay Bachiyski 2010-05-10 05:28:01 +00:00
  • 906029f327 Twentyten attachment.php copy and i18n fixes. Props dimadin and zeo. See #13198 * Removed the Post a comment link, since it's not present on any other single post page * The text and link to the full-size image weren't clear and hard to i18n. Changed to Full size is 3872 × 2592 pixel, where the size is the link * Whitespace fixes Nikolay Bachiyski 2010-05-10 05:11:11 +00:00