Commit Graph

9215 Commits

Author SHA1 Message Date
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
Ryan Boren 68f667d23d Indent cleanup. see #19020
git-svn-id: https://develop.svn.wordpress.org/trunk@19438 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 23:08:02 +00:00
Andrew Nacin 19fb5709f6 Update jQuery version on about.php. Force ltr for 'is_main_query()'. see #18742.
git-svn-id: https://develop.svn.wordpress.org/trunk@19437 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 23:07:48 +00:00
Ryan Boren 0ef41d992b Help tabs. Props Ipstenu. see #19020
git-svn-id: https://develop.svn.wordpress.org/trunk@19436 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 23:06:52 +00:00
Ryan Boren fe5a0a0bb0 Help tabs. Props chexee. see #19020
git-svn-id: https://develop.svn.wordpress.org/trunk@19435 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 23:02:22 +00:00
Daryl Koopersmith dbe3d24b39 In the collapsed admin menu, retain the arrow when hovering over a childless item. see #18382.
git-svn-id: https://develop.svn.wordpress.org/trunk@19433 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 22:50:46 +00:00
Daryl Koopersmith 3150c3cf4e Remove help sidebar background when no sidebar exists. props chrisbliss18, see #18197, [19361].
git-svn-id: https://develop.svn.wordpress.org/trunk@19430 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 22:14:03 +00:00
Ryan Boren 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
git-svn-id: https://develop.svn.wordpress.org/trunk@19428 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 21:29:33 +00:00
Andrew Ozz ee152e18c9 DOn't show flyouts on tabbing for now (not accessible), fixes #19191
git-svn-id: https://develop.svn.wordpress.org/trunk@19426 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 21:17:20 +00:00
Andrew Nacin 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.
git-svn-id: https://develop.svn.wordpress.org/trunk@19425 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 20:45:23 +00:00
Andrew Ozz a742f2ac47 Fix inserting images from url in Press This, fixes #19341
git-svn-id: https://develop.svn.wordpress.org/trunk@19424 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 20:32:21 +00:00
Jon Cave fd0985cd65 Fix about.php RTL issues and image vertical alignment. Props chexee. See #18742.
git-svn-id: https://develop.svn.wordpress.org/trunk@19422 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 19:23:59 +00:00
Andrew Nacin e7dd8527a6 Punctuation tweaks to about.php. props jane. see #18742.
git-svn-id: https://develop.svn.wordpress.org/trunk@19421 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 19:22:46 +00:00
Andrew Nacin 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.


git-svn-id: https://develop.svn.wordpress.org/trunk@19420 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 19:06:52 +00:00
Daryl Koopersmith 476f618f40 RTL styles for pointers. props helenyhou, fixes #19335.
git-svn-id: https://develop.svn.wordpress.org/trunk@19419 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 18:53:11 +00:00
Andrew Nacin 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.
git-svn-id: https://develop.svn.wordpress.org/trunk@19418 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 18:30:45 +00:00
Jon Cave 07f811b765 Go back to $post_type global as get_current_screen()->post_type is empty during add/edit-tag AJAX requests. Fixes #18722.
git-svn-id: https://develop.svn.wordpress.org/trunk@19415 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-23 15:20:45 +00:00
Jon Cave 83f85cd5b8 Texturized apostrophes. See #18742.
git-svn-id: https://develop.svn.wordpress.org/trunk@19412 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-22 22:14:48 +00:00
Mark Jaquith eae2fc5944 Fix "wp_db_current_db_version" typo. see #18693
git-svn-id: https://develop.svn.wordpress.org/trunk@19411 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-22 22:05:42 +00:00
Mark Jaquith 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
git-svn-id: https://develop.svn.wordpress.org/trunk@19410 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-22 21:50:50 +00:00
Jon Cave bc671426cb Further tweaks to What's New layout and content. Props chexee. See #18742.
git-svn-id: https://develop.svn.wordpress.org/trunk@19409 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-22 21:47:28 +00:00
Andrew Ozz 25c7b371f8 Restore back-compat with wp_tiny_mce(), see #19320
git-svn-id: https://develop.svn.wordpress.org/trunk@19408 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-22 21:47:01 +00:00
Andrew Ozz d75699834b RTL fix for Login screen, props SergeyBiryukov, fixes #19316
git-svn-id: https://develop.svn.wordpress.org/trunk@19404 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-22 20:54:41 +00:00
Mark Jaquith a88ae300d5 Remove the the typo that no one noticed on the the credits screen.
git-svn-id: https://develop.svn.wordpress.org/trunk@19402 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-22 20:34:34 +00:00
Jon Cave 045df49a8c Revert r18875. Sorting arrows should be displayed when the screen is too narrow. See #15993.
git-svn-id: https://develop.svn.wordpress.org/trunk@19400 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-22 17:11:06 +00:00
Jon Cave 613a83c006 Remove unused admin-bar.png image. See #18742.
git-svn-id: https://develop.svn.wordpress.org/trunk@19397 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-22 16:16:54 +00:00
Jon Cave d36e6dc3a6 Update "What's New" content and layout. Re-add i18n. Props chexee. See #18742.
git-svn-id: https://develop.svn.wordpress.org/trunk@19396 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-22 16:07:36 +00:00
Andrew Nacin 421ac2155d Remove 'update' from site-users.php on redirect. props PeteMall, fixes #18895.
git-svn-id: https://develop.svn.wordpress.org/trunk@19394 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-22 05:55:55 +00:00
Andrew Nacin 8ab205ada4 Hide admin notices on the about/credits/freedoms screens. props devinreams, fixes #19237.
git-svn-id: https://develop.svn.wordpress.org/trunk@19393 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-22 04:07:34 +00:00
Dion Hulse 03decd1a22 Add some height to the Login button in Chrome/IE. Props SergeyBiryukov. Fixes #19319
git-svn-id: https://develop.svn.wordpress.org/trunk@19392 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-22 03:23:48 +00:00
Andrew Nacin 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.
git-svn-id: https://develop.svn.wordpress.org/trunk@19389 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 23:04:35 +00:00
Daryl Koopersmith 8eceda0a12 Add new 3.3 pointer content, encapsulate 3.3 internal pointers in a final class. props ocean90, see #18693.
git-svn-id: https://develop.svn.wordpress.org/trunk@19388 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 22:39:48 +00:00
Andrew Ozz 63a2fc8281 Extend the workaround for adding the Press This bookmarklet to IE, props dllh SergeyBiryukov, fixes #18487
git-svn-id: https://develop.svn.wordpress.org/trunk@19387 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 22:23:39 +00:00
Andrew Nacin 80f9413f10 New string on credits.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@19386 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 21:25:27 +00:00
Andrew Nacin 361125eaf8 Remove $post_type global usage from media list table. Correct $post_type to 'attachment' for upload screens. see #18722.
git-svn-id: https://develop.svn.wordpress.org/trunk@19385 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 20:48:57 +00:00
Andrew Ozz 4feb285a78 Output the "After a file has been uploaded..." message by using the post-upload-ui action, fixes #18764
git-svn-id: https://develop.svn.wordpress.org/trunk@19384 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 20:46:15 +00:00
Jon Cave 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.
git-svn-id: https://develop.svn.wordpress.org/trunk@19383 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 20:44:48 +00:00
Andrew Ozz ef4b128502 Press This: fix duplicate HTML IDs, add the 'default_post_to_edit' ID, fix minor RTL css, fixes #18989
git-svn-id: https://develop.svn.wordpress.org/trunk@19381 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 18:32:39 +00:00
Andrew Nacin 74567278af Revert other stuffs from [19374].
git-svn-id: https://develop.svn.wordpress.org/trunk@19376 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 15:43:57 +00:00
Andrew Nacin 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.
git-svn-id: https://develop.svn.wordpress.org/trunk@19374 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 15:35:57 +00:00
Peter Westwood 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. 


git-svn-id: https://develop.svn.wordpress.org/trunk@19372 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 13:45:10 +00:00
Andrew Ozz 9a9893a87d Help tabs RTL fixes, props helenyhou, see #19042
git-svn-id: https://develop.svn.wordpress.org/trunk@19371 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 03:40:56 +00:00
Andrew Ozz 0ed396ffed Admin bar IE7, iPad and rtl refresh, see #81197
git-svn-id: https://develop.svn.wordpress.org/trunk@19368 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 02:03:02 +00:00
Andrew Ozz 114083df17 Change the drop target border color, props ocean90, fixes #19298
git-svn-id: https://develop.svn.wordpress.org/trunk@19367 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-20 19:16:35 +00:00
Andrew Nacin a5a82ec053 Undo clever gradient backgrounds for the WP welcome badge. Doesn't degrade well in Android and possibly other browsers. props Chexee, see #11651.
git-svn-id: https://develop.svn.wordpress.org/trunk@19366 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-20 18:59:49 +00:00
Andrew Ozz 569841dc02 Improve RTL for Welcome panel, refresh css files, see #19271
git-svn-id: https://develop.svn.wordpress.org/trunk@19363 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-20 02:10:10 +00:00
Daryl Koopersmith 2ac5299c17 Help tabs: remove scrollbar and max-height. see #19155.
git-svn-id: https://develop.svn.wordpress.org/trunk@19361 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-20 01:03:17 +00:00
Andrew Ozz e0d1c530da Remove old styling for rtl progress bar, see #19042
git-svn-id: https://develop.svn.wordpress.org/trunk@19360 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 21:50:33 +00:00
Andrew Ozz c3b8db7003 Fix the border color on Menus screen, props ocean90, fixes #19234
git-svn-id: https://develop.svn.wordpress.org/trunk@19359 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 20:11:27 +00:00
Andrew Ozz d1f9824ccb Restore the handle arrow in Post publish metabox, props ocean90, fixes #19299
git-svn-id: https://develop.svn.wordpress.org/trunk@19358 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 20:03:58 +00:00
Andrew Ozz 3f60c3cefd Fix Quickpress labels in FF, props ocean90, fixes #19170
git-svn-id: https://develop.svn.wordpress.org/trunk@19357 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 20:00:50 +00:00
Andrew Ozz 623732cf02 RTL refresh for Welcome panel, fixes #19271
git-svn-id: https://develop.svn.wordpress.org/trunk@19356 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 19:49:20 +00:00
Andrew Ozz 6b1ef8a652 Remove the gap on folded admin menu item with submenu above a divider, props helenyhou, fixes #19269
git-svn-id: https://develop.svn.wordpress.org/trunk@19355 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 18:33:20 +00:00
Andrew Ozz 193c8b503b More RTL for the admin menu, props ocean90, see#19042
git-svn-id: https://develop.svn.wordpress.org/trunk@19353 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 17:54:24 +00:00
Andrew Ozz 406f5d8f87 Update RTL bullet alignment on New Install Dashboard Welcome Area, props chexee, see #19271
git-svn-id: https://develop.svn.wordpress.org/trunk@19351 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 04:33:51 +00:00
Andrew Ozz e94b9466a9 Show Insert into post button in the media library when the current post supports editor (not the attachment parent), props SergeyBiryukov, fixes #18912
git-svn-id: https://develop.svn.wordpress.org/trunk@19350 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 04:28:39 +00:00
Mark Jaquith 52ac0e7011 Start documenting under the hood features for WordPress 3.3. see #11651
git-svn-id: https://develop.svn.wordpress.org/trunk@19349 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 04:18:54 +00:00
Andrew Ozz f69b9abfb0 Welcome Screen: remove white space, make the second dismiss link work, see #11651
git-svn-id: https://develop.svn.wordpress.org/trunk@19345 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 00:42:22 +00:00
Daryl Koopersmith 3416f2082f Remove repetitive title on Credits and Freedoms pages. props ocean90, fixes #19294.
git-svn-id: https://develop.svn.wordpress.org/trunk@19344 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 00:35:13 +00:00
Daryl Koopersmith 8f2769c5dd Center admin menu img icons. props trepmal, fixes #19133.
git-svn-id: https://develop.svn.wordpress.org/trunk@19343 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 00:32:15 +00:00
Daryl Koopersmith 8ada86e942 Shift welcome panel columns below WP badge. Improve column grid. props chexee, see #11651.
git-svn-id: https://develop.svn.wordpress.org/trunk@19342 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-18 23:33:11 +00:00
Andrew Ozz 4c029929c3 Welcome Screen: update column widths to show 3-col view on 1280 wide screens. Props helenyhou chexee, see #11651
git-svn-id: https://develop.svn.wordpress.org/trunk@19341 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-18 20:11:39 +00:00
Ryan Boren a320cb7f46 Welcome Screen styling. Props chexee. see #11651
git-svn-id: https://develop.svn.wordpress.org/trunk@19339 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-18 18:58:46 +00:00
Ryan Boren 419bafe2c6 Welcome Panel: Add 'First Steps With WordPress' link. see #11651
git-svn-id: https://develop.svn.wordpress.org/trunk@19337 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-18 15:32:23 +00:00
Ryan Boren 79dff4165b Welcome Panel: Consult current theme capabilities. Remove trailing punc from list items. see #11651
git-svn-id: https://develop.svn.wordpress.org/trunk@19336 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-18 15:30:31 +00:00
Andrew Ozz de56df2004 Don't show the uploader on iPads (it's pointless), fixes #19004
git-svn-id: https://develop.svn.wordpress.org/trunk@19335 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-18 08:43:16 +00:00
Andrew Ozz 0f3de5ede9 Prevent errors in assigning widgets to sidebars for themes with dynamic sidebars, props batmoo, fixes #19274
git-svn-id: https://develop.svn.wordpress.org/trunk@19334 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-18 07:00:26 +00:00
Andrew Ozz fd354a3d35 Tweak install.php CSS to better fit translations, props SergeyBiryukov, fixes #19281
git-svn-id: https://develop.svn.wordpress.org/trunk@19331 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-18 01:56:50 +00:00
Andrew Ozz 6385e58b51 Change text prompt in HTML uploader, props jane, fixes #19276
git-svn-id: https://develop.svn.wordpress.org/trunk@19330 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-18 01:25:27 +00:00
Ryan Boren aae12111c0 First pass at Welcome Screen content. Props jane. see #11651
git-svn-id: https://develop.svn.wordpress.org/trunk@19327 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-17 22:54:54 +00:00
Ryan Boren 67600b73a3 Change Close tab in Welcome Screen to a Dismiss link. Aligh bullets with paragraphs. Props georgestephanis, chexee. fixes #19271
git-svn-id: https://develop.svn.wordpress.org/trunk@19326 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-17 20:48:40 +00:00
Andrew Nacin 53d65cdd7c WP_Screen->post_type is always set. see #19131.
git-svn-id: https://develop.svn.wordpress.org/trunk@19324 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-17 19:50:14 +00:00
Ryan Boren 5b143b6945 Don't die in my-sites.php if the user has no sites. Intead, display message within admin chrome. Props trepmal. fixes #18935
git-svn-id: https://develop.svn.wordpress.org/trunk@19323 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-17 18:52:58 +00:00
Ryan Boren f626327800 Don't fallback to default post type or taxonomy if given an invalid post type or taxonomy. Use typenow as the canonical post type. Props nacin. see #19131
git-svn-id: https://develop.svn.wordpress.org/trunk@19321 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-17 18:01:08 +00:00
Andrew Ozz 70ad3cf297 mode == 'tmce' || mode == 'tinymce', see #17144
git-svn-id: https://develop.svn.wordpress.org/trunk@19319 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-17 15:50:01 +00:00
Andrew Nacin 9eef9937ee Remove extra space. props danielbachhuber.
git-svn-id: https://develop.svn.wordpress.org/trunk@19317 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-17 04:41:51 +00:00
Andrew Ozz 5c6cebe6a4 Make switchEditors.go() fully back-compat, see #17144
git-svn-id: https://develop.svn.wordpress.org/trunk@19316 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-17 02:44:28 +00:00
Mark Jaquith 9b139832b4 Only fall back to get_site_option() if blog_upload_space value is === false. Zero should not fall back. fixes #18119. props jakub.tyrcha
git-svn-id: https://develop.svn.wordpress.org/trunk@19314 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-16 22:02:01 +00:00
Mark Jaquith 9ce7a82a23 Fix various login form and password strength meter CSS issues. fixes #18740. see #19201. props Sergey Biryukov.
git-svn-id: https://develop.svn.wordpress.org/trunk@19313 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-16 21:58:20 +00:00
Andrew Nacin 4710e19609 Fix typo in filler text cause we all know it'll slip through accidentally. props paulhastings0, fixes #19255.
git-svn-id: https://develop.svn.wordpress.org/trunk@19311 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-16 01:58:13 +00:00
Andrew Nacin a82a7458bd Allow enter to trigger a new custom link on nav-menus.php. props mattwiebe, fixes #18255.
git-svn-id: https://develop.svn.wordpress.org/trunk@19310 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-16 01:45:11 +00:00
Andrew Ozz 7d663ff161 More RTL fixes, props rosshanney, see #19042
git-svn-id: https://develop.svn.wordpress.org/trunk@19307 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 21:58:42 +00:00
Andrew Ozz a77387cac7 Make the Save All Changes initially hidden on Media -> Add New screen, improve the progress bar "progress" to 1px ticks, see #19190
git-svn-id: https://develop.svn.wordpress.org/trunk@19306 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 21:22:27 +00:00
Ryan Boren 80ee709653 Introduce wp_no_robots(). Call it for pages that should never be indexed, regardless of blog privacy settings. Props nacin. fixes #19251
git-svn-id: https://develop.svn.wordpress.org/trunk@19304 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 20:44:48 +00:00
Jon Cave e4ed02d6ae Allow "Approve and Reply" background-color animation to complete on the Dashboard. Props ocean90. Fixes #18349.
git-svn-id: https://develop.svn.wordpress.org/trunk@19298 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 17:57:53 +00:00
Andrew Ozz 0b8d97f135 Fix styling for the installation screens, props chexee, fixes #18576
git-svn-id: https://develop.svn.wordpress.org/trunk@19297 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 15:47:07 +00:00
Ryan Boren 29a5a0e192 Don't show edit links for spam comments. Props DH-Shredder. fixes #18340
git-svn-id: https://develop.svn.wordpress.org/trunk@19296 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 14:02:42 +00:00
Andrew Nacin 2375c19f56 Use REQUEST rather than GET to check the current post status page in _post_states(). Addresses a Quick Edit display issue. fixes #18611.
git-svn-id: https://develop.svn.wordpress.org/trunk@19295 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 03:51:28 +00:00
Andrew Ozz f2a254db28 Add some more padding to the Dismiss link in the uploader notices, see #19228
git-svn-id: https://develop.svn.wordpress.org/trunk@19294 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 02:48:21 +00:00
Andrew Nacin 208bc57e76 Pass 'id' on network/site-themes in the case of disabled referers. props Viper007Bond, fixes #18936.
git-svn-id: https://develop.svn.wordpress.org/trunk@19293 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 02:24:30 +00:00
Andrew Ozz 3d33362b52 Add big-file-upload-warning for IE and Opera, left-align the percentage in the progress bar, see #19228
git-svn-id: https://develop.svn.wordpress.org/trunk@19286 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-14 23:21:16 +00:00
Andrew Nacin a4f3850205 Show 'Profile updated' for profile.php. props johnbillion, fixes #19053.
git-svn-id: https://develop.svn.wordpress.org/trunk@19285 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-14 22:09:15 +00:00
Andrew Nacin c107d9ffed Don't use $user_identity global. props duck_. fixes #19146.
git-svn-id: https://develop.svn.wordpress.org/trunk@19284 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-14 21:35:44 +00:00
Daryl Koopersmith 65f2e58900 Fix folded flyout overlaps for current items. props trepmal. fixes #19119.
git-svn-id: https://develop.svn.wordpress.org/trunk@19279 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-14 21:03:14 +00:00
Andrew Nacin b52ab851ec ALIGN ALL THE THINGS. fixes #19242.
git-svn-id: https://develop.svn.wordpress.org/trunk@19278 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-14 20:40:31 +00:00