Commit Graph

8593 Commits

Author SHA1 Message Date
Andrew Ozz 9bcfc3da39 <!DOCTYPE html> for all, fixes #18202
git-svn-id: https://develop.svn.wordpress.org/trunk@18460 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-22 00:25:41 +00:00
Ryan Boren 90ec88ca6e Empty headers instance var instead of unsetting to avoid warning. Props chrisbliss18. fixes #18157
git-svn-id: https://develop.svn.wordpress.org/trunk@18457 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-21 21:44:35 +00:00
Andrew Nacin ac3ab55d1e Add pre_ent2ncr filter. props GaryJ, fixes #16432.
git-svn-id: https://develop.svn.wordpress.org/trunk@18456 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-21 21:41:21 +00:00
Ryan Boren 6a85dc6dc1 Strip trailing slashes form WP_HOME and WP_SITEURL. Props xknown. fixes #17898
git-svn-id: https://develop.svn.wordpress.org/trunk@18454 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-21 21:35:23 +00:00
Andrew Ozz ebbf92afc1 UI fix for select form elements, props ptahdunbar, fixes #17043
git-svn-id: https://develop.svn.wordpress.org/trunk@18453 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-21 21:15:27 +00:00
Ryan Boren 0689b1b8a0 Show admin bar in single site backend by default. Props dimadin. fixes #17899
git-svn-id: https://develop.svn.wordpress.org/trunk@18451 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-21 19:41:18 +00:00
Ryan Boren 985e2affd1 phpdoc typo fixes for functions.php. Props coffee2code. fixes #17752
git-svn-id: https://develop.svn.wordpress.org/trunk@18448 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-21 17:48:25 +00:00
Andrew Ozz c1779932f1 Support for using wp_enqueue_script() and wp_enqueue_style() in the HTML body. All scripts and styles are added in the footer, fixes #9346
git-svn-id: https://develop.svn.wordpress.org/trunk@18446 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-21 16:32:01 +00:00
Ryan Boren 6b5d8397b0 Introduce register_meta(), get_metadata_by_mid(), and *_post_meta capabilities. fixes #17850
git-svn-id: https://develop.svn.wordpress.org/trunk@18445 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-20 22:04:35 +00:00
Andrew Nacin 14853ed87e Use login_post context for wp_login_form action. props mdawaffe, see #18137 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@18444 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-15 23:11:36 +00:00
Ryan Boren f39604511e Fix CPT rewrite generation when turning on permalinks. Props andy. see #18040 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@18443 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-15 15:49:42 +00:00
Andrew Ozz 36144f6484 Fix resetting of page number when entering it manually, fixes #18002 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@18436 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-11 21:53:29 +00:00
Andrew Ozz 4a2626dd4c Fix expanding the admin menu in RTL mode when no JS and collapsing it when JS, fixes #18029 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@18428 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-11 19:16:09 +00:00
Andrew Nacin bb7c1ac6d7 Check for WP_Error return values when using get_term_field() to set up nav menu items. fixes #17958 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@18426 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-11 19:03:04 +00:00
Andrew Nacin 486b75c370 A few more pixels of padding for the admin content area. props iammattthomas, fixes #18046 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@18424 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-11 18:55:39 +00:00
Andrew Nacin cfcb6d0ecc Fix RTL admin menu collapsing margin. props rosshanney, see #18029 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@18420 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-11 05:50:34 +00:00
Andrew Nacin d81744097b Browse Happy dashboard box title should be white. props AndrewFrazier, fixes #17987 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@18416 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-11 05:36:47 +00:00
Andrew Nacin f733b63c93 Shears.
git-svn-id: https://develop.svn.wordpress.org/trunk@18414 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-11 05:34:15 +00:00
Andrew Nacin 57b3d031a7 Restore page-template-default body class. props peterwilsoncc, fixes #18018 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@18412 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-11 05:31:57 +00:00
Ryan Boren f8c336ca41 Use browser default sans-serif instead of Arial or Helvetica. Props iammattthomas. fixes #18020 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@18406 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-07 18:03:30 +00:00
Andrew Nacin c8947a4f44 Restore compat for json_decode and json_encode. fixes #18015 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@18404 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-06 23:33:05 +00:00
Peter Westwood e9dc68fc4d Update the version in trunk. Props MarkJaquith.
git-svn-id: https://develop.svn.wordpress.org/trunk@18400 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-05 10:04:17 +00:00
Andrew Ozz 576466e544 Fix DFW resizing after reaching the sanity check width, props merty, fixes #17983 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@18399 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-05 07:03:26 +00:00
Ryan Boren 4e3b568f1b Bump, 3.2
git-svn-id: https://develop.svn.wordpress.org/trunk@18395 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-04 20:19:42 +00:00
Andrew Nacin 14b1a150b3 Bump core/version-check endpoint. see #17759.
git-svn-id: https://develop.svn.wordpress.org/trunk@18392 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-04 12:42:19 +00:00
Andrew Nacin cf643efb45 Bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@18391 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-03 18:22:01 +00:00
Andrew Ozz bb5f063809 Revert overriding the font color for the editor textarea in [18102], as it is a regression, fixes #17971
git-svn-id: https://develop.svn.wordpress.org/trunk@18390 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-03 18:15:04 +00:00
Ryan Boren e9bfcfbbff Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@18387 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-30 22:02:58 +00:00
Andrew Ozz 1d8d8bffc9 Change shadow on menu "notification" badge, props shakenstirred, nacin, fixes #17941
git-svn-id: https://develop.svn.wordpress.org/trunk@18381 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-30 19:46:00 +00:00
Andrew Ozz dc77ebee3a Fix DFW autoresizing in WebKit when zoom != 100%, fixes #17927
git-svn-id: https://develop.svn.wordpress.org/trunk@18379 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-30 07:33:08 +00:00
Ryan Boren 112a6319cf Bump, RC3
git-svn-id: https://develop.svn.wordpress.org/trunk@18376 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-29 18:20:22 +00:00
Andrew Nacin b40bdc3928 Mark a few files as needing to be parsable by PHP4 in order to show the proper error messages. Non-exhaustive. see #17934.
git-svn-id: https://develop.svn.wordpress.org/trunk@18375 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-29 16:50:07 +00:00
Andrew Nacin 85d77664fb wp_check_php_mysql_versions() during setup and install. see #17934.
git-svn-id: https://develop.svn.wordpress.org/trunk@18374 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-29 16:46:46 +00:00
Andrew Ozz 131af255ff Add the new TinyMCE icons to two more buttons, fixes #17925
git-svn-id: https://develop.svn.wordpress.org/trunk@18373 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-29 16:10:57 +00:00
Ryan Boren 17fc1c2471 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@18371 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-28 21:49:55 +00:00
Ryan Boren acc022ea36 Unset filter when inserting/updating posts. For trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@18367 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-28 21:46:18 +00:00
Andrew Ozz 520081cec7 User Profile JS cleanup, props dd32, fixes #17910 for 3.2
git-svn-id: https://develop.svn.wordpress.org/trunk@18364 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-28 16:17:49 +00:00
Dion Hulse 100f17c96d Correct the background colour for the stars. Props ocean90 & helenyhou. Fixes #17887
git-svn-id: https://develop.svn.wordpress.org/trunk@18362 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-28 06:47:34 +00:00
Ryan Boren f0fc6bd2f3 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@18358 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-27 21:42:08 +00:00
Andrew Ozz 8649cfa2e9 Fix phpdoc for register_post_status(), props aaroncampbell, fixes #17900
git-svn-id: https://develop.svn.wordpress.org/trunk@18352 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-27 21:22:31 +00:00
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 7a9c81cdb1 Sanitize order and orderby in get_bookmarks()
git-svn-id: https://develop.svn.wordpress.org/trunk@18345 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-27 15:46:11 +00:00
Ryan Boren bb7af108f5 Sanitize order and orderby in get_terms()
git-svn-id: https://develop.svn.wordpress.org/trunk@18344 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-27 15:45:12 +00:00
Ryan Boren c3a151dcd5 RC2 bump
git-svn-id: https://develop.svn.wordpress.org/trunk@18341 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-24 21:58:36 +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
Ryan Boren 8be45e1409 Avoid PHP 4 parse error prior to version checks. Props dd32. see #17880
git-svn-id: https://develop.svn.wordpress.org/trunk@18339 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-24 21:32:40 +00:00
Ryan Boren 5068db5bb8 Add menu id for admin-bar's dashboard and view-site link. Props szadok. fixes #17873
git-svn-id: https://develop.svn.wordpress.org/trunk@18333 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-23 20:05:43 +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
Ryan Boren bb75e13b17 Don't attempt old slug redirect for multi-post_type queries. Props aaroncampbell. see #16949
git-svn-id: https://develop.svn.wordpress.org/trunk@18330 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-23 16:35:34 +00:00
Ryan Boren 35ebb06f22 Admin bar rtl fixes. Props johnjamesjacoby. fixes #17854
git-svn-id: https://develop.svn.wordpress.org/trunk@18329 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-22 21:14:36 +00:00
Ryan Boren a0ae9633d4 Fix handing of super admins that don't have a blog in get_dashboard_url() and login. Props nacin. fixes #17829
git-svn-id: https://develop.svn.wordpress.org/trunk@18328 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-22 19:45:28 +00:00
Ryan Boren 6ca6c82d2b Fix notice in wp_tag_cloud. Props greuben. fixes #17213
git-svn-id: https://develop.svn.wordpress.org/trunk@18326 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-22 19:37:05 +00:00
Ryan Boren b1e314fbf7 Add theme support option for turning on random default headers. fixes #17832
git-svn-id: https://develop.svn.wordpress.org/trunk@18325 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-22 19:09:23 +00:00
Ryan Boren 80640b5e25 Allow plus '+' character when sanitizing mime type. Props cyberhobo. fixes #17855
git-svn-id: https://develop.svn.wordpress.org/trunk@18324 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-20 20:05:57 +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
Dion Hulse e1af5b5cb2 Twenty Eleven trumps it's pretenders. Fixes #17841
git-svn-id: https://develop.svn.wordpress.org/trunk@18322 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-20 03:07:24 +00:00
Andrew Nacin 6a82127a91 Remove undiscussed FIXME from add_option. fixes #16813.
git-svn-id: https://develop.svn.wordpress.org/trunk@18321 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-19 21:37:47 +00:00
Andrew Nacin 087ad68a23 Move the sekrit full screen editor width shortcut keys below the common bold/italic/etc keys on the editor keyboard shortcuts help tab. No strings were harmed in the making of this commit.
git-svn-id: https://develop.svn.wordpress.org/trunk@18316 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-16 10:28:29 +00:00
Dion Hulse aa8edae1a1 Bump the CSS versions for RTL changes. See #17790 #17791 #17796 & #17799
git-svn-id: https://develop.svn.wordpress.org/trunk@18311 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-14 14:00:57 +00:00
Ryan Boren 78575ecabf The dance is your chance to do the bump
git-svn-id: https://develop.svn.wordpress.org/trunk@18306 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-14 02:29:58 +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 2a4706af64 Avoid _deprecated_function() in wp_clone(). An object cache gets loaded before i18n functions exist. Maybe a better solution in 3.3. see #17206.
git-svn-id: https://develop.svn.wordpress.org/trunk@18293 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-12 20:36:47 +00:00
Andrew Nacin a3e602baec Login is not a verb. props dcowgill, fixes #17770.
git-svn-id: https://develop.svn.wordpress.org/trunk@18289 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-12 08:00:22 +00:00
Andrew Nacin e59cd1d706 'Dashboard' should be to the right of 'My Sites' for visual hierarchy reasons. see #17705.
git-svn-id: https://develop.svn.wordpress.org/trunk@18284 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-12 02:47:02 +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 89590d3872 Remove my debug cruft. No, you're not looking in a mirror. props dcowgill, fixes #17769.
git-svn-id: https://develop.svn.wordpress.org/trunk@18280 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 20:32:39 +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
Andrew Nacin 240e0f44d6 Introduce name_admin_bar label and the show_in_admin_bar (Add New menu) argument for post types. Allows for proper translations of these strings and provides for consolidated logic. fixes #16406.
git-svn-id: https://develop.svn.wordpress.org/trunk@18261 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 02:20:18 +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 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 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 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 740272025b Disambiguation for Add New links in admin bar. Props nacin. see #16406
git-svn-id: https://develop.svn.wordpress.org/trunk@18233 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 16:43:48 +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
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 c6876acffa Bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@18226 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 05:50:23 +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
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 Nacin 68308f3735 PHPdoc fixes. props trepmal. fixes #17734.
git-svn-id: https://develop.svn.wordpress.org/trunk@18220 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 21:47:28 +00:00
Peter Westwood 182b1bdb51 Only show the Dashboard link if you are logged in. See #17705.
git-svn-id: https://develop.svn.wordpress.org/trunk@18213 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 11:16:07 +00:00
Peter Westwood 29a53e3eb0 Only show Comments are Closed when they are supported.
Tidy up the logic to be clearer.
Mark attachements as supporting comments.
Fixes #17568 props duck_

git-svn-id: https://develop.svn.wordpress.org/trunk@18211 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 11:12:39 +00:00
Peter Westwood 4ce1eebce0 Bumpity Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@18209 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 10:43:37 +00:00
Andrew Nacin de1dcae9d1 i before e except after c. props trepmal, fixes #17730.
git-svn-id: https://develop.svn.wordpress.org/trunk@18208 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 09:13:00 +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
Mark Jaquith f7644d1b0e Move copyright notices to license.txt. props hakre. props aaroncampbell. fixes #16269
git-svn-id: https://develop.svn.wordpress.org/trunk@18201 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 18:18:21 +00:00
Mark Jaquith 9d6bb11571 Check parent caps for revisions. props aaroncampbell. fixes #17668
git-svn-id: https://develop.svn.wordpress.org/trunk@18200 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 18:06:43 +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 Ozz 2f3a53166f background-color = transparent, fixes #17726
git-svn-id: https://develop.svn.wordpress.org/trunk@18197 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 17:35:48 +00:00
Andrew Ozz ebd705f0b5 Fix style of the <!--more--> tag replacement image in TinyMCE so it doesn't show horizontal scrollbar in FF and IE.
git-svn-id: https://develop.svn.wordpress.org/trunk@18196 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 17:16:22 +00:00
Mark Jaquith 46a87bd9fa Throw _doing_it_wrong() when nonce action not passed to check_admin_referer(). props duck_. see #16449
git-svn-id: https://develop.svn.wordpress.org/trunk@18195 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 16:56:26 +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
Andrew Nacin 1df1e7f1b5 Don't 404 for empty post type archives. props markmcwilliams, jfarthing84, fixes #17316.
git-svn-id: https://develop.svn.wordpress.org/trunk@18192 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 16:07:38 +00:00
Andrew Ozz 0ea87b527d Implement rel="author" in Twenty Eleven and Twenty Ten, props joostdevalk, fixes #17722
git-svn-id: https://develop.svn.wordpress.org/trunk@18189 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 02:02:09 +00:00
Ryan Boren d2af1830bc HTTP API PHP Doc Updates. Props sivel. fixes #17724
git-svn-id: https://develop.svn.wordpress.org/trunk@18185 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 00:51:31 +00:00
Daryl Koopersmith d528a78cbe Show post editor inset shadow in visual mode.
git-svn-id: https://develop.svn.wordpress.org/trunk@18180 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-07 20:29:54 +00:00
Ryan Boren efb682a641 Use DISTINCT to eliminate duplicates when using an OR meta query relation. Props scribu, greuben. fixes #17582
git-svn-id: https://develop.svn.wordpress.org/trunk@18178 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-07 15:55:05 +00:00
Peter Westwood 66307dc19d Ensure that we always coerce the class list passed to get_body_class to an array even when it is empty. Fixes #17717
git-svn-id: https://develop.svn.wordpress.org/trunk@18176 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-07 08:55:25 +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
Peter Westwood 1f1a527115 Link the Media item in the Add New menu to the Upload New Media form correctly. Props hew.
git-svn-id: https://develop.svn.wordpress.org/trunk@18164 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 12:40:00 +00:00
Andrew Nacin 6278ec28e8 Bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@18161 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 06:25:55 +00:00
Andrew Ozz 9b95eedd76 Fix typo in remove_accents(), props scribu, fixes #16232
git-svn-id: https://develop.svn.wordpress.org/trunk@18159 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 02:22:50 +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
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
Andrew Ozz 9565d6364b DFW: don't prepend comma if content_css is empty, props duck_, fixes #17690
git-svn-id: https://develop.svn.wordpress.org/trunk@18151 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 18:13:15 +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 53d2062a4f Bumpity
git-svn-id: https://develop.svn.wordpress.org/trunk@18145 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 09:47:01 +00:00
Andrew Ozz 98d58b4edd Fix WebKit browsers reporting document.body height shorter than it is, add classes to TinyMCE's body: 'wp-editor' or 'wp-fullscreen-editor', fix mousemove event in IE, fixes #17664
git-svn-id: https://develop.svn.wordpress.org/trunk@18142 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 00:06:28 +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
Ryan Boren 0f089b9c47 Properly return referrer when referer = true and echo = false. Props scribu, webduo. fixes #11953
git-svn-id: https://develop.svn.wordpress.org/trunk@18130 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 18:23:41 +00:00
Ryan Boren 30d46abd66 Add cache_domain argument to get_terms() to allow caching to a unique set of cache buckets. Useful when taxonomy queries have been modified via filters and need their own cache space. Props mfields. fixes #13318
git-svn-id: https://develop.svn.wordpress.org/trunk@18128 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 15:24:14 +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
Ryan Boren b44c6a29dc Remove summary attribute. Props ocean90. fixes #11554
git-svn-id: https://develop.svn.wordpress.org/trunk@18120 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 20:43:31 +00:00
Ryan Boren 4f8c05a1cb Revert [17663]. fixes #17131
git-svn-id: https://develop.svn.wordpress.org/trunk@18119 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 20:03:27 +00:00
Daryl Koopersmith 49c59980ae Remove Courier from the monospace font stack. fixes #17640.
git-svn-id: https://develop.svn.wordpress.org/trunk@18118 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 19:55:27 +00:00
Ryan Boren 7a36f76c8f Validation fixes. Props ocean90, xknown. fixes #17364
git-svn-id: https://develop.svn.wordpress.org/trunk@18115 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 17:19:10 +00:00
Ryan Boren 866b79d1c7 RTL fixes for dfw tagline, permalink editing, and hscroll. Props yoavf. fixes #17639
git-svn-id: https://develop.svn.wordpress.org/trunk@18113 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 16:04:02 +00:00
Ryan Boren ee0e7b23db Resurrect hash_hmac() compat for hosts that --disable-hash. Props aaroncampbell. fixes #17647
git-svn-id: https://develop.svn.wordpress.org/trunk@18111 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 14:21:09 +00:00
Andrew Nacin 36f1805ec4 Take that, PHP 5.0.5. Good riddens. see #14160.
git-svn-id: https://develop.svn.wordpress.org/trunk@18110 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 22:03:36 +00:00
Andrew Ozz 599c9cc3a7 Set DFW background color to match the admin theme's background, see #17644
git-svn-id: https://develop.svn.wordpress.org/trunk@18108 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 20:50:04 +00:00
Peter Westwood ab110ae8b8 Fix typo in PHPMailer. Fixes #17614 props pross.
git-svn-id: https://develop.svn.wordpress.org/trunk@18107 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 20:42:47 +00:00
Andrew Ozz f33bfbb86f Make DFW use the exact same style as the normal editor, remove width resizing in DFW as it would clash with editor-style.css for some themes, fixes #17644
git-svn-id: https://develop.svn.wordpress.org/trunk@18103 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 20:01:29 +00:00
Mark Jaquith 1d9e0ea01b Use monospaced font for HTML editor. props iammattthomas. fixes #17640
git-svn-id: https://develop.svn.wordpress.org/trunk@18102 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 19:31:42 +00:00
Peter Westwood 5af277b49f Bump the version on the updated CSS. See #17178.
git-svn-id: https://develop.svn.wordpress.org/trunk@18098 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 16:59:25 +00:00
Peter Westwood bdfa985fc6 Fix hover styles in the admin bar sites menu too. Fixes #17178 props ocean90 and johnjamesjacoby.
git-svn-id: https://develop.svn.wordpress.org/trunk@18097 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 16:50:00 +00:00
Andrew Nacin 959f4e03c4 s/displayied/displayed/. props kawauso, fixes #17633.
git-svn-id: https://develop.svn.wordpress.org/trunk@18096 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 16:44:13 +00:00
Andrew Ozz aa91987639 Widgets RTL fixes, props yoavf, fixes #16082
git-svn-id: https://develop.svn.wordpress.org/trunk@18095 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 16:29:10 +00:00
Peter Westwood 5bb637983d Add .ics / text/calendar to the whitelist of allowed file types. Fixes #15916 props SergeyBiryukov
git-svn-id: https://develop.svn.wordpress.org/trunk@18091 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 15:08:48 +00:00
Peter Westwood 384371a6f3 Only apply the admin bar bump down css to the screen media type so it doesn't affect printouts. Fixes #17512 props kawauso.
git-svn-id: https://develop.svn.wordpress.org/trunk@18088 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 14:30:12 +00:00
Peter Westwood 83e351a7cc Only close comments on old posts by default. Fixes #16090 props nacin and johnjamesjacoby.
git-svn-id: https://develop.svn.wordpress.org/trunk@18087 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 14:24:02 +00:00
Peter Westwood 6dcfd5fc14 Make the css for the row status highlighting more specific so that it works regardless of the ordering of the CSS loading. Fixes #16827 props wpmuguru.
git-svn-id: https://develop.svn.wordpress.org/trunk@18086 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 13:52:49 +00:00
Peter Westwood cf2dd7ff71 Bumpity
git-svn-id: https://develop.svn.wordpress.org/trunk@18085 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 13:36:51 +00:00
Ryan Boren 13a399b112 Use array_combine() to avoid a hard-coded copy of the post format slugs. Props mfields. fixes #17576
git-svn-id: https://develop.svn.wordpress.org/trunk@18083 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-31 19:52:38 +00:00
Ryan Boren 189a71cda7 Remove misleading phpdoc. Props mfields. fixes #17558
git-svn-id: https://develop.svn.wordpress.org/trunk@18081 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-31 15:54:48 +00:00
Ryan Boren 9eb9cb1e01 phpdoc typo fix. Props Caspie. fixes #17616
git-svn-id: https://develop.svn.wordpress.org/trunk@18080 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-31 15:23:21 +00:00
Dion Hulse c70ed39223 More specific Tazonomy canonicalisation; Allows custom vars through, strips all per-taxonomy query vars. See #17174
git-svn-id: https://develop.svn.wordpress.org/trunk@18079 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-31 06:13:27 +00:00
Andrew Ozz fe0023d441 Force-hide the adminbar when DFW opens to keep IE7 users happy, fixes #17622
git-svn-id: https://develop.svn.wordpress.org/trunk@18075 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-30 19:22:09 +00:00
Andrew Ozz ee6db8dcaf Add some delay to allow the flash uploader swf to load in FF4, fixes #17329
git-svn-id: https://develop.svn.wordpress.org/trunk@18073 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-30 02:23:45 +00:00
Andrew Ozz 25431a16bb s/Colse/Close/, props nacin, fixes #17399
git-svn-id: https://develop.svn.wordpress.org/trunk@18070 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-29 05:07:32 +00:00
Andrew Ozz 1596867751 Don't close DFW when closing modal dialogs with Escape key, fixes #17399
git-svn-id: https://develop.svn.wordpress.org/trunk@18069 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-29 02:04:52 +00:00
Andrew Nacin 21aaf43a01 Remove terrible suggestion.
git-svn-id: https://develop.svn.wordpress.org/trunk@18068 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-29 00:56:50 +00:00
Andrew Nacin 8efd0f7f7d Remove accidental tint on the post-box div. Should be a white background.
git-svn-id: https://develop.svn.wordpress.org/trunk@18067 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-28 19:29:32 +00:00
Andrew Ozz 69d133d6f0 Fix the spellchecker button for the visual editor.
Fix focusing the editor in IE, props greuben, fixes #17467

git-svn-id: https://develop.svn.wordpress.org/trunk@18066 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-28 16:46:13 +00:00
Andrew Ozz e7d7300bc7 Fix background color for approved comments, props DH-Shredder, fixes #17405
git-svn-id: https://develop.svn.wordpress.org/trunk@18065 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-28 02:30:04 +00:00
Andrew Ozz 3db61a5880 Fix regression: the visual editor removes empty paragraphs, fix CSS for the spellchecker button, fixes #17368
git-svn-id: https://develop.svn.wordpress.org/trunk@18064 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-27 19:27:19 +00:00
Ryan Boren 6cde0d88f9 Properly handle return value of DDL statements. Props scribu, marcis20. fixes #11372
git-svn-id: https://develop.svn.wordpress.org/trunk@18063 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-27 15:46:56 +00:00
Ryan Boren 8db8af8fe5 Return false from is_page_template() if the template is default. Props johnbillion. fixes #17458
git-svn-id: https://develop.svn.wordpress.org/trunk@18062 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-27 15:24:33 +00:00
Ryan Boren 9294a6cb6d Remove duplicate sentence search terms. Props scribu. fixes #17152
git-svn-id: https://develop.svn.wordpress.org/trunk@18056 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-26 16:41:59 +00:00
Andrew Nacin 01dac4d16f Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@18055 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-26 06:06:10 +00:00
Andrew Nacin 2ac4a87b89 Upddate FSF address in kses. props mcepl, fixes #14967.
git-svn-id: https://develop.svn.wordpress.org/trunk@18052 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 22:15:12 +00:00
Ryan Boren 6fbd0a4ff6 Bump. Beta 2
git-svn-id: https://develop.svn.wordpress.org/trunk@18045 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 18:20:49 +00:00
Ryan Boren d6199b177a Support Chrome Frame. fixes #14537
git-svn-id: https://develop.svn.wordpress.org/trunk@18036 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 16:15:00 +00:00
Ryan Boren 640eed5f4a Update @since
git-svn-id: https://develop.svn.wordpress.org/trunk@18032 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 15:47:17 +00:00
Andrew Ozz 3a20d6aa17 Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311
git-svn-id: https://develop.svn.wordpress.org/trunk@18027 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 01:04:12 +00:00
Andrew Ozz 426d2bfb74 Fix another .attr() vs .prop() case, props ocean90, fixes #17546
git-svn-id: https://develop.svn.wordpress.org/trunk@18024 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-24 16:49:01 +00:00
Ryan Boren 48fd7708b1 Rename duplicate delete_post and deleted_post actions to before_delete_post and after_delete_post. Props scribu. fixes #13731
git-svn-id: https://develop.svn.wordpress.org/trunk@18012 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 23:43:14 +00:00
Ryan Boren 413723f08e Correct phpdoc for replacing/extending thewpdb class. Props johnbillion. fixes #17533
git-svn-id: https://develop.svn.wordpress.org/trunk@18011 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 23:37:16 +00:00
Peter Westwood 526f6fe677 Update wp_mail to correctly call the Address adding functions on PHPMailer for To, CC, BCC in a way which preserves our support for full RFC2822 address specifications.
Older versions of PHPMailer were not too careful about validating what we passed in to them as a plain email address - the new version expects we pass in the Name and Email address seperately.
Fixes #17305 based on a patch from dllh.

git-svn-id: https://develop.svn.wordpress.org/trunk@18006 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 11:14:05 +00:00
Andrew Nacin d996e79999 s/WordPress MU/WordPress/ and remove an unused sprintf param. props wpmuguru, fixes #17529.
git-svn-id: https://develop.svn.wordpress.org/trunk@18003 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 05:43:07 +00:00
Ryan Boren e53a69b9d3 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@18000 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:59:55 +00:00
Ryan Boren da02537bb0 Mark import attachments as private. Schedule job to delete old import attachments. Introduce attachment context.
git-svn-id: https://develop.svn.wordpress.org/trunk@17999 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:25:28 +00:00
Ryan Boren ae5e08e457 Prepare some LIKEs
git-svn-id: https://develop.svn.wordpress.org/trunk@17997 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:22:59 +00:00
Ryan Boren 85c07485bf Cast widget and height to int in WP_oEmbed:fetch() so we don't have to rely on providers.
git-svn-id: https://develop.svn.wordpress.org/trunk@17995 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:20:48 +00:00
Ryan Boren 57b6c9aeda Sanitize guid on save and display. Sanitize mime type on save. Don't allow changing mime type via edit form handlers. Protect hidden meta.
git-svn-id: https://develop.svn.wordpress.org/trunk@17994 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:19:42 +00:00
Ryan Boren 0848198e3a Don't do a canonical redirect from author=x to /author/foo/ if the user is not an author
git-svn-id: https://develop.svn.wordpress.org/trunk@17991 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:18:06 +00:00
Ryan Boren 92b4ffafc3 Properly anchor mime preg.
git-svn-id: https://develop.svn.wordpress.org/trunk@17990 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:17:09 +00:00
Andrew Nacin 6076211cc6 Code readability improvements. props niallkennedy, fixes #17166, #17182, #17231, #16474.
git-svn-id: https://develop.svn.wordpress.org/trunk@17989 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 22:30:05 +00:00
Andrew Nacin 83d40f657b Single quotes and spaces in ms-blogs.php. props niallkennedy, fixes #17522.
git-svn-id: https://develop.svn.wordpress.org/trunk@17988 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 22:19:36 +00:00
Andrew Ozz 730f9550ec Fix Reply and Approve when replying from the comment moderation page, see #15898
git-svn-id: https://develop.svn.wordpress.org/trunk@17983 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-21 17:11:13 +00:00
Andrew Nacin 4d9fdaff0a s/coma/comma/. props ocean90.
git-svn-id: https://develop.svn.wordpress.org/trunk@17982 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-21 15:20:25 +00:00
Andrew Ozz c81d44279d Fix updating of custom fields, fixes #17483
git-svn-id: https://develop.svn.wordpress.org/trunk@17981 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-21 14:38:56 +00:00
Andrew Ozz 7228202817 Fix select all checkboxes JS function, another .attr() vs .prop() case in jQuery 1.6.1, fixes #17527
git-svn-id: https://develop.svn.wordpress.org/trunk@17979 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-20 22:47:36 +00:00
Andrew Nacin 5fe94e6993 Update the blip.tv regex. props blepoxp, fixes #17495.
git-svn-id: https://develop.svn.wordpress.org/trunk@17978 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-20 15:52:39 +00:00
Andrew Ozz d9ce44d0eb When viewing Help in DFW, show only the shortcuts tab, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17974 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 18:49:36 +00:00
Andrew Ozz 15a8ad08c9 Add the missing icon to the TinyMCE buttons, props empireoflight, props saracannon, see #15986
git-svn-id: https://develop.svn.wordpress.org/trunk@17972 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 16:26:07 +00:00
Andrew Ozz 0f691b3af3 Add JS detection to wp_iframe output, remove "display:none" from the Flash uploader button, props jacobwg, fixes #17473
git-svn-id: https://develop.svn.wordpress.org/trunk@17971 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 16:12:13 +00:00
Andrew Ozz 812789ad6a FIx the position of Enter title here, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17970 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 15:34:37 +00:00
Peter Westwood a21b7f1a4d Bumpity
git-svn-id: https://develop.svn.wordpress.org/trunk@17969 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 08:52:26 +00:00
Andrew Ozz 0d5e03dd9f Don't show the Fullscreen button on the comment edit page, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17966 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 07:34:54 +00:00
Andrew Ozz 726f793526 Fix race condition in the comments river XHR, props mintindeed, fixes #17483
git-svn-id: https://develop.svn.wordpress.org/trunk@17965 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 06:09:52 +00:00
Andrew Ozz 7262bec3c2 IE7 fixes, see #17324
git-svn-id: https://develop.svn.wordpress.org/trunk@17963 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 02:23:02 +00:00
Andrew Ozz d5c0b43145 New sprite for the TinyMCE buttons, props empireoflight, props saracannon, see #15986
git-svn-id: https://develop.svn.wordpress.org/trunk@17961 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-18 21:10:12 +00:00
Ryan Boren cde1941b72 Revert part of [17920]. Support for empty tz must remain. Props johnjamesjacoby. fixes #17448
git-svn-id: https://develop.svn.wordpress.org/trunk@17958 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-18 18:56:42 +00:00
Mark Jaquith 52dfe62ebf Better CSS background color fallback for TinyMCE icons (for browsers without gradient support). props greuben. fixes #17469
git-svn-id: https://develop.svn.wordpress.org/trunk@17956 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-18 17:40:49 +00:00
Mark Jaquith b24303228b Prevent the browser-out-of-date dashboard nag from being minimized and hide minimization arrow. props aaroncampbell. fixes #17441. see #17323.
git-svn-id: https://develop.svn.wordpress.org/trunk@17952 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-18 17:06:04 +00:00
Andrew Ozz 8ae9b16300 Revert [17943] as it breaks plugins, props johnjamesjacoby, fixes #17484
git-svn-id: https://develop.svn.wordpress.org/trunk@17950 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-18 06:20:30 +00:00
Andrew Ozz 1420210806 Fix width shortcuts in DFW, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17949 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-18 00:59:12 +00:00
Andrew Ozz 9b7b96ba51 Use the "media" admin menu icon for the add media button in DFW, move the tagline, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17947 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-17 17:33:22 +00:00
Andrew Ozz 1492fe8fda Update jQuery Form plugin, props duck_, fixes #15909
git-svn-id: https://develop.svn.wordpress.org/trunk@17944 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-17 14:22:50 +00:00
Andrew Ozz 350adc7abe Blue styles for DFW toolbar, props jorbin, fixes #17436
git-svn-id: https://develop.svn.wordpress.org/trunk@17939 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-17 03:58:27 +00:00
Andrew Ozz 89b108095f Fix autosave and word count for DFW HTML editor, always update word count on autosave, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17936 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-16 06:17:44 +00:00
Andrew Ozz 39c79bac22 Center admin menu icons when menu is folded, see #17324
git-svn-id: https://develop.svn.wordpress.org/trunk@17935 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-15 22:50:26 +00:00
Andrew Ozz 03e09e6063 Update imgareaselect Jquery plugin, props duck_, fixes #17446
git-svn-id: https://develop.svn.wordpress.org/trunk@17934 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-15 18:03:51 +00:00
Dion Hulse 017298a40f svn:eol-stle:native (CRLF for licenses) for new files
git-svn-id: https://develop.svn.wordpress.org/trunk@17933 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-15 08:54:32 +00:00
Andrew Ozz 1b66183679 Refresh word count when switching editors in DFW.
git-svn-id: https://develop.svn.wordpress.org/trunk@17932 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-15 05:51:33 +00:00
Andrew Ozz 4c67fd9d0f Remove blocking alert when login cookie has expired.
git-svn-id: https://develop.svn.wordpress.org/trunk@17931 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-15 05:48:35 +00:00
Daryl Koopersmith 4aa404d348 Blue theme revisions. Migrate colors from nav-menu.css to colors-*.css. Props saracannon. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17930 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-14 19:57:24 +00:00
Andrew Nacin 1c3bcac7fd Don't fetch auto-draft pages in WP_Rewrite::page_uri_index(). props duck_, see #17176.
git-svn-id: https://develop.svn.wordpress.org/trunk@17929 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-14 19:47:29 +00:00
Andrew Nacin 02e8db225f Use wp_remote_retrieve_* helper functions instead of the raw HTTP response array. props aaroncampbell, fixes #17416.
git-svn-id: https://develop.svn.wordpress.org/trunk@17928 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-14 19:45:07 +00:00
Peter Westwood 93fe935843 Fix typos and inconsistencies in PHPdoc / function declarations. See #17414 props duck_
git-svn-id: https://develop.svn.wordpress.org/trunk@17925 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-14 09:50:20 +00:00
Mark Jaquith 6b97876e64 Blue admin theme updates for the new UI style. props saracannon. see #17324
git-svn-id: https://develop.svn.wordpress.org/trunk@17924 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-14 04:40:48 +00:00
Ryan Boren 343de36521 s/Content-type/Content-Type/. Props dvwallin. fixes #17256
git-svn-id: https://develop.svn.wordpress.org/trunk@17922 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-13 19:31:36 +00:00
Ryan Boren 6e20ec2284 Remove PHP5 back compat code from get_gmt_from_date. Props technosailor. fixes #16920
git-svn-id: https://develop.svn.wordpress.org/trunk@17920 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-13 19:17:07 +00:00
Ryan Boren 0d2dfe033e s/login_form/login_init/. Props sorich87. fixes #17411
git-svn-id: https://develop.svn.wordpress.org/trunk@17918 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-13 18:33:20 +00:00
Peter Westwood 9f6254e9dc Bumpity
git-svn-id: https://develop.svn.wordpress.org/trunk@17916 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-13 10:03:16 +00:00
Peter Westwood 7121485a3b Typo fix props duck_
git-svn-id: https://develop.svn.wordpress.org/trunk@17915 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-13 10:00:40 +00:00
Peter Westwood c30cd0193d Introduce wp_http_supports as a much less hacky replacement for the http_transport_(get|post)_debug hooks that plugins could have
been using to detect if things like ssl requests were working.
See #17251 props mdawaffe


git-svn-id: https://develop.svn.wordpress.org/trunk@17914 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-13 09:56:59 +00:00
Andrew Ozz e2738c27c7 DFW: scroll to top when opening so the user is not disoriented, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17913 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-13 06:27:49 +00:00
Andrew Ozz a47c669b53 jQuery UI 1..8.12, props hebbet, fixes #16656
git-svn-id: https://develop.svn.wordpress.org/trunk@17912 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-13 05:44:42 +00:00
Andrew Ozz c451b0050d jQuery 1.6.1 and fix for some small bugs that popped up while testing it, props JDTrower, fixes #17311
git-svn-id: https://develop.svn.wordpress.org/trunk@17907 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 22:00:31 +00:00
Andrew Nacin a5965d3439 Update wp-logo.png version number. props zekeweeks, fixes #17402.
git-svn-id: https://develop.svn.wordpress.org/trunk@17905 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 18:26:17 +00:00
Mark Jaquith 6ce7c1a93a Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@17903 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 07:57:01 +00:00
Peter Westwood 8168ea2507 Update script loader version for quicktags to match when it last changed. Props mdawaffe
git-svn-id: https://develop.svn.wordpress.org/trunk@17902 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 07:41:46 +00:00
Peter Westwood a2c9d9247c Introduce new is_multi_author() template tag to make it easier for themes to have different behaviour when a site has more than one
author. Fixes #14405 props filosofo.


git-svn-id: https://develop.svn.wordpress.org/trunk@17901 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 07:14:44 +00:00
Daryl Koopersmith 48616e3e51 Prevent shadow from showing in dfw visual editor.
git-svn-id: https://develop.svn.wordpress.org/trunk@17898 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 05:51:33 +00:00
Daryl Koopersmith 8f3cf2d7f0 Fix padding on 'save draft' button. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17896 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 05:48:37 +00:00
Daryl Koopersmith ad0b9cf840 Restore lines in publish box, speed up misc-action edit animations. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17893 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 05:06:47 +00:00
Daryl Koopersmith 55b0dfa1ab Improve publish box styles. Props chexee. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17892 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 04:08:00 +00:00
Andrew Nacin 3ceccd69c1 Don't allow indexing of replytocom URLs. fixes #16893.
git-svn-id: https://develop.svn.wordpress.org/trunk@17891 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 03:59:16 +00:00
Daryl Koopersmith ea8882117f Add colored hover/active state to tinymce icons. props chexee, empireoflight. fixes #15986.
git-svn-id: https://develop.svn.wordpress.org/trunk@17890 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 03:57:01 +00:00
Andrew Nacin b2a37f2965 Allow get_pages() to take multiple post statuses. see #8592.
git-svn-id: https://develop.svn.wordpress.org/trunk@17889 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 03:53:46 +00:00
Andrew Ozz 44ac70d063 Warning for out of date and insecure browsers, props aaroncampbell, fixes #17323
git-svn-id: https://develop.svn.wordpress.org/trunk@17887 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 03:33:27 +00:00
Daryl Koopersmith ee3edac26a Style upload form on custom header/background pages consistently. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17885 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 03:16:52 +00:00
Andrew Nacin a270cd105c Cache post thumbnails in the loop. props garyc40, scribu, greuben. fixes #15447.
git-svn-id: https://develop.svn.wordpress.org/trunk@17883 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 03:06:03 +00:00
Daryl Koopersmith fc75919fca Widgets style refresh. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17882 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 02:43:06 +00:00
Daryl Koopersmith 66604c9552 Menu style updates. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17881 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 02:03:02 +00:00
Andrew Ozz 9b3f26faa4 Improve code for DFW buttons, fix colors in some rare TinyMCE popups, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17880 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 01:53:51 +00:00
Daryl Koopersmith bb15425046 Prevent content from colliding with footer. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17876 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 01:32:36 +00:00
Daryl Koopersmith d1a363b352 Tighten list table styles. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17874 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 00:57:25 +00:00
Daryl Koopersmith 624ad7b0c0 Remove unnecessary CSS important declarations from gradient stacks.
git-svn-id: https://develop.svn.wordpress.org/trunk@17873 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 00:34:02 +00:00
Daryl Koopersmith 2c5592178f Admin Header 2: The Return of 32px Icons. Props, iammattthomas. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17872 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 00:22:22 +00:00
Daryl Koopersmith b080bc0360 New gradient menu shadow. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17870 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-11 23:18:15 +00:00