Commit Graph

  • cd50525faa Don't show the admin bar in the plugin/theme installers. Inserts condition directly into iframe_header(). Allows show_admin_bar() to be called after init by unsetting wp_admin_bar, thus preventing render once those hooks are fired. see #14772. Andrew Nacin 2010-10-23 19:49:25 +00:00
  • 6eb9fbbd39 Remove post_type params from is_archive(). use is_post_type_archive() for full context. see #13818. Andrew Nacin 2010-10-23 19:20:47 +00:00
  • 6d7366d5fc Move the CPT archive flag outside of the rewrite argument, into its own has_archive. has_archive controls more than just URL rewriting, it also handles whether ?post_type= is treated as a CPT archive. feeds remain in rewrite as ?feed= would work regardless. see #13818. Andrew Nacin 2010-10-23 18:29:22 +00:00
  • 4d0164db91 Remove some capability_type code in WP_Query. Only build faux caps if we're querying for multiple post types or if the post type object can't be found. see #14122. Andrew Nacin 2010-10-23 18:16:41 +00:00
  • 7a0720ec5e Allow capability_type to be an array, for odd plural situations such as story/storys/stories. After registration it reverts to a singular string. Lots of documentation for meta capabilities and post types, also some cleanups for register_post_type documentation. see #14122. Andrew Nacin 2010-10-23 18:03:26 +00:00
  • 234efcf413 Use a consistent variable. Andrew Nacin 2010-10-23 17:51:18 +00:00
  • cfde537391 Don't make redundant str_replace calls in link-template. props duck_. Andrew Nacin 2010-10-23 17:13:52 +00:00
  • f61e045d4d Also convert uppercase letters in Latin Extended-B. See #9591 scribu 2010-10-23 15:36:16 +00:00
  • e05be05ad8 remove_accents(): Nordic characters fixes. Props einare. Fixes #4739. See #9591 scribu 2010-10-23 13:00:21 +00:00
  • ed9a39abab Introduce sanitize_title_for_query(). See #9591 scribu 2010-10-23 12:55:55 +00:00
  • ccf9dfdf9a Do not Query for posts on OPML exports, Fixes OPML export script 404'ing due to no pages matching 'wp-links-opml.php'. Fixes #15195 Dion Hulse 2010-10-23 12:17:33 +00:00
  • 7dc089e685 Revert [15925]. See #14579 scribu 2010-10-23 12:05:00 +00:00
  • 3ad33720e4 Do not use deprecated argument in wp-links-opml.php. See #15195 Dion Hulse 2010-10-23 12:03:54 +00:00
  • 0658668634 Set $plugin_file as plugin row id. See #14579 scribu 2010-10-23 11:46:01 +00:00
  • 2146585c80 Use row_actions() in WP_Plugins_Table. See #14579 scribu 2010-10-23 11:22:00 +00:00
  • 3081a12de2 Introduce _qv_basename() and apply it to hierarchical taxonomies. See #9591. scribu 2010-10-22 22:54:05 +00:00
  • c87a8235ca Remove debugging code in wp_check_term_hierarchy_for_loops(). See #14662 scribu 2010-10-22 21:31:57 +00:00
  • 890c0ead1c Remove misplaced code in WP_Query::parse_tax_query(). See #12659 scribu 2010-10-22 21:17:09 +00:00
  • 6f62e4f13c Default send to editor to true if the post parent is empty. Props blepoxp. fixes #14133 Ryan Boren 2010-10-22 20:17:17 +00:00
  • efdb066697 Do not set role if it is the same. Props nickmomrik. fixes #14708 Ryan Boren 2010-10-22 19:38:20 +00:00
  • f2dbc7d273 Fix media dialog keyPress handling. Props mdawaffe. fixes #14394 Ryan Boren 2010-10-22 19:23:00 +00:00
  • fc73604019 Actions for adding and deleting meta. Props wojtek.szkutnik mitchoyoshitaka. fixes #14173 Ryan Boren 2010-10-22 19:18:33 +00:00
  • 3e32b5318a Use underscore separator Ryan Boren 2010-10-22 19:10:23 +00:00
  • 1926094622 Fix attribute spacing. Props Utkarsh. see #14772 Ryan Boren 2010-10-22 18:59:06 +00:00
  • 3507043ba1 Remove redundant logged in check. Props neoxx. see #14772 Ryan Boren 2010-10-22 18:42:26 +00:00
  • 414b000848 Fix id Ryan Boren 2010-10-22 18:41:30 +00:00
  • 04f36aafa9 Make plugin search & order methods, instead of standalone functions. See #14579 scribu 2010-10-22 11:08:35 +00:00
  • 80fc91b2ed Support wildcard domains in WP_PROXY_BYPASS_HOSTS and WP_ACCESSIBLE_HOSTS. Fixes #14636 Dion Hulse 2010-10-22 10:27:35 +00:00
  • 48c841392a Mid-page headers should be h3, not h2. Andrew Nacin 2010-10-22 00:27:12 +00:00
  • 146a8cf16c Revisions and attachments should also generate meta capabilities as part of their cap object. see #14122. Andrew Nacin 2010-10-22 00:25:14 +00:00
  • c6f08a2929 And site-new, too. props PeteMall, see #15174. Andrew Nacin 2010-10-21 20:31:01 +00:00
  • b61c50cbf3 Use correct network admin icon. props PeteMall, see #15174. Andrew Nacin 2010-10-21 20:24:54 +00:00
  • 337eeb3134 Checkboxes over radio buttons for site info tab. Values outside of 0/1 won't be changed, see #12832 for previous discussion. see #15174. Andrew Nacin 2010-10-21 20:23:54 +00:00
  • 8b52b36850 Fix bulk network users nonce. Props duck_. fixes #15168 Ryan Boren 2010-10-21 20:20:50 +00:00
  • 7e48ac3e78 Pruning shears. Andrew Nacin 2010-10-21 19:55:28 +00:00
  • 69994bf7ca Tabbed interface for site editing. see #15174 Ryan Boren 2010-10-21 18:35:52 +00:00
  • b41591f183 Please pardon my OCD. Andrew Nacin 2010-10-21 17:53:26 +00:00
  • b25df4f549 Rename Update menu to Updates in network admin. see #14435 Andrew Nacin 2010-10-21 17:52:44 +00:00
  • 95332ccaa7 Hooks for user dashboard. props PeteMall, see #14696. Andrew Nacin 2010-10-21 17:51:49 +00:00
  • 6a5a1b338b s/ms-options/settings. props PeteMall, fixes #14826. Andrew Nacin 2010-10-21 17:09:15 +00:00
  • df81af604c Network admin theme install. props PeteMall, fixes #15184. Andrew Nacin 2010-10-21 17:06:52 +00:00
  • 96052a12a5 Only dumb down delete_others_posts if it deserves to exist. fixes a notice. see #14122. Andrew Nacin 2010-10-21 16:28:35 +00:00
  • 6d20960c97 Pass user object through _wp_get_user_contactmethods() to the user_contactmethods filter. props aaroncampbell, fixes #15186. Andrew Nacin 2010-10-21 15:42:06 +00:00
  • 63f0dd2135 Add @since to new file. props markmcwilliams. see #15174. Andrew Nacin 2010-10-21 15:38:50 +00:00
  • bb3325a6df Fix notices in WP_List_Table::ajax_response(). Props Utkarsh. Fixes #15185 scribu 2010-10-21 15:30:35 +00:00
  • 82a68a8979 Use isset() instead of '@'. Props Utkarsh. See #14579 scribu 2010-10-21 15:15:50 +00:00
  • c5b02e9685 Clean up get_post_type_capabilities. Don't bother with new capabilities for edit_others_posts and delete_others_posts if the post type does not support authors. Andrew Nacin 2010-10-21 15:05:10 +00:00
  • 3732810a25 Only check the post author if the post type supports authors. see #14122. Andrew Nacin 2010-10-21 14:55:15 +00:00
  • 71ebaa6170 Rough first pass on map_meta_cap for custom post types. see #14122. Andrew Nacin 2010-10-21 14:40:04 +00:00
  • a2061db4b5 Use correct class. Andrew Nacin 2010-10-21 14:20:40 +00:00
  • 8315655230 Revert accidental changes to WP_Query made in [15887]. See #14163 scribu 2010-10-21 14:06:52 +00:00
  • a3ef15ffc0 Allow filtering comments by user_id via URL. Props neoxx. Fixes #14163 scribu 2010-10-21 14:03:25 +00:00
  • e93f819e09 Move add site form to site-new.php. see #15174 Ryan Boren 2010-10-21 13:49:49 +00:00
  • 238431b624 Add network/update-core.php. see #15162 Ryan Boren 2010-10-21 13:15:27 +00:00
  • 142fcc3a35 Fix html in WP_Object_Cache::stats. props Utkarsh, fixes #15183. Andrew Nacin 2010-10-21 13:15:24 +00:00
  • f77e992298 Kill off get_users_of_blog args argument. Andrew Nacin 2010-10-21 13:12:05 +00:00
  • 682376a2ae Use get_users() instead of get_users_of_blog(). Props scribu. see #15053 Ryan Boren 2010-10-21 13:08:47 +00:00
  • c4d5a5e4a6 Encode the amp in the edit-tags menu link for pages. props blepoxp, see #14489 for trunk. Andrew Nacin 2010-10-21 12:42:48 +00:00
  • 60526c0fc8 Doc blocks for wp-admin/network. see #14435. Andrew Nacin 2010-10-21 11:21:13 +00:00
  • 333d76f339 Doc blocks for wp-admin/user. see #14696. Andrew Nacin 2010-10-21 11:14:22 +00:00
  • 82cd99503e Dashboard widgets in the network admin. props PeteMall. see #15163. Andrew Nacin 2010-10-21 10:06:17 +00:00
  • 9a7f5ef8df Push capital P filter back behind the wpautop one to catch Wordpress after opening HTML tag Mark Jaquith 2010-10-20 22:44:15 +00:00
  • 76b207939d Add query args argument to get_users_of_blog(). Limit number of users fetched for user lists in sites table and edit blog form. see #15053 Ryan Boren 2010-10-20 20:43:32 +00:00
  • 4c3535a58d Update network-wide active user and blog counts via a cron job to avoid costly count queries. see #15170 Ryan Boren 2010-10-20 20:22:14 +00:00
  • 188f3458f9 Fix tax=term1+term2 queries. See #12891 scribu 2010-10-20 19:00:57 +00:00
  • 4568da6764 Make get_users arg optional. props duck_. see #14572. Andrew Nacin 2010-10-20 17:21:06 +00:00
  • 386694bb79 Schedule update checks from an init hook. see #15148 Ryan Boren 2010-10-20 16:50:57 +00:00
  • 7734b05a71 Add update-core to network admin. Props PeteMall. see #15162 Ryan Boren 2010-10-20 16:38:00 +00:00
  • 5382542c1a Add some more network admin logic to the plugins list table. fixes #15166. Andrew Nacin 2010-10-20 16:09:55 +00:00
  • e745378cab Fix dashboard menu icon in network admin. props PeteMall, see #14435. Andrew Nacin 2010-10-20 14:52:10 +00:00
  • ba2d60c7fd Cast before implode. fixes #15167. Andrew Nacin 2010-10-20 14:22:47 +00:00
  • 771bf8b862 Add plugin update notifications, plugin install, plugin update to the network admin screen. Props PeteMall. see #15129 Ryan Boren 2010-10-20 14:16:03 +00:00
  • c9c814ab8c Improved self determination. Props PeteMall. see #14435 Ryan Boren 2010-10-20 14:08:29 +00:00
  • 18fb594129 Fix variable mis-name. Peter Westwood 2010-10-20 13:38:50 +00:00
  • debdb6e258 Equal equal equal. see #14772 Ryan Boren 2010-10-20 13:27:55 +00:00
  • 74ef68d6ce show_admin_bar(). see #14772 Ryan Boren 2010-10-20 13:23:39 +00:00
  • 8dcf52eeec admin_bar_init action. see #14772 Ryan Boren 2010-10-20 13:07:54 +00:00
  • 49a2a5e3dd Get rid of $taxonomy_query_vars altogether. See #12891 scribu 2010-10-20 12:12:31 +00:00
  • 2b08f69b50 Fix 'taxonomy' and 'term' query var logic. See #12891 scribu 2010-10-20 12:07:23 +00:00
  • 8c710ff5e8 Add files we've deleted thus far to update-core. Andrew Nacin 2010-10-20 11:56:04 +00:00
  • 0aba879b95 Remove Lucida Grande from the sans serif font stack. fixes #8352, props iammattthomas. Andrew Nacin 2010-10-20 10:30:28 +00:00
  • 92bf5ec246 Remove wp-admin/sidebar.php. fixes #15164. Andrew Nacin 2010-10-20 09:58:21 +00:00
  • 95ac3fc067 Body classes for custom taxonomies and terms. props nkuttler, fixes #15017. Andrew Nacin 2010-10-20 09:32:16 +00:00
  • 5242abafb1 Make $id arg optional in the_terms(). Fixes #15160 scribu 2010-10-19 22:46:26 +00:00
  • 3b3a5e8461 Correct dockblock for the_terms() scribu 2010-10-19 22:41:34 +00:00
  • 898e5b0268 Plugin editing for network admin. Props PeteMall. see #14435 Ryan Boren 2010-10-19 18:23:23 +00:00
  • c5520dab32 Don't stomp on posts_per_page in get_posts(). Props bobbyblade. Fixes #15150 scribu 2010-10-19 17:08:32 +00:00
  • 15cda12c28 Lose get_ordered_blogs_of_user() and set_visibility(). Not using them yet. see #14772 Ryan Boren 2010-10-19 15:32:33 +00:00
  • 6b80426cfa Re-add the ability to filter by 'taxonomy' and 'term' query vars. Fixes #13582. See #12891 scribu 2010-10-19 14:41:30 +00:00
  • 43bfe31ce2 Prevent Notices in Incoming links widget. Fixes #14617 Dion Hulse 2010-10-19 10:52:46 +00:00
  • 1027248cee Limit wp_old_slug_redirect() to redirecting to only posts of the same post_type kind. See #15140 Dion Hulse 2010-10-19 10:27:34 +00:00
  • f5b6addcdb Fix current-cat & current-cat-parent classes for Category listings for non-category taxonomies. General cleanup of wp_list_categories() sanity checking. Props TheDeadMedic for the initial taxonomy patch. Fixes #15143 Dion Hulse 2010-10-19 10:10:11 +00:00
  • 443d5fc7d8 Doc fixes for wp_find_hierarchy_loop. props mdawaffe, fixes #14662. Andrew Nacin 2010-10-19 08:16:10 +00:00
  • 19f0fffed4 Remove debug cruft in [15844]. Andrew Nacin 2010-10-19 07:59:26 +00:00
  • 22ba9295bf Introduce show_in_menu for register_post_type. Allows post types to be a submenu. Accepts boolean and also a parent base. With help from duck_. fixes #14145. Andrew Nacin 2010-10-19 07:58:02 +00:00
  • fb4e38b0e7 Pinking shears. Andrew Nacin 2010-10-19 07:48:22 +00:00
  • fc71934f11 Full @since's for 3.1.0. Andrew Nacin 2010-10-19 07:38:42 +00:00
  • 44bf886cb9 Inline docs for _get_last_post_time helper. Andrew Nacin 2010-10-19 07:35:12 +00:00
  • 8a4fe8b2a0 Restore jQ noConflict. props filosofo, fixes #15147. Andrew Nacin 2010-10-19 07:26:52 +00:00
  • dfbe420d9c Get rid of wp_cache_key(), as it's not really that useful. See [15838] scribu 2010-10-18 21:54:39 +00:00