Commit Graph

  • 66a5b13074 Implement proper column show/hide behaviour based on screen options for the Network Admin Sites table column added for the wpmublogsaction hook. Peter Westwood 2010-11-23 11:46:10 +00:00
  • 40115d566d Implement proper column show/hide behaviour based on screen options for the Network Admin Sites table. Peter Westwood 2010-11-23 11:39:50 +00:00
  • 156dc90ffe Remove debug cruft from [16543]. See #14590 scribu 2010-11-23 00:49:23 +00:00
  • 86da62e436 Minor cleanup in queried object setting logic. See #14590 scribu 2010-11-23 00:47:45 +00:00
  • cf21cf2a89 Cast term_id to int for queried_object_id. props wojtek.szkutnik, fixes #14590. Andrew Nacin 2010-11-23 00:32:19 +00:00
  • c05b55b066 POT, generated from r16540 potbot 2010-11-23 00:22:47 +00:00
  • 1d586a6a7f Remove vestige code from theme.js. See #14936 scribu 2010-11-23 00:06:15 +00:00
  • 612a6bda24 escape URL in wp_link_pages. fixes #14271. Andrew Nacin 2010-11-22 23:54:30 +00:00
  • 0053f9b5e1 Prevent notice when checking for hierarchical tax rewrite. Props demetris. See #12891 scribu 2010-11-22 21:56:20 +00:00
  • 40c993af3f Fix 'timeinfo' cache invalidation. Fixes #14922 scribu 2010-11-22 21:45:45 +00:00
  • ef9b5fb1ec Document url_shorten() and use in more places. Props latz for initial patch. Fixes #15540 scribu 2010-11-22 17:17:31 +00:00
  • e8dd42ce2a Revert [15688], [15689], [15691]. Try again in 3.2. see #14966. Andrew Nacin 2010-11-22 17:17:26 +00:00
  • 4cfa4aaacf Add the audio post format, the final format we plan to support. see #14746. Andrew Nacin 2010-11-22 17:05:14 +00:00
  • 9605850c9a Use tools screen_icon for udpate-core. Props ocean90, fixes #15531. Pete Mall 2010-11-22 16:56:22 +00:00
  • fe3aa01f7b Yeah, about that comma... Fix internal linking for both IE6 and IE7. props koopersmith, fixes #15485. Andrew Nacin 2010-11-22 06:32:18 +00:00
  • 6df13c0a90 Consider only IN tax queries when returning the queried object. See #12891 scribu 2010-11-22 05:14:47 +00:00
  • 250c2d591e Use first and last name in network admin users. Fixes #15528. Pete Mall 2010-11-22 04:31:31 +00:00
  • 4cb1c0e3b3 Bump tinymce version. see #15532 Ryan Boren 2010-11-22 03:03:28 +00:00
  • c49fb698d8 Bring link dialog to front when TinyMCE is fullscreen. Props koopersmith. see #15532 Ryan Boren 2010-11-22 02:48:58 +00:00
  • d089000052 Notice fixes for user-new.php. Props wpdavis. see #15456 Ryan Boren 2010-11-21 16:56:08 +00:00
  • eb6a65e501 Move s/ /+ out of WP_Query, so that 'category_name=Some Category' works again. See #12891 scribu 2010-11-21 16:33:05 +00:00
  • 37842f40a2 Don't display search subtitle on themes page. Props ocean90. See #14579 scribu 2010-11-21 16:20:08 +00:00
  • dce66b369f Use correct name in script loader. see #14936. Andrew Nacin 2010-11-21 14:10:33 +00:00
  • 3c7fb2fb3b Update get_tax_sql() docblock. See #14579 scribu 2010-11-21 14:09:01 +00:00
  • f82118f579 Add a simple filter to allow removing the recent comments default widget styles. fixes #15493, see #14876. Andrew Nacin 2010-11-21 13:55:11 +00:00
  • 9a53e46ff5 Revert [15994] for now, as the default widgets then go through an identity crisis. see #14876, #15493. Andrew Nacin 2010-11-21 13:48:35 +00:00
  • 6843c0fa3c Escape the wrap ID and class attributes going into sprintf() and s/slug/wrap_id/ to make it more obvious. see #14235. Andrew Nacin 2010-11-21 13:37:09 +00:00
  • 83e8f71361 Introduce items_wrap arg to wp_nav_menu(). props filosofo, fixes #14235. Andrew Nacin 2010-11-21 13:32:02 +00:00
  • 55bd96bfeb Fixes for user-new.php. Props wpdavis. see #15456 Ryan Boren 2010-11-20 22:36:46 +00:00
  • cb38e81d23 re-minify edit-comments.js. See #15504 scribu 2010-11-20 22:03:54 +00:00
  • de5730ecd9 Use event delegation in edit-comments.js. Fixes #15504 scribu 2010-11-20 22:02:25 +00:00
  • 6401205f36 Don't do any taxonomy stuff if is_singular. See #15487 scribu 2010-11-20 21:51:21 +00:00
  • 3484e62eca Revert debug Ryan Boren 2010-11-20 21:44:11 +00:00
  • f3e3c03abe array_unique() category__in and category__not_in to eliminate dupes from multiple runs of parse_tax_query(). Fixes canonical redirects for cat, category__in, and category__not_in requests. see #12891 #15487 Ryan Boren 2010-11-20 21:43:19 +00:00
  • a825250771 Fix logic for when excluding a non-existant term. See #12891 scribu 2010-11-20 21:28:50 +00:00
  • 75453e5e2d If the queried term does not exist make sure no posts are returned in the query rather than falling through to querying all posts. Fixes 404s when querying cats that do not exist. see #12891 Ryan Boren 2010-11-20 21:10:20 +00:00
  • 3cf1723947 Use 'Update' and 'Save Link' for internal linking submit button. props koopersmith, see #11420. Andrew Nacin 2010-11-20 19:27:12 +00:00
  • bc868ac452 Indent a foreach. Andrew Nacin 2010-11-20 19:20:32 +00:00
  • 358a4a3486 Ensure that we return post IDs as strings to honour API defintions. See #15517 Peter Westwood 2010-11-20 15:50:56 +00:00
  • 306874cbb6 Don't need WP_MS_Users_List_Table constructor anymore. See [16501] scribu 2010-11-20 14:03:49 +00:00
  • 3e8a8c96cf Remove debug cruft from [16505]. See #12891 scribu 2010-11-20 13:48:24 +00:00
  • 6020138317 Don't set post_type to 'any' for category and tag queries. See #12891 scribu 2010-11-20 13:39:07 +00:00
  • bff457cfaf Use do_items rather than do_item so the output of the l10n script is recorded. Fixes #15124. Peter Westwood 2010-11-20 12:01:15 +00:00
  • 6e131a9694 Add missing calls to convertEntities for js l10n Peter Westwood 2010-11-20 11:56:59 +00:00
  • 0786857c32 Don't esc_textarea() in meta boxes since the post object is already escaped. Props Viper007Bond. see #15505 Ryan Boren 2010-11-20 06:10:07 +00:00
  • bc9642a3f5 Could not bulk edit users in Network Admin due to reversed logic on capability check, and incorrect action included for comparing to nonce. Props beaulebens Ryan Boren 2010-11-20 05:48:35 +00:00
  • ce4b9ff07a IE8 fixes for internal linking. props koopersmith, see #15485, see #11420. Andrew Nacin 2010-11-20 02:02:37 +00:00
  • c32cd17908 self_admin_url in plugin-install. props ocean90, fixes #14062. Andrew Nacin 2010-11-20 01:38:21 +00:00
  • 10f92b7e87 Don't include Network Only plugins in the site admin plugin counts. props PeteMall, fixes #15502. Andrew Nacin 2010-11-20 01:23:44 +00:00
  • 069c259dcf should not be an array of arrays. Props nickmomrik Ryan Boren 2010-11-19 23:58:29 +00:00
  • a7bcbc027f Fix user search input name. Props nickmomrik. Ryan Boren 2010-11-19 23:43:00 +00:00
  • 103bde3e19 Do not set is_category/is_tax/is_tax for is_singular requests. props mtekk. fixes #15487 Mark Jaquith 2010-11-19 19:25:53 +00:00
  • 40d1e43970 Add missing div. props PeteMall, fixes #15501. Andrew Nacin 2010-11-19 19:05:04 +00:00
  • fcf95a9788 Bump wplink. Andrew Nacin 2010-11-19 19:02:57 +00:00
  • 7c8157ed36 Fill http by default. Props koopersmith. see #11420 Ryan Boren 2010-11-19 18:59:43 +00:00
  • 04b9ae5ae7 Clear fields on refresh. Props koopersmith. see #11420 Ryan Boren 2010-11-19 18:54:03 +00:00
  • b9113234eb wplink IE fixes. Props koopersmith. see #15485 Ryan Boren 2010-11-19 18:49:12 +00:00
  • c245d5f44b Site search performance tweaks. Use subquery for registration log queries to allow cross DB queries. Lose order by id by default. Search only by blog_id for numeric search strings. see #15170 Ryan Boren 2010-11-19 18:16:03 +00:00
  • c7fd7b68d3 Remove debug cruft. Ryan Boren 2010-11-19 17:10:35 +00:00
  • 8ff8013fe7 Populate post term relationship cache in get_the_terms(). Restores caching lost when we moved away from get_the_category(). see #15407 Ryan Boren 2010-11-19 17:09:21 +00:00
  • 90e783e1fe Use event delegation in wp-lists.js. Fixes #15488 scribu 2010-11-19 16:11:56 +00:00
  • 9927279cf2 Don't forget to echo the result of esc_textarea() Nikolay Bachiyski 2010-11-19 14:48:11 +00:00
  • a0c3d2ef0e Expose post format details in XML-RPC: Joseph Scott 2010-11-19 13:57:05 +00:00
  • e6e9ea6c26 Set current screen for comment quick-edit. Props batmoo. See #14579 scribu 2010-11-19 09:34:21 +00:00
  • 90de63b3ad Force GROUP BY when there's a tax query. See #12891 scribu 2010-11-19 09:17:59 +00:00
  • 794e39317a POT, generated from r16480 potbot 2010-11-19 08:21:40 +00:00
  • c5665d8ed2 Twenty Ten code cleanups. props lancewillett, fixes #15476. Andrew Nacin 2010-11-19 05:37:47 +00:00
  • f86af64e5f Internal linking cleanups. Fix combination of pagination and searching. Add a margin of error (ha, get it?) to triggering the river. props koopersmith, see #11420. Andrew Nacin 2010-11-19 05:31:07 +00:00
  • 0d0edecd79 Return false if empty cat passed. Restores old behavior. Ryan Boren 2010-11-19 05:06:48 +00:00
  • 94737b9d3b Use "default" as the key (not "0") for the default post format string in the translation array. props josephscott Mark Jaquith 2010-11-19 04:32:33 +00:00
  • 6d3ae66a3b get_media_item_args, swfupload_post_params, and swfupload_success_handler filters. Props simonwheatley. fixes #13817 Ryan Boren 2010-11-19 00:04:04 +00:00
  • 18da5392f9 Link to edit profile screen within same admin if in network or user admin. Ryan Boren 2010-11-18 23:07:59 +00:00
  • a5a5164229 Titles for network admin and global dashboard. see #15477 Ryan Boren 2010-11-18 23:02:52 +00:00
  • 9782ea0c5c Fix user pagination. Props duck_. Fixes #15479 scribu 2010-11-18 22:51:36 +00:00
  • 62b4cd2ec7 Make entire sortable header clickable. Props batmoo. Fixes #15352 scribu 2010-11-18 21:39:22 +00:00
  • 14d7d29453 Fix undefined offset warnings on pages the current user does not have perms for. Props wpdavis. fixes #15469 Ryan Boren 2010-11-18 19:55:05 +00:00
  • 98362127ad s/flush/flush_rules/ in a comment. fixes #15474, props hakre. Andrew Nacin 2010-11-18 19:21:54 +00:00
  • ccea27cbe7 More param fixes, props duck_. see #14783. Andrew Nacin 2010-11-18 19:12:48 +00:00
  • b9ca2cd037 s/ui-dialog/wp-dialog/ in our dialog styles. props koopersmith, see #11420. Andrew Nacin 2010-11-18 19:07:59 +00:00
  • 29b90f079d Exclude term exclusions even if they are also inclusions. props foofy, scribu. see #12891 Mark Jaquith 2010-11-18 19:04:47 +00:00
  • 0e87356092 Clarify doc-block for wp_delete_object_term_relationships(). Props simonwheatley. Fixes #15472 scribu 2010-11-18 18:46:41 +00:00
  • 396da01570 Always use 'paged' in list tables. See #14579 scribu 2010-11-18 17:00:24 +00:00
  • bc279e502e Script bump Ryan Boren 2010-11-18 14:23:05 +00:00
  • 845832a767 Second half of [16462]. props duck_. see #15308. Andrew Nacin 2010-11-18 09:51:50 +00:00
  • 3161d152bf Clean up logic when selecting post types for the admin bar content drop-down. see #15308. Andrew Nacin 2010-11-18 09:01:07 +00:00
  • 1c4c2a2ad9 Kill the background from the default jQuery UI dialog theme. We'll get this from .wp-dialog in the colors stylesheets. props koopersmith, see #11420. Andrew Nacin 2010-11-18 08:50:20 +00:00
  • c7e2a27492 More svn add. see #11420. Andrew Nacin 2010-11-18 08:20:19 +00:00
  • 7cccd5715f Third pass on internal linking preloading. Or, what I left out of the second pass commit. see #11420. Andrew Nacin 2010-11-18 07:59:05 +00:00
  • 7554d8610b Second pass on internal linking preloading. Adjust styles, svn add the wpdialogs plugin, adjust files and docs. see #11420. Andrew Nacin 2010-11-18 07:56:47 +00:00
  • 655df3af90 Ludicrous speed for internal linking. First pass. props koopersmith, see #11420. Andrew Nacin 2010-11-18 06:22:13 +00:00
  • af5d46012c Revert extra stuff from [16455]. Andrew Nacin 2010-11-18 05:38:53 +00:00
  • 90343807eb Every time you nest a ternary operator, a kitten dies. Andrew Nacin 2010-11-18 05:37:00 +00:00
  • 2b9c7f6113 Redirect from network.php to network/setup.php. see #15461. Andrew Nacin 2010-11-18 05:29:03 +00:00
  • dc27759993 Move the network version of Tools > Network to the network admin. props wpdavis, fixes #15461. Andrew Nacin 2010-11-18 05:24:13 +00:00
  • 957b0789c2 Fix width of nav menu search boxes. props batmoo, fixes #15464. Andrew Nacin 2010-11-18 05:16:43 +00:00
  • 1a3a72a224 Style the on-hover state for collapsed admin menus in the blue theme. props PeteMall, fixes #15462. Andrew Nacin 2010-11-18 04:29:27 +00:00
  • 5183bee738 WP_Http_ExtHTTP variable fix. Don't pass an empty array to http_request, props mdawaffe, fixes #13730. Andrew Nacin 2010-11-18 03:34:28 +00:00
  • 1c1f8d45d4 Include a single-column option in gallery settings. props husobj, fixes #14836. Andrew Nacin 2010-11-18 03:30:55 +00:00
  • 1715830cf9 Codex links should open in a new window. fixes #14665, props qwertymaniac. Andrew Nacin 2010-11-18 03:26:03 +00:00
  • ba37b82b10 Allow is_feed() to drill down the feed being checked. props johnbillion for initial patch, fixes #15460. Andrew Nacin 2010-11-18 03:19:08 +00:00