Andrew Ozz
|
267579fc1e
|
Bring the Appearance sub-menus on the front end one level up, see #18197
git-svn-id: https://develop.svn.wordpress.org/trunk@19006 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-19 16:32:26 +00:00 |
|
Andrew Nacin
|
e50a297ef1
|
is_blog_user() is from MU. see #16702.
git-svn-id: https://develop.svn.wordpress.org/trunk@19005 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-19 15:56:05 +00:00 |
|
Ryan Boren
|
85c931dc32
|
Turn is_blog_user() into a convenience wrapper around get_blogs_of_user(). Fixes is_blog_user() for blog prefixes that do not contain a blog ID. Props SergeyBiryukov. fixes #16702
git-svn-id: https://develop.svn.wordpress.org/trunk@19004 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-19 15:53:14 +00:00 |
|
Andrew Ozz
|
ee0fa1e9fa
|
Few more RTL fixes, see #18314
git-svn-id: https://develop.svn.wordpress.org/trunk@19002 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-19 06:42:41 +00:00 |
|
Andrew Ozz
|
cfbb3d30f5
|
Press This CSS cleanup, props andrewryno, see #18314
git-svn-id: https://develop.svn.wordpress.org/trunk@19001 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-19 06:16:15 +00:00 |
|
Dion Hulse
|
81197a2dd5
|
Respect the Content-Type header developers pass to WP_HTTP. Fixes #18982
git-svn-id: https://develop.svn.wordpress.org/trunk@19000 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-19 04:48:00 +00:00 |
|
Ryan Boren
|
cc9e6ecb65
|
Call wp_update_term_count() only for those terms that have been added to or removed from the object. Props jeremyclarke. fixes #18631
git-svn-id: https://develop.svn.wordpress.org/trunk@18999 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-18 21:01:55 +00:00 |
|
Ryan Boren
|
789dab3f20
|
Avoid 'Only variables should be passed by reference' warnings. Reverts [18110]. see #18975
git-svn-id: https://develop.svn.wordpress.org/trunk@18998 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-18 20:44:39 +00:00 |
|
Andrew Nacin
|
90f95e0204
|
new does not require by reference.
git-svn-id: https://develop.svn.wordpress.org/trunk@18995 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-18 20:20:59 +00:00 |
|
Andrew Nacin
|
e8946bf56a
|
Globalize everything in vars.php. props duck_. fixes #17749.
git-svn-id: https://develop.svn.wordpress.org/trunk@18994 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-18 19:44:00 +00:00 |
|
Andrew Nacin
|
0ea00a75d1
|
Explicitly globalize $table_prefix in wp-settings.php in case WordPress isn't loaded in global scope. Use $_SERVER['PHP_SELF'], not $PHP_SELF. We need to keep $PHP_SELF for backwards compatibility reasons (many, many plugins rely on it). props mrtorrent, fixes #17749.
git-svn-id: https://develop.svn.wordpress.org/trunk@18993 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-18 19:37:07 +00:00 |
|
Andrew Ozz
|
12dd9663fc
|
Pointers: more airy drop shadow, see #18693
git-svn-id: https://develop.svn.wordpress.org/trunk@18989 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-18 07:43:40 +00:00 |
|
Andrew Ozz
|
b6b775e4c3
|
Add some more documentation and prevent fatal error if a plugin tries to use 'dfw' second time, see #17144
git-svn-id: https://develop.svn.wordpress.org/trunk@18988 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-18 07:08:55 +00:00 |
|
Andrew Ozz
|
6bdce8d62f
|
Pointers: add default width (400px) that fixes positioning in IE7, add href attrib to the Close link, see #18693
git-svn-id: https://develop.svn.wordpress.org/trunk@18987 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-18 07:03:31 +00:00 |
|
Ryan Boren
|
fdbf2de4db
|
Return to snack menu instead of full menu. Experiment over. see #18197
git-svn-id: https://develop.svn.wordpress.org/trunk@18984 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-17 22:06:31 +00:00 |
|
Daryl Koopersmith
|
a9148409f3
|
Fix the admin menu in the blue theme. props ocean90. see #18382.
git-svn-id: https://develop.svn.wordpress.org/trunk@18983 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-17 21:04:29 +00:00 |
|
Andrew Ozz
|
d1b8509e83
|
Use IE conditionals when adding the ie8 class, introduce _wp_admin_html_begin(), props scribu, fixes #18966
git-svn-id: https://develop.svn.wordpress.org/trunk@18982 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-17 20:57:32 +00:00 |
|
Andrew Ozz
|
96571de38e
|
No float for the admin bar gravatar image, props gluten, fixes #18925
git-svn-id: https://develop.svn.wordpress.org/trunk@18981 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-17 20:19:12 +00:00 |
|
Andrew Nacin
|
790f153832
|
Add basic help styles to colors-classic. props ocean90, see #18964.
git-svn-id: https://develop.svn.wordpress.org/trunk@18980 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-17 19:18:28 +00:00 |
|
Andrew Ozz
|
4bb2ed26d8
|
Clean up styles for #wphead, #favorite-actions and the old editor buttons, props andrewryno, see #18314
git-svn-id: https://develop.svn.wordpress.org/trunk@18976 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-15 07:46:58 +00:00 |
|
Andrew Ozz
|
573a1813dc
|
RTL, IE7 and IE7 RTL fixes, add class="ie8" to the html tag, see #18314
git-svn-id: https://develop.svn.wordpress.org/trunk@18975 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-15 07:33:01 +00:00 |
|
Ryan Boren
|
df5f69fabc
|
In wp_trash_post(), rename the trash_post action to wp_trash_post to avoid collision with the wp_transition_post_status() trash_post state transition. Props SergeyBiryukov. fixes #15628
git-svn-id: https://develop.svn.wordpress.org/trunk@18974 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-14 18:39:31 +00:00 |
|
Ryan Boren
|
8d945cd8a0
|
Update vimeo oembed api url. Props l3rady, justindgivens. fixes #18928
git-svn-id: https://develop.svn.wordpress.org/trunk@18973 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-14 17:56:48 +00:00 |
|
Andrew Nacin
|
825f219f5d
|
Da bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@18972 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-14 15:48:05 +00:00 |
|
Daryl Koopersmith
|
db82a18377
|
Tweak pointer styles. see #18693.
git-svn-id: https://develop.svn.wordpress.org/trunk@18971 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-14 03:58:27 +00:00 |
|
Daryl Koopersmith
|
087201621e
|
Fix incorrect closing tag in pointers JS. see #18693.
git-svn-id: https://develop.svn.wordpress.org/trunk@18970 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-14 03:36:04 +00:00 |
|
Daryl Koopersmith
|
ed7c3fb655
|
Simplify pointer API with smarter positioning. see #18693.
git-svn-id: https://develop.svn.wordpress.org/trunk@18969 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-14 03:33:46 +00:00 |
|
Andrew Ozz
|
a7f2758641
|
Remove stray comma, fixes #18929
git-svn-id: https://develop.svn.wordpress.org/trunk@18967 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-13 19:46:13 +00:00 |
|
Andrew Ozz
|
45e3751dc9
|
Update user_can_richedit to allow TinyMCE in iOS5, props markoheijnen, fixes #18626
git-svn-id: https://develop.svn.wordpress.org/trunk@18963 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-13 06:37:24 +00:00 |
|
Andrew Ozz
|
941a686bbf
|
Remove unnecessary vendor prefixes from wp-admin-rtl.css, props ryanimel, see #18700
git-svn-id: https://develop.svn.wordpress.org/trunk@18962 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-13 06:33:10 +00:00 |
|
Andrew Ozz
|
0156e509db
|
Remove iPad rotation tweak (not needed in iOS 5), see #18863
git-svn-id: https://develop.svn.wordpress.org/trunk@18960 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-13 02:47:00 +00:00 |
|
Andrew Ozz
|
8dd953e39d
|
IE7 fixes for the admin menu, see #18382
git-svn-id: https://develop.svn.wordpress.org/trunk@18958 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-13 00:06:07 +00:00 |
|
Andrew Ozz
|
e10d951cce
|
Fix visibility of Select Files button in IE7, change border color when hovering over the drag drop area of the uploader, see #18918, see #18206
git-svn-id: https://develop.svn.wordpress.org/trunk@18957 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-12 22:24:53 +00:00 |
|
Ryan Boren
|
168e89007c
|
Avoid 'Only variables should be assigned by reference' warning. Props arena. fixes #18867
git-svn-id: https://develop.svn.wordpress.org/trunk@18956 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-12 20:41:06 +00:00 |
|
Ryan Boren
|
ec9060cc99
|
Allow 0 - 9 in tag_escape(). Props sirzooro. fixes #18765
git-svn-id: https://develop.svn.wordpress.org/trunk@18955 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-12 20:34:14 +00:00 |
|
Ryan Boren
|
14c6df057d
|
Avoid preg backtrack limit errors with large posts when processing shortcodes. Props mdawaffe. fixes #15600
git-svn-id: https://develop.svn.wordpress.org/trunk@18952 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-12 16:50:30 +00:00 |
|
Daryl Koopersmith
|
596a9ad2d8
|
Improve padding on admin menu submenus. see #18382.
git-svn-id: https://develop.svn.wordpress.org/trunk@18947 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-11 21:52:40 +00:00 |
|
Daryl Koopersmith
|
3f33c99e90
|
Prevent admin menu sub-items from crowding the arrows when the menu is expanded. see #18382.
git-svn-id: https://develop.svn.wordpress.org/trunk@18946 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-11 21:48:20 +00:00 |
|
Daryl Koopersmith
|
d6686cf589
|
Fix admin menu arrow positioning when menu is collapsed plus minor positioning tweaks. see #18382.
git-svn-id: https://develop.svn.wordpress.org/trunk@18944 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-11 21:38:12 +00:00 |
|
Daryl Koopersmith
|
50b17d4b68
|
Create admin menu arrows using CSS3 transforms. props chexee. see #18382, fixes #18902.
git-svn-id: https://develop.svn.wordpress.org/trunk@18942 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-11 21:25:38 +00:00 |
|
Andrew Ozz
|
844d8607d8
|
Don't move current open submenus, see #18382
git-svn-id: https://develop.svn.wordpress.org/trunk@18940 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-11 17:59:51 +00:00 |
|
Andrew Ozz
|
b297c030b7
|
More CSS cleanup, props olleicua, see #18314
git-svn-id: https://develop.svn.wordpress.org/trunk@18939 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-11 06:25:25 +00:00 |
|
Ryan Boren
|
db7795de32
|
Do the beta bump
git-svn-id: https://develop.svn.wordpress.org/trunk@18938 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-10 23:50:20 +00:00 |
|
Ryan Boren
|
974795183b
|
Avoid warning when creating new users. fixes #18898
git-svn-id: https://develop.svn.wordpress.org/trunk@18936 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-10 23:14:38 +00:00 |
|
Andrew Ozz
|
c3c949df19
|
Remove unneeded cursor style, props trepmal, see #15848
git-svn-id: https://develop.svn.wordpress.org/trunk@18935 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-10 23:10:47 +00:00 |
|
Andrew Ozz
|
460da3b20d
|
Prevent a Chrome bug activating :hover on the first pixel on the screen while loading, props markjaquith, fixes #18868
git-svn-id: https://develop.svn.wordpress.org/trunk@18934 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-10 22:36:36 +00:00 |
|
Joseph Scott
|
25455363e9
|
Follow the pattern of wp-admin a bit more for metaWeblog.newPost by using get_default_post_to_edit() to generate a post ID before the post is actually published.
Fixes #18812
Props koke, nacin
git-svn-id: https://develop.svn.wordpress.org/trunk@18933 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-10 21:27:05 +00:00 |
|
Ryan Boren
|
448700b2e7
|
Count only published posts when updating term counts. Fire term count updates on transition_post_status. Props joehoyle. see #17548
git-svn-id: https://develop.svn.wordpress.org/trunk@18932 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-10 20:52:44 +00:00 |
|
Andrew Nacin
|
f9bba8610d
|
Make the Browse Happy box look somewhat okay in Internet Explorer. Remove html tags from a string. props SergeyBiryukov, pavelevap. fixes #17980.
git-svn-id: https://develop.svn.wordpress.org/trunk@18930 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-10 19:54:26 +00:00 |
|
Daryl Koopersmith
|
a8dde60aa6
|
Add full admin menu to admin bar on front end. props azaozz. see #18197.
git-svn-id: https://develop.svn.wordpress.org/trunk@18929 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-10 19:53:12 +00:00 |
|
Andrew Nacin
|
32874f18cf
|
Remove caching from get_blogs_of_user(). Leave caching to usermeta and blog details. Speed up the loops. fixes #15458.
git-svn-id: https://develop.svn.wordpress.org/trunk@18928 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-10 19:50:08 +00:00 |
|
Daryl Koopersmith
|
9bf6d8e25f
|
Improve admin bar item order for W menu, add new menu, and edit content item. see #18197.
git-svn-id: https://develop.svn.wordpress.org/trunk@18927 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-10 18:40:00 +00:00 |
|
Andrew Ozz
|
619caa5c73
|
Make iPad support usable again, add viewport meta, see #18863
git-svn-id: https://develop.svn.wordpress.org/trunk@18926 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-10 04:19:05 +00:00 |
|
Andrew Ozz
|
d51b26378c
|
Add/remove the border to postbox containers when the last postbox is hidden/shown from Screen Options, props ocean90, fixes #18882
git-svn-id: https://develop.svn.wordpress.org/trunk@18925 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-09 17:30:51 +00:00 |
|
Andrew Ozz
|
692d11e622
|
Fix postbox containers when there are no visible postboxes in them, fixes #18882
git-svn-id: https://develop.svn.wordpress.org/trunk@18924 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-09 00:05:38 +00:00 |
|
Andrew Ozz
|
34e570a8ab
|
Add link to the codex in the doing_it_wrong notices, see #18453
git-svn-id: https://develop.svn.wordpress.org/trunk@18923 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-08 22:48:05 +00:00 |
|
Andrew Ozz
|
2b2bff2fca
|
Fix insetring images in Quick Press and Press This, see #17144
git-svn-id: https://develop.svn.wordpress.org/trunk@18920 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-07 20:14:21 +00:00 |
|
Daryl Koopersmith
|
e33486dbb6
|
Clean up the 'Site Name' admin bar functions.
git-svn-id: https://develop.svn.wordpress.org/trunk@18919 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-07 19:52:26 +00:00 |
|
Andrew Nacin
|
679dbc6a78
|
No translators, you don't need to localize a non-breaking space.
git-svn-id: https://develop.svn.wordpress.org/trunk@18916 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-07 06:41:51 +00:00 |
|
Andrew Nacin
|
209ba5a53f
|
Compress and bump wp-admin.css. CSS in [18867] and [18874] will need to be explained and re-committed. see #18785.
git-svn-id: https://develop.svn.wordpress.org/trunk@18912 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-07 04:58:36 +00:00 |
|
Ryan Boren
|
b412d5f082
|
Don't stomp meta fields in wp_update_user(). Props scribu. see #15458
git-svn-id: https://develop.svn.wordpress.org/trunk@18909 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-07 02:34:41 +00:00 |
|
Mark Jaquith
|
a08a12b46a
|
Always pass the post ID as the second argument to the the_title filter. props GaryJ. fixes #16688
git-svn-id: https://develop.svn.wordpress.org/trunk@18907 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-06 21:09:37 +00:00 |
|
Ryan Boren
|
7af65a1402
|
Do only one empty check. Clean up whitespace. Props SergeyBiryukov. see #15458
git-svn-id: https://develop.svn.wordpress.org/trunk@18906 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-06 19:13:44 +00:00 |
|
Ryan Boren
|
3932ffbff8
|
Avoid Warning: array_keys() expects parameter 1 to be array, boolean given. see #15458
git-svn-id: https://develop.svn.wordpress.org/trunk@18905 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-06 18:49:38 +00:00 |
|
Andrew Ozz
|
fcecbaa30c
|
Combine few styles for column containers, props olleicua, see #18314
git-svn-id: https://develop.svn.wordpress.org/trunk@18903 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-06 14:37:55 +00:00 |
|
Andrew Ozz
|
04c169ba44
|
Fix menu hover when loaded folded, simplify menu JS and auto-folding, see #18382
git-svn-id: https://develop.svn.wordpress.org/trunk@18901 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-06 09:18:56 +00:00 |
|
Andrew Ozz
|
7ac7aeae29
|
Clean up unused bits from responsive admin, fix the JS on dashboard, see #18863
git-svn-id: https://develop.svn.wordpress.org/trunk@18900 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-06 08:43:01 +00:00 |
|
Ryan Boren
|
319d070078
|
Introduce wp_get_db_schema() for rerieving the various flavors of the WP db schema. Eliminates need to use global. Allows multiple calls to wpmu_create_blog(). see #12028
git-svn-id: https://develop.svn.wordpress.org/trunk@18899 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-06 00:21:24 +00:00 |
|
Daryl Koopersmith
|
e7ab67e395
|
Adjust admin bar item order. see #18197.
git-svn-id: https://develop.svn.wordpress.org/trunk@18898 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-06 00:02:18 +00:00 |
|
Andrew Nacin
|
44a62f0b3b
|
Revert [18817]. Adding the new HTML to setup-config would make translation files stale, and I'd rather i18n that file first (see #18180). fixes #18865, see #16413.
git-svn-id: https://develop.svn.wordpress.org/trunk@18897 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-05 23:42:11 +00:00 |
|
Daryl Koopersmith
|
d9d201289e
|
Refine new help styles. see #18690.
git-svn-id: https://develop.svn.wordpress.org/trunk@18896 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-05 23:15:19 +00:00 |
|
Andrew Nacin
|
1b836047af
|
Compress and bump scripts for [18890]. see #17578.
git-svn-id: https://develop.svn.wordpress.org/trunk@18891 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-05 21:08:16 +00:00 |
|
Andrew Nacin
|
e386cb17c5
|
UI touches for the single media button. see #17578.
git-svn-id: https://develop.svn.wordpress.org/trunk@18890 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-05 21:07:04 +00:00 |
|
Daryl Koopersmith
|
c9e4b0fcb9
|
Revise admin bar items based on user testing. Post at http://wp.me/pbNCB-qz. see #18197.
git-svn-id: https://develop.svn.wordpress.org/trunk@18888 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-05 18:45:32 +00:00 |
|
Mark Jaquith
|
0fe5c09e64
|
Give custom background CSS more specificity. props GaryJ. fixes #18698
git-svn-id: https://develop.svn.wordpress.org/trunk@18886 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-05 17:20:43 +00:00 |
|
Dion Hulse
|
f07212c873
|
Document that add_query_arg() expects encoded data. See #18086
git-svn-id: https://develop.svn.wordpress.org/trunk@18885 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-05 11:03:56 +00:00 |
|
Dion Hulse
|
2b00bcf9f0
|
Encode extra query vars in Canonical Taxonomy redirections. Props SergeyBiryukov. Fixes #18086
git-svn-id: https://develop.svn.wordpress.org/trunk@18884 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-05 11:00:28 +00:00 |
|
Daryl Koopersmith
|
ea4615f2ed
|
Greased Lightning Flyouts! Flyouts are now snappy and work without JS. see #18382.
git-svn-id: https://develop.svn.wordpress.org/trunk@18881 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-05 06:39:30 +00:00 |
|
Ryan Boren
|
aeac3dc5f1
|
phpdoc fix for zeroise(). Props trepmal. fixes #18854
git-svn-id: https://develop.svn.wordpress.org/trunk@18877 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-04 16:02:33 +00:00 |
|
Andrew Ozz
|
188a2b973f
|
Prevent sorting arrows improperly wrapping on narrow columns in .widefat, props SergeyBiryukov, #15993
git-svn-id: https://develop.svn.wordpress.org/trunk@18875 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-04 04:14:36 +00:00 |
|
Ryan Boren
|
8fec352eaa
|
Excerpt long blog names when displaying them in the admin bar. fixes #18849
git-svn-id: https://develop.svn.wordpress.org/trunk@18873 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-03 19:58:33 +00:00 |
|
Andrew Ozz
|
ef03889ea5
|
Combine font-family, remove few unused bits, props ocean90, see #18314
git-svn-id: https://develop.svn.wordpress.org/trunk@18872 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-03 16:36:19 +00:00 |
|
Daryl Koopersmith
|
d6f613fcd3
|
Help style refresh, part 1. A few elements left to add/tweak. see #18690.
git-svn-id: https://develop.svn.wordpress.org/trunk@18866 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-02 18:19:49 +00:00 |
|
Andrew Ozz
|
fefbcce590
|
Fix border radius for editor split-buttons, props trepmal, fixes #18839
git-svn-id: https://develop.svn.wordpress.org/trunk@18865 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-02 17:04:09 +00:00 |
|
Ryan Boren
|
3985ff6af3
|
Don't use wp_parse_args() on non associative array. Props SergeyBiryukov. see #18268
git-svn-id: https://develop.svn.wordpress.org/trunk@18856 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-01 15:54:52 +00:00 |
|
Jon Cave
|
46f95eb2de
|
Use metadata API in do_all_pings() to delete post meta (cleaner, plays better with cache). Remove redundant query to retrieve meta_id. See #18196.
git-svn-id: https://develop.svn.wordpress.org/trunk@18855 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-01 08:38:33 +00:00 |
|
Daryl Koopersmith
|
a5acbaa574
|
Make screen options a help tab. Move screen option functions into WP_Screen. see #18690, #18785.
git-svn-id: https://develop.svn.wordpress.org/trunk@18853 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-01 00:24:44 +00:00 |
|
Andrew Ozz
|
8c9d5285ac
|
Toggle the pinkynails properly, props goto10, fixes #17212
git-svn-id: https://develop.svn.wordpress.org/trunk@18851 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-01 00:12:39 +00:00 |
|
Andrew Ozz
|
3a696e6995
|
Speed up the admin bar drop-downs a bit when using hoverIntent, props johnbillion, fixes #18299
git-svn-id: https://develop.svn.wordpress.org/trunk@18849 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 22:31:15 +00:00 |
|
Andrew Ozz
|
6840264a43
|
Fix thickbox (again!), props SergeyBiryukov, fixes #18796
git-svn-id: https://develop.svn.wordpress.org/trunk@18848 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 22:24:34 +00:00 |
|
Ryan Boren
|
c3212d522e
|
Avoid refetching a post in get_post() when passed a post object that has already been raw sanitized. Clean up sanitize loop. Props scribu. fixes #18822
git-svn-id: https://develop.svn.wordpress.org/trunk@18846 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 19:06:18 +00:00 |
|
Ryan Boren
|
2678fd4f60
|
Restore sorting by post_name in get_pages(). Props SergeyBiryukov. fixes #18805
git-svn-id: https://develop.svn.wordpress.org/trunk@18845 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 18:12:14 +00:00 |
|
Ryan Boren
|
0fb49c10e3
|
Consult the main query when determining whether to show the edit menu in the admin bar. This insulates the admin bar from query_posts() queries made by themes and plugins. Props SergeyBiryukov. fixes #16798
git-svn-id: https://develop.svn.wordpress.org/trunk@18844 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 18:07:14 +00:00 |
|
Mark Jaquith
|
a3bdf19206
|
Be more consistent with ERROR: messages. fixes #15887
git-svn-id: https://develop.svn.wordpress.org/trunk@18841 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 17:18:35 +00:00 |
|
Andrew Nacin
|
028a3ee8ec
|
Allow 'id' to work in get_bookmarks(). Add link_notes even though such sorting is a bad idea. see #18068 for 3.3.
git-svn-id: https://develop.svn.wordpress.org/trunk@18840 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 17:03:46 +00:00 |
|
Ryan Boren
|
cff31ae5f5
|
Add name to list of allowed keys. Props MarcusPope. fixes #18638
git-svn-id: https://develop.svn.wordpress.org/trunk@18838 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 16:43:57 +00:00 |
|
Andrew Ozz
|
e8fd0746c8
|
Fix editor detection when inserting image, see #17144
git-svn-id: https://develop.svn.wordpress.org/trunk@18837 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 16:00:11 +00:00 |
|
Ryan Boren
|
83551cc744
|
Pass the query object to _close_comments_for_old_posts() so that is_singular is checked for the proper query. Props kawauso. fixes #18109
git-svn-id: https://develop.svn.wordpress.org/trunk@18836 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 15:35:50 +00:00 |
|
Jon Cave
|
4219b8b03f
|
Fix back compat issues with delete_postmeta and deleted_postmeta actions as these should be passed the meta ID. Fixes #18825.
git-svn-id: https://develop.svn.wordpress.org/trunk@18835 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 15:19:32 +00:00 |
|
Ryan Boren
|
805762af8f
|
Deprecate wpmu_admin_redirect_add_updated_param() and wpmu_admin_do_redirect(). Props SergeyBiryukov. fixes #18619
git-svn-id: https://develop.svn.wordpress.org/trunk@18834 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-30 15:13:13 +00:00 |
|