Commit Graph

8630 Commits

Author SHA1 Message Date
Ryan Boren cdd05b3c9f Sanitize sort_column and sort_order in get_pages(). Escape search_term in WP_User_Search. Cast blog_id to int in get_blog_prefix(). Props duck_
git-svn-id: https://develop.svn.wordpress.org/trunk@18350 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-27 20:47:04 +00:00
Andrew Ozz c2c5456fd1 Fix unfolding of the admin menu when no JS, fixes #17897
git-svn-id: https://develop.svn.wordpress.org/trunk@18349 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-27 20:40:04 +00:00
Andrew Ozz 5bdde5667e Fix text color in the browser nag when no JS, props duck_, fixes #17889
git-svn-id: https://develop.svn.wordpress.org/trunk@18347 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-27 19:35:26 +00:00
Ryan Boren 091ec81919 Hardening. Santizers for WPLANG and new_admin_email. Prevent stomping ID and filter. Validate locale filename. Props westi.
git-svn-id: https://develop.svn.wordpress.org/trunk@18346 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-27 15:56:42 +00:00
Ryan Boren fec6f56351 Fix display of color icon for menus that don't have submenus. Props duck_. fixes #17881
git-svn-id: https://develop.svn.wordpress.org/trunk@18340 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-24 21:49:22 +00:00
Nikolay Bachiyski 497b25df66 Fix typo, fixes #17868, props rasheed2 and vanillalounge
git-svn-id: https://develop.svn.wordpress.org/trunk@18337 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-24 11:18:20 +00:00
Ryan Boren ba11fe1ed2 Added padding for 'Storage Space' in RTL. Props rasheed, yoavf. fixes #17871
git-svn-id: https://develop.svn.wordpress.org/trunk@18332 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-23 19:57:21 +00:00
Andrew Ozz 1598bef0d5 Fix warning when DFW is loaded and the $post global is not set, props SidHarrell, fixes #17874
git-svn-id: https://develop.svn.wordpress.org/trunk@18331 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-23 19:41:42 +00:00
Andrew Nacin 5244cdb17e Add theme feature strings for translation. These are already being returned by the API. props lancewillett, fixes #17359.
git-svn-id: https://develop.svn.wordpress.org/trunk@18327 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-22 19:45:21 +00:00
Peter Westwood 41d548231e Ensure we have a valid timezone identifier before trying to use it.
Validate the new timezone identifier during option update.
Fixes #17840.

git-svn-id: https://develop.svn.wordpress.org/trunk@18323 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-20 14:58:50 +00:00
Andrew Nacin fdbc800dcc Don't push dashboard_browser_nag into 'sorted' in do_meta_boxes. see #17781.
git-svn-id: https://develop.svn.wordpress.org/trunk@18320 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-18 15:05:46 +00:00
Andrew Nacin 5ef9f551a3 Plugins per page should default to 999, not 20. Fixes minor (but annoying) 3.0 to 3.1 regression.
git-svn-id: https://develop.svn.wordpress.org/trunk@18319 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-18 15:02:58 +00:00
Dion Hulse 2ed7ccf052 Add new star.gif replacement with a Grey background (& White counterpart). Props chexee for star icons. Fixes #17428
git-svn-id: https://develop.svn.wordpress.org/trunk@18318 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-17 05:41:35 +00:00
Andrew Nacin 702409e5d9 Add missing translate() call.
git-svn-id: https://develop.svn.wordpress.org/trunk@18315 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-16 00:18:51 +00:00
Andrew Nacin d75f27ab80 Anchor the Browse Happy dashboard widget to the top. Reverts [18295], [18296]. Fixes #17781, #17323.
git-svn-id: https://develop.svn.wordpress.org/trunk@18314 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-15 19:23:35 +00:00
Dion Hulse 696c091d9a Fix positioning of TinyMCE Resize handler for RTL. Props yoavf. Fixes #17796
git-svn-id: https://develop.svn.wordpress.org/trunk@18310 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-14 13:55:04 +00:00
Dion Hulse 31b16ec043 Flip the Gallery header sort buttons to the left for RTL. Props yoavf. Fixes #17790
git-svn-id: https://develop.svn.wordpress.org/trunk@18309 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-14 13:40:38 +00:00
Dion Hulse 5c644c6b77 Fix the Margins in the Tag metabox for RTL. Props yoavf. Fixes #17799
git-svn-id: https://develop.svn.wordpress.org/trunk@18308 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-14 13:31:35 +00:00
Dion Hulse b941320959 Fix Gallery re-ordering draggable handle area in RTL. Props yoavf. Fixes #17791
git-svn-id: https://develop.svn.wordpress.org/trunk@18307 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-14 12:39:11 +00:00
Andrew Nacin 95c33db79f Sanity int casts in custom header step_3. props xknown, fixes #17779.
git-svn-id: https://develop.svn.wordpress.org/trunk@18298 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-13 08:50:16 +00:00
Andrew Nacin caa6046220 [18294] was a bit too quick to eliminate backslashed apostrophes in translated strings. $s as a placeholder becomes a variable. Switch to %s and %s, as the href will always come before the text, so no need for numbered placeholders. fixes #17781.
git-svn-id: https://develop.svn.wordpress.org/trunk@18297 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-13 08:30:53 +00:00
Andrew Ozz afa3e61432 Always use curly brackets with foreach, see [18295]
git-svn-id: https://develop.svn.wordpress.org/trunk@18296 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-13 01:03:55 +00:00
Andrew Ozz 3ff031ae87 Make sure the browser nag in shown first on the dashboard no matter what! See #17323
git-svn-id: https://develop.svn.wordpress.org/trunk@18295 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-13 00:24:47 +00:00
Andrew Nacin 8e9b972098 Only warn about 'unsafe' for IE6/7. props jane, fixes #17440.
git-svn-id: https://develop.svn.wordpress.org/trunk@18294 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-12 21:38:57 +00:00
Dion Hulse 577f585169 Only hide the browser uploader by default if the Flash uploader is enabled. Fixes #17772
git-svn-id: https://develop.svn.wordpress.org/trunk@18290 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-12 12:47:18 +00:00
Andrew Ozz bcf0131e7a More Press This cleanup and fixes, see #17757
git-svn-id: https://develop.svn.wordpress.org/trunk@18283 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 23:12:21 +00:00
Andrew Ozz 01cf7a93ba Press This RTL css fixes, props ocean90, fixes #17757
git-svn-id: https://develop.svn.wordpress.org/trunk@18282 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 21:17:34 +00:00
Andrew Nacin 80d166905a Browser nag dismiss: hide-if-no-js. props duck_, see #17766.
git-svn-id: https://develop.svn.wordpress.org/trunk@18281 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 21:14:03 +00:00
Andrew Nacin 1914c5464e UI refresh for Press This. props koopersmith, see #17757.
git-svn-id: https://develop.svn.wordpress.org/trunk@18279 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 19:37:23 +00:00
Andrew Nacin 54caf260f6 Fix display of browser nag, use lowercase hex values, move identical styles out of colors-* and into dashboard.css. props duck_, fixes #17765.
git-svn-id: https://develop.svn.wordpress.org/trunk@18278 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 19:32:19 +00:00
Ryan Boren 7d7509eabd Improvements to invalid menu item handling. Props ocean90. fixes #13958
git-svn-id: https://develop.svn.wordpress.org/trunk@18277 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 15:52:15 +00:00
Ryan Boren feaf2597bf Pinking shears
git-svn-id: https://develop.svn.wordpress.org/trunk@18276 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 15:44:06 +00:00
Andrew Nacin a657a1986c @since s/3.2/3.2.0/
git-svn-id: https://develop.svn.wordpress.org/trunk@18268 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 04:40:18 +00:00
Dion Hulse 1b36a05e18 Restore the md5 in the Dash widget cache key, prevents issues with long widget ids. Props nacin. Fixes #16927
git-svn-id: https://develop.svn.wordpress.org/trunk@18265 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 03:33:17 +00:00
Dion Hulse 4963d5f945 Key the Dashboard widget cache off the Widget ID & clear cache upon options changing. Props ocean90. Fixes #16927
git-svn-id: https://develop.svn.wordpress.org/trunk@18264 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 03:16:42 +00:00
Andrew Nacin 9ebb57dafd Make update-core only do sanity checks against readme.html and version.php, both always included even in partial builds. fixes #17760.
git-svn-id: https://develop.svn.wordpress.org/trunk@18262 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 02:35:00 +00:00
Andrew Nacin c24e4daf5a Mark menu items tied to invalid taxonomies and post types as invalid. props ocean90, see #13958.
git-svn-id: https://develop.svn.wordpress.org/trunk@18260 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 00:55:48 +00:00
Daryl Koopersmith 76a8b918db The Lightening, Part 2: Return of the Luminous Hex Codes. Make the admin styles a bit brighter. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@18258 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 23:47:28 +00:00
Ryan Boren 9216255ee3 Update _old_files for 3.2. see #17759
git-svn-id: https://develop.svn.wordpress.org/trunk@18256 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 23:15:01 +00:00
Ryan Boren 46d96c7704 Bring out the pinking shears.
git-svn-id: https://develop.svn.wordpress.org/trunk@18254 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 23:01:45 +00:00
Andrew Nacin 563e7fb099 Remove 'Development.' fixes #15991.
git-svn-id: https://develop.svn.wordpress.org/trunk@18252 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 22:55:28 +00:00
Andrew Nacin fb2e53b23c Don't add extra spaces. props duck_, see #16861.
git-svn-id: https://develop.svn.wordpress.org/trunk@18250 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 22:30:54 +00:00
Andrew Nacin 5f4f14cae4 Translate a missing string. props ldebrouwer, fixes #16861.
git-svn-id: https://develop.svn.wordpress.org/trunk@18249 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 22:28:02 +00:00
Andrew Nacin 9f4d6e2d27 Fix whitespace discrepancy between Manage Themes and Install Themes tabs. props trepmal. Don't show a single Manage Themes heading as a tab if the user doesn't have install_themes. fixes #17758.
git-svn-id: https://develop.svn.wordpress.org/trunk@18248 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 22:16:30 +00:00
Andrew Ozz e3a1054bef Add context to _e('Name'), props valentinas, fixes #16531
git-svn-id: https://develop.svn.wordpress.org/trunk@18247 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 22:13:26 +00:00
Andrew Nacin dc3acebeb2 Revert [18243].
git-svn-id: https://develop.svn.wordpress.org/trunk@18246 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 22:01:52 +00:00
Andrew Nacin 7d45a7cdef s/Blue/Classic/
git-svn-id: https://develop.svn.wordpress.org/trunk@18243 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 21:37:14 +00:00
Andrew Nacin dabb39d410 Some more credits strings.
git-svn-id: https://develop.svn.wordpress.org/trunk@18242 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 21:27:14 +00:00
Andrew Ozz 48951ad388 DFW: show the toolbar only when the mouse is near the top of the window, see #17503
git-svn-id: https://develop.svn.wordpress.org/trunk@18241 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 21:08:49 +00:00
Daryl Koopersmith 76ddc16e4a Improve contrast on login screen by darkening shadow. Props iammattthomas. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@18238 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 19:48:25 +00:00
Andrew Ozz 44ade04f5b Fix pagination when searching or filtering, props solarissmoke, koopersmith, fixes #17685
git-svn-id: https://develop.svn.wordpress.org/trunk@18237 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 19:33:45 +00:00
Daryl Koopersmith 98084cd724 The Lightening, Part One: Lighten tabs UI on new post and menus screens. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@18236 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 19:10:40 +00:00
Mark Jaquith 2aea6faf97 Fix mistaken use of publicly_queryable when public was what was intended. props nacin. fixes #17040
git-svn-id: https://develop.svn.wordpress.org/trunk@18234 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 17:02:03 +00:00
Ryan Boren ab5bd75114 Add Howdy back to the admin_user_info_links filtered array. Props trepmal. fixes #17740
git-svn-id: https://develop.svn.wordpress.org/trunk@18232 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 16:40:42 +00:00
Mark Jaquith 72a3e41d0b Be less specific about theme and plugin repo licenses (as they can vary in specifics). They are all compatible with the license WordPress uses, which is what matters. fixes #16514
git-svn-id: https://develop.svn.wordpress.org/trunk@18231 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 16:35:32 +00:00
Andrew Ozz 810a349ea8 H2 font weight = normal as Helvetica Neue Light doesn't scale well for lighter setting, props dd32, fixes #17743
git-svn-id: https://develop.svn.wordpress.org/trunk@18230 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 16:24:10 +00:00
Dion Hulse 9cb7da13d2 Cache the Dashboard RSS Widgets HTML output to reduce the memory footprint of including SimplePie. Fixes #16927
git-svn-id: https://develop.svn.wordpress.org/trunk@18228 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 06:31:39 +00:00
Andrew Nacin e304611748 Extra check for partial updates: Make sure the API response matches the current version of WP. see #10611.
git-svn-id: https://develop.svn.wordpress.org/trunk@18227 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 06:22:33 +00:00
Andrew Nacin b2c50ddc56 Core support for partial updates. see #10611.
git-svn-id: https://develop.svn.wordpress.org/trunk@18225 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 05:47:44 +00:00
Andrew Nacin 167cc1953f Update Core UI changes:
* Update Now instead of Update Automatically.
 * The first core update is now a primary button.
 * Hide the version number from the 'You are about to install WP in English' warning for development versions, as it lies and suggests you will be downgraded.
see #10611.


git-svn-id: https://develop.svn.wordpress.org/trunk@18224 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 05:37:51 +00:00
Daryl Koopersmith 832e86d2e1 Refresh login form styles to match admin style refresh. Props iammattthomas. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@18223 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 02:37:37 +00:00
Andrew Ozz fc4915fb0f Do not run bulk edit when the user clicks on a filter, fixes #17733
git-svn-id: https://develop.svn.wordpress.org/trunk@18222 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 00:01:16 +00:00
Daryl Koopersmith 1acc61df32 Darken h2 subtitles on post pages to improve readability. see #17634.
git-svn-id: https://develop.svn.wordpress.org/trunk@18221 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 21:55:39 +00:00
Andrew Ozz ba1211237c Enable autocomplete on the href and title fields in the link popup, props nacin, fixes #17101
Remove unneeded for=".." attributes from the <label> tags there.

git-svn-id: https://develop.svn.wordpress.org/trunk@18207 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 22:39:08 +00:00
Daryl Koopersmith 8f3d60caff Prevent items from overflowing from the 'howdy' menu. Props Otto42. fixes #17148.
git-svn-id: https://develop.svn.wordpress.org/trunk@18205 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 22:18:52 +00:00
Daryl Koopersmith 2d56b5b9fd DFW: When hiding DFW, switch to correct main editors before saving content. Otherwise, some content will be lost. fixes #17729.
git-svn-id: https://develop.svn.wordpress.org/trunk@18203 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 20:55:33 +00:00
Andrew Ozz d2e01c2f1f Fix borders at the bottom of tabs in postboxes, props dcowgill, fixes #17699
Fix color of active tab in Categories postbox.

git-svn-id: https://develop.svn.wordpress.org/trunk@18202 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 18:23:49 +00:00
Ryan Boren 542a9372af Add padding to search subtitle. Props kawauso. fixes #17634
git-svn-id: https://develop.svn.wordpress.org/trunk@18199 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 17:52:18 +00:00
Andrew Nacin 24d38bc521 Admin Bar: Add View Site/Dashboard links, 'View X' links in the admin, 'View' action link for terms. New custom taxonomy string: view_item, defaulting to 'View Tag' and View Category'. fixes #17705.
git-svn-id: https://develop.svn.wordpress.org/trunk@18194 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 16:49:27 +00:00
Mark Jaquith ac81c1fef8 Remove code formatting from uploaded file size error messages, for now. props JohnONolan. fixes #17674
git-svn-id: https://develop.svn.wordpress.org/trunk@18193 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 16:27:57 +00:00
Andrew Ozz 625b2777f4 Make copying the PressThis bookmarklet code easier in WebKit browsers, fixes #17184
git-svn-id: https://develop.svn.wordpress.org/trunk@18187 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 01:33:07 +00:00
Ryan Boren 4efc4641ac Don't add search wildcards to an empty string. fixes #17719
git-svn-id: https://develop.svn.wordpress.org/trunk@18179 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-07 16:05:04 +00:00
Andrew Ozz f19c180122 Some CSS cleanup and tuning, see #17324
git-svn-id: https://develop.svn.wordpress.org/trunk@18173 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 22:27:03 +00:00
Andrew Ozz 43a3346ed9 Workaround for removeAttr('style') in Chromium, props duck_, fixes #17706
git-svn-id: https://develop.svn.wordpress.org/trunk@18170 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 18:59:10 +00:00
Ryan Boren b696e98db1 Fix warnings in menu.php when plugins.php is enabled for non-supes. Props PeteMall. fixes #17702
git-svn-id: https://develop.svn.wordpress.org/trunk@18169 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 16:59:24 +00:00
Andrew Nacin 942fb3838a Oops. Credits API version remain unchanged. see #17518.
git-svn-id: https://develop.svn.wordpress.org/trunk@18163 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 06:46:11 +00:00
Andrew Nacin a019dffcbb Credits screen redux. Add external libraries, gravatars for language validators. Backed by a new API. fixes #17518, fixes #17532.
git-svn-id: https://develop.svn.wordpress.org/trunk@18162 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 06:38:29 +00:00
Andrew Ozz 45fe189d01 Remove the title attribute from the Press This link as it needlessly repeats the text, props johnjamesjacoby, fixes #17184
git-svn-id: https://develop.svn.wordpress.org/trunk@18160 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 02:36:00 +00:00
Andrew Ozz 76f9fca002 Fix quick edit error message styling, props solarissmoke, fixes #16912, fixes #14317
Fix top margin in bulk edit posts

git-svn-id: https://develop.svn.wordpress.org/trunk@18158 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 01:14:26 +00:00
Andrew Nacin ebbcce1b80 s/Themes Updates/Theme Updates/. props mitchoyoshitaka. fixes #17701.
git-svn-id: https://develop.svn.wordpress.org/trunk@18157 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 00:30:17 +00:00
Andrew Ozz dfad26fc43 Change cursor on hover on dashboard box toggles, props andrewryno, fixes #16440
git-svn-id: https://develop.svn.wordpress.org/trunk@18156 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 23:41:37 +00:00
Andrew Ozz a6d817da56 Fix JS error in Press This, props greuben, fixes #17501
git-svn-id: https://develop.svn.wordpress.org/trunk@18155 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 23:12:51 +00:00
Daryl Koopersmith 4024085812 Update RTL blue admin theme. Props saracannon. fixes #17696.
git-svn-id: https://develop.svn.wordpress.org/trunk@18154 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 22:09:26 +00:00
Andrew Ozz 09c305855f Properly add shadow to folded admin menu in RTL, props ocean90, fixes #17692
git-svn-id: https://develop.svn.wordpress.org/trunk@18153 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 21:29:28 +00:00
Ryan Boren b6eed7bea8 Check return value of wp_check_browser_version(). Make return value consistent. Props duck_, aaroncampbell. fixes #17682
git-svn-id: https://develop.svn.wordpress.org/trunk@18150 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 15:14:51 +00:00
Ryan Boren 6e01eb6221 RTL fixes for credits.php. fixes #17602
git-svn-id: https://develop.svn.wordpress.org/trunk@18149 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 15:09:44 +00:00
Peter Westwood 0d62cb9bfd Output TinyMCE HTML inside the body for Press This. Fixes #17500 props greuben
git-svn-id: https://develop.svn.wordpress.org/trunk@18148 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 12:36:12 +00:00
Peter Westwood b51ef96fdc Move the in_admin_footer action out of p#footer-left.alignleft so it is just in div#footer to allow for it to be used more flexibly. Fixes #17358 props aaroncampbell.
git-svn-id: https://develop.svn.wordpress.org/trunk@18147 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 12:04:19 +00:00
Peter Westwood e5812cf223 Scroll up to the top when bulk editing so the form is completely visible. Fixes #17208 props greuben.
git-svn-id: https://develop.svn.wordpress.org/trunk@18146 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 09:56:12 +00:00
Peter Westwood d989547a7d Whitespace fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@18144 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 09:04:29 +00:00
Peter Westwood 6a7b805b85 Mark two missed strings in Press This for translation. Fixes #16334 props SergeyBiryukov and ocean90.
git-svn-id: https://develop.svn.wordpress.org/trunk@18143 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 09:02:08 +00:00
Andrew Ozz c1ef3d695e Fix collapsed menu transition glitch, props rosshanney, fixes #17534
git-svn-id: https://develop.svn.wordpress.org/trunk@18138 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-04 06:23:06 +00:00
Andrew Ozz 35ba083b00 DFW: restore editor width shortcuts, restore limited overwriting of the theme styling in TinyMCE, show the toolbar on mouse move in TinyMCE, improve the help, fixes #17503, fixes #17644, fixes #17664, fixes #17596
git-svn-id: https://develop.svn.wordpress.org/trunk@18137 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-04 00:46:47 +00:00
Andrew Nacin 4e3cdbfc61 Document that add_submenu_page() might return false if ! current_user_can(). see #17677.
git-svn-id: https://develop.svn.wordpress.org/trunk@18136 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 23:30:46 +00:00
Ryan Boren 39f8f07013 Make user validation when adding a user via network admin consistent with adding a user elsewhere. Provide better feedback for validation problems. Props sorich87. fixes #17239
git-svn-id: https://develop.svn.wordpress.org/trunk@18131 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 18:59:12 +00:00
Ryan Boren a118d32b6b Link to site being edited. Props lloydbudd. fixes #17257
git-svn-id: https://develop.svn.wordpress.org/trunk@18129 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 15:35:45 +00:00
Mark Jaquith 2de9f72e0d Tighten up the Credits page so it's not so spaced out.
git-svn-id: https://develop.svn.wordpress.org/trunk@18126 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 09:00:49 +00:00
Ryan Boren f786d16ed3 Add rtl class to the admin body if is_rtl(). RTL fixes for twentyeleven theme-options.php. Props rasheed. fixes #17603
git-svn-id: https://develop.svn.wordpress.org/trunk@18125 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 22:19:58 +00:00
Andrew Ozz 145d947721 Also move the dark arrows, props ocean90, see #17544
git-svn-id: https://develop.svn.wordpress.org/trunk@18124 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 22:04:01 +00:00
Andrew Ozz c895da270c Squeeze 10 more pixels for longer menu names, fixes #17544
git-svn-id: https://develop.svn.wordpress.org/trunk@18122 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 21:21:15 +00:00