scribu
|
cfe09b99e5
|
Introduce WP_List_Table::search_box(). See #15353
git-svn-id: http://svn.automattic.com/wordpress/trunk@17006 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 20:45:10 +00:00 |
|
ryan
|
4e7270ab6a
|
Revert [16987]. This pollutes home and siteurl during signup and blog creation. see #14867
git-svn-id: http://svn.automattic.com/wordpress/trunk@17005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 19:48:00 +00:00 |
|
PeteMall
|
b9c491d090
|
New filter for network admin plugins action link. Fixes #15850.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17004 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 19:22:46 +00:00 |
|
scribu
|
af0d6246ae
|
Remove placeholder row when adding first term. See #15849
git-svn-id: http://svn.automattic.com/wordpress/trunk@17003 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 19:13:47 +00:00 |
|
scribu
|
5fce5c6d14
|
Always display the table, with a placeholder row when there are no items. Fixes #15849
git-svn-id: http://svn.automattic.com/wordpress/trunk@17002 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 19:05:14 +00:00 |
|
ryan
|
3a66c698ee
|
Remove some unnecessary esc_textarea() calls. Props garyc40. see #15454
git-svn-id: http://svn.automattic.com/wordpress/trunk@17001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 17:48:20 +00:00 |
|
ryan
|
8e9cf8c20a
|
Add jquery and utils dependencies for editor js. Props JohnPBloch, jczorkmid. fixes #15830
git-svn-id: http://svn.automattic.com/wordpress/trunk@17000 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 17:23:54 +00:00 |
|
ryan
|
7e25e3b363
|
Add like_escape() to some queries. fixes #15764
git-svn-id: http://svn.automattic.com/wordpress/trunk@16999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 14:22:41 +00:00 |
|
westi
|
ad2ab9b7ae
|
Ensure we always have a $help to append to. Fixes #15845 props garyc40.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16998 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 13:09:16 +00:00 |
|
westi
|
64b2d0b046
|
Bumpity Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@16997 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 11:32:08 +00:00 |
|
westi
|
dc103571eb
|
Check for the wp-admin/imports folder before we open it so we don't show notices when it isn't there.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16996 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 10:20:12 +00:00 |
|
nacin
|
67dca406aa
|
The user description field should be esc_textarea when context is edit. see #15454.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16995 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 10:04:21 +00:00 |
|
nacin
|
eb574d4e5f
|
Make network_admin_url() return admin_url() when not multisite like its home and site counterparts. Kill the now redundant maybe_network_admin_url() function. fixes #15840.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16994 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 09:31:42 +00:00 |
|
markjaquith
|
49c11dc768
|
Use ENT_QUOTES in esc_textarea() in case someone uses it in a value='' situation by accident. see #15454
git-svn-id: http://svn.automattic.com/wordpress/trunk@16993 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 09:24:22 +00:00 |
|
nacin
|
a189f21c45
|
Replace check_permissions() with ajax_user_can(). New method returns true/false to current_user_can(), which we then handle in admin ajax. see #15326.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 09:18:28 +00:00 |
|
nacin
|
117be6ae19
|
Move check_permissions() out of ajax_response(). see #15326.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16991 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 08:48:16 +00:00 |
|
nacin
|
cc08068dba
|
Remove check_permissions() calls outside of AJAX context. Also only check for switch_themes in check_permissions() for the themes table. see #15326.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 08:43:22 +00:00 |
|
nacin
|
a132ad0ced
|
Translate and markup plugins in a directory when deleting a plugin. fixes #15742.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 08:09:21 +00:00 |
|
nacin
|
8c03934da4
|
We don't apply markup here. see #15742.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16988 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 08:04:54 +00:00 |
|
nacin
|
0b1b0f86ab
|
Add scheme arguments to get_blogaddress_by_domain and get_blogaddress_by_id. props adambackstrom for initial patch, fixes #14867.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16987 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 07:58:57 +00:00 |
|
nacin
|
31b4959b1b
|
Minor cleanups.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 07:41:38 +00:00 |
|
nacin
|
a60664a37b
|
A few more s/site-options/site-settings/. see #15314.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 07:14:34 +00:00 |
|
nacin
|
f32e4cb961
|
Network Admin: Rename Options to Settings. Kick the tab to the end as well. see #15314.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16984 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 07:13:01 +00:00 |
|
nacin
|
9417d79543
|
Move to 'Documentation on XY' in the network admin. see #15314.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 07:07:42 +00:00 |
|
nacin
|
86e2114e20
|
Network admin contextual help edits. props vegasgeek, see #15314.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16982 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 07:02:56 +00:00 |
|
nacin
|
d0e27b0935
|
Network Admin contextual help. props andrea_r (!), see #15314.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 06:52:47 +00:00 |
|
nacin
|
1cd758dc89
|
Help text edits. props dougwrites, fixes #15346.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 06:37:03 +00:00 |
|
nacin
|
778455ff2d
|
This is already cap checked - no need to show outdated message.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 06:14:14 +00:00 |
|
nacin
|
6f1016586f
|
Use maybe_network_admin_url. see #15840.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16978 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 06:12:55 +00:00 |
|
nacin
|
bba5e919af
|
maybe_network_admin_url. see #15840.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 06:06:59 +00:00 |
|
PeteMall
|
ded6118548
|
Use net admin plugin-install in site admin tools. Fixes #15839
git-svn-id: http://svn.automattic.com/wordpress/trunk@16976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 03:09:06 +00:00 |
|
scribu
|
15249d5c98
|
Use wp_dropdown_users() in export.php again, due to [16974]. See #15786
git-svn-id: http://svn.automattic.com/wordpress/trunk@16975 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-16 00:02:36 +00:00 |
|
scribu
|
0a68fc29d2
|
Fetch only the required field in wp_dropdown_users(). See #14572
git-svn-id: http://svn.automattic.com/wordpress/trunk@16974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 23:56:53 +00:00 |
|
PeteMall
|
932ef80a9e
|
s/<? /<?php / in [16963].
git-svn-id: http://svn.automattic.com/wordpress/trunk@16973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 23:21:07 +00:00 |
|
scribu
|
209e17506d
|
Revert to raw SQL query and HTML in export author dropdowns. Fixes #15786
git-svn-id: http://svn.automattic.com/wordpress/trunk@16972 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 22:38:07 +00:00 |
|
nacin
|
2e3644a3d7
|
Italicize. see #15376.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 19:25:39 +00:00 |
|
westi
|
d76925ec0f
|
More caps back. See #15326
git-svn-id: http://svn.automattic.com/wordpress/trunk@16970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 19:24:42 +00:00 |
|
nacin
|
50669e46f6
|
Post formats help text. fixes #15376.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 19:24:34 +00:00 |
|
PeteMall
|
527a1381d6
|
This is only for use in the Network admin when it is always multisite.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16968 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 19:11:55 +00:00 |
|
westi
|
dd86bd529f
|
This is only for use in the Network admin when it is always multisite.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16967 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 19:09:50 +00:00 |
|
westi
|
c9809f18f3
|
Re-instate this code so AJAX still works
git-svn-id: http://svn.automattic.com/wordpress/trunk@16966 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 19:04:31 +00:00 |
|
westi
|
d70286d3a6
|
Move post_type var setup back into edit.php and reinstate the cap check. See #15326
git-svn-id: http://svn.automattic.com/wordpress/trunk@16965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 18:58:05 +00:00 |
|
nacin
|
6f607d4046
|
Revert [16645]. see #15625.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16964 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 18:50:39 +00:00 |
|
nacin
|
6c025aa06f
|
Plugin install and thickbox for the network admin. props ocean90, fixes #15510, fixes #15750.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 18:48:40 +00:00 |
|
westi
|
98ae904159
|
Fix HTML validation errors. Fixes #15716.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 18:34:59 +00:00 |
|
PeteMall
|
e69df828df
|
Move search results text in site-themes/site-users. Props sorich87, ocean90. Fixes #15553
git-svn-id: http://svn.automattic.com/wordpress/trunk@16961 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 18:32:25 +00:00 |
|
westi
|
6a69bdd2d5
|
Allow a plugin to filter our slugs if it wants to. Fixes #15726
git-svn-id: http://svn.automattic.com/wordpress/trunk@16960 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 17:56:25 +00:00 |
|
nacin
|
d3d0fe2e2e
|
s/example-about-page/sample-page/. see #14973.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 17:55:49 +00:00 |
|
nacin
|
4cc8f440e4
|
Add theme_mods option if is_admin. props MarkJaquith, fixes #14828.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 17:39:00 +00:00 |
|
ryan
|
ff9a04a8ea
|
Pass wp_admin_bar object to admin_bar_menu action. Props TheDeadMedic, JohnPBloch. fixes #15723
git-svn-id: http://svn.automattic.com/wordpress/trunk@16957 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-15 17:33:02 +00:00 |
|