Commit Graph

  • 95aac8c091 Compress scripts/styles: 3.5-alpha-21255. TinyMCE updated. bumpbot 2012-07-10 02:58:25 +00:00
  • e69e38219b TinyMCE: when pressing Enter while an image with caption is selected, fix moving the caret in a new paragraph under it, fix opening the Image Properties popup in IE9, see #21173 Andrew Ozz 2012-07-10 02:31:30 +00:00
  • e256a654ba Deprecate sticky_class() in favor of post_class(). props solarissmoke, fixes #16675. Andrew Nacin 2012-07-09 21:10:59 +00:00
  • c418e6c76e Remove unused global reference. props ampt. fixes #20863. Andrew Nacin 2012-07-09 19:48:04 +00:00
  • de52076568 Only obey the RELOCATE move flag if it evaluates to true. props TomAuger, JustinSainton, fixes #20636. Andrew Nacin 2012-07-09 19:32:09 +00:00
  • 041b5f7af1 HTML object tags are self-nestable. props coffee2code. fixes #20401. Andrew Nacin 2012-07-09 19:27:44 +00:00
  • 6cc01f0113 Fix the 'Display item date' configuration option for the Incoming Links dashboard widget. props Latz, SergeyBiryukov, fixes #20644. Andrew Nacin 2012-07-09 19:16:53 +00:00
  • 9f9f2bcf13 Use is_main_query() method, rather than the function. Only decode the search query variable if we are executing the main query and it came from the /search/ base, rather than the query string. fixes #13961. Andrew Nacin 2012-07-09 17:28:55 +00:00
  • 4c7b1daf92 Compress scripts/styles: 3.5-alpha-21247. bumpbot 2012-07-09 06:58:24 +00:00
  • db90ff5bc9 Add 2x icons for the list/excerpt switch on the Posts screen, props empireoflight, see #21019 Andrew Ozz 2012-07-09 06:53:43 +00:00
  • 5372c1bcae TinyMCE icons sprite with tweaked positions, props lessbloat, see #21019 Andrew Ozz 2012-07-09 06:11:30 +00:00
  • fb1bc4691f Increase the height of the widget drag/drop placeholder by one pixel so it matches the size of the dragged widget. props alexvorn2. props SergeyBiryukov. fixes #21054 Mark Jaquith 2012-07-09 05:21:59 +00:00
  • 4c7b196b6d Remove an errant 1 pixel border below the header image in Twenty Eleven. props alexvorn2. props SergeyBiryukov. fixes #21057 Mark Jaquith 2012-07-09 05:13:50 +00:00
  • ea8be18c39 Collapse an i18n context to make it more accurate and to make for one less string to translate. props pavelevap. fixes #21137 Mark Jaquith 2012-07-09 05:08:43 +00:00
  • ebcf49cf93 Bunch of PHPDoc corrections and cleanups. props c3mdigital. props SergeyBiryukov. fixes #21149 Mark Jaquith 2012-07-09 05:03:53 +00:00
  • 4423cd9a67 Hide UI for Attachment taxonomies if show_ui is false for that taxonomy. props simonwheatley. fixes #21104 Mark Jaquith 2012-07-09 04:56:50 +00:00
  • 68ff684271 Supply the missing @return doc for get_the_content_feed(). props c3mdigital. fixes #21148 Mark Jaquith 2012-07-09 04:51:00 +00:00
  • fb23c2d9f4 Use a CDATA section for RSS2 comments feeds, so HTML in comments doesn't kill XML validation. props bazza. fixes #16466 Mark Jaquith 2012-07-09 04:25:57 +00:00
  • 0290c34cee Do not block XML-RPC uploads when upload_space_check_disabled is true, regardless of fileupload_maxk value. props SergeyBiryukov. fixes #16217 Mark Jaquith 2012-07-09 03:49:23 +00:00
  • fb97d0a0d9 Do not display an error message when a plugin or theme being updated is found to already be up to date. Note the fact, and call it success. props solarissmoke. fixes #19752 Mark Jaquith 2012-07-09 03:40:32 +00:00
  • d3039fdd15 Use the_content_feed() when looking for zero-length post content for RSS2 feeds. Now you can have blank posts with content generated by the_content filters. props SergeyBiryukov. fixes #15604 Mark Jaquith 2012-07-09 03:33:01 +00:00
  • 6ef0b4c765 Insert a proper line break (instead of an HTML line break) into the "first comment". props nacin. fixes #16712 Mark Jaquith 2012-07-09 03:19:02 +00:00
  • 12f878c0ec Compress scripts/styles: 3.5-alpha-21233. TinyMCE updated. bumpbot 2012-07-08 22:58:20 +00:00
  • 23cbfec581 TinyMCE: don't throw fatal errors for malformed/invalid image caption shortcodes, props SergeyBiryukov, see #21145 Andrew Ozz 2012-07-08 21:11:23 +00:00
  • fc9df89100 WP_HTTP: Add a @link to the Chunked Decode RFC for documentation of how to decode the data correctly. Props mailnew2ster. Fixes #14184 Dion Hulse 2012-07-08 05:34:47 +00:00
  • 77c54f2481 WP_HTTP: Remove a empty() check that would never be empty due to the format of HTTP Headers, value would always contain at least a space followed by the value. See #14184 Dion Hulse 2012-07-08 05:16:26 +00:00
  • 420c84a793 Compress scripts/styles: 3.5-alpha-21229. TinyMCE updated. bumpbot 2012-07-07 16:58:20 +00:00
  • 35d883e244 Update TinyMCE to 3.5.4.1, fixes #21173 Andrew Ozz 2012-07-07 16:22:53 +00:00
  • 28d82c9b04 WP_HTTP: Allow for cookies with "empty" values be sent, this affects sending cookies such as test=0, which would previously fail. Props mailnew2ster for initial patch. See #14184 Dion Hulse 2012-07-07 12:06:09 +00:00
  • ceec50af94 WP_HTTP: Respect that some cookies do not have an expiration time, this is a valid use-case that WP_HTTP_Cookie::test() should not discard, a non-existant expiration date simply means to let it expire at the end of the session. Props mailnew2ster. Fixes #14191 Dion Hulse 2012-07-07 04:23:49 +00:00
  • f2bd679b96 WP_HTTP: Add a filter to WP_HTTP_Proxy::send_through_proxy() to allow for plugins to modify which requests are sent to a proxy dynamically. Fixes #20222 Dion Hulse 2012-07-07 02:27:13 +00:00
  • 21aefa4e4f Make get_home_path() work in more cases by being case insensitive and sanitzing Windows paths. In some cases (such as differing case of hostnames or paths in the site/home options, or when SCRIPT_FILENAME contains forward slashes) the function was failing to return the correct path, and would instead return /. Props to SergeyBiryukov for the initial patch. Fixes #20449 Fixes #10447 Dion Hulse 2012-07-06 13:54:15 +00:00
  • b47a1a46e5 WP_Filesystem: Return symlinked directory names correctly, previously the FTP extensions would return it as 'source -> dest' instead of simply 'source'. Props kurtpayne. Fixes #17846 Dion Hulse 2012-07-06 11:39:39 +00:00
  • 641b92e43d WP_Filesystem: When recursivly searching for a directory path, only search for unfound directory entries. This solves a case where the same directory may be entered twice inadvertantly when nested directories using the same name exist. Fixes #20652 Dion Hulse 2012-07-06 11:19:46 +00:00
  • a30fde5be4 WP_Filesystem: Correct a rare case where the FTP directory will be detected incorrectly when the final path token exists higher in the chain, for example /x/x/Z/x/Z/ would be detected as /x/x/Z/. Fixes #20934 Dion Hulse 2012-07-06 10:41:32 +00:00
  • 0d795fe1d1 Compress scripts/styles: 3.5-alpha-21220. bumpbot 2012-07-05 20:58:21 +00:00
  • 5ab7fcea5e Better image extension regexes, so we don't just grab the "jpe" from "jpeg" files in media_sideload_image(). props sivel. fixes #16693 Mark Jaquith 2012-07-05 20:51:55 +00:00
  • 757652fe01 Clarify that 'html' refers to the Text editor tab, see #20993 Andrew Ozz 2012-07-05 20:28:01 +00:00
  • 13c2591ec0 Also switch back the @uses annotation for [21215]. props duck_. see #20484. see #16639 Mark Jaquith 2012-07-05 20:09:28 +00:00
  • 643be5f649 Periods at the ends of sentences should be in the translated string, not outside it. Fixes an instance of that on the Tags page. props Nao. fixes #21131 Mark Jaquith 2012-07-05 20:06:19 +00:00
  • 8d0e99aaba Implement the IIS logic test that #16639 should have gotten back in the day, before it was disabled altogether. IIS canonical redirects now only supported for pretty permalink–supporting IIS7 installs. props nacin. fixes #20484. see #16639 Mark Jaquith 2012-07-05 19:59:35 +00:00
  • 7d1a3effe2 Increase the z-index of widgets so they don't appear behind menu portions while dragging. props jkudish. fixes #20300 Mark Jaquith 2012-07-05 19:24:57 +00:00
  • d1270f0d77 Allow wp_update_post() to accept the same second argument as wp_insert_post(), allowing for WP_Error return values on failure. props scribu, mikeschinkel. fixes #15036. Andrew Nacin 2012-07-05 19:21:57 +00:00
  • 5d74a50af4 Switch "HTML" tab to "Text" in DFW mode. Update documentation and inline comments to refer to the "Text" tab or mode instead of "HTML". see #20993 Mark Jaquith 2012-07-05 15:28:13 +00:00
  • 40da33e326 Rename the "HTML" editor tab to "Text" (as it has never been a pure HTML editor, but a text editor that supports HTML and also does some HTML transformations automatically). fixes #20993 Mark Jaquith 2012-07-05 15:19:01 +00:00
  • 34ec1a7c61 Compress scripts/styles: 3.5-alpha-21210. bumpbot 2012-07-05 14:58:19 +00:00
  • 1f25a79a65 Uncheck the "select all" checkbox when one of the child checkboxes is manually unchecked. props SergeyBiryukov. fixes #20261 Mark Jaquith 2012-07-05 14:08:20 +00:00
  • e7d8706111 Allow home page of multisite (subdir install) sites to resolve regardless of capitalization, as they already do for URLs other than the home page. props SergeyBiryukov. fixes #16200 Mark Jaquith 2012-07-05 13:50:24 +00:00
  • b9ddde32f8 Reënable canonical redirects for IIS. Let's work out any remaining bugs in this cycle. fixes #20484. reverts [17492]. see #16639 Mark Jaquith 2012-07-05 13:23:39 +00:00
  • 9ec3e4e928 Compress scripts/styles: 3.5-alpha-21206. bumpbot 2012-07-04 06:58:20 +00:00
  • 20813bcbe2 Change a jQuery selector to work around a change in jQuery 1.7.2 related to some class names containing colons. props SergeyBiryukov. fixes #21106 for trunk. see #21152 Mark Jaquith 2012-07-04 05:58:28 +00:00
  • 6ef3ff3062 Remove charset attribute from script elements. props neoxx, fixes #21146. Andrew Nacin 2012-07-03 13:27:14 +00:00
  • 260e9ec7ab require_once dashboard.php in wp_ajax_dashboard_widgets() so it is testable. props kurtpayne. fixes #UT41. Andrew Nacin 2012-06-30 15:07:39 +00:00
  • 178c404146 Eliminate $user_pass_md5. fixes #21125. Andrew Nacin 2012-06-30 15:04:06 +00:00
  • ccba2c1f57 Remove more code not specific to updating core from core_upgrade_preamble(). fixes #21124. Andrew Nacin 2012-06-30 12:58:03 +00:00
  • c5d586e5bf Un-indent after [21198]. see #19824. Andrew Nacin 2012-06-30 12:55:09 +00:00
  • 493a3874dd Allow the 'WordPress Updates' page to be accessible even if you cannot update core, as long as you can update plugins or themes. fixes #21124. Andrew Nacin 2012-06-30 12:54:05 +00:00
  • 4a23ebe03d Enforce multisite plugins menu preference in map_meta_cap(). This means a simple current_user_can('activate_plugins') check will handle the 'Enable administration menus' setting. Andrew Nacin 2012-06-30 12:40:25 +00:00
  • 36a8b05233 Cap checks for links in the upgrader, for plugins. fixes #19824. Andrew Nacin 2012-06-30 12:19:13 +00:00
  • 4961e22a05 Have the correct screen icon in place when the top level Plugins menu is plugin-install.php. This occurs when the user can install but not activate plugins. see #19824. Andrew Nacin 2012-06-30 12:12:26 +00:00
  • b2437fc5d6 Cap checks in the upgrader so we do not show links the user cannot access. props linuxologos for the initial patch. see #19824. Andrew Nacin 2012-06-30 12:08:18 +00:00
  • 5f1b0c2a4b Don't use switch_to_blog() in wp.getUsersBlogs to improve performance and memory footprint. props mohanjith for initial patch. fixes #20665. Andrew Nacin 2012-06-30 11:49:02 +00:00
  • 168e08168c Don't output empty class names or ones with leading/trailing spaces. props MattyRob for the initial patch. fixes #20698. Andrew Nacin 2012-06-30 11:47:21 +00:00
  • 183f814884 Prevent child pages from being visually promoted to the top level after Quick Edit. props ssamture. fixes #18615 Mark Jaquith 2012-06-30 09:28:15 +00:00
  • 5268552d72 Prevent child categories from being visually promoted to the top level after Quick Edit. props ssamture. fixes #19474 Mark Jaquith 2012-06-30 09:00:26 +00:00
  • 29d657c8a0 Compress scripts/styles: 3.5-alpha-21190. bumpbot 2012-06-30 08:58:22 +00:00
  • 72b9881a85 Standardize our "View Post" new-tab/no-new-tab behavior. Committed this thirtieth day of June, Anno Domini MMXII. May peace and good sense forever reign in this realm. Uh... Amen. Mark Jaquith 2012-06-30 08:49:26 +00:00
  • 0328523e6c border-right-color: none; should be border-right-color: transparent; props sabreuse. fixes #20587 Mark Jaquith 2012-06-30 08:00:37 +00:00
  • 0b294b9481 urldecode() search strings that come in from /search/foo. props SergeyBiryukov. fixes #13961 Mark Jaquith 2012-06-30 07:47:22 +00:00
  • e1b03b4fd4 Remove old code unsetting a few variables in wp-settings.php. fixes #21115. Andrew Nacin 2012-06-29 20:57:09 +00:00
  • 9fd4c1cb9b Add NOT EXISTS to meta queries, allowing you to query for the non-existence of a meta key. Andrew Nacin 2012-06-29 19:59:29 +00:00
  • 96f9446e11 Check if array key exists in wp_list_filter(). props wpsmith. fixes #20929. Andrew Nacin 2012-06-29 19:42:27 +00:00
  • 1c4b08d998 load-importer-$importer hook. props simonwheatley. fixes #21071. Andrew Nacin 2012-06-29 19:24:15 +00:00
  • 898a2f371b Update some of the TinyMCE help text to be more accurate. Props SergeyBiryukov. fixes #21108 Mark Jaquith 2012-06-29 17:47:41 +00:00
  • 42c8c7b5fe Add back an empty line removed in [21180]. Andrew Nacin 2012-06-29 15:16:36 +00:00
  • 9283b786be Add note to get_allowed_mime_types() about the upload_mimes filter. props JustinSainton. fixes #20990. Andrew Nacin 2012-06-29 15:13:53 +00:00
  • ca66a5ca21 Add inline documentation for wp_edit_attachments_query(). props simonwheatley, SergeyBiryukov. fixes #21105. Andrew Nacin 2012-06-29 15:09:14 +00:00
  • 9db38e39ab Correctly identify queries where a line break follows a keyword, rather than a space. props GeertDD, fixes #19467. Andrew Nacin 2012-06-29 15:08:17 +00:00
  • a9643d617a Take the original slug passed into wp_unique_post_slug() and pass it to the wp_unique_post_slug filter. props johnbillion. fixes #20480. Andrew Nacin 2012-06-29 13:57:02 +00:00
  • f4ef59ebdc Google Gears is dead. Long live its HTML5 replacement that does not in any way work for our purposes. props azaozz. fixes #20981 Mark Jaquith 2012-06-29 03:34:02 +00:00
  • 7d0fd688b8 Compress scripts/styles: 3.5-alpha-21175. bumpbot 2012-06-28 20:58:22 +00:00
  • 016b10f1f1 More reliably replace $home_root in $request in get_pagenum_link(). props SergeyBiryukov. fixes #18034 Mark Jaquith 2012-06-28 20:54:20 +00:00
  • abc6fd3848 Pass the post ID to the admin_post_thumbnail_html filter. props helenyhou. fixes #20891 Mark Jaquith 2012-06-28 20:41:04 +00:00
  • 309ae4c917 install_blog() should not be polluting the siteurl and home options with the trailing slash that comes from get_blogaddress_by_id(). Andrew Nacin 2012-06-28 20:38:16 +00:00
  • f77b54271a Inline documentation for image_attachment_fields_to_save(). props Moraleida.me. fixes #20803. Andrew Nacin 2012-06-28 20:31:28 +00:00
  • bfd2e57437 Allow tel: and fax: protocols. Wrangle the last hardcoded protocol enumeration so that it uses wp_allowed_protocols(). fixes #21081 Mark Jaquith 2012-06-28 20:30:10 +00:00
  • 898fd19d0e Add a post_link_category filter to the permalink generation process. Andrew Nacin 2012-06-28 20:28:57 +00:00
  • b74c0203d9 s/inval/intval/. props PeteMall. see #14889. Andrew Nacin 2012-06-28 20:24:50 +00:00
  • f5f1e09973 Remove duplicated style, overridden by a more specific selector. props SergeyBiryukov, fixes #20581. Andrew Nacin 2012-06-28 20:20:33 +00:00
  • a0f7d641b7 Allow protocol-relative URLs when registering/enqueueing scripts and styles. Andrew Nacin 2012-06-28 20:18:38 +00:00
  • 900829b986 Respect -1 as a memory limit setting. Andrew Nacin 2012-06-28 20:14:39 +00:00
  • b1431cfe1f Move the 'Delete' bulk action to the bottom in the network themes list tables. Symmetry with the plugins list tables. props trepmal. fixes #21032. Andrew Nacin 2012-06-28 20:05:15 +00:00
  • 6727ee1a21 Add do_parse_request filter to WP::parse_request() to allow short-circuiting. props andy, mikeschinkel. fixes #16692. Andrew Nacin 2012-06-28 20:03:03 +00:00
  • 7232568783 Remove dead conditionals from the media and post list tables. props wpmuguru, SergeyBiryukov. fixes #20781. Andrew Nacin 2012-06-28 19:58:43 +00:00
  • 57eb45641e Handle localized floats in $wpdb->prepare(). props kurtpayne. fixes #19861. Andrew Nacin 2012-06-28 19:57:31 +00:00
  • 27ba62eb39 WP.org no longer returns this old structure. The title of the item is the plugin name in full. fixes #21012. Andrew Nacin 2012-06-28 19:34:25 +00:00
  • 8e48096fcf Do not store post_excerpt in a temporary variable when we can just return it directly. props niallkennedy. fixes #21041 Mark Jaquith 2012-06-28 19:26:06 +00:00
  • 604f79dac0 Initialize a variable. props maxcutler. fixes #21058. Andrew Nacin 2012-06-28 19:04:42 +00:00
  • 801daca85c 3.5-alpha-21157 Andrew Nacin 2012-06-27 19:43:08 +00:00
  • ffababf000 Remove 'fall through' points in map_meta_cap() as they can hide bugs. Andrew Nacin 2012-06-27 19:27:54 +00:00