Commit Graph

  • f1241d5e6c Use new $required_mysql_version global in wp-db.php when checking if the mysql version is new enough. Fixes #11478 props nacin. Peter Westwood 2009-12-22 11:49:22 +00:00
  • 4e0adefa76 Ensure we don't destory the $wp_roles->role_objects property when assigning a second role to a WP_User object. Fixes #9128 props dd32. Peter Westwood 2009-12-22 11:42:46 +00:00
  • 58c5f25c03 Don't display plugin compatibility info if the new WordPress version is the same as the current one. For example for RC/Beta upgrades. Props westi. fixes #11525 for trunk Ryan Boren 2009-12-21 23:54:52 +00:00
  • 7d45163e3e Make sure we have a SimplePie object before calling destruct. Props scribu. see #11518 Ryan Boren 2009-12-21 23:36:12 +00:00
  • f0c5fb4f15 Don't use CURLOPT_CONNECTTIMEOUT_MS or CURLOPT_TIMEOUT_MS due to bugginess. fixes #11505 see #11499 Ryan Boren 2009-12-21 19:34:38 +00:00
  • 949645fa78 Check that there is a comment_agent to filter and otherwise filter an empty string. Fixes a notice during import from old WXR files. See #11484. Peter Westwood 2009-12-21 15:35:00 +00:00
  • af1919accd Fix some notices in the importer when importing files from old WordPress versions or not fetching attachments. See #11484. Ensure that we check that a user is created for the username we specify and otherwise fallback to the current user See #10319. Peter Westwood 2009-12-21 15:26:57 +00:00
  • 0a6df71be5 Add stricter checks to wp_insert_user() to ensure we don't create a user with an empty user_login but return a WP_Error instead. Fixes #11548. Peter Westwood 2009-12-21 15:25:00 +00:00
  • 0db9760bd4 Remove unused var. Props miqrogroove. fixes #11371 Ryan Boren 2009-12-21 09:11:28 +00:00
  • d2128b8fb9 Fix typos. Props gautam2011. fixes #11529 for trunk Ryan Boren 2009-12-21 08:58:58 +00:00
  • 8b7f26b62c Improve do_action performance. Make an associative array. Props koopersmith. fixes #10561 Ryan Boren 2009-12-21 08:47:34 +00:00
  • 0487cf7225 Round back the buttons, see #11502 Andrew Ozz 2009-12-20 05:32:52 +00:00
  • cbb63c4f78 Fix wp_clear_scheduled_hook() so that it function prototype matches the other cron functions. Include backwards compatibility code so that plugins that used the old way still work. Fixes #10468. Peter Westwood 2009-12-19 11:47:16 +00:00
  • 309b373f85 Ensure that bulk comment actions do not remove spaces from search terms. Also refactors comment bulk action redirect url building to be consistent with other operations. Fixes #11471 props nacin. Peter Westwood 2009-12-19 11:30:54 +00:00
  • 3081afd1e1 Improve like_escape to also escape '\'. Fixes #10041 props miau_jp and Denis-de-Bernardy. Peter Westwood 2009-12-19 11:07:16 +00:00
  • f0a6bb378b Deprecate _nc() as _nx() is a much better was of specifying contexts. Fixes #11404 props nacin. Peter Westwood 2009-12-19 10:51:29 +00:00
  • 4d78827fb8 Update the version number in readme.html Peter Westwood 2009-12-19 09:23:03 +00:00
  • fd5aa64836 Fix notice in get_boundary_post_rel_link when there is no post to link. Fixes #11490 props ShaneF. Peter Westwood 2009-12-19 09:21:00 +00:00
  • e2917654c5 3.0-alpha Ryan Boren 2009-12-19 00:14:46 +00:00
  • 81d878ae27 Remove stray paren. Props demetris. fixes #11485 Ryan Boren 2009-12-18 18:19:43 +00:00
  • 715fa5d163 Hard code required version in update-core.php. see #11464 Ryan Boren 2009-12-18 16:53:44 +00:00
  • b5d35e68ec Fix checkbox and radio styles in IE7/8 and Opera Andrew Ozz 2009-12-18 13:05:10 +00:00
  • 8219ad5b49 Fix the scale image check in image editor, fixes #11473 for trunk Andrew Ozz 2009-12-18 09:52:32 +00:00
  • de918a6161 Fix typo in edit-tags.php (proper patch), props nacin, fixes #11350 for trunk Andrew Ozz 2009-12-18 06:30:16 +00:00
  • 6084374677 Fix typo in edit-tags.php, props nacin, fixes #11350 for trunk Andrew Ozz 2009-12-18 06:22:44 +00:00
  • 11865461fc Escape percent sign. Props sirzooro. fixes #11476 Ryan Boren 2009-12-17 22:00:51 +00:00
  • 7900028ff8 Fix the 'current_user_can' check for 'add-comment'. Andrew Ozz 2009-12-17 21:02:38 +00:00
  • c3e7918ed8 Give feedback when Upgrade Plugins is clicked but no plugins are selected. see #10973 Ryan Boren 2009-12-17 20:18:12 +00:00
  • d117c4918b Make sure dir() returned a dir object. Ryan Boren 2009-12-17 19:56:05 +00:00
  • 0df26215b0 Add required php and mysql versions to version.php. Future proof required version check strings. Props nacin. see #11464 Ryan Boren 2009-12-17 18:46:19 +00:00
  • 047c6a7429 Delete all comment meta when deleting a comment. Props nacin. fixes #11463 Ryan Boren 2009-12-17 17:54:23 +00:00
  • 3820e511a6 Delete all comment meta when deleting a comment. Props nacin. fixes #11463 Ryan Boren 2009-12-17 17:10:40 +00:00
  • dbad0d7271 Fix typo. see #11464 Ryan Boren 2009-12-17 16:22:54 +00:00
  • 5322564b92 Properly handle float timeouts for all transports. Props mdawaffe. fixes #11468 Ryan Boren 2009-12-17 16:13:58 +00:00
  • 899da05e4c Check MySQL and PHP versions when auto upgrading. Props westi, Denis-de-Bernardy, nacin, caesarsgrunt. see #11464 Ryan Boren 2009-12-17 16:04:47 +00:00
  • 0d2d7cc5a9 Fix phpDoc for Comment Meta functions to refer to comments not posts. See #11462 props sirzooro. Peter Westwood 2009-12-16 22:13:53 +00:00
  • aa3d3a73aa Update the readme to include new mysql minimum version. Peter Westwood 2009-12-16 18:03:49 +00:00
  • edaf5adcf6 RC1 Ryan Boren 2009-12-16 17:50:18 +00:00
  • 83fb251dc3 Delete instead of trash when bulk deleting media. Props nacin. fixes #11455 Ryan Boren 2009-12-16 17:14:21 +00:00
  • 3b656ce72e Make the excerpt_more filter include the space. Props demetris. fixes #11456 Ryan Boren 2009-12-16 16:38:58 +00:00
  • 065c684cea Consult the tested field when checking plugin compatibility. Props Denis-de-Bernardy. fixes #11450 Ryan Boren 2009-12-16 03:08:17 +00:00
  • 65551e22c3 Check post and comment status before emptying trash, fixes #11442 Andrew Ozz 2009-12-16 01:35:29 +00:00
  • 60bbd214b3 Remove oEmbed discovery option. Add hook so plugins can enable it. see #10337 Ryan Boren 2009-12-15 21:16:00 +00:00
  • 13b96eb0cb Bump MySQL requirement to 4.1.2 per previous discussions and announcements. Ryan Boren 2009-12-15 21:04:50 +00:00
  • 8e0d091c55 Remove no longer needed DB has_cap() checks. Props filosofo. fixes #11443 Ryan Boren 2009-12-15 21:01:57 +00:00
  • 60a2805b0d Don't fall back to logged in cookie if in the admin. Ryan Boren 2009-12-15 19:57:20 +00:00
  • f14b014d58 Show plugin compatibility for available upgrade versions of WP. see #10973 Ryan Boren 2009-12-15 19:09:55 +00:00
  • f57f8f3a6f Remove target from view post/page links. Props scribu. fixes #11406 Ryan Boren 2009-12-15 18:36:57 +00:00
  • 922d26b596 Fix upload dir defaults. Props Denis-de-Bernardy. fixes #11276 Ryan Boren 2009-12-15 17:53:51 +00:00
  • f2f48162ec Bump the MySQL requirement to 4.1.0. Props Denis-de-Bernardy. see #11437 Ryan Boren 2009-12-15 16:04:32 +00:00
  • 1e123f43a7 Use ON DUPLICATE KEY UPDATE when inserting options to avoid duplicate entry errors. fixes #11437 Ryan Boren 2009-12-15 16:00:23 +00:00
  • 86c09f699b Add 'trash' in comment moderation emails, props nacin, fixes #11426 Andrew Ozz 2009-12-15 10:55:55 +00:00
  • 14e4e32252 Fix action on dashboard spam link, merge deletecomment with trashcomment, untrashcomment, spamcomment, and unspamcomment, props caesarsgrunt, fixes #11432 Andrew Ozz 2009-12-15 09:45:29 +00:00
  • ef4dad6b8d Fix typos, props aldenta, fixes #11440 Andrew Ozz 2009-12-15 04:55:47 +00:00
  • c74cd320fa Properly update pagination links when moderating comments for a particular post or page. Andrew Ozz 2009-12-15 04:33:16 +00:00
  • 65e4e2b2a3 Fix some more html encoding in email subject issues. Fixes #9913. Peter Westwood 2009-12-14 22:09:54 +00:00
  • 1ea0e34786 Pass taxonomy to created, edited, create, and edit actions. Props Denis-de-Bernardy. fixes #11429 Ryan Boren 2009-12-14 16:46:05 +00:00
  • 5dd7bb86d3 Add another arg to 'get_comment_time' filter, props miqrogroove, fixes #11421 Andrew Ozz 2009-12-14 10:21:58 +00:00
  • 3447fc5210 Urlencode the search query in get_search_feed_link() and get_search_comments_feed_link(), props tenpura, fixes #11153 Andrew Ozz 2009-12-14 10:09:55 +00:00
  • 90b83e8f8a Discard replies to comments on a trashed post, props nacin, fixes #11401 Andrew Ozz 2009-12-14 03:03:58 +00:00
  • 7c0015e43e Move is_admin() to wp-settings.php so it's available when query.php is not included. Andrew Ozz 2009-12-14 00:38:05 +00:00
  • 1611f432c3 Ensure that RTL langs don't get a horizontal scrollbar in IE7. Fixes #10748 props yoavf. Peter Westwood 2009-12-13 17:56:22 +00:00
  • 81edd5a728 Restore the check for trueness on $user_id so we don't run the queries or create the objects. Fixes #11419 props Denis-de-Bernardy. Peter Westwood 2009-12-13 17:32:14 +00:00
  • fafe6e5f01 Fix notice on edit posts page when logged in as a user without the 'edit_others_posts' capability. Peter Westwood 2009-12-13 13:01:30 +00:00
  • 952cfa477f Check that $user_id is set. For non-logged in users it is not set so we get a notice. Peter Westwood 2009-12-13 11:43:19 +00:00
  • 010138e0df Don't html encode quotes in the blogname in email subjects as this is a plain text output. Fixes #9913 props tenpura. Peter Westwood 2009-12-13 11:38:45 +00:00
  • f6806ba64c Fix the IP Address validation code in the FTP class. Fixes #11393 props nacin. Peter Westwood 2009-12-13 00:02:01 +00:00
  • 5fd68c506f Bump the version number on the wp-admin.css files for [12377]. See #11149 props nacin. Peter Westwood 2009-12-12 22:28:48 +00:00
  • 5ba628b1a9 Remove animation for admin notices, fixes #11267 Andrew Ozz 2009-12-12 19:53:06 +00:00
  • 83dbfe6dc1 Do not show PHP 5.3 deprecated errors when WP_DEBUG is set, props mrmist nacin, fixes #10533 Andrew Ozz 2009-12-12 09:29:20 +00:00
  • c2fa5860cc Do not stop plugin activation due to E_DEPRECATED errors in php 5.3, props Denis-de-Bernardy, fixes #11250 Andrew Ozz 2009-12-12 09:20:07 +00:00
  • 4e8a2950a5 Fix dashboard Right Now columns width in IE6/7, fixes 11293 Andrew Ozz 2009-12-12 08:49:45 +00:00
  • 35ded05d09 Typecast to int the return of image_resize_dimensions(), fixes #7748 Andrew Ozz 2009-12-12 08:06:24 +00:00
  • a01165cf53 Make animation faster for admin notices, props nacin, fixes #11267 Andrew Ozz 2009-12-12 07:34:04 +00:00
  • dbf3e72d46 Fix image editor toolbar in IE6/7, fixes #11400 Andrew Ozz 2009-12-12 07:24:53 +00:00
  • e54acbc473 Display "Dimensions" only for image attachments, fixes #11403 Andrew Ozz 2009-12-12 07:02:26 +00:00
  • 770fd776d7 Disable trash for attachments for now pending improvements in 3.0, fixes #11149 Andrew Ozz 2009-12-12 06:40:16 +00:00
  • ee79c9e7d0 Optimize Whoa Cowboy query. Only look back one hour. props mdawaffe. fixes #4366 Mark Jaquith 2009-12-11 23:29:19 +00:00
  • 16b48edadf Don't fallback to the options database when retrieving *_per_page user options. Props nacin. fixes #11385 Ryan Boren 2009-12-11 23:14:43 +00:00
  • 6cbf650667 Show Upgrade Notice for plugins. see #10973 Ryan Boren 2009-12-11 17:18:29 +00:00
  • b0c20621cd Call wp_cache_delete after issuing update actions. Props Denis-de-Bernardy. fixes #11397 Ryan Boren 2009-12-11 16:44:41 +00:00
  • 95f2058f8b Return false from is_paged() if on the first page. Props Denis-de-Bernardy. fixes #11389 Ryan Boren 2009-12-11 16:38:59 +00:00
  • 68f8e4d036 Press This empty title fix, props noel, see #11390, fixes #10715 Andrew Ozz 2009-12-11 00:14:18 +00:00
  • 40345fea17 Reverting [12361] due to logic issue. see #10715 Mark Jaquith 2009-12-10 23:11:54 +00:00
  • 8da73e044d Pass correct number of args to ftp_chdir(). Props Denis-de-Bernardy. see #10889 Ryan Boren 2009-12-10 23:03:25 +00:00
  • 545994d1f7 Reverting [12331]. see #10057 Mark Jaquith 2009-12-10 23:02:47 +00:00
  • a8751f57f8 Remove unused variable. Props hakre. fixes #10765 Ryan Boren 2009-12-10 22:55:06 +00:00
  • e56fb80aa5 Revert [11212], [12252], [12255] and [12258]. Stick with Hello World for now and we will look at other solutions. See #110808. Peter Westwood 2009-12-10 22:45:10 +00:00
  • cf9d70f50a Drop temp upgrade code. fixes #11266 Ryan Boren 2009-12-10 20:29:55 +00:00
  • 917d2e345f Fix slashes in the Text widget, props Denis-de-Bernardy, fixes #10563 Andrew Ozz 2009-12-10 09:54:15 +00:00
  • 139414023c Image editor icons, props Ben Dunkle, fixes #10979 Andrew Ozz 2009-12-10 09:22:01 +00:00
  • c357915942 Strip HTML from comments_popup_link title attribute. props ewestp, xenlab. fixes #10997 Mark Jaquith 2009-12-10 09:13:11 +00:00
  • 06772635dd Allow for saving Press This entries with blank titles. props noel, christoph179. fixes #10715 Mark Jaquith 2009-12-10 09:08:31 +00:00
  • 2cc4860510 Change 'Remove' link on widgets to 'Delete' because it doesn't just remove it, it deletes the settings for that widget instance. props Denis-de-Bernardy. fixes #10379 Mark Jaquith 2009-12-10 08:51:36 +00:00
  • a14caf5287 Use esc_url_raw() on wp:comment_author_url in exports. fixes #9524 Mark Jaquith 2009-12-10 08:42:45 +00:00
  • ef69d82092 Use http_response_code for wp_redirect(), so that fastcgi hosts always get 301 redirect love. props error. fixes #6779 Mark Jaquith 2009-12-10 08:33:17 +00:00
  • d08d287832 Fix some wrapping/cropping issues for verbose languages. props Nao. fixes #11293 Mark Jaquith 2009-12-10 08:20:32 +00:00
  • 7caab9d8e3 Do not double-stripslashes() on get_search_query(). fixes #11374 Mark Jaquith 2009-12-10 08:07:19 +00:00
  • db7d45ebe2 Provide visual feedback for "Use as thumbnail" when clicked immediately after uploading the image. fixes #11140 Mark Jaquith 2009-12-10 08:03:26 +00:00
  • 400915e28a Forgot to check this in with [12353]. see #11140 Mark Jaquith 2009-12-10 07:37:41 +00:00