Andrew Nacin
|
166014d76e
|
Move wp_redirect calls to the end of the switch in users.php. Fix unrelated bug where the user's cap should be check, rather than their role's cap. see #16166.
git-svn-id: https://develop.svn.wordpress.org/trunk@17275 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-13 00:22:53 +00:00 |
|
Mark Jaquith
|
b6cd198d8e
|
Add "paged param is greater than total pages" redirects to a few more screens. props greuben. fixes #16187
git-svn-id: https://develop.svn.wordpress.org/trunk@17274 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-13 00:03:38 +00:00 |
|
Andrew Nacin
|
fabe2d6fdc
|
#blamenacin, see #16166.
git-svn-id: https://develop.svn.wordpress.org/trunk@17273 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-12 23:22:03 +00:00 |
|
Andrew Nacin
|
51b498aec2
|
Force get_pagenum to validate max pages. Add sanity redirect code to upload.php. see #16187. props MarkJaquith, greuben.
git-svn-id: https://develop.svn.wordpress.org/trunk@17271 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-12 17:24:34 +00:00 |
|
Andrew Nacin
|
19122c3516
|
Keep sorting and paging for bulk actions. props garyc40, see #16166.
git-svn-id: https://develop.svn.wordpress.org/trunk@17270 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-12 17:06:33 +00:00 |
|
Andrew Nacin
|
6356b0a0b8
|
Document abstract methods in WP_List_Table.
git-svn-id: https://develop.svn.wordpress.org/trunk@17268 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-12 08:05:23 +00:00 |
|
Andrew Nacin
|
334356506b
|
Multisite super admins should still be able to see the Plugins menu in the site admin. fixes #16184.
git-svn-id: https://develop.svn.wordpress.org/trunk@17267 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-12 07:12:59 +00:00 |
|
Andrew Nacin
|
84e50d906f
|
Leave the 'Try Again' link for the wp_die() when the themes API fails. props solarissmoke, fixes #16132.
git-svn-id: https://develop.svn.wordpress.org/trunk@17264 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-12 00:18:23 +00:00 |
|
Andrew Nacin
|
6d0af32ea7
|
Add nonces to instances where the list table display() method is overridden. see #16188.
git-svn-id: https://develop.svn.wordpress.org/trunk@17262 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-11 22:42:22 +00:00 |
|
Andrew Nacin
|
173b89b166
|
Only rely on is_super_admin for is_multisite when generating menu code. fixes #16184.
git-svn-id: https://develop.svn.wordpress.org/trunk@17259 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-11 21:00:23 +00:00 |
|
Ryan Boren
|
545cc85918
|
Strip and prepare ajax tag search string. Avoids applying slashes toward the character count. Props brianlayman. see #13580
git-svn-id: https://develop.svn.wordpress.org/trunk@17256 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-11 20:15:25 +00:00 |
|
Andrew Nacin
|
4c869552ff
|
Nonce checks for internal linking and list table ajax. fixes #16188.
git-svn-id: https://develop.svn.wordpress.org/trunk@17255 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-11 20:03:50 +00:00 |
|
Andrew Nacin
|
5ce8a20462
|
Set the post format before publishing the post in Press This. props Otto42, fixes #16192.
git-svn-id: https://develop.svn.wordpress.org/trunk@17254 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-11 19:58:58 +00:00 |
|
Mark Jaquith
|
3a2c242339
|
Minify and bump list-table.js see #16190
git-svn-id: https://develop.svn.wordpress.org/trunk@17253 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-11 19:40:31 +00:00 |
|
Mark Jaquith
|
733f374f85
|
Simulate browser behavior for selecting first dropdown element in non-multiselect, if no elements are selected by default. props koopersmith. fixes #16190
git-svn-id: https://develop.svn.wordpress.org/trunk@17252 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-11 19:37:43 +00:00 |
|
Mark Jaquith
|
d25923ae63
|
Remove the help prompt text on the Post Format UI. It gets annoying quickly. see #15638
git-svn-id: https://develop.svn.wordpress.org/trunk@17250 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-11 18:56:23 +00:00 |
|
Andrew Nacin
|
372caaea9d
|
RTL fixes. props yoavf, SergeyBiryukov, fixes #16160.
git-svn-id: https://develop.svn.wordpress.org/trunk@17247 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-11 18:17:53 +00:00 |
|
Andrew Nacin
|
d3af28cd11
|
RTL contextual help fix. props rasheed, SergeyBiryukov, fixes #16151.
git-svn-id: https://develop.svn.wordpress.org/trunk@17242 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-08 08:25:31 +00:00 |
|
Mark Jaquith
|
c0148a5a15
|
[17240] rendered the theme-change rules flush introduced in [16705] unnecessary.
git-svn-id: https://develop.svn.wordpress.org/trunk@17241 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-07 23:44:12 +00:00 |
|
Ryan Boren
|
d95ed80091
|
Selectively reset list-table forms rather than all forms to avoid stompage. Props koopersmith. fixes #16098
git-svn-id: https://develop.svn.wordpress.org/trunk@17239 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-07 20:52:42 +00:00 |
|
Ryan Boren
|
d1575abd76
|
Fix post theme delete redirect. Props greuben. see #16117
git-svn-id: https://develop.svn.wordpress.org/trunk@17238 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-07 19:58:25 +00:00 |
|
Ryan Boren
|
5cd255f193
|
Fix net admin theme deletion over FTP. see #16117
git-svn-id: https://develop.svn.wordpress.org/trunk@17237 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-07 19:01:34 +00:00 |
|
Andrew Nacin
|
6d4007a6ee
|
Err, oops. Put the class on the table row. props yoast, see [17234], see #16004.
git-svn-id: https://develop.svn.wordpress.org/trunk@17235 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-07 16:47:39 +00:00 |
|
Andrew Nacin
|
465650292a
|
Revert _admin_bar_preferences() and add a class to the table row to allow it to be hidden. Forcing the use of CSS at least attempts to ensure that the developer will recognize that the saving aspect isn't handled. Handle this in the future across all settings screens. Reverts [17161]. fixes #16004.
git-svn-id: https://develop.svn.wordpress.org/trunk@17234 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-07 16:39:18 +00:00 |
|
Ryan Boren
|
bb9c93115e
|
Add context to string. Props nbachiyski. fixes #16130
git-svn-id: https://develop.svn.wordpress.org/trunk@17233 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-07 16:23:52 +00:00 |
|
Ryan Boren
|
ecfd980687
|
Use edit_comment cap. Props casben79. fixes #16129
git-svn-id: https://develop.svn.wordpress.org/trunk@17232 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-07 16:17:05 +00:00 |
|
Peter Westwood
|
e82c3fd2d5
|
Ensure that we apply the absolute integer casting result to the variable we are going to use. See #16119
git-svn-id: https://develop.svn.wordpress.org/trunk@17230 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-06 08:51:45 +00:00 |
|
Ryan Boren
|
eba71eb7c0
|
Bring out the shears.
git-svn-id: https://develop.svn.wordpress.org/trunk@17228 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-06 04:11:14 +00:00 |
|
Andrew Nacin
|
cc3ed56b35
|
More room for your content! Increase default post edit rows as the meta boxes are all hidden by default. see #14212.
git-svn-id: https://develop.svn.wordpress.org/trunk@17225 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-06 00:57:24 +00:00 |
|
Ryan Boren
|
b27d7ad9b0
|
Avoid notice.
git-svn-id: https://develop.svn.wordpress.org/trunk@17223 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-05 18:18:31 +00:00 |
|
Ryan Boren
|
b9d0f9fd0b
|
Don't show button in placeholder row. Props SergeyBiryukov. fixes #16095
git-svn-id: https://develop.svn.wordpress.org/trunk@17222 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-05 16:27:39 +00:00 |
|
Andrew Nacin
|
a8ae3264e4
|
br tags must self close. props blamescribu. see #16095.
git-svn-id: https://develop.svn.wordpress.org/trunk@17221 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-05 03:52:36 +00:00 |
|
Andrew Nacin
|
0e3b5ba03d
|
Use correct variable. props SergeyBiryukov, TobiasBg, fixes #16063.
git-svn-id: https://develop.svn.wordpress.org/trunk@17219 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-04 19:09:20 +00:00 |
|
Andrew Nacin
|
34412cc70d
|
Update indicator for the Network Admin link. fixes #16063.
git-svn-id: https://develop.svn.wordpress.org/trunk@17217 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-04 08:36:06 +00:00 |
|
Andrew Nacin
|
72e60a4df1
|
Quick RTL CSS fix in widgets admin. see #16082, props SergeyBiryukov.
git-svn-id: https://develop.svn.wordpress.org/trunk@17216 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-04 07:29:22 +00:00 |
|
Andrew Nacin
|
10a9702a4d
|
Alter admin_notices usage in admin/includes/ms.php due to changes in the action with the network/user admin. props PeteMall, see #16063.
git-svn-id: https://develop.svn.wordpress.org/trunk@17215 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-04 07:26:57 +00:00 |
|
Ryan Boren
|
457989ce16
|
PHP4 compat. Props SergeyBiryukov, westi. see #16080
git-svn-id: https://develop.svn.wordpress.org/trunk@17211 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-03 19:19:34 +00:00 |
|
Ryan Boren
|
24703d0811
|
RTL: Space between buttons. Props SergeyBiryukov. fixes #16084
git-svn-id: https://develop.svn.wordpress.org/trunk@17209 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-03 19:17:03 +00:00 |
|
Ryan Boren
|
a4c6dc4631
|
RTL: Custom background tweak. Props SergeyBiryukov, rasheed
git-svn-id: https://develop.svn.wordpress.org/trunk@17208 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-03 19:11:11 +00:00 |
|
Ryan Boren
|
09febebc5a
|
RTL: Space between texas and avatar. Props SergeyBiryukov, rasheed. fixes #16081
git-svn-id: https://develop.svn.wordpress.org/trunk@17207 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-03 19:09:36 +00:00 |
|
Andrew Nacin
|
70c1166ad1
|
Use correct variables. props garyc40, see #15503.
git-svn-id: https://develop.svn.wordpress.org/trunk@17206 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-02 10:55:10 +00:00 |
|
Andrew Nacin
|
8e18209bec
|
Recommit [15986]. see #15226.
git-svn-id: https://develop.svn.wordpress.org/trunk@17205 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-02 08:34:11 +00:00 |
|
Andrew Nacin
|
a5653cf8d9
|
Compress and bump scripts for [17202]. see #15503.
git-svn-id: https://develop.svn.wordpress.org/trunk@17203 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-01 23:20:57 +00:00 |
|
Andrew Nacin
|
4f947ac5b9
|
Disabled states for first/prev and next/last pagination buttons when they should noop. see #15503.
git-svn-id: https://develop.svn.wordpress.org/trunk@17202 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-01 23:19:26 +00:00 |
|
Andrew Nacin
|
e1ffe72def
|
Allow us to return from whence we came. Specify wp_http_referer for user-edit in the network admin, as we may come from network/users or site-users. props PeteMall, SergeyBiryukov, fixes #16053.
git-svn-id: https://develop.svn.wordpress.org/trunk@17201 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-01 22:30:46 +00:00 |
|
Andrew Nacin
|
bce405d0f2
|
Don't esc_html the default error string. props SergeyBiryukov, fixes #16058.
git-svn-id: https://develop.svn.wordpress.org/trunk@17200 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-01 22:14:42 +00:00 |
|
Ryan Boren
|
7fe3731637
|
Introduce include_selected arg for wp_dropdown_users(). Add current author to dropdown in post_author_meta_box(). fixes #16045
git-svn-id: https://develop.svn.wordpress.org/trunk@17198 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-01 01:52:03 +00:00 |
|
Andrew Nacin
|
92fe9ad043
|
Remove a random nacin typo introduced in 3.0. see [12976], #16055.
git-svn-id: https://develop.svn.wordpress.org/trunk@17196 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-12-31 23:58:02 +00:00 |
|
Andrew Nacin
|
8ace5bbf91
|
div.alignleft.actions needs to wrap the 'Empty Trash' button too, otherwise they're not aligned. see #15580.
git-svn-id: https://develop.svn.wordpress.org/trunk@17195 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-12-31 23:56:38 +00:00 |
|
Andrew Nacin
|
714124263f
|
Restore original argument order for the taxonomy quick_edit_custom_box hook. fixes #15285.
git-svn-id: https://develop.svn.wordpress.org/trunk@17193 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-12-31 16:34:08 +00:00 |
|