Commit Graph

  • f928bc51eb Separate the tab title from the help section title, see #18690 Andrew Ozz 2011-10-01 21:18:04 +00:00
  • 4f289db37a Change month dropdown display in date pickers to include month number, fixes #18838 Andrew Ozz 2011-10-01 20:50:08 +00:00
  • 8bbc643454 Deprecate screen_meta(). see #18785. Andrew Nacin 2011-10-01 18:13:27 +00:00
  • f214ef7d99 Deprecate secreen_options(), screen_layout(). see #18785. Andrew Nacin 2011-10-01 18:07:41 +00:00
  • c0b2567366 Move all new WP_Screen properties to private. We should introduce getters. Correct legacy (and ideally read-only) properties to @access public. see #18785. Andrew Nacin 2011-10-01 17:59:46 +00:00
  • 3985ff6af3 Don't use wp_parse_args() on non associative array. Props SergeyBiryukov. see #18268 Ryan Boren 2011-10-01 15:54:52 +00:00
  • 46f95eb2de Use metadata API in do_all_pings() to delete post meta (cleaner, plays better with cache). Remove redundant query to retrieve meta_id. See #18196. Jon Cave 2011-10-01 08:38:33 +00:00
  • 206aa49499 Properly print per-page options. see #18690, [18853]. Daryl Koopersmith 2011-10-01 03:21:36 +00:00
  • a5acbaa574 Make screen options a help tab. Move screen option functions into WP_Screen. see #18690, #18785. Daryl Koopersmith 2011-10-01 00:24:44 +00:00
  • 1aad45debc Fix unfiltered_html_comment nonce, props nacin, fixes #18319 Andrew Ozz 2011-10-01 00:19:07 +00:00
  • 8c9d5285ac Toggle the pinkynails properly, props goto10, fixes #17212 Andrew Ozz 2011-10-01 00:12:39 +00:00
  • 684727610f Prevent the uploader getting stuck when deleting the only image from the gallery, props ocean90, fixes #15118 Andrew Ozz 2011-09-30 22:52:29 +00:00
  • 3a696e6995 Speed up the admin bar drop-downs a bit when using hoverIntent, props johnbillion, fixes #18299 Andrew Ozz 2011-09-30 22:31:15 +00:00
  • 6840264a43 Fix thickbox (again!), props SergeyBiryukov, fixes #18796 Andrew Ozz 2011-09-30 22:24:34 +00:00
  • c4d4799424 Initialize the post object in get_default_post_to_edit(). props tech163. fixes #18049. Andrew Nacin 2011-09-30 21:35:05 +00:00
  • c3212d522e Avoid refetching a post in get_post() when passed a post object that has already been raw sanitized. Clean up sanitize loop. Props scribu. fixes #18822 Ryan Boren 2011-09-30 19:06:18 +00:00
  • 2678fd4f60 Restore sorting by post_name in get_pages(). Props SergeyBiryukov. fixes #18805 Ryan Boren 2011-09-30 18:12:14 +00:00
  • 0fb49c10e3 Consult the main query when determining whether to show the edit menu in the admin bar. This insulates the admin bar from query_posts() queries made by themes and plugins. Props SergeyBiryukov. fixes #16798 Ryan Boren 2011-09-30 18:07:14 +00:00
  • b587d4c2ac More consistent right-now/footer messages related to version and upgrades in multisite. propx SergeyBiryukov. fixes #15545 Mark Jaquith 2011-09-30 17:31:52 +00:00
  • 35130709a7 s/Settings/Network Settings/. Props wpmuguru. fixes #16027 Ryan Boren 2011-09-30 17:26:14 +00:00
  • a3bdf19206 Be more consistent with ERROR: messages. fixes #15887 Mark Jaquith 2011-09-30 17:18:35 +00:00
  • 028a3ee8ec Allow 'id' to work in get_bookmarks(). Add link_notes even though such sorting is a bad idea. see #18068 for 3.3. Andrew Nacin 2011-09-30 17:03:46 +00:00
  • f1423b28e5 Make the dashboard screen (index.php) occupy the same menu index across all admins (site/network/user). Props wpmuguru. fixes #17751 Ryan Boren 2011-09-30 16:47:02 +00:00
  • cff31ae5f5 Add name to list of allowed keys. Props MarcusPope. fixes #18638 Ryan Boren 2011-09-30 16:43:57 +00:00
  • e8fd0746c8 Fix editor detection when inserting image, see #17144 Andrew Ozz 2011-09-30 16:00:11 +00:00
  • 83551cc744 Pass the query object to _close_comments_for_old_posts() so that is_singular is checked for the proper query. Props kawauso. fixes #18109 Ryan Boren 2011-09-30 15:35:50 +00:00
  • 4219b8b03f Fix back compat issues with delete_postmeta and deleted_postmeta actions as these should be passed the meta ID. Fixes #18825. Jon Cave 2011-09-30 15:19:32 +00:00
  • 805762af8f Deprecate wpmu_admin_redirect_add_updated_param() and wpmu_admin_do_redirect(). Props SergeyBiryukov. fixes #18619 Ryan Boren 2011-09-30 15:13:13 +00:00
  • 2421e0ecc6 Fire an action when a post type or taxonomy is registered so plugins can react. Fixes #18802 props simonwheatley. Peter Westwood 2011-09-30 09:53:35 +00:00
  • 5efcc6e8fc Compress and bump media.css. see #17578. Andrew Nacin 2011-09-30 06:23:46 +00:00
  • 19d613fed2 Merge the four media buttons into one. * Lots of red. * Removes the type_url_form_\$type filter, where \$type is audio, video, file, or image. * Replacement filter is a generic type_url_form_media filter for the new unified form. * Some functions have gone missing; they'll be restored and deprecated in a later pass. see #17578. Andrew Nacin 2011-09-30 06:22:29 +00:00
  • a42d391108 Update Feedback support URL. Andrew Nacin 2011-09-30 05:26:40 +00:00
  • 242c897d96 Attempt to keep the textarea still while loading the editor, see #18820 Andrew Ozz 2011-09-30 04:13:44 +00:00
  • cfc8bd3d53 Hide post title field in DFW if title is not supported by the current post type or missing, fixes $18568 Andrew Ozz 2011-09-29 22:59:49 +00:00
  • 4e081d3171 phpdoc typo and readability fixes. Props SergeyBiryukov. fixes #18560 Ryan Boren 2011-09-29 22:57:43 +00:00
  • 9f6d53a66f Introduce wp_allowed_protocols() for use in wp_kses() and esc_url(). See #18268. Jon Cave 2011-09-29 22:33:51 +00:00
  • 55609b863e Automatically set 'compare' => 'IN' in WP_Meta_Query::get_sql() when the meta value is an array. Props ldebrouwer, SergeyBiryukov. Fixes #16829. Jon Cave 2011-09-29 22:10:56 +00:00
  • 76251c5287 Allow the text parameter in wp_trim_excerpt() to be omitted altogether, instead of requiring a blank string. props SergeyBiryukov. fixes #17492 Mark Jaquith 2011-09-29 21:48:03 +00:00
  • b969d2ea80 Clean up remnants from having negative Post_IDs, props markjaquith, fixes #18235 Andrew Ozz 2011-09-29 21:47:52 +00:00
  • 25df5fe335 Disallow indexing wp-admin and wp-includes in robots.txt. Props SergeyBiryukov. fixes #18465 Ryan Boren 2011-09-29 21:47:04 +00:00
  • 8e77c91883 * Move the old sidebars_widgets array upgrade code to wp-admin/includes/upgrade.php * Avoid infinite loop with wp_get_sidebars_widgets() * Remove two unneeded wp_get_sidebars_widgets() calls * Remove unused $wp_registered_sidebars variable from wp_get_sidebars_widgets(). * Combine a couple of !empty( $sidebars_widgets ) checks in retrieve_widgets() Props SergeyBiryukov, lancewillett. fixes #17979 #18598 Ryan Boren 2011-09-29 21:41:22 +00:00
  • 0cd9b83b64 Cache internal linking nonce jQuery object. props mitchoyoshitaka. Update this nonce through autosave. fixes #18403. Andrew Nacin 2011-09-29 21:39:55 +00:00
  • eb00fdb5cb Don't split names across multiple lines on the credits page. props zeo, fixes #17940. Andrew Nacin 2011-09-29 21:28:29 +00:00
  • 106a94406e Add filter for the args into wp_dropdown_pages() in the page attributes box. Give the list_pages filter the context of the post object. fixes #8592 for 3.3. Andrew Nacin 2011-09-29 21:21:15 +00:00
  • 4aee3254f3 Kill the tables in install.php. props andrewryno. see #16413. Andrew Nacin 2011-09-29 19:57:36 +00:00
  • 32ba775ad7 Pass unslashed values from update_metadata() to add_metadata(). fixes #17343. Andrew Nacin 2011-09-29 19:37:58 +00:00
  • d9b37f77c8 Make the sort-by-object-property functions generic. see #14424. Andrew Nacin 2011-09-29 17:20:34 +00:00
  • 9ad9ff1282 Use _wp_tag_cloud_count_sort_cb instead of an anonymous function. Props ocean90. see #14424 Ryan Boren 2011-09-29 17:09:04 +00:00
  • 03375fa844 Recursively convert html entities in script localization strings, see #11520 Andrew Ozz 2011-09-29 06:43:46 +00:00
  • bb89b80c5b Remove remnants of show_admin_bar_admin. see #18811, see #18197. Andrew Nacin 2011-09-29 06:12:51 +00:00
  • a854604f54 Stop remembering the last viewed plugins screen. Always show all plugins when returning to plugins.php. fixes #18810. Andrew Nacin 2011-09-29 05:54:05 +00:00
  • 2c6d998b91 Revert [18804] until we have a proper solution. see #11520. Andrew Nacin 2011-09-29 05:50:44 +00:00
  • cd0ad3ead4 Revert [18783], as it breaks term relationship counts for attachment taxonomies. see #17548. Andrew Nacin 2011-09-29 05:29:20 +00:00
  • 8585471f13 Space out and capitalize 'Auto' in screen options. Andrew Nacin 2011-09-29 05:28:00 +00:00
  • 2aa3f3c353 Add note about why double-serialization is done. props SergeyBiryukov. fixes #16597 Mark Jaquith 2011-09-29 02:23:26 +00:00
  • 6069fe3c61 Document the Magic numbering in WP_Http_Encoding::compatible_gzinflate(). Fixes #18273 Dion Hulse 2011-09-29 02:10:35 +00:00
  • 36f2e9a22f Pass $args and $url to the http_api_debug action to improve debugging. Props johnbillion. Fixes #18732 Dion Hulse 2011-09-29 01:42:09 +00:00
  • 440ea79d5e Convert html entities in script localization strings, see #11520 Andrew Ozz 2011-09-29 00:34:24 +00:00
  • c9c3eb7a6d Use WP_Editor when editing or replying to comments, props ocean90, remove vendor specific selectors from editor-buttons.css, fixes #18348, see #17144 Andrew Ozz 2011-09-28 21:07:08 +00:00
  • bbd210992d Add filter so the users can select custom image sizes added by themes and plugins, props alexkingorg, fixes #18520 Andrew Ozz 2011-09-28 17:27:48 +00:00
  • 412422f15c Remove max-width from list tables. Better to limit the width on individual fields or areas where readability is impacted, see #18198 Andrew Ozz 2011-09-28 16:05:59 +00:00
  • 15381afe70 Fix UL, OL in Twenty Ten editor-style.css, see #18314 Andrew Ozz 2011-09-28 15:16:30 +00:00
  • 13c72ba193 Fix enqueueing of the right scripts when more than one instance of the editor, fix inserting images in full screen mode, see #17144 Andrew Ozz 2011-09-28 07:26:34 +00:00
  • 2a7b8b4764 Add error message when loading the preview image in the image editor fails, fixes #18723 Andrew Ozz 2011-09-28 06:08:56 +00:00
  • 91c746f586 Add dashboard help tabs, revise help tab layout and code. see #18690. Daryl Koopersmith 2011-09-28 00:57:56 +00:00
  • 35edc4264d Release a user's post lock when the user leaves a post. see #18515. Andrew Nacin 2011-09-27 20:52:07 +00:00
  • ad6e08124f Correct the src for jquery-ui-datepicker. props danielbachhuber, fixes #18793. see #17952. Andrew Nacin 2011-09-27 19:50:15 +00:00
  • d7d3a5c41b Revert fat fingers in [18793]. see #18690 Ryan Boren 2011-09-27 14:33:51 +00:00
  • fddfc14c88 First pass of WP_Screen phpdoc. see #18690 Ryan Boren 2011-09-27 14:30:56 +00:00
  • 070aa4e1f1 _wp_menu_output() speed up and clean up. Props dragoonis. Fixes #13662. Jon Cave 2011-09-27 10:22:58 +00:00
  • 8439f8cd5c Ensure we have a full blog object in get_active_blog_for_user(). fixes #18789. Andrew Nacin 2011-09-27 07:36:36 +00:00
  • 4b03f4253b wp_set_post_lock() only takes one argument. see #18515. Andrew Nacin 2011-09-27 06:11:30 +00:00
  • e0889f848c Fix docs for get_meta_sql(). First arg cannot be optional. props duck_, fixes #18717. Andrew Nacin 2011-09-27 05:13:07 +00:00
  • 319264bd0d Cleanup in wp_admin_bar_new_content_menu. current() instead of array_shift(), remove unused index 1 from the arrays, remove ?post_type=post from the Post link. see #18197. Andrew Nacin 2011-09-27 04:04:10 +00:00
  • 5abb139f0d Add secondary section to 'Add New' admin bar menu. see #18197. Daryl Koopersmith 2011-09-27 03:53:43 +00:00
  • a00a36ad5a Prevent multiple-word admin bar items from overflowing in Firefox. props chrisbliss18, helenyhou. see #18197. Daryl Koopersmith 2011-09-27 03:16:05 +00:00
  • 425560c739 Pass instance and id_base to widget_tirle filter in WP_Widget_Recent_Comments. props scribu, fixes #18393. Andrew Nacin 2011-09-27 02:38:31 +00:00
  • 30f64015c2 Make WP_Screen final until we know which direction we want to go with it. Other keyword decorations. see #18785. Andrew Nacin 2011-09-26 23:31:54 +00:00
  • f63662aa82 Count only published posts when updating term counts. Fire term count updates on transition_post_status. Props joehoyle. fixes #17548 Ryan Boren 2011-09-26 22:24:46 +00:00
  • 44724de2e8 Move WP_Screen and friends (15 functions) into admin/includes/screen.php. see #18690. Andrew Nacin 2011-09-26 21:32:10 +00:00
  • 601a70fe8e And fix this variable. props ocean90. Andrew Nacin 2011-09-26 21:15:57 +00:00
  • d5dee542e5 Use correct variable. see #18690. Andrew Nacin 2011-09-26 21:11:46 +00:00
  • 0b3d90ee53 Introduce help tabs and WP_Screen. props mbijon, goldenapples, natebedortha, ryan. see #18690. Daryl Koopersmith 2011-09-26 21:03:38 +00:00
  • 3009977ccd Fix the uploader popup in DWF, reduce the height of the drop area, see #17144 Andrew Ozz 2011-09-26 19:23:43 +00:00
  • f8f9a7c6d7 Only show 'About this version' menu item to logged in users. Peter Westwood 2011-09-26 08:40:31 +00:00
  • a7767fbcec Second pass, admin bar overhaul. see #18197. Daryl Koopersmith 2011-09-25 23:30:40 +00:00
  • e8ae8753c7 Use WP_PLUGIN_DIR, not PLUGINDIR. props ocean90, fixes #18772. Andrew Nacin 2011-09-25 19:24:15 +00:00
  • 8c8d048749 Fix the workaround for UI Draggable to include single instance widgets (do they still exist?), see #17952 Andrew Ozz 2011-09-25 18:53:34 +00:00
  • 10d60279b9 Add border radius to .postbox .hndle, props Jick, fixes #18657 Andrew Ozz 2011-09-25 17:17:51 +00:00
  • 27252a36b0 Fix line-height inside postbox and stuffbox, see #18314 Andrew Ozz 2011-09-24 20:48:41 +00:00
  • 3c4d0639ae Use correct post_type in HTML returned by inline-save-tax AJAX. Fixes #18038. Jon Cave 2011-09-24 20:26:51 +00:00
  • 57768a1a80 Remove .js .item-order style made redundant by r18755. See #18314. Jon Cave 2011-09-24 19:57:52 +00:00
  • 492a5d031c Update esc_url() phpdoc. props sirzooro, fixes #18766. Andrew Nacin 2011-09-24 19:52:26 +00:00
  • 45c26903bf Fix copy+paste error in documentation. Props masonjames, SergeyBiryukov. Fixes #18545. Jon Cave 2011-09-24 19:37:34 +00:00
  • 0f4a1e5e3c delete_post_thumbnail(). props CoenJacobs, duck_. fixes #17895. Andrew Nacin 2011-09-24 19:31:38 +00:00
  • be87523fed Fix wplink when TinyMCE is not loaded, fix image insertion when wpActiveEditor is not set, see #17144 Andrew Ozz 2011-09-24 04:43:19 +00:00
  • cc0d6fdf67 Fix typo in languages directory creation for new installations. Props SergeyBiryukov. Fixes #18741 for trunk Dion Hulse 2011-09-24 04:18:44 +00:00
  • 5244f8f5e3 Use input type=email on wp-login registration. props scottconnerly, fixes #18761. Andrew Nacin 2011-09-23 22:48:45 +00:00
  • 8a1c8168b8 Provide styling to HTML5 text-like inputs (email, number, search, tel, url). see #17863. Andrew Nacin 2011-09-23 21:12:43 +00:00
  • 62559dd0b0 Use admin menu API when responsively collapsing the menu. CSS fixes. see #18382. Daryl Koopersmith 2011-09-23 20:22:52 +00:00