Commit Graph

  • ca8fa5e2bd This is only for use in the Network admin when it is always multisite. Peter Westwood 2010-12-15 19:09:50 +00:00
  • d48ff05f70 Re-instate this code so AJAX still works Peter Westwood 2010-12-15 19:04:31 +00:00
  • 424a82f2ef Move post_type var setup back into edit.php and reinstate the cap check. See #15326 Peter Westwood 2010-12-15 18:58:05 +00:00
  • 31a1806d2e Revert [16645]. see #15625. Andrew Nacin 2010-12-15 18:50:39 +00:00
  • 98aac89317 Plugin install and thickbox for the network admin. props ocean90, fixes #15510, fixes #15750. Andrew Nacin 2010-12-15 18:48:40 +00:00
  • f03dece666 Fix HTML validation errors. Fixes #15716. Peter Westwood 2010-12-15 18:34:59 +00:00
  • a02674aebc Move search results text in site-themes/site-users. Props sorich87, ocean90. Fixes #15553 Pete Mall 2010-12-15 18:32:25 +00:00
  • c80789036e Allow a plugin to filter our slugs if it wants to. Fixes #15726 Peter Westwood 2010-12-15 17:56:25 +00:00
  • 951bc1b23b s/example-about-page/sample-page/. see #14973. Andrew Nacin 2010-12-15 17:55:49 +00:00
  • a653754287 Add theme_mods option if is_admin. props MarkJaquith, fixes #14828. Andrew Nacin 2010-12-15 17:39:00 +00:00
  • 700374e0b0 Pass wp_admin_bar object to admin_bar_menu action. Props TheDeadMedic, JohnPBloch. fixes #15723 Ryan Boren 2010-12-15 17:33:02 +00:00
  • 0c8e238e6c Add user_nicename, nicename, ID to WP_User_Query orderby. props duck_, fixes #15816. Andrew Nacin 2010-12-15 17:18:04 +00:00
  • 51396e1e89 _doing_it_wrong takes three arguments. fixes #15824. Andrew Nacin 2010-12-15 17:14:25 +00:00
  • 2a44684f3e s/site/user/ if signup doesn't have a domain attached. props wpmuguru, fixes #15780. Andrew Nacin 2010-12-15 17:09:26 +00:00
  • 598bb9952a Allow actual DB fields in WP_User_Query orderby. props duck, see #15816. Andrew Nacin 2010-12-15 16:51:38 +00:00
  • 26e0e1ab6f Admin bar blogname handling improvements. Kill visible property vestige. props ocean90, fixes #15308. Andrew Nacin 2010-12-15 16:48:06 +00:00
  • c4ffd06f66 Inline doc fixes for get_next|previous|adjacent_post. props kawauso, fixes #15822. Andrew Nacin 2010-12-15 16:45:14 +00:00
  • 778b91c128 TinyMCE 3.3.9.3-dev. fixes #15111. Andrew Nacin 2010-12-15 16:09:43 +00:00
  • b04abefc26 Skip confirmation email fixes. Props ocean90, duck_. see #15725 Ryan Boren 2010-12-15 16:04:19 +00:00
  • 905ec5fb30 Ultimate make_clickable. Fixes #14993 props filosofo Peter Westwood 2010-12-15 13:43:30 +00:00
  • e3fce95343 You are doing it wrong in query.php. see #15824, see #14729. Andrew Nacin 2010-12-15 12:21:27 +00:00
  • 0b37b225a1 Grammar and spelling. see #15824. Andrew Nacin 2010-12-15 12:09:53 +00:00
  • bdacc3985a Move _doing_it_wrong to other debug functions. Modify docs and the output message. see #15824. Andrew Nacin 2010-12-15 12:06:39 +00:00
  • 35752f9c64 Fix this in RTL too. see #14985. Andrew Nacin 2010-12-15 11:54:56 +00:00
  • 70f4c32dcb Clear both in the right now widget so it clears nicely when there are extra comment statuses added. Fixes #14985 props doktorbro. Peter Westwood 2010-12-15 11:52:38 +00:00
  • a95a5b65cc Better message text to reflect that it might not just be an incorrect argument but maybe your calling something way too early. See #15824 Peter Westwood 2010-12-15 11:39:23 +00:00
  • 3b1748b60d Zap the extra * props duck_ Peter Westwood 2010-12-15 11:34:52 +00:00
  • 26f81c3629 Switch to _doing_it_wrong(). See #15824 Peter Westwood 2010-12-15 11:31:00 +00:00
  • 052f67d71f Introduce _doing_it_wrong(). See #15824. Peter Westwood 2010-12-15 11:29:50 +00:00
  • 4904a251a5 Don't show extra .0 in _deprecated_argument calls. They should appear in @since docs though. Andrew Nacin 2010-12-15 11:27:38 +00:00
  • 510942bbfb Limit height only to iframe body. Fixes #15679 scribu 2010-12-15 10:39:50 +00:00
  • 95f478f057 Bumpity Peter Westwood 2010-12-15 09:16:15 +00:00
  • 968072c43d Use get_blog_option() isntead of raw SQL in site-users. See #14756 Pete Mall 2010-12-15 09:05:10 +00:00
  • 2caeab48f0 Give the Logout menu item the correct parent so it appears when we have avatars as well as when we don't. Fixes #15611 props ocean90. Peter Westwood 2010-12-15 08:38:49 +00:00
  • c5f37f3001 Internal linking IE tweaks. Props koopersmith. see #15739 Ryan Boren 2010-12-15 03:13:10 +00:00
  • 0155728ba5 Beta2 Ryan Boren 2010-12-15 02:37:46 +00:00
  • 5df71d4669 Expand/collapse in internal linking. Props koopersmith, nacin. see #15739 Ryan Boren 2010-12-15 02:36:24 +00:00
  • 4306639707 s/Creationism/Evolution/ in site-users. See #14756 Pete Mall 2010-12-15 02:22:53 +00:00
  • a6eda30d3b Fix nesting of parentheses. fixes #14995, props duck_, jakub.misek. Andrew Nacin 2010-12-14 19:51:13 +00:00
  • be843f53d8 Remove redundancy. see #14288. Andrew Nacin 2010-12-14 19:47:09 +00:00
  • 9a4d1e4c30 Pink trailing whites Ryan Boren 2010-12-14 19:38:38 +00:00
  • 4d85c3a424 Pink trailing whites Ryan Boren 2010-12-14 19:37:04 +00:00
  • 8b6cf91dc9 Revert to WP_DEFAULT_THEME if a child theme is in use and no style.css is present. fixes #15712, props greuben. Andrew Nacin 2010-12-14 19:19:47 +00:00
  • 70b6bbcfa8 Revert to WP_DEFAULT_THEME if a child theme is in use and no style.css is present. fixes #15712. Andrew Nacin 2010-12-14 19:17:49 +00:00
  • fc524daa7f Remove unneeded stripslashes. see #14543. Andrew Nacin 2010-12-14 18:56:15 +00:00
  • dc821cedbf Remove ceilings on recent comments and posts widgets and dashboard widgets. fixes #14543. Andrew Nacin 2010-12-14 17:58:47 +00:00
  • deea690720 Better backup notices. Props SergeyBiryukov, kapeels. fixes #15753 Ryan Boren 2010-12-14 17:02:29 +00:00
  • 176075ba48 Fix canonical paged/feed redirects. props rfw. fixes #14288 Mark Jaquith 2010-12-14 16:55:35 +00:00
  • 6bb085e816 Hide add new button or link to network/plugin-install on plugins page. Props ocean90. fixes #15785 Ryan Boren 2010-12-14 16:46:45 +00:00
  • 595bc10419 Add WP Rewrite root to front of add_permastruct() call when adding a taxonomy. fixes #15813 Mark Jaquith 2010-12-14 16:28:16 +00:00
  • 640ed590a2 Recreate initial taxonomies after updating their URL base. props nacin. fixes #15815 Mark Jaquith 2010-12-14 16:27:03 +00:00
  • 5945f381fc Honor defaults in wp_dropdown_users(). Props duck_. fixes #15791 Ryan Boren 2010-12-14 16:19:08 +00:00
  • ccd108bd5e Honor the page template when a page is the home page but not also the front page. Props filosofo. fixes #15513 Ryan Boren 2010-12-14 15:45:19 +00:00
  • 1da4d8e087 Fix notice in ajax response. Props garyc40. fixes #15810 Ryan Boren 2010-12-14 15:07:43 +00:00
  • 4ebfb979b1 Fix admin bar styling when no avatars are in use. props ocean90, see #15611. Andrew Nacin 2010-12-14 13:42:56 +00:00
  • 306bf053a6 Pass args to nav_menu_css_class filter. props scribu, fixes #15808. Andrew Nacin 2010-12-14 13:25:07 +00:00
  • 1d3a1c1460 Fix error when trashing a comment on the last page. Props garyc40. Fixes #15500 scribu 2010-12-14 11:53:31 +00:00
  • 3a3d660a6e I have CDO. see #15779. Andrew Nacin 2010-12-14 11:25:11 +00:00
  • 12da6006e0 Ensure the map_meta_cap filter receives the right cap when the map_meta_cap flag is false. fixes #15779. Andrew Nacin 2010-12-14 11:22:32 +00:00
  • a8ad040d3c Run parent title through 'the_title'. Props garyc40. Fixes #13968 scribu 2010-12-14 10:22:06 +00:00
  • 01a2da49e1 Restore pre-3.1 "Status:" header handling for IIS in wp_redirect. Revist in 3.2 to see if it's still required. Fixes #10187 Dion Hulse 2010-12-14 10:15:31 +00:00
  • 44db2effda Ensure correct HTTP status code is returned. Props nacin, fixes #15799 Pete Mall 2010-12-14 08:38:01 +00:00
  • d1b78e5309 Other piece of r16904. Limit variable string searching when possible. See #10187 Dion Hulse 2010-12-14 08:35:48 +00:00
  • c6f239ae68 Fix fatal error on IIS after r16797. props peaceablewhale. Limit variable string searching when possible. See #10187 Dion Hulse 2010-12-14 08:31:33 +00:00
  • 7f21740324 Use https for preview links if is_ssl(). Props nacin, filosofo. fixes #13328 Ryan Boren 2010-12-13 22:38:27 +00:00
  • b77d52752a Make classes global. Props JohnONolan. fixes #15558 Ryan Boren 2010-12-13 21:53:26 +00:00
  • 04e1d8553a Add user id to lock. Props duck_. see #15130 Ryan Boren 2010-12-13 21:23:46 +00:00
  • 6dc2d07bc4 Pink trailing whites. Ryan Boren 2010-12-13 21:21:50 +00:00
  • 2fe23d30da Apply the break. Props ocean90. fixes #15802 Ryan Boren 2010-12-13 21:03:34 +00:00
  • 00f652341f s/default/standard/ for post format slug. Ryan Boren 2010-12-13 20:50:10 +00:00
  • 5003828f16 Admin bar sprite cleanups. Props ocean90, darrenmeehan. see #15611 Ryan Boren 2010-12-13 20:35:28 +00:00
  • ab23780cbc Ver bump Ryan Boren 2010-12-13 17:55:49 +00:00
  • c5e9c0ce99 Bump ver. Ryan Boren 2010-12-13 15:33:39 +00:00
  • 63e3c4430e Always set groupby when a tax query is involved. See #15752 scribu 2010-12-13 15:15:58 +00:00
  • cbe9f7f3a0 Always call WP_Tax_Query::get_sql(). Fixes #15797 scribu 2010-12-13 15:11:02 +00:00
  • 30eae8ee5c Add cap checks. do the action in php. See #15793 Peter Westwood 2010-12-13 12:08:27 +00:00
  • f76d96c609 Add some filters and an action to make this more flexible for plugin extension / modification. See #15793. Peter Westwood 2010-12-13 11:58:49 +00:00
  • 223dfd3468 Slight logic tweak to [16889]. See #14123 scribu 2010-12-13 11:44:53 +00:00
  • b0384203fa Prevent redundant wp_usermeta JOIN on single-site installs. See #14123 scribu 2010-12-13 11:41:00 +00:00
  • b514837458 Re-index categories in get_the_category(). Props greuben. Fixes #15442 scribu 2010-12-12 20:32:29 +00:00
  • 06622f69ba Set both column header sorting arrows. Props batmoo. Fixes #15480 scribu 2010-12-12 20:21:58 +00:00
  • 09ee8c5c47 Set $wp_query->tax_query earlier. See #15752 scribu 2010-12-12 16:38:51 +00:00
  • 86af64c60a Oh hai, haven't seen you in a while. Andrew Nacin 2010-12-12 11:12:16 +00:00
  • 1f570675c1 Fix Parent dropdown after creating a category. Props Utkarsh, garyc40. Fixes #15194 scribu 2010-12-12 10:29:19 +00:00
  • 589ccc5ac7 Mark Twenty Ten as GPL per new theme directory guidelines. props pross. fixes #15632 Mark Jaquith 2010-12-12 07:02:18 +00:00
  • 3fcf08fe17 Add missing global for r16881 See #15781 Dion Hulse 2010-12-12 06:40:52 +00:00
  • 81e923a291 Include Javascript Global variables in iframe_header(); Add extra style/script actions which are missing from iframe_header() to bring it inline with admin-header.php. Fixes #15781 Dion Hulse 2010-12-12 05:43:35 +00:00
  • 619a8a8cff Don't set query flags in parse_tax_query(). See #15487 scribu 2010-12-11 15:20:52 +00:00
  • 721f2b01cf Fix row hilighting when user is spam. See #15558 props beaulebens. Peter Westwood 2010-12-11 09:40:49 +00:00
  • accc855bdc Remove excess comments from url_to_postid(). See #15771 scribu 2010-12-11 09:28:36 +00:00
  • 9c1dd77de9 Use is_singular in url_to_postid(). See #15771 scribu 2010-12-11 09:25:02 +00:00
  • dfb1f77e3b Use the blue background in the HTML editor, same as the visual editor. see #15207. Andrew Nacin 2010-12-11 09:04:37 +00:00
  • 10b2d9bf40 More admin bar styling improvements. Includes RTL fixes. Don't show redundant 'search' value. props ocean90, see #15308. Andrew Nacin 2010-12-11 08:54:41 +00:00
  • bbbfee7e7f Fix admin menu save state. props greuben, fixes #15767, see #15615. Andrew Nacin 2010-12-11 08:41:48 +00:00
  • d2842aac53 Include a blank email to prevent a PHP notice when pingbacks are being added, causes XML-RPC responses to be malformed with WP_DEBUG. Dion Hulse 2010-12-11 07:17:50 +00:00
  • 416efb62b4 Check to see if WP_Query has returned any posts before blindly accessing posts. Fixes #15771 Dion Hulse 2010-12-11 06:35:47 +00:00
  • 4c11a459f9 Coding Standards clean-up, Variable typo fix ($errstr), Svn property correction. See #10588 Dion Hulse 2010-12-11 05:51:49 +00:00
  • 3ce701f9f3 Don't clear saved username in wp_attempt_focus. props JohnPBloch, wojtek.szkutnik. fixes #14031. Andrew Nacin 2010-12-11 04:59:49 +00:00
  • 82c7adaec6 Utilize gallery-columns-# classes in Twenty Ten. props ianstewart, lancewillett. fixes #15103. Andrew Nacin 2010-12-11 04:05:32 +00:00
  • 3f5f212ffb Don't show search box if there are no items available. See #15353 scribu 2010-12-10 20:22:34 +00:00