Commit Graph

  • 480a7cee6b Update help content for import page. props Ipstenu, see #19020. Daryl Koopersmith 2011-11-28 16:38:13 +00:00
  • 9ec00c3d9f preventDefault() for link popup 'Cancel'. props ocean90, SergeyBiryukov, fixes #19369. Andrew Nacin 2011-11-28 16:37:46 +00:00
  • 3b7414641b Update help content for user edit page. props Ipstenu, see #19020. Daryl Koopersmith 2011-11-28 16:32:33 +00:00
  • 6bb6916409 Admin bar: change the tabbing to behave as if the admin bar menus were click-to-open (Tab to select, Enter to open/close), fixes #19088 Andrew Ozz 2011-11-28 00:31:11 +00:00
  • 8319988a27 TinyMCE: add class to the editor body for the old fullscreen mode (still can be used by plugins), see #17144 Andrew Ozz 2011-11-28 00:21:36 +00:00
  • d2e0a6feab Rename the problematic "unload" event in Thickbox to "tb_unload", making it a true custom event, fixes #19189 Andrew Ozz 2011-11-26 17:49:50 +00:00
  • b627c99686 Check the sidebar class for orphaned sidebars, match sidebars by id while retrieving orphans and the theme has not changed, props SergeyBiryukov, fixes #19350 Andrew Ozz 2011-11-26 06:16:43 +00:00
  • 9ad74044d1 Add a missing translation. Props yuraz, vanillalounge. Fixes #19359 Dion Hulse 2011-11-26 04:08:38 +00:00
  • c101a7edb4 Update the text for inactive sidebars, props chrisbliss18 SergeyBiryukov, fixes #19350 Andrew Ozz 2011-11-25 20:00:21 +00:00
  • 67d5755f87 Make sure all orphaned sidebars are shown on the left (under Available Widgets), see #19350 Andrew Ozz 2011-11-25 19:46:41 +00:00
  • 6f06a70ecc Revert [19264] to keep back-compat. Any improperly fired window.unload will have to be dealt with on a case by case basis. Andrew Ozz 2011-11-25 17:33:31 +00:00
  • 36fa9fddd6 Use class_exists() rather than is_admin() as otherwise the unit tests won't work without a WP_ADMIN hack. see #19342. Andrew Nacin 2011-11-25 05:15:28 +00:00
  • ed8feb2912 Move the check whether the theme supports widgets before we register any extra sidebars, fixes #19352 Andrew Ozz 2011-11-24 17:44:53 +00:00
  • 83b8af1bc6 Revert [19372] for 3.3. see #13473. Andrew Nacin 2011-11-24 16:06:17 +00:00
  • 9647ae046e Beta 4 bump Ryan Boren 2011-11-24 00:50:18 +00:00
  • 1eaf098637 Few more RTL and IE7 fixes, see #19042 Andrew Ozz 2011-11-24 00:40:31 +00:00
  • 4ae0813953 Help tabs. Props chexee. see #19020 Ryan Boren 2011-11-24 00:21:39 +00:00
  • d70ddc49f9 Switch to sanitize_title_for_query() for Query sanitization (allows for pre-3.3 page slugs to be viewable), Don't update page slugs to new slug-types when the slug is not being changed, Don't issue a XHR if the page slug hasn't changed. Group effort props xknown, markjaquith, nacin. See #19292 Dion Hulse 2011-11-24 00:20:21 +00:00
  • 073e1df1f0 Remove help tab from credits page, tweak about page CSS. props chexee, see #18742. Daryl Koopersmith 2011-11-23 23:49:33 +00:00
  • a877663cf9 Redirect to about.php on update. props ocean90. see #18467. Andrew Nacin 2011-11-23 23:38:36 +00:00
  • 16e113586a Hide unrelated maintenance message on update-core when you are running the latest version, and show a link to about.php. see #18467. Andrew Nacin 2011-11-23 23:28:50 +00:00
  • 32e46ee3b1 Tweak the active help tab padding to line it up, see #19020 Andrew Ozz 2011-11-23 23:23:05 +00:00
  • 02ff30d4e5 In expanded admin menus, block the shadow when hovering over a childless item. see #18382. Daryl Koopersmith 2011-11-23 23:19:12 +00:00
  • 68f667d23d Indent cleanup. see #19020 Ryan Boren 2011-11-23 23:08:02 +00:00
  • 19fb5709f6 Update jQuery version on about.php. Force ltr for 'is_main_query()'. see #18742. Andrew Nacin 2011-11-23 23:07:48 +00:00
  • 0ef41d992b Help tabs. Props Ipstenu. see #19020 Ryan Boren 2011-11-23 23:06:52 +00:00
  • fe5a0a0bb0 Help tabs. Props chexee. see #19020 Ryan Boren 2011-11-23 23:02:22 +00:00
  • 48f128a12b Use an 'appearance' group in the admin bar. fixes #19245. Andrew Nacin 2011-11-23 23:01:20 +00:00
  • dbe3d24b39 In the collapsed admin menu, retain the arrow when hovering over a childless item. see #18382. Daryl Koopersmith 2011-11-23 22:50:46 +00:00
  • ae2743d972 Changes user_can_richedit() to default to true for logged out users, same as the default for logged in users, fixes #19320 Andrew Ozz 2011-11-23 22:49:17 +00:00
  • d18820448a   is the new bump. Daryl Koopersmith 2011-11-23 22:21:15 +00:00
  • 3150c3cf4e Remove help sidebar background when no sidebar exists. props chrisbliss18, see #18197, [19361]. Daryl Koopersmith 2011-11-23 22:14:03 +00:00
  • 4a089df74d Admin Bar: Secondary is so passé. Groups are the new black. fixes #19136. Daryl Koopersmith 2011-11-23 21:46:47 +00:00
  • 16c72e9e47 Move convert_to_screen() back to template.php to avoid fatal errors with plugins and themes that direct include template.php into the front end. Flag this bad behavior with _doing_it_wrong(). Props nacin. fixes #19342 Ryan Boren 2011-11-23 21:29:33 +00:00
  • 81d35742c3 Allow access to any admin bar menu level by tabbing. fixes #19088. Daryl Koopersmith 2011-11-23 21:29:33 +00:00
  • ee152e18c9 DOn't show flyouts on tabbing for now (not accessible), fixes #19191 Andrew Ozz 2011-11-23 21:17:20 +00:00
  • 10f012451a Select the submenu item for post-new.php when using show_in_menu = 'some-parent-file' for post types. Continue to select the post-new.php submenu item if it has been separately added with add_submenu_page(). fixes #19125. Andrew Nacin 2011-11-23 20:45:23 +00:00
  • a742f2ac47 Fix inserting images from url in Press This, fixes #19341 Andrew Ozz 2011-11-23 20:32:21 +00:00
  • 79462f00a1 jQuery 1.7.1, fixes #19326 Andrew Ozz 2011-11-23 19:36:15 +00:00
  • fd0985cd65 Fix about.php RTL issues and image vertical alignment. Props chexee. See #18742. Jon Cave 2011-11-23 19:23:59 +00:00
  • e7dd8527a6 Punctuation tweaks to about.php. props jane. see #18742. Andrew Nacin 2011-11-23 19:22:46 +00:00
  • fc9bd67e14 Move WP_Editor to a _WP_Editors encapsulation. * WP_Editor will return in 3.4 as a one true API for editor instances. Stick to wp_editor() for now. * TinyMCE can now be forced on with tinymce = true. It defaults to the value for user_can_richedit(). * Restores wp_default_editor(), wp_link_query(), wp_link_dialog(), wp_fullscreen_html(). fixes #19320. Andrew Nacin 2011-11-23 19:06:52 +00:00
  • 476f618f40 RTL styles for pointers. props helenyhou, fixes #19335. Daryl Koopersmith 2011-11-23 18:53:11 +00:00
  • 4d89846637 Change show/hide storage mechanism for show_welcome_panel. 0 = hide, 1 = show, 2 = show if the multisite owner. Make welcome panel dismissable without JS (openable too via the URL). fixes #19338, fixes #19127. Andrew Nacin 2011-11-23 18:30:45 +00:00
  • b087efe566 Add button styles to the inline styles in _default_wp_die_handler so that the Create a Config button is styled again. Fixes #17975. Peter Westwood 2011-11-23 17:29:49 +00:00
  • 219f03e83d Center left/right pointer arrows, so arrows appear correctly cross-browser. see #18693. Daryl Koopersmith 2011-11-23 17:28:16 +00:00
  • 07f811b765 Go back to $post_type global as get_current_screen()->post_type is empty during add/edit-tag AJAX requests. Fixes #18722. Jon Cave 2011-11-23 15:20:45 +00:00
  • a7170b0b03 Align login box, messages, navigation links and header image on the login screen, props SergeyBiryukov and helenyhou, fixes #19331 Andrew Ozz 2011-11-23 07:03:00 +00:00
  • ccb56ab0b3 Admin bar: lighter search icon, props chexee, fixes #19151 Andrew Ozz 2011-11-22 23:36:58 +00:00
  • 83f85cd5b8 Texturized apostrophes. See #18742. Jon Cave 2011-11-22 22:14:48 +00:00
  • eae2fc5944 Fix "wp_db_current_db_version" typo. see #18693 Mark Jaquith 2011-11-22 22:05:42 +00:00
  • 00fd073cc0 Introduce initial_db_version and leverage it so that pointers only get shown to updated installs, not new 3.3 installs. props nacin. see #18693 Mark Jaquith 2011-11-22 21:50:50 +00:00
  • bc671426cb Further tweaks to What's New layout and content. Props chexee. See #18742. Jon Cave 2011-11-22 21:47:28 +00:00
  • 25c7b371f8 Restore back-compat with wp_tiny_mce(), see #19320 Andrew Ozz 2011-11-22 21:47:01 +00:00
  • 91431801a1 Admin bar: add class for IE9 and fix background color in search, props SergeyBiryukov, see #19151 Andrew Ozz 2011-11-22 21:35:08 +00:00
  • 3316f10905 Because we can. see #18034. Andrew Nacin 2011-11-22 21:27:27 +00:00
  • 38eae35be6 Trailing slash home_url() for the form action for admin bar search. props SergeyBiryukov. Escape too. fixes #18034 for 3.3. Andrew Nacin 2011-11-22 21:25:55 +00:00
  • d75699834b RTL fix for Login screen, props SergeyBiryukov, fixes #19316 Andrew Ozz 2011-11-22 20:54:41 +00:00
  • d8a471b3ea Tighten admin bar submenu shadows. fixes #19186. Daryl Koopersmith 2011-11-22 20:52:17 +00:00
  • a88ae300d5 Remove the the typo that no one noticed on the the credits screen. Mark Jaquith 2011-11-22 20:34:34 +00:00
  • 7ba3b5df8f Admin bar: min-width same as on admin body, see #81197 Andrew Ozz 2011-11-22 18:46:32 +00:00
  • 045df49a8c Revert r18875. Sorting arrows should be displayed when the screen is too narrow. See #15993. Jon Cave 2011-11-22 17:11:06 +00:00
  • 700f2b4099 Don't forget esc_attr(). see #19327 Ryan Boren 2011-11-22 16:21:45 +00:00
  • 1ae56f59eb Don't show Add New and Comments admin bar menus in network or user admins. Add tooltip to comments menu. Props ocean90. fixes #19327 Ryan Boren 2011-11-22 16:19:05 +00:00
  • 613a83c006 Remove unused admin-bar.png image. See #18742. Jon Cave 2011-11-22 16:16:54 +00:00
  • d36e6dc3a6 Update "What's New" content and layout. Re-add i18n. Props chexee. See #18742. Jon Cave 2011-11-22 16:07:36 +00:00
  • b44ddde987 Close WP_I18N_WHAT_DO_I_DO translation tag properly. Props Nao. Fixes #19328 Dion Hulse 2011-11-22 10:22:45 +00:00
  • 421ac2155d Remove 'update' from site-users.php on redirect. props PeteMall, fixes #18895. Andrew Nacin 2011-11-22 05:55:55 +00:00
  • 8ab205ada4 Hide admin notices on the about/credits/freedoms screens. props devinreams, fixes #19237. Andrew Nacin 2011-11-22 04:07:34 +00:00
  • 03decd1a22 Add some height to the Login button in Chrome/IE. Props SergeyBiryukov. Fixes #19319 Dion Hulse 2011-11-22 03:23:48 +00:00
  • cca15369b5 Center the admin bar search item horizontally. see #18197. Daryl Koopersmith 2011-11-22 01:00:10 +00:00
  • 8d57c1e16f Slight rearrangements in admin bar render logic. see #18197. Daryl Koopersmith 2011-11-21 23:07:54 +00:00
  • 2929a7ee9a Remove old dismissed pointers as the IDs have changed. Switch to underscores that way we don't need to translate them for method names. Avoid an empty pointer in the array. see #18693. Andrew Nacin 2011-11-21 23:04:35 +00:00
  • 8eceda0a12 Add new 3.3 pointer content, encapsulate 3.3 internal pointers in a final class. props ocean90, see #18693. Daryl Koopersmith 2011-11-21 22:39:48 +00:00
  • 63a2fc8281 Extend the workaround for adding the Press This bookmarklet to IE, props dllh SergeyBiryukov, fixes #18487 Andrew Ozz 2011-11-21 22:23:39 +00:00
  • 80f9413f10 New string on credits.php. Andrew Nacin 2011-11-21 21:25:27 +00:00
  • 361125eaf8 Remove $post_type global usage from media list table. Correct $post_type to 'attachment' for upload screens. see #18722. Andrew Nacin 2011-11-21 20:48:57 +00:00
  • 4feb285a78 Output the "After a file has been uploaded..." message by using the post-upload-ui action, fixes #18764 Andrew Ozz 2011-11-21 20:46:15 +00:00
  • 3504002abe Link the posts count on taxonomy list table for non-public taxonomies. Instead check if the post type has show_ui => true as we're linking to the post list table. Fixes #18722. Jon Cave 2011-11-21 20:44:48 +00:00
  • 3a5d241fd5 Make hoverIntent available outside of the admin. fixes #19318. Andrew Nacin 2011-11-21 19:14:22 +00:00
  • ef4b128502 Press This: fix duplicate HTML IDs, add the 'default_post_to_edit' ID, fix minor RTL css, fixes #18989 Andrew Ozz 2011-11-21 18:32:39 +00:00
  • 18ffbf0f7d POT, generated from r19379 potbot 2011-11-21 16:47:34 +00:00
  • 2e8ea2cdab TwentyEleven: Always call the loop properly in all template files rather than just calling the_post(). Fixes #18794 props mfields. Peter Westwood 2011-11-21 16:20:49 +00:00
  • 9a87bf6753 POT, generated from r19376 potbot 2011-11-21 15:47:49 +00:00
  • 5ca42be36c TwentyEleven: Improve RTL css to better match LTR experience. Fixes #18911 props SergeyBiryukov. Peter Westwood 2011-11-21 15:47:48 +00:00
  • 74567278af Revert other stuffs from [19374]. Andrew Nacin 2011-11-21 15:43:57 +00:00
  • c322df0e46 TwentyEleven: Standardise on "Leave a reply". Fixes #18156 props SergeyBiryukov and pavelevap. Peter Westwood 2011-11-21 15:40:13 +00:00
  • 7c181a42bf Set $parent_file for post-new.php when show_in_menu is a file. Provides for correct top-level highlighting. $submenu_file remains set to expect a post-new.php menu. see #19125. Andrew Nacin 2011-11-21 15:35:57 +00:00
  • 969799b63a Trailing slash for site url. Props SergeyBiryukov. fixes #19314 Ryan Boren 2011-11-21 14:53:42 +00:00
  • 2304ad1b0e Respect the default comment/ping status for new posts even when someone has hidden the meta box which lets you alter them on a per-post basis. Fixes #13473 props solarissmoke. Peter Westwood 2011-11-21 13:45:10 +00:00
  • 9a9893a87d Help tabs RTL fixes, props helenyhou, see #19042 Andrew Ozz 2011-11-21 03:40:56 +00:00
  • ad8536247f Admin bar: re-center the search box, see #81197 Andrew Ozz 2011-11-21 03:34:23 +00:00
  • 77e331046b TwentyEleven: prevent #nav-single from blocking clicks, props SergeyBiryukov, fixes #18884 Andrew Ozz 2011-11-21 02:59:23 +00:00
  • 0ed396ffed Admin bar IE7, iPad and rtl refresh, see #81197 Andrew Ozz 2011-11-21 02:03:02 +00:00
  • 114083df17 Change the drop target border color, props ocean90, fixes #19298 Andrew Ozz 2011-11-20 19:16:35 +00:00
  • a5a82ec053 Undo clever gradient backgrounds for the WP welcome badge. Doesn't degrade well in Android and possibly other browsers. props Chexee, see #11651. Andrew Nacin 2011-11-20 18:59:49 +00:00
  • f4fe632477 Handle 'appearance' as a admin bar menu parent in a backwards compatible way. fixes #19245. Andrew Nacin 2011-11-20 18:39:54 +00:00
  • 36776d3bb0 Restore RDF feed. fixes #4967. Andrew Nacin 2011-11-20 18:32:42 +00:00
  • 569841dc02 Improve RTL for Welcome panel, refresh css files, see #19271 Andrew Ozz 2011-11-20 02:10:10 +00:00
  • 50a35b02b6 Fix return value in Plupload when using the html4 runtime, fixes #19302 Andrew Ozz 2011-11-20 01:10:50 +00:00