Commit Graph

  • aa21762023 POT, generated from r16866 potbot 2010-12-10 20:21:45 +00:00
  • 468bab05a7 Deprecate twentyten_remove_gallery_css in favor of the use_default_gallery_style filter. see #15103. Andrew Nacin 2010-12-10 19:27:12 +00:00
  • 41d4279b66 use_default_gallery_style boolean filter and new gallery-columns-* class. see #15103. Andrew Nacin 2010-12-10 19:15:37 +00:00
  • 63357b507a wp-caption-text class for the gallery shortcode caption. props chipbennett, fixes #14411. Andrew Nacin 2010-12-10 19:05:50 +00:00
  • 62f76f6efa jQuery UI 1.8.7. Props demetris. fixes #15766 Ryan Boren 2010-12-10 19:02:53 +00:00
  • ad424075f1 Admin bar script/style improvements. props ocean90, see #15308. Andrew Nacin 2010-12-10 18:47:21 +00:00
  • 4d7afd30fa Don't show search box if there are no themes available. See #15353 scribu 2010-12-10 18:40:48 +00:00
  • acdd0eff66 IFRAME_REQUEST for network/update.php. props duck_, see #15724. Andrew Nacin 2010-12-10 18:25:18 +00:00
  • 1bbc935dec Lose last-blog-admin-visited. Figure out a better way in 3.2 Ryan Boren 2010-12-10 17:25:04 +00:00
  • 181ab7185a like_escape() search string. see #15764 Ryan Boren 2010-12-10 15:57:48 +00:00
  • 523a810530 Add retro gravatar option. Props beaulebens. fixes #15759 Ryan Boren 2010-12-10 14:50:43 +00:00
  • 13055dfc1a Remove unnecessary comments. See #15416 scribu 2010-12-10 08:55:17 +00:00
  • 70e3fbe1e8 Redirect to correct page after bulk action for posts and comments. Props garyc40. Fixes #15416 scribu 2010-12-10 08:49:16 +00:00
  • ab5cd7a4f5 Inline docs for WP_Tax_Query. See #15752 scribu 2010-12-10 08:20:46 +00:00
  • ea0d5bf166 Fix notice in get_queried_object(). See #15752 scribu 2010-12-10 07:51:04 +00:00
  • 83d896d013 Admin bar CSS cleaning. props ocean90, see #15308. Andrew Nacin 2010-12-10 04:01:16 +00:00
  • 5da70bad87 Always have a WP_Tax_Query instance, to prevent notices. See #15752 scribu 2010-12-09 19:42:25 +00:00
  • 77f5f54ff7 Correct relation var and PHP4 constructor. See #15752 scribu 2010-12-09 19:36:33 +00:00
  • 85a176fe8f Introduce WP_Tax_Query. Fix canonical redirects in the process. See #15752 scribu 2010-12-09 19:29:21 +00:00
  • a239d692a7 Go back to sanitize_user() so that dots are allowed. Props ocean90. see #14910 Ryan Boren 2010-12-09 19:29:00 +00:00
  • 3ebb27ae3e Always exit after wp_redirect. props filosofo, fixes #15518. Andrew Nacin 2010-12-09 18:02:54 +00:00
  • 0979c21ab0 Make get_header_image() ssl-aware. fixes #14835. Andrew Nacin 2010-12-09 17:59:35 +00:00
  • 1527d28dca False advertising is bad. See #15752 scribu 2010-12-09 17:19:23 +00:00
  • a2387d8907 Proper check for tax query, which will never be empty, due to 'relation'. See #15752 scribu 2010-12-09 17:09:42 +00:00
  • a5cb537970 Set tax query defaults earlier, for notice prevention and convenience. See #15752 scribu 2010-12-09 17:05:40 +00:00
  • df562b62f4 Kill blog specific menus from admin-bar in net admin. Fixes #15754 Pete Mall 2010-12-09 16:55:09 +00:00
  • c120fd98ee Don't show the WP plugins widget in multisite in the site admin. Props ocean90. fixes #15748 Ryan Boren 2010-12-09 16:37:16 +00:00
  • 8aa42566e8 Remove the snack bar from core. Will become a plugin. Lay down the red. Andrew Nacin 2010-12-09 16:29:08 +00:00
  • b4d1885aee Remove the snack bar from core. Will become a plugin. Lay down the red. Andrew Nacin 2010-12-09 16:27:53 +00:00
  • 63d7b51d01 Adjust branching and errors in WP_Themes_List_Table::no_items(). fixes #15751. Andrew Nacin 2010-12-09 16:12:04 +00:00
  • abd3871510 Use correct query var. see #15378. Andrew Nacin 2010-12-09 14:23:54 +00:00
  • a3c3dc3273 Fix strange JS error when trashing a comment. Props greuben. Fixes #15746 scribu 2010-12-09 14:16:35 +00:00
  • bac58b8e62 Example About Page. props jane, studionashvegas. fixes #14973. Andrew Nacin 2010-12-09 13:20:40 +00:00
  • f384fe3e81 _get_post_ancestors() in Walker_Page. props layotte, fixes #14329. Andrew Nacin 2010-12-09 12:38:23 +00:00
  • f11e53166e s/can_edit_site/can_edit_network/g. see #15720. Andrew Nacin 2010-12-09 12:36:39 +00:00
  • 005b2e5be1 Make get_term_by() use sanitize_title_for_query() too. See #9591 scribu 2010-12-09 10:05:19 +00:00
  • 9835b5ff25 Add @return to add_*menu_page() docs. Fixes #15747 scribu 2010-12-09 06:54:48 +00:00
  • d56cc33340 Clarify is_single() inline doc. Fixes #14034 scribu 2010-12-09 05:27:37 +00:00
  • 684d85ff2f Fix menu_page_url() for submenu pages attached to custom menu pages. props duck_, see #14159. Andrew Nacin 2010-12-09 04:02:37 +00:00
  • b8fdaa2dff Correct get_file_data() inline doc. Fixes #14071 scribu 2010-12-09 03:30:23 +00:00
  • fc9815537d Add the for atteibute to internal linking labels. props batmoo, see #11420. Andrew Nacin 2010-12-09 01:46:31 +00:00
  • be9b7a345b Link to unobfuscated JS. Props filosofo. fixes #15262 Ryan Boren 2010-12-08 22:37:19 +00:00
  • 6fcde6c9fe Remove post_type_supports check from register_post_type caps all together. fixes #14122. Andrew Nacin 2010-12-08 22:07:29 +00:00
  • daadad84a6 Work around some unset variable notices in xmlrpc.php. props redsweater. props sorich87. fixes #10665 Mark Jaquith 2010-12-08 22:00:40 +00:00
  • b6b938a084 Fix typo. props SergeyBiryukov, fixes #14107. Andrew Nacin 2010-12-08 21:35:08 +00:00
  • 00356f8e4a Use santize_key() in more places. Props WraithKenny. fixes #14910 Ryan Boren 2010-12-08 21:32:19 +00:00
  • 396b57920f Include the username in the incorrect password message, for clarity. fixes #14575. Andrew Nacin 2010-12-08 21:25:52 +00:00
  • b105838594 Do not store empty _wp_old_slug values. fixes #15736 Mark Jaquith 2010-12-08 21:22:16 +00:00
  • 956b191c60 Use is_page_type_hierarchical(). props nacin. see #15140 Mark Jaquith 2010-12-08 21:17:01 +00:00
  • 08671532d3 Do not do slug logging/redirects for hierarchical post types. see #15140 Mark Jaquith 2010-12-08 21:10:38 +00:00
  • d8005e7182 Close br. Props wahgnube. see #15287 Ryan Boren 2010-12-08 21:09:29 +00:00
  • 7a7e7542d1 Update show_on_front to posts if there are no pages, just in case. see #14403. Andrew Nacin 2010-12-08 21:02:07 +00:00
  • cfe4cf192b Remove plugin-install from site admin for is_multisite(). See #14435 Pete Mall 2010-12-08 20:11:52 +00:00
  • 596471065a Keep Dashboard RSS widgets in same place when configuring. props duck_. fixes #14785 Mark Jaquith 2010-12-08 19:53:26 +00:00
  • 8338c78133 Fix closing admin menu animation. props filosofo, fixes #15615. Andrew Nacin 2010-12-08 19:51:22 +00:00
  • dc673fbccd Fix media form error display. Props andyblackwell. fixes #13810 Ryan Boren 2010-12-08 19:44:48 +00:00
  • 15186d7ef1 Better reset for ul and li in the admin bar. props duck_, fixes #15727. Andrew Nacin 2010-12-08 19:39:49 +00:00
  • ad590a37d3 Define all margins for the admin bar input. props chrisbliss18, fixes #15216. Andrew Nacin 2010-12-08 19:38:27 +00:00
  • 86df54f82a s/method_exists/is_callable/. props hakre, fixes #14933. Andrew Nacin 2010-12-08 19:27:49 +00:00
  • 7cefd23188 Remove stripslashes(). No longer needed. Props RogerTheriault. fixes #12560 Ryan Boren 2010-12-08 19:25:18 +00:00
  • dd8cff8381 Correct the logic as there is no publish_post cap. Peter Westwood 2010-12-08 17:07:55 +00:00
  • 10244cc066 Check for extra caps here too. Peter Westwood 2010-12-08 16:52:08 +00:00
  • b616351b4a Correct some more cap checks to use the correct caps. Peter Westwood 2010-12-08 16:18:42 +00:00
  • 5e198c07bf Condense the logic. Props nacin. Peter Westwood 2010-12-08 15:59:56 +00:00
  • 4ba3238bb5 Ensure that we always check the right cap when posts are added or edited. Peter Westwood 2010-12-08 15:31:17 +00:00
  • 5c50656b6a Enable canonical redirections for Permalink suporting IIS. Props peaceablewhale See #10187 Dion Hulse 2010-12-08 11:04:40 +00:00
  • d81779a74d Remove visit site button gradient images from pre-3.0. see [16417]. see #15207. Dion Hulse 2010-12-08 10:01:18 +00:00
  • de04f2de14 Close a quote. see #15308. Andrew Nacin 2010-12-08 09:49:56 +00:00
  • 19677466aa Fix logic inversion. see #15699. Andrew Nacin 2010-12-08 09:28:20 +00:00
  • 8c86414798 Revert logic change made in [16789]. See #13818 scribu 2010-12-08 09:15:09 +00:00
  • cae6e8d4ef Set queried object on CPT archives. Fixes #15730 scribu 2010-12-08 08:57:38 +00:00
  • d5717c050c Admin bar styling improvements. * Ensure there isn't a text shadow for update and comment counts. * Hide zero count of pending comments via PHP, not CSS. * Show the update title attribute across the entire menu item, props demetris. * Let the CSS breathe a little. Andrew Nacin 2010-12-08 08:50:24 +00:00
  • 45cb3321c0 Don't show blurry text shadow in the admin bar count. props demetris, fixes #15308. Andrew Nacin 2010-12-08 08:28:15 +00:00
  • 8f4416b53b Use has_archive in get_post_type_archive_link(). See #13818 scribu 2010-12-08 07:51:40 +00:00
  • 24b60aee0d Don't improperly whitescreen on incorrect DB credentials during setup-config. Show error message with an opportunity to try again. fixes #15682. Andrew Nacin 2010-12-08 07:12:44 +00:00
  • b613ab037c Use pagination base for CPT archives. props scribu, fixes #15728. Andrew Nacin 2010-12-08 07:02:52 +00:00
  • fc7d9435db Switch to the Akismet 2.5.0 tag. Andrew Nacin 2010-12-08 05:53:54 +00:00
  • e6dbc84741 Initialize this variable. Andrew Nacin 2010-12-08 01:03:12 +00:00
  • 668956d2ff Handle posts without titles better in internal linking. see #11420. Andrew Nacin 2010-12-08 00:22:43 +00:00
  • 2fcbcdad76 POT, generated from r16782 potbot 2010-12-08 00:21:45 +00:00
  • 52c8599189 Add 'View Galleries' link for post formats. fixes #15506. Andrew Nacin 2010-12-07 23:31:35 +00:00
  • 3bfa8b9e10 Don't show Suspend/Unsuspend links for the main site on the admin bar. Props ocean90. fixes #15669 Ryan Boren 2010-12-07 23:11:19 +00:00
  • a53a2f0f04 Define IFRAME_REQUEST only for framed requests. Props ocean90. fixes #15721 Ryan Boren 2010-12-07 23:05:27 +00:00
  • e3d0969ded Revert brokenness. See #15326. Peter Westwood 2010-12-07 21:35:46 +00:00
  • 137601189d Don't show plugin edit link in the site admin. fixes #15722. fixes logic in [16777]. Andrew Nacin 2010-12-07 21:14:44 +00:00
  • 35d7a02cba Don't show plugin edit link in the site admin. fixes #15722. Andrew Nacin 2010-12-07 21:06:44 +00:00
  • ab5f09cfda Restore some more cap checks for clarity. See #15326. Peter Westwood 2010-12-07 21:06:19 +00:00
  • aa29bef29a Don't check post counts in the network admin. props scribu, fixes #15699. Andrew Nacin 2010-12-07 20:54:04 +00:00
  • cde3ed0e23 Fix a sprintf call. props wojtek.szkutnik, sorich87. fixes #14555. Andrew Nacin 2010-12-07 20:41:43 +00:00
  • b8569cefb7 Fix the background colors for the Select Files upload buttons. props TECannon. fixes #8545. Andrew Nacin 2010-12-07 19:42:57 +00:00
  • 5065b86df6 Fix notice. Props ocean90. fixes #15692 Ryan Boren 2010-12-07 19:00:58 +00:00
  • ee30b441ff Use assign_terms cap for tag search and tag cloud in admin ajax. fixes #15437. Andrew Nacin 2010-12-07 18:59:25 +00:00
  • 708aa37730 Initialize a variable. props kapeels for initial patch. fixes #15703. Andrew Nacin 2010-12-07 18:55:13 +00:00
  • d150dcd964 Pass NULL as second arg to wp_upload_bits() to avoid deprecated warning. Props koke. fixes #15698 Ryan Boren 2010-12-07 18:32:07 +00:00
  • fcfb406c7c Apply wp_get_attachment_url to empty urls. Props filosofo. fixes #15494 Ryan Boren 2010-12-07 18:16:21 +00:00
  • 712aeeae45 Don't show super admin checkbox for the user that has the network admin email address. Props duck_. fixes #14051 Ryan Boren 2010-12-07 18:10:16 +00:00
  • 5eb199f6f3 Fix return the themes links. Props duck_. fixes #15718 Ryan Boren 2010-12-07 18:01:58 +00:00
  • f6b9beb519 Use a span so we mark up the all the info about the site. See #15716 - allows for css targetting based on site. Peter Westwood 2010-12-07 15:00:30 +00:00
  • 9c2a7dc314 Introduce can_edit_site to replace inline checks on whether or not the site_id is for the current Network. See #15716. Peter Westwood 2010-12-07 14:28:40 +00:00
  • 0485062f5d Allow for the callee of download_url() to specify a different timeout if they want to - maybe they don't want to wait that long. Peter Westwood 2010-12-07 12:45:24 +00:00