Andrew Ozz
b048109cce
Remove wp-admin/js/list-table.js, not used anywhere and not listed in script-loader.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18028 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 01:06:24 +00:00
Andrew Ozz
3a20d6aa17
Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18027 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 01:04:12 +00:00
Ryan Boren
09424ff8b3
Rename network admin submenus to not clash with top level menus. Props ocean90, markmcwilliams. see #17378
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18026 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-24 21:58:01 +00:00
Andrew Ozz
1ed0c5b42d
Stop TinyMCE from trying to maintain text formatting when adding new paragraphs in FF and WebKit, see #17549
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18025 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-24 21:55:59 +00:00
Andrew Ozz
426d2bfb74
Fix another .attr() vs .prop() case, props ocean90, fixes #17546
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18024 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-24 16:49:01 +00:00
Ryan Boren
48fd7708b1
Rename duplicate delete_post and deleted_post actions to before_delete_post and after_delete_post. Props scribu. fixes #13731
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18012 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 23:43:14 +00:00
Ryan Boren
413723f08e
Correct phpdoc for replacing/extending thewpdb class. Props johnbillion. fixes #17533
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18011 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 23:37:16 +00:00
Ryan Boren
ccba8dfbf3
Validation fixes. Props ocean90, peaceablewhale. see #17364
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18010 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 23:33:30 +00:00
Ryan Boren
ab6db3e04f
Don't show _access_denied_splash() for network admin pages. Props sorich87. fixes #17511
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18009 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 23:11:03 +00:00
Ryan Boren
c9566759db
Don't show _access_denied_splash() if the user has permissions for the site but insufficient perms for a particular page. Props sorich87. fixes #17514
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18008 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 23:08:19 +00:00
Andrew Nacin
40306508a3
String swap. see #17532 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18007 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 18:32:17 +00:00
Peter Westwood
526f6fe677
Update wp_mail to correctly call the Address adding functions on PHPMailer for To, CC, BCC in a way which preserves our support for full RFC2822 address specifications.
...
Older versions of PHPMailer were not too careful about validating what we passed in to them as a plain email address - the new version expects we pass in the Name and Email address seperately.
Fixes #17305 based on a patch from dllh.
git-svn-id: https://develop.svn.wordpress.org/trunk@18006 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 11:14:05 +00:00
Peter Westwood
24aade313f
Use context to tell the translators what to do and thereby remove a unused string.
...
Add a comment as to why we have translations after a return.
See #17532
git-svn-id: https://develop.svn.wordpress.org/trunk@18005 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 11:02:12 +00:00
Andrew Nacin
85d36b3db0
Add paragraph tags around the blocks of contributors. see #17532 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18004 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 05:49:44 +00:00
Andrew Nacin
d996e79999
s/WordPress MU/WordPress/ and remove an unused sprintf param. props wpmuguru, fixes #17529 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18003 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 05:43:07 +00:00
Andrew Nacin
66de3a08a4
Prepare the Credits page to handle translators. see #17532 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18002 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 05:33:33 +00:00
Andrew Nacin
891be1229a
Update the Credits page for changes in the API. see #17532 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18001 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 00:08:51 +00:00
Ryan Boren
e53a69b9d3
Bump
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18000 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:59:55 +00:00
Ryan Boren
da02537bb0
Mark import attachments as private. Schedule job to delete old import attachments. Introduce attachment context.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17999 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:25:28 +00:00
Ryan Boren
722cbee7b6
Make sure ext passes through sanitize_file_name()
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17998 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:23:57 +00:00
Ryan Boren
ae5e08e457
Prepare some LIKEs
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17997 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:22:59 +00:00
Ryan Boren
f82a14802e
Use correct keys
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17996 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:21:34 +00:00
Ryan Boren
85c07485bf
Cast widget and height to int in WP_oEmbed:fetch() so we don't have to rely on providers.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17995 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:20:48 +00:00
Ryan Boren
57b6c9aeda
Sanitize guid on save and display. Sanitize mime type on save. Don't allow changing mime type via edit form handlers. Protect hidden meta.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17994 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:19:42 +00:00
Ryan Boren
2c719f4420
Use esc_url() once again.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17993 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:19:12 +00:00
Ryan Boren
79b7818f15
Add a nonce.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17992 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:18:58 +00:00
Ryan Boren
0848198e3a
Don't do a canonical redirect from author=x to /author/foo/ if the user is not an author
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17991 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:18:06 +00:00
Ryan Boren
92b4ffafc3
Properly anchor mime preg.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17990 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 23:17:09 +00:00
Andrew Nacin
6076211cc6
Code readability improvements. props niallkennedy, fixes #17166 , #17182 , #17231 , #16474 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17989 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 22:30:05 +00:00
Andrew Nacin
83d40f657b
Single quotes and spaces in ms-blogs.php. props niallkennedy, fixes #17522 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17988 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 22:19:36 +00:00
Andrew Nacin
0aae52702f
Leverage option_page_capability_* filter in Twenty Eleven. fixes #14365 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17987 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 21:32:44 +00:00
Andrew Nacin
b25c4e7cb3
Add option_page_capability_$option_page filter. see #14365 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17986 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 21:32:22 +00:00
Andrew Nacin
43d52dea87
echo. props ocean90, fixes #17535 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17985 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 21:25:42 +00:00
Andrew Nacin
8e17573655
Move the closing tags inside the same conditional in wp_plugin_update_row. props mitchoyoshitaka, fixes #17536 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17984 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 21:24:32 +00:00
Andrew Ozz
730f9550ec
Fix Reply and Approve when replying from the comment moderation page, see #15898
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17983 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-21 17:11:13 +00:00
Andrew Nacin
4d9fdaff0a
s/coma/comma/. props ocean90.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17982 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-21 15:20:25 +00:00
Andrew Ozz
c81d44279d
Fix updating of custom fields, fixes #17483
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17981 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-21 14:38:56 +00:00
Andrew Nacin
ae2bf93559
s/add_css/_wp_credits_add_css/. props dimadin, see #17532 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17980 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-21 14:01:03 +00:00
Andrew Ozz
7228202817
Fix select all checkboxes JS function, another .attr() vs .prop() case in jQuery 1.6.1, fixes #17527
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17979 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-20 22:47:36 +00:00
Andrew Nacin
5fe94e6993
Update the blip.tv regex. props blepoxp, fixes #17495 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17978 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-20 15:52:39 +00:00
Andrew Nacin
2b6feaa8ae
Remove non-functional vestigal code.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17977 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-20 06:02:03 +00:00
Andrew Nacin
1d27654a9b
Fix typo in docs.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17976 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-20 06:00:45 +00:00
Andrew Nacin
4ae79da741
Add 'Add New' buttons to edit links, edit media, and edit user screens. props sbressler, fixes #17499 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17975 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 19:52:11 +00:00
Andrew Ozz
d9ce44d0eb
When viewing Help in DFW, show only the shortcuts tab, see #17136
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17974 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 18:49:36 +00:00
Andrew Nacin
9e71942528
Only show multisite upload space when user has upload_files, rather than edit_posts. props johnbillion, fixes #17510 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17973 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 17:43:19 +00:00
Andrew Ozz
15a8ad08c9
Add the missing icon to the TinyMCE buttons, props empireoflight, props saracannon, see #15986
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17972 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 16:26:07 +00:00
Andrew Ozz
0f691b3af3
Add JS detection to wp_iframe output, remove "display:none" from the Flash uploader button, props jacobwg, fixes #17473
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17971 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 16:12:13 +00:00
Andrew Ozz
812789ad6a
FIx the position of Enter title here, see #17136
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17970 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 15:34:37 +00:00
Peter Westwood
a21b7f1a4d
Bumpity
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17969 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 08:52:26 +00:00
Andrew Nacin
afb960a480
Fix twentyeleven_url_grabber(). props duck_, see #17267 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17968 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 08:31:01 +00:00