nacin
|
dbfc8a855c
|
Fix the current page default redirect in wp_login_form(). props kawauso, see #17243.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-20 23:40:09 +00:00 |
|
ryan
|
791b424c31
|
Typo fix. Props SergeyBiryukov. see #18986
git-svn-id: http://svn.automattic.com/wordpress/trunk@19031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-20 21:41:54 +00:00 |
|
duck_
|
424cd58652
|
Correct @param text ordering to put "Optional." in description, see r19019 and #18958. Also remove empty docblock tag.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19030 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-20 15:53:57 +00:00 |
|
nacin
|
eb24f35c22
|
Pass $post_id arg directly to get_post_thumbnail_id() from has_post_thumbnail(). The null/get_the_ID() check is already performed at that level of the stack. see #19012.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-20 15:11:49 +00:00 |
|
nacin
|
43eae59235
|
Translated strings in attributes require esc_attr(). s/_e/esc_attr_e/g
git-svn-id: http://svn.automattic.com/wordpress/trunk@19028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-20 15:04:46 +00:00 |
|
nacin
|
92ba22e537
|
Use wp_lostpassword_url() instead of site_url(wp-login...). Update wp_lostpassword_url() to use network_site_url(). props markoheijnen, fixes #18808.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-20 14:40:11 +00:00 |
|
nacin
|
f70954c422
|
Remove code commented out in [19006]. see #18197.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-20 14:33:18 +00:00 |
|
ryan
|
5bfc91f5ee
|
Fix term counting for links. Props SergeyBiryukov. fixes #18986
git-svn-id: http://svn.automattic.com/wordpress/trunk@19025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-20 14:28:26 +00:00 |
|
ryan
|
759475df38
|
beta2 bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@19023 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-20 02:22:02 +00:00 |
|
nacin
|
0f1b959ae5
|
Check for plugin/theme updates every hour when hitting update-core.php, not just themes.php/plugins.php. see #18876.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-20 00:23:35 +00:00 |
|
nacin
|
6a4ddffe0f
|
Attach update hooks in the network admin. Accounts for the rare situation where the network admin is not the main site. props johnbillion, see #18876.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19021 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-20 00:15:21 +00:00 |
|
nacin
|
f11bc146f7
|
Use correct capture group in IIS7 multisite subdirectory rewrite rules. props carlospaulino, eduplessis, ruslany. fixes #17708.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19018 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-19 22:57:37 +00:00 |
|
nacin
|
239e36bc0a
|
We know that pagename is being assigned to $matches-something, so skip the variable variable. props duck_. see #18991.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19017 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-19 22:49:45 +00:00 |
|
ryan
|
b957c72f9a
|
Turn is_blog_user() into a wrapper around is_user_member_of_blog() and deprecate. Make user_id optional for is_user_member_of_blog(). Props SergeyBiryukov. fixes #16702
git-svn-id: http://svn.automattic.com/wordpress/trunk@19016 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-19 22:35:15 +00:00 |
|
nacin
|
11a800a3d9
|
Move welcome panel link to a 'Show on screen' checkbox. see #11651.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19014 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-19 21:43:21 +00:00 |
|
duck_
|
148a9e8039
|
Don't cache default value in get_site_option() for non-existent options. Fixes #18955.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19012 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-19 21:06:50 +00:00 |
|
azaozz
|
9329ce844e
|
RTL CSS tweaks, see #18197
git-svn-id: http://svn.automattic.com/wordpress/trunk@19008 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-19 16:58:46 +00:00 |
|
koopersmith
|
1391717cfa
|
Welcome panel contents and functionality. see #11651.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19007 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-19 16:41:26 +00:00 |
|
azaozz
|
ca0acb7a05
|
Bring the Appearance sub-menus on the front end one level up, see #18197
git-svn-id: http://svn.automattic.com/wordpress/trunk@19006 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-19 16:32:26 +00:00 |
|
nacin
|
a0606b3c93
|
is_blog_user() is from MU. see #16702.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-19 15:56:05 +00:00 |
|
ryan
|
9d8e281a80
|
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: http://svn.automattic.com/wordpress/trunk@19004 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-19 15:53:14 +00:00 |
|
azaozz
|
6d3c45d333
|
Few more RTL fixes, see #18314
git-svn-id: http://svn.automattic.com/wordpress/trunk@19002 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-19 06:42:41 +00:00 |
|
azaozz
|
9d05f1f94a
|
Press This CSS cleanup, props andrewryno, see #18314
git-svn-id: http://svn.automattic.com/wordpress/trunk@19001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-19 06:16:15 +00:00 |
|
dd32
|
ee71b2eb88
|
Respect the Content-Type header developers pass to WP_HTTP. Fixes #18982
git-svn-id: http://svn.automattic.com/wordpress/trunk@19000 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-19 04:48:00 +00:00 |
|
ryan
|
ec7afa90a1
|
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: http://svn.automattic.com/wordpress/trunk@18999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-18 21:01:55 +00:00 |
|
ryan
|
67661f7181
|
Avoid 'Only variables should be passed by reference' warnings. Reverts [18110]. see #18975
git-svn-id: http://svn.automattic.com/wordpress/trunk@18998 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-18 20:44:39 +00:00 |
|
nacin
|
89c0895887
|
new does not require by reference.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18995 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-18 20:20:59 +00:00 |
|
nacin
|
c17df0bb43
|
Globalize everything in vars.php. props duck_. fixes #17749.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18994 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-18 19:44:00 +00:00 |
|
nacin
|
97f9966f3a
|
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: http://svn.automattic.com/wordpress/trunk@18993 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-18 19:37:07 +00:00 |
|
azaozz
|
c50a7acfc5
|
Pointers: more airy drop shadow, see #18693
git-svn-id: http://svn.automattic.com/wordpress/trunk@18989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-18 07:43:40 +00:00 |
|
azaozz
|
2d2e825359
|
Add some more documentation and prevent fatal error if a plugin tries to use 'dfw' second time, see #17144
git-svn-id: http://svn.automattic.com/wordpress/trunk@18988 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-18 07:08:55 +00:00 |
|
azaozz
|
0c9a60c4e7
|
Pointers: add default width (400px) that fixes positioning in IE7, add href attrib to the Close link, see #18693
git-svn-id: http://svn.automattic.com/wordpress/trunk@18987 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-18 07:03:31 +00:00 |
|
ryan
|
d1dc2178a8
|
Return to snack menu instead of full menu. Experiment over. see #18197
git-svn-id: http://svn.automattic.com/wordpress/trunk@18984 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-17 22:06:31 +00:00 |
|
koopersmith
|
5990b8ca14
|
Fix the admin menu in the blue theme. props ocean90. see #18382.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-17 21:04:29 +00:00 |
|
azaozz
|
e849d3b270
|
Use IE conditionals when adding the ie8 class, introduce _wp_admin_html_begin(), props scribu, fixes #18966
git-svn-id: http://svn.automattic.com/wordpress/trunk@18982 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-17 20:57:32 +00:00 |
|
azaozz
|
1bc8ca65fe
|
No float for the admin bar gravatar image, props gluten, fixes #18925
git-svn-id: http://svn.automattic.com/wordpress/trunk@18981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-17 20:19:12 +00:00 |
|
nacin
|
b040745a22
|
Add basic help styles to colors-classic. props ocean90, see #18964.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-17 19:18:28 +00:00 |
|
azaozz
|
9127076d34
|
Clean up styles for #wphead, #favorite-actions and the old editor buttons, props andrewryno, see #18314
git-svn-id: http://svn.automattic.com/wordpress/trunk@18976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-15 07:46:58 +00:00 |
|
azaozz
|
0f2431e25a
|
RTL, IE7 and IE7 RTL fixes, add class="ie8" to the html tag, see #18314
git-svn-id: http://svn.automattic.com/wordpress/trunk@18975 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-15 07:33:01 +00:00 |
|
ryan
|
fca9f2e2e3
|
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: http://svn.automattic.com/wordpress/trunk@18974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-14 18:39:31 +00:00 |
|
ryan
|
73fb90a842
|
Update vimeo oembed api url. Props l3rady, justindgivens. fixes #18928
git-svn-id: http://svn.automattic.com/wordpress/trunk@18973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-14 17:56:48 +00:00 |
|
nacin
|
7753bad047
|
Da bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18972 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-14 15:48:05 +00:00 |
|
koopersmith
|
6a29b9ad42
|
Tweak pointer styles. see #18693.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-14 03:58:27 +00:00 |
|
koopersmith
|
54a8d11161
|
Fix incorrect closing tag in pointers JS. see #18693.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-14 03:36:04 +00:00 |
|
koopersmith
|
c47765dedb
|
Simplify pointer API with smarter positioning. see #18693.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-14 03:33:46 +00:00 |
|
azaozz
|
6f04738d59
|
Remove stray comma, fixes #18929
git-svn-id: http://svn.automattic.com/wordpress/trunk@18967 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-13 19:46:13 +00:00 |
|
azaozz
|
144a8ad8ce
|
Update user_can_richedit to allow TinyMCE in iOS5, props markoheijnen, fixes #18626
git-svn-id: http://svn.automattic.com/wordpress/trunk@18963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-13 06:37:24 +00:00 |
|
azaozz
|
32fa9f7d6c
|
Remove unnecessary vendor prefixes from wp-admin-rtl.css, props ryanimel, see #18700
git-svn-id: http://svn.automattic.com/wordpress/trunk@18962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-13 06:33:10 +00:00 |
|
azaozz
|
6b3786b425
|
Remove iPad rotation tweak (not needed in iOS 5), see #18863
git-svn-id: http://svn.automattic.com/wordpress/trunk@18960 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-13 02:47:00 +00:00 |
|
azaozz
|
331b416756
|
IE7 fixes for the admin menu, see #18382
git-svn-id: http://svn.automattic.com/wordpress/trunk@18958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-13 00:06:07 +00:00 |
|
azaozz
|
000208b86d
|
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: http://svn.automattic.com/wordpress/trunk@18957 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-12 22:24:53 +00:00 |
|
ryan
|
c1e7325db6
|
Avoid 'Only variables should be assigned by reference' warning. Props arena. fixes #18867
git-svn-id: http://svn.automattic.com/wordpress/trunk@18956 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-12 20:41:06 +00:00 |
|
ryan
|
91bc97be7b
|
Allow 0 - 9 in tag_escape(). Props sirzooro. fixes #18765
git-svn-id: http://svn.automattic.com/wordpress/trunk@18955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-12 20:34:14 +00:00 |
|
ryan
|
80351b789d
|
Avoid preg backtrack limit errors with large posts when processing shortcodes. Props mdawaffe. fixes #15600
git-svn-id: http://svn.automattic.com/wordpress/trunk@18952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-12 16:50:30 +00:00 |
|
koopersmith
|
d60869e490
|
Improve padding on admin menu submenus. see #18382.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-11 21:52:40 +00:00 |
|
koopersmith
|
bd56b8dbfc
|
Prevent admin menu sub-items from crowding the arrows when the menu is expanded. see #18382.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-11 21:48:20 +00:00 |
|
koopersmith
|
97201b0a7d
|
Fix admin menu arrow positioning when menu is collapsed plus minor positioning tweaks. see #18382.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-11 21:38:12 +00:00 |
|
koopersmith
|
e10f6876d4
|
Create admin menu arrows using CSS3 transforms. props chexee. see #18382, fixes #18902.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-11 21:25:38 +00:00 |
|
azaozz
|
3804ef7519
|
Don't move current open submenus, see #18382
git-svn-id: http://svn.automattic.com/wordpress/trunk@18940 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-11 17:59:51 +00:00 |
|
azaozz
|
96c3fa3274
|
More CSS cleanup, props olleicua, see #18314
git-svn-id: http://svn.automattic.com/wordpress/trunk@18939 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-11 06:25:25 +00:00 |
|
ryan
|
82bcca520b
|
Do the beta bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@18938 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-10 23:50:20 +00:00 |
|
ryan
|
8306f943dd
|
Avoid warning when creating new users. fixes #18898
git-svn-id: http://svn.automattic.com/wordpress/trunk@18936 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-10 23:14:38 +00:00 |
|
azaozz
|
9821dca874
|
Remove unneeded cursor style, props trepmal, see #15848
git-svn-id: http://svn.automattic.com/wordpress/trunk@18935 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-10 23:10:47 +00:00 |
|
azaozz
|
6cd80b8a4c
|
Prevent a Chrome bug activating :hover on the first pixel on the screen while loading, props markjaquith, fixes #18868
git-svn-id: http://svn.automattic.com/wordpress/trunk@18934 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-10 22:36:36 +00:00 |
|
josephscott
|
d6a835521f
|
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: http://svn.automattic.com/wordpress/trunk@18933 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-10 21:27:05 +00:00 |
|
ryan
|
0370bda8bc
|
Count only published posts when updating term counts. Fire term count updates on transition_post_status. Props joehoyle. see #17548
git-svn-id: http://svn.automattic.com/wordpress/trunk@18932 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-10 20:52:44 +00:00 |
|
nacin
|
0a1fe6dc02
|
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: http://svn.automattic.com/wordpress/trunk@18930 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-10 19:54:26 +00:00 |
|
koopersmith
|
fc66ba3c08
|
Add full admin menu to admin bar on front end. props azaozz. see #18197.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18929 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-10 19:53:12 +00:00 |
|
nacin
|
84e4f066df
|
Remove caching from get_blogs_of_user(). Leave caching to usermeta and blog details. Speed up the loops. fixes #15458.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18928 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-10 19:50:08 +00:00 |
|
koopersmith
|
260d918501
|
Improve admin bar item order for W menu, add new menu, and edit content item. see #18197.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18927 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-10 18:40:00 +00:00 |
|
azaozz
|
f85e0b3f00
|
Make iPad support usable again, add viewport meta, see #18863
git-svn-id: http://svn.automattic.com/wordpress/trunk@18926 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-10 04:19:05 +00:00 |
|
azaozz
|
1050e0023a
|
Add/remove the border to postbox containers when the last postbox is hidden/shown from Screen Options, props ocean90, fixes #18882
git-svn-id: http://svn.automattic.com/wordpress/trunk@18925 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-09 17:30:51 +00:00 |
|
azaozz
|
c86787bbd3
|
Fix postbox containers when there are no visible postboxes in them, fixes #18882
git-svn-id: http://svn.automattic.com/wordpress/trunk@18924 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-09 00:05:38 +00:00 |
|
azaozz
|
821a38fcbc
|
Add link to the codex in the doing_it_wrong notices, see #18453
git-svn-id: http://svn.automattic.com/wordpress/trunk@18923 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-08 22:48:05 +00:00 |
|
azaozz
|
7efc9306f9
|
Fix insetring images in Quick Press and Press This, see #17144
git-svn-id: http://svn.automattic.com/wordpress/trunk@18920 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-07 20:14:21 +00:00 |
|
koopersmith
|
ddf8e3e31d
|
Clean up the 'Site Name' admin bar functions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-07 19:52:26 +00:00 |
|
nacin
|
502638442f
|
No translators, you don't need to localize a non-breaking space.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18916 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-07 06:41:51 +00:00 |
|
nacin
|
d23f035e62
|
Compress and bump wp-admin.css. CSS in [18867] and [18874] will need to be explained and re-committed. see #18785.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18912 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-07 04:58:36 +00:00 |
|
ryan
|
8f50fdf79a
|
Don't stomp meta fields in wp_update_user(). Props scribu. see #15458
git-svn-id: http://svn.automattic.com/wordpress/trunk@18909 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-07 02:34:41 +00:00 |
|
markjaquith
|
9e80bec002
|
Always pass the post ID as the second argument to the the_title filter. props GaryJ. fixes #16688
git-svn-id: http://svn.automattic.com/wordpress/trunk@18907 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-06 21:09:37 +00:00 |
|
ryan
|
2f40f0c6fc
|
Do only one empty check. Clean up whitespace. Props SergeyBiryukov. see #15458
git-svn-id: http://svn.automattic.com/wordpress/trunk@18906 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-06 19:13:44 +00:00 |
|
ryan
|
599965885b
|
Avoid Warning: array_keys() expects parameter 1 to be array, boolean given. see #15458
git-svn-id: http://svn.automattic.com/wordpress/trunk@18905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-06 18:49:38 +00:00 |
|
azaozz
|
f67f9729b8
|
Combine few styles for column containers, props olleicua, see #18314
git-svn-id: http://svn.automattic.com/wordpress/trunk@18903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-06 14:37:55 +00:00 |
|
azaozz
|
0e358f2179
|
Fix menu hover when loaded folded, simplify menu JS and auto-folding, see #18382
git-svn-id: http://svn.automattic.com/wordpress/trunk@18901 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-06 09:18:56 +00:00 |
|
azaozz
|
53ac6d4a37
|
Clean up unused bits from responsive admin, fix the JS on dashboard, see #18863
git-svn-id: http://svn.automattic.com/wordpress/trunk@18900 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-06 08:43:01 +00:00 |
|
ryan
|
a0f6c4469d
|
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: http://svn.automattic.com/wordpress/trunk@18899 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-06 00:21:24 +00:00 |
|
koopersmith
|
4c3edc9b6b
|
Adjust admin bar item order. see #18197.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-06 00:02:18 +00:00 |
|
nacin
|
44590b1d78
|
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: http://svn.automattic.com/wordpress/trunk@18897 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-05 23:42:11 +00:00 |
|
koopersmith
|
fb31c6f302
|
Refine new help styles. see #18690.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-05 23:15:19 +00:00 |
|
nacin
|
337699e1cf
|
Compress and bump scripts for [18890]. see #17578.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-05 21:08:16 +00:00 |
|
nacin
|
593bce9f3e
|
UI touches for the single media button. see #17578.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18890 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-05 21:07:04 +00:00 |
|
koopersmith
|
dcf34868ed
|
Revise admin bar items based on user testing. Post at http://wp.me/pbNCB-qz. see #18197.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-05 18:45:32 +00:00 |
|
markjaquith
|
37aae9f46f
|
Give custom background CSS more specificity. props GaryJ. fixes #18698
git-svn-id: http://svn.automattic.com/wordpress/trunk@18886 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-05 17:20:43 +00:00 |
|
dd32
|
15920fc45b
|
Document that add_query_arg() expects encoded data. See #18086
git-svn-id: http://svn.automattic.com/wordpress/trunk@18885 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-05 11:03:56 +00:00 |
|
dd32
|
d08955e123
|
Encode extra query vars in Canonical Taxonomy redirections. Props SergeyBiryukov. Fixes #18086
git-svn-id: http://svn.automattic.com/wordpress/trunk@18884 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-05 11:00:28 +00:00 |
|
koopersmith
|
725bcef080
|
Greased Lightning Flyouts! Flyouts are now snappy and work without JS. see #18382.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-05 06:39:30 +00:00 |
|
ryan
|
b3054bd18f
|
phpdoc fix for zeroise(). Props trepmal. fixes #18854
git-svn-id: http://svn.automattic.com/wordpress/trunk@18877 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-04 16:02:33 +00:00 |
|
azaozz
|
41429f32a9
|
Prevent sorting arrows improperly wrapping on narrow columns in .widefat, props SergeyBiryukov, #15993
git-svn-id: http://svn.automattic.com/wordpress/trunk@18875 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-04 04:14:36 +00:00 |
|
ryan
|
e0a7825baa
|
Excerpt long blog names when displaying them in the admin bar. fixes #18849
git-svn-id: http://svn.automattic.com/wordpress/trunk@18873 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-03 19:58:33 +00:00 |
|
azaozz
|
6e0729790f
|
Combine font-family, remove few unused bits, props ocean90, see #18314
git-svn-id: http://svn.automattic.com/wordpress/trunk@18872 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-10-03 16:36:19 +00:00 |
|