Commit Graph

9209 Commits

Author SHA1 Message Date
Andrew Ozz 70dadbd5e8 When tabbing: on Enter open the current submenu and close other submenus if open, see #19394
git-svn-id: https://develop.svn.wordpress.org/trunk@19505 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-01 00:43:18 +00:00
Andrew Nacin 69a34ae62d They call me multisite. props ryan, zeo. see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19504 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-01 00:36:19 +00:00
Andrew Nacin ef6564d7cb s/Screen Info/Overview/g, see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19503 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-01 00:34:31 +00:00
Andrew Nacin acffe708d3 Features are packaged by weight, not by volume. These features settled during shipping. fixes #19402.
git-svn-id: https://develop.svn.wordpress.org/trunk@19498 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-30 22:34:16 +00:00
Andrew Nacin eb371357d8 Don't use hard-coded version number. props duck_. see #19402.
git-svn-id: https://develop.svn.wordpress.org/trunk@19496 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-30 21:34:15 +00:00
Daryl Koopersmith 1e4740ae48 Optimize about pages for a lovely 960px semi-fluid grid. props helenyhou, fixes #19386.
git-svn-id: https://develop.svn.wordpress.org/trunk@19495 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-30 21:19:39 +00:00
Andrew Ozz 8b90f3c7e5 Sanitize options for resizing in the uploader, props mhauan, nacin, fixes #19399
git-svn-id: https://develop.svn.wordpress.org/trunk@19494 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-30 21:05:22 +00:00
Andrew Nacin c754f4636f 'Overview' for old-style help tabs, not 'Screen Info.' props jane. see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19493 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-30 20:58:39 +00:00
Andrew Ozz 291a5ed05b Fix css selectors mismatch in Press This, see #19341
git-svn-id: https://develop.svn.wordpress.org/trunk@19492 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-30 17:51:34 +00:00
Andrew Nacin e729204a30 Remove margin from h3's in press this. fixes #19341.
git-svn-id: https://develop.svn.wordpress.org/trunk@19491 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-30 16:44:36 +00:00
Andrew Nacin f1e505c84b Allow scratch beta/RC installs to experience pointers. Uncomment this before release. see #19360, #19382.
git-svn-id: https://develop.svn.wordpress.org/trunk@19490 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-30 16:08:29 +00:00
Andrew Nacin 15afe56aa9 Don't show pointers for new users. Works for new installs, too. fixes #19360.
git-svn-id: https://develop.svn.wordpress.org/trunk@19489 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-30 16:05:59 +00:00
Andrew Nacin 8ef374f2e1 Cap checks for pointers. see #19360.
git-svn-id: https://develop.svn.wordpress.org/trunk@19488 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-30 15:59:55 +00:00
Andrew Ozz 2ea24cca39 When the submenu is too long to fit on the screen, place the top if it under the admin bar (the rest is scrollable with a wheel mouse), fixes #19323
git-svn-id: https://develop.svn.wordpress.org/trunk@19487 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-30 03:37:15 +00:00
Andrew Ozz 85533fa282 Reset aria_arrtibutes when reaching admin submenu, see #19394
git-svn-id: https://develop.svn.wordpress.org/trunk@19486 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-30 02:23:21 +00:00
Andrew Ozz f7dbae661c Add tabbing JS to the admin menu, same functionality as the top menu, see #19394
git-svn-id: https://develop.svn.wordpress.org/trunk@19485 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-30 02:15:24 +00:00
Andrew Ozz a13312c624 Add ARIA related attributes (first take), props DrewAPicture, see #19394
git-svn-id: https://develop.svn.wordpress.org/trunk@19484 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-30 01:27:33 +00:00
Daryl Koopersmith cb67dee04e Optimize about screen for 960px width. props chexee, fixes #19386.
git-svn-id: https://develop.svn.wordpress.org/trunk@19479 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-29 18:40:34 +00:00
Andrew Nacin e455e2691b Fix tags suggest for bulk edit, for post_type post and taxonomy post_tag. Address all non-hierarchical taxonomies in 3.4. fixes #19716, props scottbasgaard.
git-svn-id: https://develop.svn.wordpress.org/trunk@19478 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-29 18:25:49 +00:00
Daryl Koopersmith 937fe7e42a In multisite, hide help text for single-site only options. props dougwrites, see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19477 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-29 18:23:04 +00:00
Daryl Koopersmith 9270d2e101 Fix grammar and remove references to 'new in 3.2' in the post editor help text. props dougwrites, see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19475 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-29 17:47:35 +00:00
Daryl Koopersmith 8c414e6b1b Use 3.3 help API on edit tags page. props Ipstenu, see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19474 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-29 17:37:04 +00:00
Daryl Koopersmith a122cd0f61 Update help text on themes page. props Ipstenu, see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19473 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-29 17:34:08 +00:00
Daryl Koopersmith 9dd06a1af9 Update help text on settings pages. props Ipstenu, see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19472 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-29 16:58:58 +00:00
Andrew Nacin 2b6fd8ceee WP_Screen: Whitelist -new and -add screens, and prevent edit-comments and edit-tags from being mashed on. fixes #19353.
git-svn-id: https://develop.svn.wordpress.org/trunk@19471 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-28 22:58:51 +00:00
Ryan Boren ef187a99f6 Initialize active_sitewide_plugins during network install and upgrade. fixes #19385
git-svn-id: https://develop.svn.wordpress.org/trunk@19470 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-28 20:35:36 +00:00
Andrew Nacin 23dcc6ef17 Move multisite-specific upgrade code from upgrade_330() to upgrade_network(). see #18693.
git-svn-id: https://develop.svn.wordpress.org/trunk@19469 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-28 20:04:00 +00:00
Andrew Nacin 82ae22f947 Use a scalpel to dissect names passed to convert_to_screen(). Carefully watch for post type names, suffixes we need to detect and remove, and when we need to remove 'edit-' from the start of a hookname. see #19353.
git-svn-id: https://develop.svn.wordpress.org/trunk@19468 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-28 18:33:40 +00:00
Andrew Nacin d7c9c422b5 Bump final db_version for 3.3, otherwise no new beta installs will see the pointers.
git-svn-id: https://develop.svn.wordpress.org/trunk@19466 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-28 17:47:26 +00:00
Andrew Nacin 2c62b87783 RTL for 'Dismiss' on the welcome panel. props rasheed, SergeyBiryukov, fixes #19376.
git-svn-id: https://develop.svn.wordpress.org/trunk@19465 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-28 16:47:11 +00:00
Daryl Koopersmith 9868b58207 Update help content for tools page. props Ipstenu, see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19464 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-28 16:44:08 +00:00
Andrew Nacin 3348d28c15 Update comments icon in the menu sprite to match the rounded admin bar icon. props empireoflight. fixes #19379.
git-svn-id: https://develop.svn.wordpress.org/trunk@19463 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-28 16:42:36 +00:00
Daryl Koopersmith a7d44f10e9 Update help content for export page. props Ipstenu, see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19462 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-28 16:40:36 +00:00
Daryl Koopersmith 480a7cee6b Update help content for import page. props Ipstenu, see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19461 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-28 16:38:13 +00:00
Daryl Koopersmith 3b7414641b Update help content for user edit page. props Ipstenu, see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19459 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-28 16:32:33 +00:00
Andrew Ozz 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
git-svn-id: https://develop.svn.wordpress.org/trunk@19455 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-26 06:16:43 +00:00
Dion Hulse 9ad74044d1 Add a missing translation. Props yuraz, vanillalounge. Fixes #19359
git-svn-id: https://develop.svn.wordpress.org/trunk@19454 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-26 04:08:38 +00:00
Andrew Ozz c101a7edb4 Update the text for inactive sidebars, props chrisbliss18 SergeyBiryukov, fixes #19350
git-svn-id: https://develop.svn.wordpress.org/trunk@19453 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-25 20:00:21 +00:00
Andrew Ozz 67d5755f87 Make sure all orphaned sidebars are shown on the left (under Available Widgets), see #19350
git-svn-id: https://develop.svn.wordpress.org/trunk@19452 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-25 19:46:41 +00:00
Andrew Nacin 36fa9fddd6 Use class_exists() rather than is_admin() as otherwise the unit tests won't work without a WP_ADMIN hack. see #19342.
git-svn-id: https://develop.svn.wordpress.org/trunk@19450 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-25 05:15:28 +00:00
Andrew Ozz ed8feb2912 Move the check whether the theme supports widgets before we register any extra sidebars, fixes #19352
git-svn-id: https://develop.svn.wordpress.org/trunk@19449 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-24 17:44:53 +00:00
Andrew Nacin 83b8af1bc6 Revert [19372] for 3.3. see #13473.
git-svn-id: https://develop.svn.wordpress.org/trunk@19448 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-24 16:06:17 +00:00
Andrew Ozz 1eaf098637 Few more RTL and IE7 fixes, see #19042
git-svn-id: https://develop.svn.wordpress.org/trunk@19446 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-24 00:40:31 +00:00
Ryan Boren 4ae0813953 Help tabs. Props chexee. see #19020
git-svn-id: https://develop.svn.wordpress.org/trunk@19445 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-24 00:21:39 +00:00
Dion Hulse 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
git-svn-id: https://develop.svn.wordpress.org/trunk@19444 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-24 00:20:21 +00:00
Daryl Koopersmith 073e1df1f0 Remove help tab from credits page, tweak about page CSS. props chexee, see #18742.
git-svn-id: https://develop.svn.wordpress.org/trunk@19443 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 23:49:33 +00:00
Andrew Nacin a877663cf9 Redirect to about.php on update. props ocean90. see #18467.
git-svn-id: https://develop.svn.wordpress.org/trunk@19442 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 23:38:36 +00:00
Andrew Nacin 16e113586a Hide unrelated maintenance message on update-core when you are running the latest version, and show a link to about.php. see #18467.
git-svn-id: https://develop.svn.wordpress.org/trunk@19441 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 23:28:50 +00:00
Andrew Ozz 32e46ee3b1 Tweak the active help tab padding to line it up, see #19020
git-svn-id: https://develop.svn.wordpress.org/trunk@19440 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 23:23:05 +00:00
Daryl Koopersmith 02ff30d4e5 In expanded admin menus, block the shadow when hovering over a childless item. see #18382.
git-svn-id: https://develop.svn.wordpress.org/trunk@19439 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 23:19:12 +00:00