nbachiyski
|
9c6ba6387e
|
Add context to Add New admin bar menu label -- we have many other Add New
git-svn-id: http://svn.automattic.com/wordpress/trunk@16595 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-26 11:16:23 +00:00 |
|
scribu
|
2f5360bfcf
|
Update get_*_columns() method docs. See #15580
git-svn-id: http://svn.automattic.com/wordpress/trunk@16594 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-26 09:12:38 +00:00 |
|
scribu
|
3014920524
|
Make date columns first sort in descending order. See #15580
git-svn-id: http://svn.automattic.com/wordpress/trunk@16593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-26 02:03:02 +00:00 |
|
PeteMall
|
00ef2437c5
|
Site themes cleanup. See #14897
git-svn-id: http://svn.automattic.com/wordpress/trunk@16592 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-26 00:20:18 +00:00 |
|
potbot
|
3ea1ae7f4f
|
POT, generated from r16590
git-svn-id: http://svn.automattic.com/wordpress/trunk@16591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-25 20:21:41 +00:00 |
|
nacin
|
37ce5d0c63
|
Post beta bump for tonight's build.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-25 19:02:06 +00:00 |
|
nacin
|
41c46efc24
|
Only link to the Gallery category if the post is in the category. (It may be a format.) see #15506, see #15378.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16589 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-25 18:59:19 +00:00 |
|
scribu
|
94e36009c7
|
Make comment content column unsortable. See #15580
git-svn-id: http://svn.automattic.com/wordpress/trunk@16588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-25 18:45:28 +00:00 |
|
westi
|
fe18b7024f
|
Things go bump in the night.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16587 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-25 16:16:12 +00:00 |
|
PeteMall
|
8ab241a442
|
Create new user form for site-users. See #15558
git-svn-id: http://svn.automattic.com/wordpress/trunk@16586 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-25 11:12:33 +00:00 |
|
PeteMall
|
a3a57860c4
|
Exit after wp_redirect(). See #15558
git-svn-id: http://svn.automattic.com/wordpress/trunk@16584 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-25 09:25:50 +00:00 |
|
westi
|
a92ac54131
|
Add Post formats info to the help text. Fixes #15376 props vegasgeek
git-svn-id: http://svn.automattic.com/wordpress/trunk@16583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-25 09:20:29 +00:00 |
|
PeteMall
|
cad42deee5
|
Update and error messages for site-users. See #15558.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16582 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-25 09:13:38 +00:00 |
|
scribu
|
6e2eae9736
|
Minor code beautification. Props hakre. Fixes #15569
git-svn-id: http://svn.automattic.com/wordpress/trunk@16581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-25 02:14:33 +00:00 |
|
scribu
|
37cfa3acde
|
Prevent WSOD when no comments selected for bulk action. See #15572
git-svn-id: http://svn.automattic.com/wordpress/trunk@16580 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-25 02:05:52 +00:00 |
|
scribu
|
4e87af0b1f
|
Check public flag instead of query_var to decide if counts should be linked. See #15573
git-svn-id: http://svn.automattic.com/wordpress/trunk@16579 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-25 01:39:34 +00:00 |
|
scribu
|
87e98f9f22
|
Don't link post counts if taxonomy isn't queryable. Fixes #15573
git-svn-id: http://svn.automattic.com/wordpress/trunk@16578 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 23:29:13 +00:00 |
|
markjaquith
|
ad6e83136d
|
Improve the wording of the file upload security message. props janeforshort. fixes #13550
git-svn-id: http://svn.automattic.com/wordpress/trunk@16577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 20:45:21 +00:00 |
|
markjaquith
|
f23d5de358
|
Cast to array, to avoid notices. props hakre. fixes #14997
git-svn-id: http://svn.automattic.com/wordpress/trunk@16576 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 20:34:22 +00:00 |
|
markjaquith
|
14be097d5e
|
Revert [15829] for now, consider better solution for 3.2. see #13550
git-svn-id: http://svn.automattic.com/wordpress/trunk@16575 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 20:25:26 +00:00 |
|
PeteMall
|
24bd7a417e
|
Use get_user_count() in network admin users. Fixes #15567
git-svn-id: http://svn.automattic.com/wordpress/trunk@16574 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 20:03:28 +00:00 |
|
PeteMall
|
9855ee1aa2
|
Hide posts column for site-users. Props ocean90, see #15558
git-svn-id: http://svn.automattic.com/wordpress/trunk@16573 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 19:51:36 +00:00 |
|
westi
|
b0d6453462
|
Cast to string so we return the correct datatype. See #15517 props barry.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16572 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 17:51:39 +00:00 |
|
ryan
|
9c9a8cb0fa
|
Press This fixes. Props duck_. see #15561
git-svn-id: http://svn.automattic.com/wordpress/trunk@16571 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 17:27:11 +00:00 |
|
PeteMall
|
652db28fad
|
Add screen option in site-users. Props duck_, see #15558
git-svn-id: http://svn.automattic.com/wordpress/trunk@16570 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 16:54:53 +00:00 |
|
markjaquith
|
8b3cead70e
|
Fix duplicate HTML IDs for wp-admin/user-new.php on MS installs. props duck_. fixes #15562
git-svn-id: http://svn.automattic.com/wordpress/trunk@16569 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 16:43:24 +00:00 |
|
markjaquith
|
02e9501c47
|
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: http://svn.automattic.com/wordpress/trunk@16568 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 16:30:40 +00:00 |
|
ryan
|
43448dc471
|
Bump tinymce gz. see #15544
git-svn-id: http://svn.automattic.com/wordpress/trunk@16567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 15:34:19 +00:00 |
|
westi
|
59c95ba48e
|
Let SimplePie do more of the date handling for us. Props rmccue.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16566 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 11:53:12 +00:00 |
|
westi
|
dc79a67932
|
Error suppression is lame!
git-svn-id: http://svn.automattic.com/wordpress/trunk@16565 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 11:19:23 +00:00 |
|
PeteMall
|
5e3fd53b7a
|
Ignore role selector in network admin user-edit. See #14435.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16563 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 08:06:38 +00:00 |
|
scribu
|
42361800ad
|
Correct cache invalidation in update_usermeta() and delete_usermeta(). Props mdawaffe. Fixes #15559
git-svn-id: http://svn.automattic.com/wordpress/trunk@16562 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 06:47:52 +00:00 |
|
markjaquith
|
dc77ee14f8
|
Make Linking and Internal Linking keyboard-friendly and URL-paste-friendly. props koopersmith. fixes #15544
git-svn-id: http://svn.automattic.com/wordpress/trunk@16561 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 06:44:46 +00:00 |
|
PeteMall
|
b27bd5b253
|
Adapt user-list-table for network admin site-users. See #15558
git-svn-id: http://svn.automattic.com/wordpress/trunk@16560 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 05:31:25 +00:00 |
|
PeteMall
|
5c803c9b28
|
Site Themes cleanup. See #14897.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 00:27:54 +00:00 |
|
ryan
|
86c173262f
|
Load network plugins for wp-activate.php. Restore MU load order. Props blamenacin. fixes #14718
git-svn-id: http://svn.automattic.com/wordpress/trunk@16558 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-24 00:19:38 +00:00 |
|
scribu
|
f4f5e8caa8
|
Improve oEmbed toggle label. Props JohnONolan. Fixes #15430
git-svn-id: http://svn.automattic.com/wordpress/trunk@16557 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-23 22:52:32 +00:00 |
|
ryan
|
8b60cbd2db
|
Set blog id for site-themes.php AJAX requests.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16556 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-23 22:27:05 +00:00 |
|
scribu
|
719b8d8f4a
|
Introduce 'relation' operator between tax queries. Props Otto42 for initial patch. See #12891
git-svn-id: http://svn.automattic.com/wordpress/trunk@16555 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-23 20:22:27 +00:00 |
|
scribu
|
b43ad21bc2
|
Make filter_count() a closure. See #14936
git-svn-id: http://svn.automattic.com/wordpress/trunk@16554 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-23 20:20:44 +00:00 |
|
scribu
|
c891b0ebc7
|
Ajaxify theme feature filter. Props ocean90 for initial patch. See #14936
git-svn-id: http://svn.automattic.com/wordpress/trunk@16553 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-23 20:17:22 +00:00 |
|
scribu
|
3230b44f63
|
Make get_file_data() regex even more precise. Props hakre. See #15193
git-svn-id: http://svn.automattic.com/wordpress/trunk@16552 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-23 19:37:31 +00:00 |
|
ryan
|
104c9ed3d8
|
Make sure create_users is strippped from blog admins for multisite setups where add_new_users is not enabled. see #15357
git-svn-id: http://svn.automattic.com/wordpress/trunk@16551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-23 16:29:21 +00:00 |
|
westi
|
da6fe519f3
|
And proper context too!
git-svn-id: http://svn.automattic.com/wordpress/trunk@16550 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-23 13:50:23 +00:00 |
|
westi
|
2e0a12e224
|
Correct incorrect action name.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16549 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-23 13:41:57 +00:00 |
|
westi
|
a1fa56fd5a
|
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: http://svn.automattic.com/wordpress/trunk@16548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-23 12:14:03 +00:00 |
|
westi
|
76a6b6c246
|
Add a nonce check on the confirm links in the Network Admin stage one.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16547 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-23 12:10:01 +00:00 |
|
westi
|
52dc84f158
|
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: http://svn.automattic.com/wordpress/trunk@16546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-23 11:46:10 +00:00 |
|
westi
|
93e23a7101
|
Implement proper column show/hide behaviour based on screen options for the Network Admin Sites table.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-23 11:39:50 +00:00 |
|
scribu
|
d941809a3c
|
Remove debug cruft from [16543]. See #14590
git-svn-id: http://svn.automattic.com/wordpress/trunk@16544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-23 00:49:23 +00:00 |
|