markjaquith
|
4d39c5894a
|
Remove unused/non-functional code with old-style CSRF checking. see #16499
git-svn-id: http://svn.automattic.com/wordpress/trunk@17381 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-02-03 07:23:05 +00:00 |
|
markjaquith
|
c08a6a4044
|
restore_current_blog() in add_user_to_blog() and remove_user_from_blog() before early return, to avoid being stuck in a switched state. props mdawaffe. fixes #16444 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17379 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-02-03 00:17:30 +00:00 |
|
markjaquith
|
790f28fbe1
|
Remove admin bar CSS cruft that darkened the bar in RTL languages. props ocean90. fixes #16427 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@17377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-02-01 01:42:09 +00:00 |
|
nacin
|
e656d1ab86
|
D'oh.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17375 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-31 17:28:27 +00:00 |
|
nacin
|
d6a40438f6
|
Keep trunk and branches/3.1 in sync for now, for the beta tester plugin. Bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17374 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-31 17:27:29 +00:00 |
|
nacin
|
95ef90de64
|
Add context to 'Format' string. props scribu, SergeyBiryukov, fixes #16423 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17372 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-31 12:18:57 +00:00 |
|
markjaquith
|
9afb883ffa
|
Please switch to branches/3.1! See: http://wp.me/pbNCB-lf for background.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17371 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-30 21:23:55 +00:00 |
|
nacin
|
277be4ce51
|
Use array_intersec_assoc. props duck_, fixes #16378.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17369 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-27 19:37:38 +00:00 |
|
ryan
|
f2feff7453
|
Admin bar CSS fix; removes unnecessary scrollbars. Props WraithKenny. fixes #15507
git-svn-id: http://svn.automattic.com/wordpress/trunk@17368 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-27 15:18:22 +00:00 |
|
ryan
|
186e70bcca
|
Use get_dashboard_url() to redirect to the active blog if the user doesn't have access to the current blog. fixes #16297
git-svn-id: http://svn.automattic.com/wordpress/trunk@17367 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-26 16:35:04 +00:00 |
|
westi
|
9400a59207
|
Don't redirect continually on empty search results pages. Fixes #16357 props garyc40
git-svn-id: http://svn.automattic.com/wordpress/trunk@17366 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-26 09:56:17 +00:00 |
|
ryan
|
3d90dfb160
|
Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@17365 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-25 20:04:24 +00:00 |
|
ryan
|
b2bf441bb1
|
Fix theme filtering when no JS. Props dd32. fixes #14936
git-svn-id: http://svn.automattic.com/wordpress/trunk@17364 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-25 20:00:42 +00:00 |
|
ryan
|
011cc6550e
|
Add name to reassign user dropdown. Props nacin. fixes #16361
git-svn-id: http://svn.automattic.com/wordpress/trunk@17363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-25 19:36:50 +00:00 |
|
ryan
|
75641ee14a
|
Fix redirects for trashed post bulk ops. Props nacin, SergeyBiryukov. fixes #16355
git-svn-id: http://svn.automattic.com/wordpress/trunk@17362 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-25 19:30:24 +00:00 |
|
ryan
|
b345e996c7
|
Pagination fixes. Props garyc40. fixes #16357
git-svn-id: http://svn.automattic.com/wordpress/trunk@17361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-25 19:20:20 +00:00 |
|
ryan
|
4ffa4e4f4e
|
Don't pass deprecated arg to update_blog_status(). Props PeteMall. fixes #15605
git-svn-id: http://svn.automattic.com/wordpress/trunk@17360 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-25 17:39:10 +00:00 |
|
westi
|
5268a0e7d8
|
Fix the bulk actions on Network > Sites and Network > Users. Fixes #16364
git-svn-id: http://svn.automattic.com/wordpress/trunk@17359 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-25 14:34:41 +00:00 |
|
markjaquith
|
8e98240a80
|
Get is_post_type_archive( 'my-post-type' ) working properly outside of the loop. props bit4. fixes #16347
git-svn-id: http://svn.automattic.com/wordpress/trunk@17358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-24 21:15:50 +00:00 |
|
markjaquith
|
4603a50cae
|
Revert [16832]. see #9591. fixes #16282
git-svn-id: http://svn.automattic.com/wordpress/trunk@17357 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-24 06:26:38 +00:00 |
|
markjaquith
|
7cb71c46d5
|
Make sure we don't double-add -user or -network suffixes in convert_to_screen(). props SergeyBiryukov. fixes #16348
git-svn-id: http://svn.automattic.com/wordpress/trunk@17356 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-24 04:16:55 +00:00 |
|
nacin
|
7c2102556c
|
RC3.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-22 18:50:23 +00:00 |
|
ryan
|
862b5e4da7
|
Update counts and pagination when trashing and moderating comments. Props garyc40, koopersmith, mdawaffe, nacin. fixes #15530
git-svn-id: http://svn.automattic.com/wordpress/trunk@17354 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-22 18:47:42 +00:00 |
|
nacin
|
34358d9a42
|
Add orderby and order hidden fields to each list form, to allow for state. props SergeyBiryukov, fixes #16341.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17353 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-22 18:36:54 +00:00 |
|
nacin
|
45828057ed
|
doaction buttons don't need a name, only an ID. fixes #16345.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17352 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-22 18:31:35 +00:00 |
|
ryan
|
8249212f7d
|
Don't try to redirect to user admin for unpriv users unless a site admin redirect was requested. fixes #16297
git-svn-id: http://svn.automattic.com/wordpress/trunk@17351 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-22 18:29:43 +00:00 |
|
nacin
|
a1d3c1c62a
|
Global comment_type in WP_Comments_List_Table::prepare_items(). props jorbin, fixes #16344.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-22 18:27:04 +00:00 |
|
nacin
|
19efd03fe8
|
Use only an ID, no name, on the 'Filter' buttons on list screens. see #16345.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17349 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-22 18:25:32 +00:00 |
|
ryan
|
a0b442ede7
|
Admin bar RTL fixes. Props ocean90. fixes #16340
git-svn-id: http://svn.automattic.com/wordpress/trunk@17348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-22 13:40:58 +00:00 |
|
ryan
|
498c93cb81
|
Revert [17327] and [15858]. Props markmcwilliams, JohnONolan, et al. see #16298 #8352
git-svn-id: http://svn.automattic.com/wordpress/trunk@17347 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-22 03:25:29 +00:00 |
|
ryan
|
9d0ec2454f
|
jQuery UI 1.8.9. Props demetris. fixes #16331
git-svn-id: http://svn.automattic.com/wordpress/trunk@17346 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-22 02:30:03 +00:00 |
|
ryan
|
e9d62d1f01
|
From post back to get. Props SergeyBiryukov. fixes #16335
git-svn-id: http://svn.automattic.com/wordpress/trunk@17345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-22 01:31:21 +00:00 |
|
markjaquith
|
47c8008257
|
Fix the comments "river." issue 9. props garyc40. see #16262
git-svn-id: http://svn.automattic.com/wordpress/trunk@17344 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-21 21:17:12 +00:00 |
|
markjaquith
|
acd8d41b65
|
Fix inter-page navigating on Edit Comments screen when using keyboard shortcuts. props garyc40. see #16262
git-svn-id: http://svn.automattic.com/wordpress/trunk@17343 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-21 20:28:41 +00:00 |
|
nacin
|
385ac2ef74
|
Use get_column_count() instead of manual logic. props scribu, fixes #16279.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-21 07:39:21 +00:00 |
|
nacin
|
f8c83ed7d3
|
Correct the @return for get_term_link. It always has been able to return WP_Error. props SergeyBiryukov, see #16282.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17341 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-20 23:36:42 +00:00 |
|
nacin
|
9ed96683ca
|
svn:eol-style native on a bunch of files new in 3.0 and 3.1.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17340 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-20 23:09:37 +00:00 |
|
nacin
|
8dc4329246
|
Properly account for columns shown in the list table display_rows_or_placeholder methods. props garyc40, fixes #16279.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-20 22:19:34 +00:00 |
|
nacin
|
7061e7efe0
|
Don't sort the plugin name column. It doesn't stick between actions and is quite useless, so out it goes. fixes #16322.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17338 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-20 22:09:46 +00:00 |
|
nacin
|
cda05de396
|
Don't allow the 'Path' column on sites.php to be hidden. see #16322.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17337 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-20 22:09:01 +00:00 |
|
nacin
|
ee1a4eba16
|
Link to site-users and network/user-edit on sites.php. props PeteMall, see #16322.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17336 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-20 22:08:24 +00:00 |
|
nacin
|
1dcd3afe46
|
Compress and bump, see #16308.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17335 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-20 20:59:53 +00:00 |
|
nacin
|
0fca0b9807
|
Remove duplicated CSS section. props markmcwilliams, fixes #16308.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-20 20:55:37 +00:00 |
|
nacin
|
495c7f1782
|
Add the load-edit-link-categories.php hook for back compat. fixes #16307.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17333 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-20 03:05:22 +00:00 |
|
nacin
|
405e7dfa4f
|
Correct user admin redirection checks, and deny access to the user admin when not running multisite. fixes #16297.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-20 03:04:20 +00:00 |
|
nacin
|
266b772e9c
|
Clear floats before page links in Twenty Ten. props chipbennett, fixes #16178.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17331 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-19 19:56:54 +00:00 |
|
ryan
|
4ca193fb7f
|
Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@17330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-19 18:56:21 +00:00 |
|
nacin
|
b642ea2c77
|
Only show 'Edit %s' in the admin bar when show_ui. fixes #16304.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17329 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-19 16:58:30 +00:00 |
|
westi
|
3c278d6421
|
Don't touch web.config when flushing rewrite rules if it is a multisite install. Fixes #16076 props nacin.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17328 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-19 16:49:46 +00:00 |
|
nacin
|
d4dd0fe211
|
Remove Lucida Grande from the remaining font stacks. We should at least be consistent. props demetris, fixes #16298, see #8352.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-01-19 09:44:17 +00:00 |
|