Ryan Boren
|
25df5fe335
|
Disallow indexing wp-admin and wp-includes in robots.txt. Props SergeyBiryukov. fixes #18465
git-svn-id: https://develop.svn.wordpress.org/trunk@18822 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 21:47:04 +00:00 |
|
Ryan Boren
|
8e77c91883
|
* Move the old sidebars_widgets array upgrade code to wp-admin/includes/upgrade.php
* Avoid infinite loop with wp_get_sidebars_widgets()
* Remove two unneeded wp_get_sidebars_widgets() calls
* Remove unused $wp_registered_sidebars variable from wp_get_sidebars_widgets().
* Combine a couple of !empty( $sidebars_widgets ) checks in retrieve_widgets()
Props SergeyBiryukov, lancewillett. fixes #17979 #18598
git-svn-id: https://develop.svn.wordpress.org/trunk@18821 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 21:41:22 +00:00 |
|
Andrew Nacin
|
0cd9b83b64
|
Cache internal linking nonce jQuery object. props mitchoyoshitaka. Update this nonce through autosave. fixes #18403.
git-svn-id: https://develop.svn.wordpress.org/trunk@18820 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 21:39:55 +00:00 |
|
Andrew Nacin
|
106a94406e
|
Add filter for the args into wp_dropdown_pages() in the page attributes box. Give the list_pages filter the context of the post object. fixes #8592 for 3.3.
git-svn-id: https://develop.svn.wordpress.org/trunk@18818 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 21:21:15 +00:00 |
|
Andrew Nacin
|
4aee3254f3
|
Kill the tables in install.php. props andrewryno. see #16413.
git-svn-id: https://develop.svn.wordpress.org/trunk@18817 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 19:57:36 +00:00 |
|
Andrew Nacin
|
32ba775ad7
|
Pass unslashed values from update_metadata() to add_metadata(). fixes #17343.
git-svn-id: https://develop.svn.wordpress.org/trunk@18816 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 19:37:58 +00:00 |
|
Andrew Nacin
|
d9b37f77c8
|
Make the sort-by-object-property functions generic. see #14424.
git-svn-id: https://develop.svn.wordpress.org/trunk@18815 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 17:20:34 +00:00 |
|
Ryan Boren
|
9ad9ff1282
|
Use _wp_tag_cloud_count_sort_cb instead of an anonymous function. Props ocean90. see #14424
git-svn-id: https://develop.svn.wordpress.org/trunk@18814 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 17:09:04 +00:00 |
|
Andrew Ozz
|
03375fa844
|
Recursively convert html entities in script localization strings, see #11520
git-svn-id: https://develop.svn.wordpress.org/trunk@18813 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 06:43:46 +00:00 |
|
Andrew Nacin
|
bb89b80c5b
|
Remove remnants of show_admin_bar_admin. see #18811, see #18197.
git-svn-id: https://develop.svn.wordpress.org/trunk@18812 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 06:12:51 +00:00 |
|
Andrew Nacin
|
2c6d998b91
|
Revert [18804] until we have a proper solution. see #11520.
git-svn-id: https://develop.svn.wordpress.org/trunk@18810 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 05:50:44 +00:00 |
|
Andrew Nacin
|
cd0ad3ead4
|
Revert [18783], as it breaks term relationship counts for attachment taxonomies. see #17548.
git-svn-id: https://develop.svn.wordpress.org/trunk@18809 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 05:29:20 +00:00 |
|
Mark Jaquith
|
2aa3f3c353
|
Add note about why double-serialization is done. props SergeyBiryukov. fixes #16597
git-svn-id: https://develop.svn.wordpress.org/trunk@18807 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 02:23:26 +00:00 |
|
Dion Hulse
|
6069fe3c61
|
Document the Magic numbering in WP_Http_Encoding::compatible_gzinflate(). Fixes #18273
git-svn-id: https://develop.svn.wordpress.org/trunk@18806 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 02:10:35 +00:00 |
|
Dion Hulse
|
36f2e9a22f
|
Pass $args and $url to the http_api_debug action to improve debugging. Props johnbillion. Fixes #18732
git-svn-id: https://develop.svn.wordpress.org/trunk@18805 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 01:42:09 +00:00 |
|
Andrew Ozz
|
440ea79d5e
|
Convert html entities in script localization strings, see #11520
git-svn-id: https://develop.svn.wordpress.org/trunk@18804 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-29 00:34:24 +00:00 |
|
Andrew Ozz
|
c9c3eb7a6d
|
Use WP_Editor when editing or replying to comments, props ocean90, remove vendor specific selectors from editor-buttons.css, fixes #18348, see #17144
git-svn-id: https://develop.svn.wordpress.org/trunk@18803 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-28 21:07:08 +00:00 |
|
Andrew Ozz
|
bbd210992d
|
Add filter so the users can select custom image sizes added by themes and plugins, props alexkingorg, fixes #18520
git-svn-id: https://develop.svn.wordpress.org/trunk@18802 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-28 17:27:48 +00:00 |
|
Andrew Ozz
|
412422f15c
|
Remove max-width from list tables. Better to limit the width on individual fields or areas where readability is impacted, see #18198
git-svn-id: https://develop.svn.wordpress.org/trunk@18801 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-28 16:05:59 +00:00 |
|
Andrew Ozz
|
13c72ba193
|
Fix enqueueing of the right scripts when more than one instance of the editor, fix inserting images in full screen mode, see #17144
git-svn-id: https://develop.svn.wordpress.org/trunk@18799 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-28 07:26:34 +00:00 |
|
Andrew Ozz
|
2a7b8b4764
|
Add error message when loading the preview image in the image editor fails, fixes #18723
git-svn-id: https://develop.svn.wordpress.org/trunk@18798 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-28 06:08:56 +00:00 |
|
Daryl Koopersmith
|
91c746f586
|
Add dashboard help tabs, revise help tab layout and code. see #18690.
git-svn-id: https://develop.svn.wordpress.org/trunk@18797 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-28 00:57:56 +00:00 |
|
Andrew Nacin
|
35edc4264d
|
Release a user's post lock when the user leaves a post. see #18515.
git-svn-id: https://develop.svn.wordpress.org/trunk@18796 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-27 20:52:07 +00:00 |
|
Andrew Nacin
|
ad6e08124f
|
Correct the src for jquery-ui-datepicker. props danielbachhuber, fixes #18793. see #17952.
git-svn-id: https://develop.svn.wordpress.org/trunk@18795 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-27 19:50:15 +00:00 |
|
Andrew Nacin
|
8439f8cd5c
|
Ensure we have a full blog object in get_active_blog_for_user(). fixes #18789.
git-svn-id: https://develop.svn.wordpress.org/trunk@18791 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-27 07:36:36 +00:00 |
|
Andrew Nacin
|
e0889f848c
|
Fix docs for get_meta_sql(). First arg cannot be optional. props duck_, fixes #18717.
git-svn-id: https://develop.svn.wordpress.org/trunk@18789 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-27 05:13:07 +00:00 |
|
Andrew Nacin
|
319264bd0d
|
Cleanup in wp_admin_bar_new_content_menu. current() instead of array_shift(), remove unused index 1 from the arrays, remove ?post_type=post from the Post link. see #18197.
git-svn-id: https://develop.svn.wordpress.org/trunk@18788 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-27 04:04:10 +00:00 |
|
Daryl Koopersmith
|
5abb139f0d
|
Add secondary section to 'Add New' admin bar menu. see #18197.
git-svn-id: https://develop.svn.wordpress.org/trunk@18787 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-27 03:53:43 +00:00 |
|
Daryl Koopersmith
|
a00a36ad5a
|
Prevent multiple-word admin bar items from overflowing in Firefox. props chrisbliss18, helenyhou. see #18197.
git-svn-id: https://develop.svn.wordpress.org/trunk@18786 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-27 03:16:05 +00:00 |
|
Andrew Nacin
|
425560c739
|
Pass instance and id_base to widget_tirle filter in WP_Widget_Recent_Comments. props scribu, fixes #18393.
git-svn-id: https://develop.svn.wordpress.org/trunk@18785 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-27 02:38:31 +00:00 |
|
Ryan Boren
|
f63662aa82
|
Count only published posts when updating term counts. Fire term count updates on transition_post_status. Props joehoyle. fixes #17548
git-svn-id: https://develop.svn.wordpress.org/trunk@18783 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-26 22:24:46 +00:00 |
|
Daryl Koopersmith
|
0b3d90ee53
|
Introduce help tabs and WP_Screen. props mbijon, goldenapples, natebedortha, ryan. see #18690.
git-svn-id: https://develop.svn.wordpress.org/trunk@18779 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-26 21:03:38 +00:00 |
|
Andrew Ozz
|
3009977ccd
|
Fix the uploader popup in DWF, reduce the height of the drop area, see #17144
git-svn-id: https://develop.svn.wordpress.org/trunk@18778 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-26 19:23:43 +00:00 |
|
Peter Westwood
|
f8f9a7c6d7
|
Only show 'About this version' menu item to logged in users.
git-svn-id: https://develop.svn.wordpress.org/trunk@18777 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-26 08:40:31 +00:00 |
|
Daryl Koopersmith
|
a7767fbcec
|
Second pass, admin bar overhaul. see #18197.
git-svn-id: https://develop.svn.wordpress.org/trunk@18776 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-25 23:30:40 +00:00 |
|
Andrew Ozz
|
8c8d048749
|
Fix the workaround for UI Draggable to include single instance widgets (do they still exist?), see #17952
git-svn-id: https://develop.svn.wordpress.org/trunk@18774 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-25 18:53:34 +00:00 |
|
Andrew Ozz
|
10d60279b9
|
Add border radius to .postbox .hndle, props Jick, fixes #18657
git-svn-id: https://develop.svn.wordpress.org/trunk@18773 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-25 17:17:51 +00:00 |
|
Jon Cave
|
57768a1a80
|
Remove .js .item-order style made redundant by r18755. See #18314.
git-svn-id: https://develop.svn.wordpress.org/trunk@18770 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-24 19:57:52 +00:00 |
|
Andrew Nacin
|
492a5d031c
|
Update esc_url() phpdoc. props sirzooro, fixes #18766.
git-svn-id: https://develop.svn.wordpress.org/trunk@18769 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-24 19:52:26 +00:00 |
|
Jon Cave
|
45c26903bf
|
Fix copy+paste error in documentation. Props masonjames, SergeyBiryukov. Fixes #18545.
git-svn-id: https://develop.svn.wordpress.org/trunk@18768 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-24 19:37:34 +00:00 |
|
Andrew Nacin
|
0f4a1e5e3c
|
delete_post_thumbnail(). props CoenJacobs, duck_. fixes #17895.
git-svn-id: https://develop.svn.wordpress.org/trunk@18767 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-24 19:31:38 +00:00 |
|
Andrew Ozz
|
be87523fed
|
Fix wplink when TinyMCE is not loaded, fix image insertion when wpActiveEditor is not set, see #17144
git-svn-id: https://develop.svn.wordpress.org/trunk@18766 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-24 04:43:19 +00:00 |
|
Andrew Nacin
|
8a1c8168b8
|
Provide styling to HTML5 text-like inputs (email, number, search, tel, url). see #17863.
git-svn-id: https://develop.svn.wordpress.org/trunk@18762 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-23 21:12:43 +00:00 |
|
Daryl Koopersmith
|
62559dd0b0
|
Use admin menu API when responsively collapsing the menu. CSS fixes. see #18382.
git-svn-id: https://develop.svn.wordpress.org/trunk@18761 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-23 20:22:52 +00:00 |
|
Daryl Koopersmith
|
1ad904fb1a
|
Correct text widget background color. It was really messing with our feng shui.
git-svn-id: https://develop.svn.wordpress.org/trunk@18760 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-23 20:05:13 +00:00 |
|
Andrew Nacin
|
d76e4bea9e
|
Combine some CSS definitions. props DH-Shredder, see #18314.
git-svn-id: https://develop.svn.wordpress.org/trunk@18759 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-23 18:52:51 +00:00 |
|
Andrew Ozz
|
e42c40167f
|
Update jQuery to 1.6.4, update jQuery UI to 1.8.16, add the rest of UI, add workaround for a regression in UI Draggable, see #17952
git-svn-id: https://develop.svn.wordpress.org/trunk@18757 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-23 05:03:31 +00:00 |
|
Daryl Koopersmith
|
60c59fb4a7
|
Hide nav menu item order arrows when JS is available and correct expanded nav menu item CSS bug.
git-svn-id: https://develop.svn.wordpress.org/trunk@18755 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-22 22:33:27 +00:00 |
|
Daryl Koopersmith
|
1db2584cd2
|
Remove expanded class from flyout menus. see #18382.
git-svn-id: https://develop.svn.wordpress.org/trunk@18754 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-22 20:24:12 +00:00 |
|
Jon Cave
|
b60222700e
|
Documentation fixes. See #18560.
- Add missing parameters
- Add missing @param data types
- s/format_where/where_format/
git-svn-id: https://develop.svn.wordpress.org/trunk@18753 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-22 12:02:31 +00:00 |
|