Commit Graph

8238 Commits

Author SHA1 Message Date
Andrew Ozz ee6db8dcaf Add some delay to allow the flash uploader swf to load in FF4, fixes #17329
git-svn-id: https://develop.svn.wordpress.org/trunk@18073 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-30 02:23:45 +00:00
Andrew Ozz 25431a16bb s/Colse/Close/, props nacin, fixes #17399
git-svn-id: https://develop.svn.wordpress.org/trunk@18070 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-29 05:07:32 +00:00
Andrew Ozz 1596867751 Don't close DFW when closing modal dialogs with Escape key, fixes #17399
git-svn-id: https://develop.svn.wordpress.org/trunk@18069 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-29 02:04:52 +00:00
Andrew Nacin 21aaf43a01 Remove terrible suggestion.
git-svn-id: https://develop.svn.wordpress.org/trunk@18068 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-29 00:56:50 +00:00
Andrew Nacin 8efd0f7f7d Remove accidental tint on the post-box div. Should be a white background.
git-svn-id: https://develop.svn.wordpress.org/trunk@18067 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-28 19:29:32 +00:00
Andrew Ozz 69d133d6f0 Fix the spellchecker button for the visual editor.
Fix focusing the editor in IE, props greuben, fixes #17467

git-svn-id: https://develop.svn.wordpress.org/trunk@18066 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-28 16:46:13 +00:00
Andrew Ozz e7d7300bc7 Fix background color for approved comments, props DH-Shredder, fixes #17405
git-svn-id: https://develop.svn.wordpress.org/trunk@18065 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-28 02:30:04 +00:00
Andrew Ozz 3db61a5880 Fix regression: the visual editor removes empty paragraphs, fix CSS for the spellchecker button, fixes #17368
git-svn-id: https://develop.svn.wordpress.org/trunk@18064 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-27 19:27:19 +00:00
Ryan Boren 6cde0d88f9 Properly handle return value of DDL statements. Props scribu, marcis20. fixes #11372
git-svn-id: https://develop.svn.wordpress.org/trunk@18063 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-27 15:46:56 +00:00
Ryan Boren 8db8af8fe5 Return false from is_page_template() if the template is default. Props johnbillion. fixes #17458
git-svn-id: https://develop.svn.wordpress.org/trunk@18062 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-27 15:24:33 +00:00
Ryan Boren 9294a6cb6d Remove duplicate sentence search terms. Props scribu. fixes #17152
git-svn-id: https://develop.svn.wordpress.org/trunk@18056 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-26 16:41:59 +00:00
Andrew Nacin 01dac4d16f Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@18055 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-26 06:06:10 +00:00
Andrew Nacin 2ac4a87b89 Upddate FSF address in kses. props mcepl, fixes #14967.
git-svn-id: https://develop.svn.wordpress.org/trunk@18052 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 22:15:12 +00:00
Ryan Boren 6fbd0a4ff6 Bump. Beta 2
git-svn-id: https://develop.svn.wordpress.org/trunk@18045 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 18:20:49 +00:00
Ryan Boren d6199b177a Support Chrome Frame. fixes #14537
git-svn-id: https://develop.svn.wordpress.org/trunk@18036 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 16:15:00 +00:00
Ryan Boren 640eed5f4a Update @since
git-svn-id: https://develop.svn.wordpress.org/trunk@18032 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 15:47:17 +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
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
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
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
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 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 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 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 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 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 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 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 Ozz 0d5e03dd9f Don't show the Fullscreen button on the comment edit page, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17966 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 07:34:54 +00:00
Andrew Ozz 726f793526 Fix race condition in the comments river XHR, props mintindeed, fixes #17483
git-svn-id: https://develop.svn.wordpress.org/trunk@17965 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 06:09:52 +00:00
Andrew Ozz 7262bec3c2 IE7 fixes, see #17324
git-svn-id: https://develop.svn.wordpress.org/trunk@17963 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 02:23:02 +00:00
Andrew Ozz d5c0b43145 New sprite for the TinyMCE buttons, props empireoflight, props saracannon, see #15986
git-svn-id: https://develop.svn.wordpress.org/trunk@17961 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-18 21:10:12 +00:00
Ryan Boren cde1941b72 Revert part of [17920]. Support for empty tz must remain. Props johnjamesjacoby. fixes #17448
git-svn-id: https://develop.svn.wordpress.org/trunk@17958 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-18 18:56:42 +00:00
Mark Jaquith 52dfe62ebf Better CSS background color fallback for TinyMCE icons (for browsers without gradient support). props greuben. fixes #17469
git-svn-id: https://develop.svn.wordpress.org/trunk@17956 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-18 17:40:49 +00:00
Mark Jaquith b24303228b Prevent the browser-out-of-date dashboard nag from being minimized and hide minimization arrow. props aaroncampbell. fixes #17441. see #17323.
git-svn-id: https://develop.svn.wordpress.org/trunk@17952 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-18 17:06:04 +00:00
Andrew Ozz 8ae9b16300 Revert [17943] as it breaks plugins, props johnjamesjacoby, fixes #17484
git-svn-id: https://develop.svn.wordpress.org/trunk@17950 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-18 06:20:30 +00:00
Andrew Ozz 1420210806 Fix width shortcuts in DFW, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17949 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-18 00:59:12 +00:00