Pete Mall
|
7f3b087f38
|
Hide posts column for site-users. Props ocean90, see #15558
git-svn-id: https://develop.svn.wordpress.org/trunk@16573 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 19:51:36 +00:00 |
|
Peter Westwood
|
ba24fb82b1
|
Cast to string so we return the correct datatype. See #15517 props barry.
git-svn-id: https://develop.svn.wordpress.org/trunk@16572 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 17:51:39 +00:00 |
|
Ryan Boren
|
136dc75c6a
|
Press This fixes. Props duck_. see #15561
git-svn-id: https://develop.svn.wordpress.org/trunk@16571 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 17:27:11 +00:00 |
|
Pete Mall
|
0b83b57a70
|
Add screen option in site-users. Props duck_, see #15558
git-svn-id: https://develop.svn.wordpress.org/trunk@16570 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 16:54:53 +00:00 |
|
Mark Jaquith
|
9a6ef5b47d
|
Fix duplicate HTML IDs for wp-admin/user-new.php on MS installs. props duck_. fixes #15562
git-svn-id: https://develop.svn.wordpress.org/trunk@16569 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 16:43:24 +00:00 |
|
Mark Jaquith
|
5f5d514b4b
|
Do not double up on id attribute for submit_button() if id is provided in other attributes param. props duck_. see #15064
git-svn-id: https://develop.svn.wordpress.org/trunk@16568 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 16:30:40 +00:00 |
|
Ryan Boren
|
6d0c4e56b1
|
Bump tinymce gz. see #15544
git-svn-id: https://develop.svn.wordpress.org/trunk@16567 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 15:34:19 +00:00 |
|
Peter Westwood
|
0da69e3b32
|
Let SimplePie do more of the date handling for us. Props rmccue.
git-svn-id: https://develop.svn.wordpress.org/trunk@16566 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 11:53:12 +00:00 |
|
Peter Westwood
|
b1417100ce
|
Error suppression is lame!
git-svn-id: https://develop.svn.wordpress.org/trunk@16565 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 11:19:23 +00:00 |
|
Pete Mall
|
6bf48a4d50
|
Ignore role selector in network admin user-edit. See #14435.
git-svn-id: https://develop.svn.wordpress.org/trunk@16563 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 08:06:38 +00:00 |
|
scribu
|
a221abd2ac
|
Correct cache invalidation in update_usermeta() and delete_usermeta(). Props mdawaffe. Fixes #15559
git-svn-id: https://develop.svn.wordpress.org/trunk@16562 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 06:47:52 +00:00 |
|
Mark Jaquith
|
2cc12c224e
|
Make Linking and Internal Linking keyboard-friendly and URL-paste-friendly. props koopersmith. fixes #15544
git-svn-id: https://develop.svn.wordpress.org/trunk@16561 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 06:44:46 +00:00 |
|
Pete Mall
|
ac67c65fe4
|
Adapt user-list-table for network admin site-users. See #15558
git-svn-id: https://develop.svn.wordpress.org/trunk@16560 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 05:31:25 +00:00 |
|
Pete Mall
|
842d059bd1
|
Site Themes cleanup. See #14897.
git-svn-id: https://develop.svn.wordpress.org/trunk@16559 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 00:27:54 +00:00 |
|
Ryan Boren
|
af8f9bf98d
|
Load network plugins for wp-activate.php. Restore MU load order. Props blamenacin. fixes #14718
git-svn-id: https://develop.svn.wordpress.org/trunk@16558 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 00:19:38 +00:00 |
|
scribu
|
acbaa128c8
|
Improve oEmbed toggle label. Props JohnONolan. Fixes #15430
git-svn-id: https://develop.svn.wordpress.org/trunk@16557 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 22:52:32 +00:00 |
|
Ryan Boren
|
0f2e7ef602
|
Set blog id for site-themes.php AJAX requests.
git-svn-id: https://develop.svn.wordpress.org/trunk@16556 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 22:27:05 +00:00 |
|
scribu
|
4fd10f33f0
|
Introduce 'relation' operator between tax queries. Props Otto42 for initial patch. See #12891
git-svn-id: https://develop.svn.wordpress.org/trunk@16555 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 20:22:27 +00:00 |
|
scribu
|
fafdc943da
|
Make filter_count() a closure. See #14936
git-svn-id: https://develop.svn.wordpress.org/trunk@16554 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 20:20:44 +00:00 |
|
scribu
|
9729c26b07
|
Ajaxify theme feature filter. Props ocean90 for initial patch. See #14936
git-svn-id: https://develop.svn.wordpress.org/trunk@16553 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 20:17:22 +00:00 |
|
scribu
|
81e04a887e
|
Make get_file_data() regex even more precise. Props hakre. See #15193
git-svn-id: https://develop.svn.wordpress.org/trunk@16552 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 19:37:31 +00:00 |
|
Ryan Boren
|
c37f65296a
|
Make sure create_users is strippped from blog admins for multisite setups where add_new_users is not enabled. see #15357
git-svn-id: https://develop.svn.wordpress.org/trunk@16551 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 16:29:21 +00:00 |
|
Peter Westwood
|
33e3c14b11
|
And proper context too!
git-svn-id: https://develop.svn.wordpress.org/trunk@16550 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 13:50:23 +00:00 |
|
Peter Westwood
|
2be428108c
|
Correct incorrect action name.
git-svn-id: https://develop.svn.wordpress.org/trunk@16549 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 13:41:57 +00:00 |
|
Peter Westwood
|
ecdda2ce86
|
Require nonces for all the confirm links so we know they actually came from us.
Add a nonce check on the confirm links in the Network Admin stage two.
git-svn-id: https://develop.svn.wordpress.org/trunk@16548 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 12:14:03 +00:00 |
|
Peter Westwood
|
ecf96562d6
|
Add a nonce check on the confirm links in the Network Admin stage one.
git-svn-id: https://develop.svn.wordpress.org/trunk@16547 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 12:10:01 +00:00 |
|
Peter Westwood
|
66a5b13074
|
Implement proper column show/hide behaviour based on screen options for the Network Admin Sites table column added for the wpmublogsaction hook.
git-svn-id: https://develop.svn.wordpress.org/trunk@16546 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 11:46:10 +00:00 |
|
Peter Westwood
|
40115d566d
|
Implement proper column show/hide behaviour based on screen options for the Network Admin Sites table.
git-svn-id: https://develop.svn.wordpress.org/trunk@16545 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 11:39:50 +00:00 |
|
scribu
|
156dc90ffe
|
Remove debug cruft from [16543]. See #14590
git-svn-id: https://develop.svn.wordpress.org/trunk@16544 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 00:49:23 +00:00 |
|
scribu
|
86da62e436
|
Minor cleanup in queried object setting logic. See #14590
git-svn-id: https://develop.svn.wordpress.org/trunk@16543 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 00:47:45 +00:00 |
|
Andrew Nacin
|
cf21cf2a89
|
Cast term_id to int for queried_object_id. props wojtek.szkutnik, fixes #14590.
git-svn-id: https://develop.svn.wordpress.org/trunk@16542 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 00:32:19 +00:00 |
|
potbot
|
c05b55b066
|
POT, generated from r16540
git-svn-id: https://develop.svn.wordpress.org/trunk@16541 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 00:22:47 +00:00 |
|
scribu
|
1d586a6a7f
|
Remove vestige code from theme.js. See #14936
git-svn-id: https://develop.svn.wordpress.org/trunk@16540 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 00:06:15 +00:00 |
|
Andrew Nacin
|
612a6bda24
|
escape URL in wp_link_pages. fixes #14271.
git-svn-id: https://develop.svn.wordpress.org/trunk@16539 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 23:54:30 +00:00 |
|
scribu
|
0053f9b5e1
|
Prevent notice when checking for hierarchical tax rewrite. Props demetris. See #12891
git-svn-id: https://develop.svn.wordpress.org/trunk@16538 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 21:56:20 +00:00 |
|
scribu
|
40c993af3f
|
Fix 'timeinfo' cache invalidation. Fixes #14922
git-svn-id: https://develop.svn.wordpress.org/trunk@16537 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 21:45:45 +00:00 |
|
scribu
|
ef9b5fb1ec
|
Document url_shorten() and use in more places. Props latz for initial patch. Fixes #15540
git-svn-id: https://develop.svn.wordpress.org/trunk@16536 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 17:17:31 +00:00 |
|
Andrew Nacin
|
e8dd42ce2a
|
Revert [15688], [15689], [15691]. Try again in 3.2. see #14966.
git-svn-id: https://develop.svn.wordpress.org/trunk@16535 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 17:17:26 +00:00 |
|
Andrew Nacin
|
4cfa4aaacf
|
Add the audio post format, the final format we plan to support. see #14746.
git-svn-id: https://develop.svn.wordpress.org/trunk@16534 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 17:05:14 +00:00 |
|
Pete Mall
|
9605850c9a
|
Use tools screen_icon for udpate-core. Props ocean90, fixes #15531.
git-svn-id: https://develop.svn.wordpress.org/trunk@16533 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 16:56:22 +00:00 |
|
Andrew Nacin
|
fe3aa01f7b
|
Yeah, about that comma... Fix internal linking for both IE6 and IE7. props koopersmith, fixes #15485.
git-svn-id: https://develop.svn.wordpress.org/trunk@16532 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 06:32:18 +00:00 |
|
scribu
|
6df13c0a90
|
Consider only IN tax queries when returning the queried object. See #12891
git-svn-id: https://develop.svn.wordpress.org/trunk@16531 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 05:14:47 +00:00 |
|
Pete Mall
|
250c2d591e
|
Use first and last name in network admin users. Fixes #15528.
git-svn-id: https://develop.svn.wordpress.org/trunk@16530 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 04:31:31 +00:00 |
|
Ryan Boren
|
4cb1c0e3b3
|
Bump tinymce version. see #15532
git-svn-id: https://develop.svn.wordpress.org/trunk@16529 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 03:03:28 +00:00 |
|
Ryan Boren
|
c49fb698d8
|
Bring link dialog to front when TinyMCE is fullscreen. Props koopersmith. see #15532
git-svn-id: https://develop.svn.wordpress.org/trunk@16528 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 02:48:58 +00:00 |
|
Ryan Boren
|
d089000052
|
Notice fixes for user-new.php. Props wpdavis. see #15456
git-svn-id: https://develop.svn.wordpress.org/trunk@16527 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-21 16:56:08 +00:00 |
|
scribu
|
eb6a65e501
|
Move s/ /+ out of WP_Query, so that 'category_name=Some Category' works again. See #12891
git-svn-id: https://develop.svn.wordpress.org/trunk@16526 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-21 16:33:05 +00:00 |
|
scribu
|
37842f40a2
|
Don't display search subtitle on themes page. Props ocean90. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@16525 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-21 16:20:08 +00:00 |
|
Andrew Nacin
|
dce66b369f
|
Use correct name in script loader. see #14936.
git-svn-id: https://develop.svn.wordpress.org/trunk@16524 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-21 14:10:33 +00:00 |
|
scribu
|
3c7fb2fb3b
|
Update get_tax_sql() docblock. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@16523 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-21 14:09:01 +00:00 |
|