Commit Graph

  • ff64167d03 Remove dot and silence errors in get_filesystem_method() Andrew Ozz 2009-08-15 08:03:48 +00:00
  • 82a0986656 Fix class-wp-filesystem-ssh2 put_contents() for empty files, props lostinlafayette dd32, fixes #10604 Andrew Ozz 2009-08-15 07:49:28 +00:00
  • 14ac0702da Always respect custom post_type in queries. props dd32, filosofo. fixes #10605 Mark Jaquith 2009-08-15 03:28:03 +00:00
  • c4449d23b1 Add the new file too. Peter Westwood 2009-08-14 18:58:22 +00:00
  • 1af5847d85 Refactor the meta boxes out of the edit pages and into an include file. See #9674 props wnorris. Peter Westwood 2009-08-14 17:37:40 +00:00
  • 9e32cf358c Support location of category templates based on category slug as well as id. Fixes #10614 based on patch from scribu. Peter Westwood 2009-08-14 16:56:51 +00:00
  • ddbdf401d4 Fix wptexturisation of quotes when enclosed by brackets. Fixes #1418 props voyou1. Peter Westwood 2009-08-14 16:43:22 +00:00
  • bd084996dd Fix two more notices in the APP implementation. This time in the root /service page. Peter Westwood 2009-08-13 20:52:41 +00:00
  • 31387fd45c Enable the APP attachment file download to work correctly rather than just returning a lot of php notices. Fixes #10372 for trunk props mysz. Peter Westwood 2009-08-13 20:31:12 +00:00
  • 19c135e0e6 Fix notice in APP server if no authentication credentials supplied. Peter Westwood 2009-08-13 20:11:52 +00:00
  • 04b7cd96b4 Strip slashes from POST data in request_filesystem_credentials(), props dd32, fixes #10567 Andrew Ozz 2009-08-13 06:03:26 +00:00
  • aa630abdab Fix bulk edit, some cleanup and message fixes for moving in/out of the trash, see #4529 Andrew Ozz 2009-08-12 10:57:15 +00:00
  • 0e8ca7b71f Make it raw Ryan Boren 2009-08-11 05:58:48 +00:00
  • ecadd0a159 urlencode login Ryan Boren 2009-08-11 05:56:43 +00:00
  • 628a2605fc Pass user login when resetting passwords. Ryan Boren 2009-08-11 05:48:44 +00:00
  • 7199d04255 Enforce activation key to be a string. Ryan Boren 2009-08-11 05:29:36 +00:00
  • 151bd98491 Reject activation keys that are arrays. Ryan Boren 2009-08-11 04:53:10 +00:00
  • d895dcb002 get_sample_permalink_html filter Ryan Boren 2009-08-10 20:49:09 +00:00
  • e01eb2fd26 Apply get_edit_post_link filter. Props prettyboymp. fixes #10579 Ryan Boren 2009-08-10 16:33:42 +00:00
  • 962116a319 Strip slashes in the text widget for users without the unfiltered_html capability, props jamescollins, fixes #10563 Andrew Ozz 2009-08-09 12:32:18 +00:00
  • 51a0906688 Fix notice when trying to view comments due to Trash implementation. Peter Westwood 2009-08-09 10:58:41 +00:00
  • 599246431b Pass the widget instance as context to the widget_title and widget_text filters. Fixes #10573 props Viper007Bond. Peter Westwood 2009-08-09 10:35:28 +00:00
  • ce10f59fac Correct comments and remove unecessary echos from the default themes sidebar templete file. Fixes #10335 props JeremyVisser. Peter Westwood 2009-08-08 14:26:49 +00:00
  • ad9e217bf4 Don't do autosave while the TinyMCE spellchecker is active (it strips all the markup), fixes #10515 Andrew Ozz 2009-08-08 09:03:56 +00:00
  • cbb9057c95 Seperate out the XML-RPC server active behaviour from object construction so that plugins can use the utility functions when extending the XML-RPC server. Fixes #10513 props davecpage. Peter Westwood 2009-08-08 08:38:20 +00:00
  • 152a0d9f3f Scroll back to the same location after saving a file in the Plugin and Theme editors Andrew Ozz 2009-08-08 07:22:19 +00:00
  • 2cd8ded9aa Pass the filename to the wp_feed_cache_transient_lifetime filter to give the plugins some context. Fixes #10565 props dd32. Peter Westwood 2009-08-07 17:17:40 +00:00
  • 8381ee663f Set the interval to 5 minutes like I meant. See #7245 props aaroncampbell. Peter Westwood 2009-08-07 17:11:39 +00:00
  • 194d325e3f Fix warnings in wp_plugin_update_rows(), see #10464 Andrew Ozz 2009-08-07 09:33:40 +00:00
  • 10360549ba Make it much easier to filter contact methods from user profiles adding and removing at will. Fixes #10240 props joostdevalk. Peter Westwood 2009-08-06 21:59:52 +00:00
  • 4d26de281a Ensure that XMLRPC clients can tell the difference between unapproved and spam comments. Fixes #10510 props josephscott. Peter Westwood 2009-08-06 20:48:59 +00:00
  • 3faf80baad Limit wp-mail blog by email checks to every 5 minutes. Fixes #7245 based on patches from lilyfan and Denis-de-Bernardy. Peter Westwood 2009-08-06 19:58:47 +00:00
  • 8228a84354 Remove errant <tr> to fix validation error. Fixes #10560 props wahgnube. Peter Westwood 2009-08-06 19:44:25 +00:00
  • dcf3026244 Correct the name of the filter in _nx(). Fixes #10540 props CalebKniffen. Peter Westwood 2009-08-06 19:27:52 +00:00
  • 7dcba3d22e Notice fixes, props mrmist, see #4529 Andrew Ozz 2009-08-06 00:40:39 +00:00
  • 9376d20e68 Show Empty Trash button only when the user has cap. props mrmist, see #4529 Andrew Ozz 2009-08-05 23:50:29 +00:00
  • 7bc6b530f2 rel=canonical for singular pages. see #10115 Ryan Boren 2009-08-05 16:43:51 +00:00
  • dd4f9603cb Sanitize $include and $exclude in the gallery shortcode Andrew Ozz 2009-08-05 05:56:00 +00:00
  • d99cec0a57 Move plugin update notice output to the plugin specific hook so as to make them easier to filter and manage from plugins that want to do there own thing. Fixes #10464 props strider72. Peter Westwood 2009-08-04 21:52:31 +00:00
  • b2fce410d1 Add support for sticky posts to the WXR exporter and importer. Fixes #10462 props josephscott. Peter Westwood 2009-08-04 21:46:42 +00:00
  • 92cc16ae04 Allow user registration to be enabled by an XMLRPC client. Fixes #10454 props josephscott. Peter Westwood 2009-08-04 21:30:21 +00:00
  • c37c59c0b7 Ensure that users_can_register is sanitised correctly. See #10454 props josephscott. Peter Westwood 2009-08-04 21:28:42 +00:00
  • 6508558092 Add support for 'include' and 'exclude' to [gallery] (include="123,456" would show only these attachments regardless of the parent post, exclude="789,123" would exclude these attachments and show the rest). Andrew Ozz 2009-08-04 07:32:18 +00:00
  • 26383ac68e Stop direct loading of files in wp-admin that should only be included, for trunk Andrew Ozz 2009-08-03 00:04:45 +00:00
  • cdf06921c7 More cap checks, for trunk Andrew Ozz 2009-08-02 02:23:54 +00:00
  • 7b8c4df9bc Add some CYA cap checks. Ryan Boren 2009-08-01 21:58:59 +00:00
  • 98b8d02a40 Add some CYA cap checks. Ryan Boren 2009-08-01 21:12:17 +00:00
  • ebd60f5a91 Be consistent about slashing _REQUEST superglobal. props dd32. fixes #10360 Mark Jaquith 2009-07-31 22:22:54 +00:00
  • 0604c85a91 Force IPv4 (127.0.0.1) when connecting to localhost, as many dev environments are not set up to serve on IPv6 (::1). props dd32. fixes #10045 Mark Jaquith 2009-07-31 09:40:16 +00:00
  • 7d5293d834 add some filters so that HTTP requests can be filtered. props johnbillion. fixes #10413 Mark Jaquith 2009-07-31 09:37:45 +00:00
  • d70c5162bf Fix some default widget PHP notices. props mrmist. fixes #10225 Mark Jaquith 2009-07-31 09:35:59 +00:00
  • 5d9e24caa3 Return an empty array instead of false for get_children() when no children found. props Denis-de-Bernardy. fixes #10053 Mark Jaquith 2009-07-31 09:31:56 +00:00
  • a218ea1e9f Add missing quote. Props brianwhite. fixes #10474 Mark Jaquith 2009-07-30 22:03:33 +00:00
  • 0e582fb956 Fix invalid border-radius css, props Simek, fixes #10500 for trunk Andrew Ozz 2009-07-30 16:31:06 +00:00
  • 97027f3abe Don't show edit link for comments when the user cannot edit them, props filosofo, fixes #10520 for trunk Andrew Ozz 2009-07-30 15:43:04 +00:00
  • 16241293d3 Trash status update, see #4529 Andrew Ozz 2009-07-30 14:55:07 +00:00
  • d9f8c67f2f Trash status updates for posts, pages, comments and attachments, props caesarsgrunt, see #4529 Andrew Ozz 2009-07-30 13:39:34 +00:00
  • dfa42e3952 Allow _wp_get_comment_list to handle custom comment types, props aaroncampbell, fixes #10463 Andrew Ozz 2009-07-27 23:28:13 +00:00
  • b310ef4a08 Add attachment ID to the wp_generate_attachment_metadata filter, props taco1991, fixes #10494 Andrew Ozz 2009-07-27 23:08:21 +00:00
  • eb4b483e8b Use exif rotation data when creating sub-sizes of uploaded jpeg images, see #7042 Andrew Ozz 2009-07-27 18:32:30 +00:00
  • 9223d6583f Canonical redirects for post name queries. Props DD32. see #6516 Ryan Boren 2009-07-26 17:16:53 +00:00
  • 84162cad0b Fix wp_tag_cloud('order=RAND'), don't pre-sort if filter 'tag_cloud_sort' is used to sort the tags, props Joern_W, fixes #10393 Andrew Ozz 2009-07-26 01:23:46 +00:00
  • c7b3be84cf Improve QE data for Draft, Pending and Scheduled posts screens, see #10478 Andrew Ozz 2009-07-25 12:21:55 +00:00
  • ffbb2b7b5f Fix QE returned data for Pending and Scheduled posts screens, use jQuery.live() for QE events, fixes #10478 Andrew Ozz 2009-07-25 10:58:05 +00:00
  • 245d113bfc "Trash" status for comments updates, props caesarsgrunt, see #4529 Andrew Ozz 2009-07-24 07:23:11 +00:00
  • 72f5a9910c Fix comment author url when editing, fixes #10466 for trunk Andrew Ozz 2009-07-22 22:32:27 +00:00
  • 62cdbc6522 add smilies_src filter. Props Otto42. see #10145 Ryan Boren 2009-07-22 18:27:13 +00:00
  • b4b59e27e5 Generate same as original color depth thumbnails for PNG images, props madhyde, fixes #9887 Andrew Ozz 2009-07-22 03:02:44 +00:00
  • fcda8f6d13 Revert tango smilies back to old school WP smilies due to public hue and cry. see #10145 Ryan Boren 2009-07-22 00:18:09 +00:00
  • 60936ba553 Pings to the people. Return to pinging for updates to published posts. see #6698 Ryan Boren 2009-07-21 23:09:47 +00:00
  • 0f8ce0e0df Process waiting pings a half hour after the last ping to avoid spamming ping sites. Don't make a ping wait if the last ping was more than half an hour ago. Props VoxPelli. fixes #6698 for trunk Ryan Boren 2009-07-21 19:44:21 +00:00
  • 8db7e5a07c "Trash" status for comments, first run, props caesarsgrunt, see #4529 Andrew Ozz 2009-07-21 03:11:12 +00:00
  • fc37d64a90 esc_attr() for comment author email Ryan Boren 2009-07-20 02:51:14 +00:00
  • 617265d39e esc_url() for () Ryan Boren 2009-07-20 01:41:05 +00:00
  • cc56ac3d6d sanitize_comment_cookie() handles the attribute escaping, so remove the extra escaping and leave the phpdoc. Ryan Boren 2009-07-20 01:22:25 +00:00
  • a692acecdf Escape , , and for use in attributes by default since so many themes don't escape them. Use wp_get_current_commenter() to get the raw values. Ryan Boren 2009-07-20 01:11:14 +00:00
  • c7a3747476 Properly escape comment_author_url when displaying, for trunk Andrew Ozz 2009-07-18 23:21:50 +00:00
  • 54e5a88d02 Properly sanitize Gears storeName for IDN domains, fixes #9594 Andrew Ozz 2009-07-18 06:27:42 +00:00
  • 235c33b9fb Flush the cache in Recent Comments widget on transition_comment_status, props josephscott, fixes #10427 Andrew Ozz 2009-07-16 22:31:22 +00:00
  • ba6403bb8c Correct icon_url over SSL in add_object_page(), props johnbillion, fixes #10412 Andrew Ozz 2009-07-15 08:36:45 +00:00
  • c18cc9c051 Fix plugins descriptions localization, props Denis-de-Bernardy, fixes #10382 Andrew Ozz 2009-07-14 08:54:03 +00:00
  • 6b3f1c63a0 Fix notice in upload.php, props mrmist, fixes #10223 Andrew Ozz 2009-07-14 08:39:56 +00:00
  • a8855d1e60 Hide update notification for themes that are updated manually, props Denis-de-Bernardy, fixes #10220 Andrew Ozz 2009-07-14 08:34:39 +00:00
  • 3cd210f180 Truncate comment agent when longer than 255 chars, props Denis-de-Bernardy, fixes #10389 Andrew Ozz 2009-07-14 08:20:24 +00:00
  • f6aaf08cbf Improve temp file name, props DD32, fixes #10224 Andrew Ozz 2009-07-14 08:12:18 +00:00
  • 3b5d738ec8 Fix converting of HTML entities in Quick editor for comments, don't output QE data when the user cannot edit comments, fixes #9935 Andrew Ozz 2009-07-14 07:59:52 +00:00
  • 64fd3c3e59 Call wp_dropdown_users() with echo=0 when outputting the quickedit and bulkedit forms so as to remove the need for output buffering. Fixes #10062 props johnbillion. Peter Westwood 2009-07-11 09:17:09 +00:00
  • ab1fbdb40a Remove comment quickedit data from the dashboard recent comments widget. Fixes #9603 props coffee2code. Peter Westwood 2009-07-11 09:11:15 +00:00
  • 45fa3ed5a3 Properly escape the title in the feed widget, props nbachiyski, fixes #10378 for trunk Andrew Ozz 2009-07-11 04:18:26 +00:00
  • 61b464cd14 Provide a pre-filled wp-config.php file in a textarea if setup-config can't write to the server. Fixes #10107 props filosofo. Peter Westwood 2009-07-09 21:35:47 +00:00
  • 195411b214 Fix typo in type_url_from_video() link text description. Fixes #10071 props Denis-de-Bernardy. Peter Westwood 2009-07-09 21:21:57 +00:00
  • 1d984da04a Make checked and selected compare more carefully and update the phpdoc with the correct @since version. Fixes #9862 props Denis-de-Bernardy. Peter Westwood 2009-07-09 21:13:23 +00:00
  • 7cda7bfd4d Add extra site debugging support to enable conditionally enable display_errors or a special error_log. Fixes #10202 props sivel. Peter Westwood 2009-07-09 20:51:52 +00:00
  • 43770b1234 Fix deprecated arg. in safecss_filter_attr(), for trunk Andrew Ozz 2009-07-08 09:54:34 +00:00
  • 29f9fbef8e Update the readme in trunk early for once. Peter Westwood 2009-07-08 07:08:36 +00:00
  • f3c198ce14 change wp_ajax_nopriv in admin-ajax.php to support GET as well as POST. Props dd32. fixes #10345 Ryan Boren 2009-07-06 16:55:07 +00:00
  • 7af7514cf0 Allow class, id, and style on headers. Props matt. Ryan Boren 2009-07-06 14:37:48 +00:00
  • 484f514706 Convert the old style widgets order array only when loading the widgets screen, fixes #10300 for trunk Andrew Ozz 2009-07-04 12:49:54 +00:00
  • 81c8791b9d Inline CSS filter for kses, for trunk, fixes #10336 Andrew Ozz 2009-07-04 04:49:39 +00:00
  • 8f795065f6 Add 'rpc' context to siteurl which obeys ADMIN and LOGIN forced SSL. see #10330 Ryan Boren 2009-07-04 02:48:22 +00:00