Commit Graph

  • 41ee808832 Remove borders from iframes and images in IE, props dd32, andrewryno, fixes #18922 Andrew Ozz 2011-10-13 06:27:32 +00:00
  • 0156e509db Remove iPad rotation tweak (not needed in iOS 5), see #18863 Andrew Ozz 2011-10-13 02:47:00 +00:00
  • 415738fee3 Bottom out checkboxes and radio buttons (seems to line them up nicely in most browsers). Andrew Ozz 2011-10-13 00:37:39 +00:00
  • 8dd953e39d IE7 fixes for the admin menu, see #18382 Andrew Ozz 2011-10-13 00:06:07 +00:00
  • e10d951cce Fix visibility of Select Files button in IE7, change border color when hovering over the drag drop area of the uploader, see #18918, see #18206 Andrew Ozz 2011-10-12 22:24:53 +00:00
  • 168e89007c Avoid 'Only variables should be assigned by reference' warning. Props arena. fixes #18867 Ryan Boren 2011-10-12 20:41:06 +00:00
  • ec9060cc99 Allow 0 - 9 in tag_escape(). Props sirzooro. fixes #18765 Ryan Boren 2011-10-12 20:34:14 +00:00
  • 3ed641402e Die when attempting to edit non-existent term. Props johnbillion. fixes #18718 Ryan Boren 2011-10-12 20:30:50 +00:00
  • 9566269dfc Validation fix for user-edit.php. Props sorich87. fixes #18921 Ryan Boren 2011-10-12 19:47:00 +00:00
  • 14c6df057d Avoid preg backtrack limit errors with large posts when processing shortcodes. Props mdawaffe. fixes #15600 Ryan Boren 2011-10-12 16:50:30 +00:00
  • 83d7fbe1a6 Revert r18887 due to back compat issues. Fixes #18914. Jon Cave 2011-10-12 16:35:33 +00:00
  • 103666d6b3 Restore object handling in add_contextual_help(). see #18785. Andrew Nacin 2011-10-12 16:24:55 +00:00
  • bdc8ac11ea Don't instantiate WP_Screen in convert_to_screen() for now. see #18785. Andrew Nacin 2011-10-12 16:22:50 +00:00
  • c75c11d59b Fix dashboard postboxes in RTL, fixes #18907 Andrew Ozz 2011-10-12 00:01:39 +00:00
  • 596a9ad2d8 Improve padding on admin menu submenus. see #18382. Daryl Koopersmith 2011-10-11 21:52:40 +00:00
  • 3f33c99e90 Prevent admin menu sub-items from crowding the arrows when the menu is expanded. see #18382. Daryl Koopersmith 2011-10-11 21:48:20 +00:00
  • beb1613be7 Restore $screen argument for contextual_help* filters. see #18785. Andrew Nacin 2011-10-11 21:45:28 +00:00
  • d6686cf589 Fix admin menu arrow positioning when menu is collapsed plus minor positioning tweaks. see #18382. Daryl Koopersmith 2011-10-11 21:38:12 +00:00
  • 3940109c7f Store screen help and options as static data against WP_Screen. Individual screen objects no longer hold data it can't re-generate on construction or otherwise fetch. convert_to_screen() now returns a WP_Screen object. Various globals are gone. Introduces WP_Screen::get_option(). Allows for a formal factory to be introduced later. see #18785. Andrew Nacin 2011-10-11 21:32:16 +00:00
  • 50b17d4b68 Create admin menu arrows using CSS3 transforms. props chexee. see #18382, fixes #18902. Daryl Koopersmith 2011-10-11 21:25:38 +00:00
  • 8f0389b3e9 Enforce IDs for add_help_tab(). props mbijon. Restore default_contextual_help, for now. see #18785. Andrew Nacin 2011-10-11 19:29:09 +00:00
  • 844d8607d8 Don't move current open submenus, see #18382 Andrew Ozz 2011-10-11 17:59:51 +00:00
  • b297c030b7 More CSS cleanup, props olleicua, see #18314 Andrew Ozz 2011-10-11 06:25:25 +00:00
  • db7795de32 Do the beta bump Ryan Boren 2011-10-10 23:50:20 +00:00
  • 1db90d21e0 Use AJAX request and usermeta rather than user settings for dismissing admin bar pointers. see #18693. Andrew Nacin 2011-10-10 23:31:36 +00:00
  • 974795183b Avoid warning when creating new users. fixes #18898 Ryan Boren 2011-10-10 23:14:38 +00:00
  • c3c949df19 Remove unneeded cursor style, props trepmal, see #15848 Andrew Ozz 2011-10-10 23:10:47 +00:00
  • 460da3b20d Prevent a Chrome bug activating :hover on the first pixel on the screen while loading, props markjaquith, fixes #18868 Andrew Ozz 2011-10-10 22:36:36 +00:00
  • 25455363e9 Follow the pattern of wp-admin a bit more for metaWeblog.newPost by using get_default_post_to_edit() to generate a post ID before the post is actually published. Joseph Scott 2011-10-10 21:27:05 +00:00
  • 448700b2e7 Count only published posts when updating term counts. Fire term count updates on transition_post_status. Props joehoyle. see #17548 Ryan Boren 2011-10-10 20:52:44 +00:00
  • b827c657fb Check post_type_supports before adding comments column to attachments. Translate a string. props johnbillion, SergeyBiryukov. fixes #18644. Andrew Nacin 2011-10-10 19:56:35 +00:00
  • f9bba8610d Make the Browse Happy box look somewhat okay in Internet Explorer. Remove html tags from a string. props SergeyBiryukov, pavelevap. fixes #17980. Andrew Nacin 2011-10-10 19:54:26 +00:00
  • a8dde60aa6 Add full admin menu to admin bar on front end. props azaozz. see #18197. Daryl Koopersmith 2011-10-10 19:53:12 +00:00
  • 32874f18cf Remove caching from get_blogs_of_user(). Leave caching to usermeta and blog details. Speed up the loops. fixes #15458. Andrew Nacin 2011-10-10 19:50:08 +00:00
  • 9bf6d8e25f Improve admin bar item order for W menu, add new menu, and edit content item. see #18197. Daryl Koopersmith 2011-10-10 18:40:00 +00:00
  • 619caa5c73 Make iPad support usable again, add viewport meta, see #18863 Andrew Ozz 2011-10-10 04:19:05 +00:00
  • d51b26378c Add/remove the border to postbox containers when the last postbox is hidden/shown from Screen Options, props ocean90, fixes #18882 Andrew Ozz 2011-10-09 17:30:51 +00:00
  • 692d11e622 Fix postbox containers when there are no visible postboxes in them, fixes #18882 Andrew Ozz 2011-10-09 00:05:38 +00:00
  • 34e570a8ab Add link to the codex in the doing_it_wrong notices, see #18453 Andrew Ozz 2011-10-08 22:48:05 +00:00
  • cfcb553dfb Add translation comment, props ocean90, fixes #18881 Andrew Ozz 2011-10-08 03:14:41 +00:00
  • 184f2a7d96 Actually the Press This styles changed in [18920] are not needed, see #17144 Andrew Ozz 2011-10-07 20:24:29 +00:00
  • 2b2bff2fca Fix insetring images in Quick Press and Press This, see #17144 Andrew Ozz 2011-10-07 20:14:21 +00:00
  • e33486dbb6 Clean up the 'Site Name' admin bar functions. Daryl Koopersmith 2011-10-07 19:52:26 +00:00
  • 70a7bb3fe0 Fix prepending $editor_id to the Add Media link, see #17578 Andrew Ozz 2011-10-07 19:12:55 +00:00
  • a115821842 Add cap check before showing a link to image options, improved handling for translation, props SergeyBiryukov, see #18881 Andrew Ozz 2011-10-07 16:59:33 +00:00
  • 679dbc6a78 No translators, you don't need to localize a non-breaking space. Andrew Nacin 2011-10-07 06:41:51 +00:00
  • bc94322a01 Use local method when handling back compat screen layout column filter. The function serves as a wrapper for but one object. see #18785. Andrew Nacin 2011-10-07 05:26:44 +00:00
  • fa861b4bf3 Move the Screen Options tab to the top and introduce a new 'overview' screen option, which accepts content for the top of this tab. see #18785. Andrew Nacin 2011-10-07 05:23:33 +00:00
  • e6292eed96 Remove redundant help tab title from the tab body. see #18785. Andrew Nacin 2011-10-07 05:00:38 +00:00
  • 209ba5a53f Compress and bump wp-admin.css. CSS in [18867] and [18874] will need to be explained and re-committed. see #18785. Andrew Nacin 2011-10-07 04:58:36 +00:00
  • 2efff75050 Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785. Andrew Nacin 2011-10-07 04:57:12 +00:00
  • d9f0fec29c Revert CSS that slipped into [18874]. see #18785. Andrew Nacin 2011-10-07 03:29:49 +00:00
  • b412d5f082 Don't stomp meta fields in wp_update_user(). Props scribu. see #15458 Ryan Boren 2011-10-07 02:34:41 +00:00
  • a488f8e686 Match plugins-per-page viewed defaults when no user option exists. fixes #18878 for trunk. Andrew Nacin 2011-10-06 23:43:20 +00:00
  • a08a12b46a Always pass the post ID as the second argument to the the_title filter. props GaryJ. fixes #16688 Mark Jaquith 2011-10-06 21:09:37 +00:00
  • 7af65a1402 Do only one empty check. Clean up whitespace. Props SergeyBiryukov. see #15458 Ryan Boren 2011-10-06 19:13:44 +00:00
  • 3932ffbff8 Avoid Warning: array_keys() expects parameter 1 to be array, boolean given. see #15458 Ryan Boren 2011-10-06 18:49:38 +00:00
  • 237d132595 @since for screen_meta(), screen_options(), screen_layout(). props SergeyBiryukov, see #18785. Andrew Nacin 2011-10-06 16:24:14 +00:00
  • fcecbaa30c Combine few styles for column containers, props olleicua, see #18314 Andrew Ozz 2011-10-06 14:37:55 +00:00
  • 390650f410 As per the recommendations: make the text inside the files drop box larger, improve the explanation about the "resize image" checkbox, see #18206 Andrew Ozz 2011-10-06 09:57:50 +00:00
  • 04c169ba44 Fix menu hover when loaded folded, simplify menu JS and auto-folding, see #18382 Andrew Ozz 2011-10-06 09:18:56 +00:00
  • 7ac7aeae29 Clean up unused bits from responsive admin, fix the JS on dashboard, see #18863 Andrew Ozz 2011-10-06 08:43:01 +00:00
  • 319d070078 Introduce wp_get_db_schema() for rerieving the various flavors of the WP db schema. Eliminates need to use global. Allows multiple calls to wpmu_create_blog(). see #12028 Ryan Boren 2011-10-06 00:21:24 +00:00
  • e7ab67e395 Adjust admin bar item order. see #18197. Daryl Koopersmith 2011-10-06 00:02:18 +00:00
  • 44a62f0b3b Revert [18817]. Adding the new HTML to setup-config would make translation files stale, and I'd rather i18n that file first (see #18180). fixes #18865, see #16413. Andrew Nacin 2011-10-05 23:42:11 +00:00
  • d9d201289e Refine new help styles. see #18690. Daryl Koopersmith 2011-10-05 23:15:19 +00:00
  • a8638d222d Align the bytes. Andrew Nacin 2011-10-05 22:57:17 +00:00
  • 7b1d7c6f12 type_url_form_image() becomes wp_media_insert_url_form(), media_upload_image() becomes wp_media_upload_handler(). type_url_form_* and media_upload_* are restored as wrappers. Don't deprecate yet. see #17578. Andrew Nacin 2011-10-05 22:36:03 +00:00
  • ac958d3ec6 Oops. see #17578. Andrew Nacin 2011-10-05 22:05:43 +00:00
  • 0a6ff4024f Kill the multisite mu_media_buttons option. see #17578. Andrew Nacin 2011-10-05 22:04:09 +00:00
  • 1b836047af Compress and bump scripts for [18890]. see #17578. Andrew Nacin 2011-10-05 21:08:16 +00:00
  • e386cb17c5 UI touches for the single media button. see #17578. Andrew Nacin 2011-10-05 21:07:04 +00:00
  • 22f4cdc7d7 Revert 'auto' column setting, props markjaquith, see #18863 Andrew Ozz 2011-10-05 18:46:21 +00:00
  • c9e4b0fcb9 Revise admin bar items based on user testing. Post at http://wp.me/pbNCB-qz. see #18197. Daryl Koopersmith 2011-10-05 18:45:32 +00:00
  • 46737bef61 Pass both parameters to the sanitize_option_FOO callback set in register_setting(). props lumination. fixes #15335 Mark Jaquith 2011-10-05 17:48:41 +00:00
  • 0fe5c09e64 Give custom background CSS more specificity. props GaryJ. fixes #18698 Mark Jaquith 2011-10-05 17:20:43 +00:00
  • f07212c873 Document that add_query_arg() expects encoded data. See #18086 Dion Hulse 2011-10-05 11:03:56 +00:00
  • 2b00bcf9f0 Encode extra query vars in Canonical Taxonomy redirections. Props SergeyBiryukov. Fixes #18086 Dion Hulse 2011-10-05 11:00:28 +00:00
  • 85c8647a55 Use transparent delete icon. Props Caspie. Fixes #17991 Dion Hulse 2011-10-05 07:14:41 +00:00
  • c91838bd7d Fix admin_body_class filter for Menu's and Widgets pages, Include the filter in Iframe's. Props SergeyBiryukov & johnbillion. Fixes #18853 Dion Hulse 2011-10-05 07:09:51 +00:00
  • ea4615f2ed Greased Lightning Flyouts! Flyouts are now snappy and work without JS. see #18382. Daryl Koopersmith 2011-10-05 06:39:30 +00:00
  • 48be8d03eb Don't trigger "deprecated" warnings before WP_Screen is finalized, see #18785 Andrew Ozz 2011-10-04 23:10:02 +00:00
  • fec0286bb3 Make $current_screen->add_option() easier to use, see #18690 Andrew Ozz 2011-10-04 17:21:59 +00:00
  • c8cbea1d66 Syncronize some strings. Props dcowgill, SergeyBiryukov. fixes #17770 Ryan Boren 2011-10-04 16:09:24 +00:00
  • aeac3dc5f1 phpdoc fix for zeroise(). Props trepmal. fixes #18854 Ryan Boren 2011-10-04 16:02:33 +00:00
  • ed0c374876 Avoid notice when performing bulk actions with now rows selected. Props SergeyBiryukov. fixes #18774 Ryan Boren 2011-10-04 16:00:36 +00:00
  • 188a2b973f Prevent sorting arrows improperly wrapping on narrow columns in .widefat, props SergeyBiryukov, #15993 Andrew Ozz 2011-10-04 04:14:36 +00:00
  • fee1fe1b36 Deprecate favorite_actions(), add_contextual_help(), add_screen_option(), move meta_box_prefs() and get_screen_icon() in WP_Screen, see #18690 Andrew Ozz 2011-10-04 03:32:12 +00:00
  • 8fec352eaa Excerpt long blog names when displaying them in the admin bar. fixes #18849 Ryan Boren 2011-10-03 19:58:33 +00:00
  • ef03889ea5 Combine font-family, remove few unused bits, props ocean90, see #18314 Andrew Ozz 2011-10-03 16:36:19 +00:00
  • ac34546770 Consolidate larg network criteria into wp_is_large_network(). Allow plugins to change this criteria via filter. Props PeteMall. fixes #18464 Ryan Boren 2011-10-03 16:30:07 +00:00
  • 68214afb44 Fix typo when setting post_format in Press This. Andrew Ozz 2011-10-03 16:22:38 +00:00
  • 88a57f003a Implement bulk update for network/themes.php. Props ocean90. fixes #18687 Ryan Boren 2011-10-03 14:35:43 +00:00
  • 7dd1ec898b Use 'View Post' instead of '#' for view post links in comment rows. Props SergeyBiryukov. fixes #18846 Ryan Boren 2011-10-03 14:03:01 +00:00
  • 98554b4bb6 Use add_option() method, introduce add_option_context() method for adding specific text above the screen options, see #18690 Andrew Ozz 2011-10-03 04:00:57 +00:00
  • d6f613fcd3 Help style refresh, part 1. A few elements left to add/tweak. see #18690. Daryl Koopersmith 2011-10-02 18:19:49 +00:00
  • fefbcce590 Fix border radius for editor split-buttons, props trepmal, fixes #18839 Andrew Ozz 2011-10-02 17:04:09 +00:00
  • d0d3855285 Add screen_options with contextual content, see #18690 Andrew Ozz 2011-10-02 06:59:36 +00:00
  • da55be56a6 Add phpdoc for two WP_Screen methods. props jorbin, see #18785. Andrew Nacin 2011-10-02 00:04:30 +00:00
  • b59e63f01f Add phpdoc for the section title, see #18690 Andrew Ozz 2011-10-01 22:22:33 +00:00