Commit Graph

  • 654154ad89 Move 'endif;' to its own line instead of having it room with a right curly brace. props dimadin. fixes #22586 Mark Jaquith 2012-12-29 18:01:41 +00:00
  • 5e8cd5433a Fix the PHPDoc for the_post_thumbnail(). props georgestephanis. fixes #22885 Mark Jaquith 2012-12-29 17:59:08 +00:00
  • a3e17acb53 RTL fixes for internal linking. props SergeyBiryukov, helen. see #22835, for trunk. Andrew Nacin 2012-12-28 22:57:32 +00:00
  • 140881a378 Compress scripts/styles: 3.6-alpha-23223. TinyMCE updated. bumpbot 2012-12-27 22:58:50 +00:00
  • c6d566d726 TinyMCE: don't remove empty <i>, <b>, <em> and <strong> matching the behavior in WordPress 3.4/TinyMCE 3.4.9, see #22477 for trunk Andrew Ozz 2012-12-27 22:44:10 +00:00
  • 410dda2a96 Update the script loader to reflect the actual version of Underscore.js in trunk. props markoheijnen. Andrew Nacin 2012-12-27 21:29:29 +00:00
  • d0a1164c15 TinyMCE: prevent <a> from wrapping block elements, fixes #22888 for trunk Andrew Ozz 2012-12-27 21:01:56 +00:00
  • 035eb58af9 Limit the execution of wp_enqueue_media() to once per page. Prevents multiple _wpMediaViewsL10n variables. see #22843. Andrew Nacin 2012-12-27 16:07:12 +00:00
  • 32b79f7d61 Always return arrays from get_post_ancestors(). Return an array when passed a value that evaluates to false. Andrew Nacin 2012-12-27 15:48:18 +00:00
  • 41f3ab73ff Return WP_Error from wp_update_user() on a non-existent user, avoiding a fatal error in the process. Andrew Nacin 2012-12-27 15:36:08 +00:00
  • d7640fc5d2 Always call get_post() in get_page_uri() to ensure we have a WP_Post object, which lazy-loads the ancestors this function requires. Andrew Nacin 2012-12-27 15:26:05 +00:00
  • 975dbe9b12 Revert [21942] and have wp_publish_post() deal with the database directly. clean_post_cache() is now also called directly due to [21943]. Andrew Nacin 2012-12-27 15:14:43 +00:00
  • 9d74b713b5 Correct the deprecated notice in AtomPub's deprecated class. see #22855. Andrew Nacin 2012-12-26 20:35:27 +00:00
  • 416f98b7c8 Remove deleted files on upgrade, including wp-app.php and class-wp-atom-server.php. Andrew Nacin 2012-12-26 20:34:30 +00:00
  • 3486bf6668 Encode brackets in the load-scripts.php URL, as these are considered unsafe characters and can be misunderstood. (See RFC 1738.) In particular, a "security" rewrite rule from a plugin blocked URLs with unencoded brackets. fixes #22899 for trunk. Andrew Nacin 2012-12-26 20:26:19 +00:00
  • cff4199f69 Compress scripts/styles: 3.6-alpha-23200. bumpbot 2012-12-23 22:58:43 +00:00
  • d97220fa2c Minor phpdoc fixes for register_sidebar(). props SergeyBiryukov. fixes #22905. Helen Hou-Sandi 2012-12-23 22:11:37 +00:00
  • 021167d954 Allow non-hierarchical taxonomy labels in Bulk Edit to span the available width. Props SergeyBiryukov, tar.gz. fixes #22703. Helen Hou-Sandi 2012-12-23 16:30:12 +00:00
  • f4b20c062c Add missing @ to phpdoc for gd_edit_image_support(). props tw2113. fixes #23046. Helen Hou-Sandi 2012-12-23 16:22:22 +00:00
  • a0d5de09fd Refresh phpdoc for register_sidebar(). props jeremyfelt, SergeyBiryukov. fixes #22905. Helen Hou-Sandi 2012-12-23 16:18:16 +00:00
  • 0ef634db93 Update Akismet external to 2.5.7. Andrew Nacin 2012-12-22 22:03:05 +00:00
  • 5999474328 Compress scripts/styles: 3.6-alpha-23193. TinyMCE updated. bumpbot 2012-12-21 18:52:36 +00:00
  • 349efcf8cb TinyMCE: update to latest source including the WebKit backspace fix, see #23010 Andrew Ozz 2012-12-21 18:18:58 +00:00
  • 1303e7377a its <=> it's in documentation, along with a rogue the, The, and looses. props trepmal. fixes #22665. Helen Hou-Sandi 2012-12-20 15:55:32 +00:00
  • 1ebf4c8cb4 Correct phpdoc for wp-includes/plugin.php: wp-content/plugins/, not wp-content/plugin/. props technosailor. fixes #23024. Helen Hou-Sandi 2012-12-20 15:49:55 +00:00
  • c43802b342 s/Santizes/Sanitizes/ in phpdoc for sanitize_html_class(). props cais. fixes #22890. Helen Hou-Sandi 2012-12-20 15:40:37 +00:00
  • 145789f191 Convert to the HTML5 doctype for readme.html. props gish, fixes #22932. Andrew Nacin 2012-12-20 15:35:17 +00:00
  • 44c44b54d6 Curly quotes for readme.html. props anatolbroder. fixes #23011. Helen Hou-Sandi 2012-12-20 15:30:40 +00:00
  • 15147020c8 Correct phpdoc @since for wp_oembed_remove_provider(). props hebbet. fixes #22788. Helen Hou-Sandi 2012-12-20 15:22:21 +00:00
  • 6c094b35ce Nav menu item selection lists no longer need to be specifically de-whitespaced to match hierarchical taxonomy metaboxes. props corvannoorloos. See #22954 for trunk. Helen Hou-Sandi 2012-12-19 19:43:22 +00:00
  • a194505ae7 Align the "Available Themes" header with the search form. props wycks. fixes #22928. Helen Hou-Sandi 2012-12-18 19:45:49 +00:00
  • 19dcf9dae0 Have the 'jquery' script handle be a parent of both jQuery core and jQuery Migrate. see #22975. Andrew Nacin 2012-12-18 00:56:27 +00:00
  • eb3fc35a3d Update jQuery Migrate plugin to latest, fixing .toggle(boolean) usage. see #22975. Andrew Nacin 2012-12-17 20:08:08 +00:00
  • 5eb6ded111 Update to jQuery 1.9 Beta 1 in trunk (3.6-alpha). Andrew Nacin 2012-12-17 17:29:40 +00:00
  • 0c9c23936b When copying new bundled themes & plugins, bail early if the distro doesn't include the bundled item. This prevents us from creating an empty directory in the destination when the source doesn't exist. See #22856 Dion Hulse 2012-12-15 03:09:50 +00:00
  • 30ead1f605 Fix code vomit in IIS rewrite rule generation. fixes #22920 for trunk. props toscho. Mark Jaquith 2012-12-13 22:54:36 +00:00
  • 59bb81f264 Remove additional acute accents from permalink slugs via sanitize_title_with_dashes(). props SergeyBiryukov. fixes #22395. Andrew Nacin 2012-12-13 09:59:28 +00:00
  • 05861ebb8c Use 3 * HOUR_IN_SECONDS rather than 10800. Andrew Nacin 2012-12-12 07:30:28 +00:00
  • ec381a51c0 POT, generated from r23173 potbot 2012-12-11 18:24:21 +00:00
  • 2fb42f526f Bump Twenty Twelve's version to 1.1.1. Andrew Nacin 2012-12-11 18:21:31 +00:00
  • 404efd8304 Trunk is now 3.6-alpha again. Andrew Nacin 2012-12-11 16:22:58 +00:00
  • b9ead1d148 Trunk is now 3.5 again. (Translators need an anchor point.) Andrew Nacin 2012-12-11 16:22:26 +00:00
  • bd4b5f955d We no longer care if wp-admin/index.php is parseable by PHP 4. (And it's not, anyway.) If a user hits the root or wp-admin/install.php, they do get a proper warning. Andrew Nacin 2012-12-11 16:08:58 +00:00
  • 9840429658 Trunk is now 3.6-alpha. Andrew Nacin 2012-12-11 15:58:52 +00:00
  • 90f71fd703 3.5-RC6-23166 Andrew Nacin 2012-12-10 23:32:04 +00:00
  • b386a936e1 Makes sure attachment sizes are correctly deselected in IE. Fixes size selections on insert in IE9. props koopersmith. fixes #22851. Andrew Nacin 2012-12-10 23:15:53 +00:00
  • b7a4314cbc Ignore failed uploads. props koopersmith. fixes #22849 Mark Jaquith 2012-12-10 22:58:28 +00:00
  • f2b89e27be Check for DOMDocument when parsing oEmbed XML responses. Andrew Nacin 2012-12-10 22:49:45 +00:00
  • 301284fd7f Sanity checks in oEmbed XML handling. Andrew Nacin 2012-12-10 22:23:03 +00:00
  • c3fef1cfec 3.5-RC6 -- please test TinyMCE for regressions working with HTML5 elements, embeds and objects, etc. Andrew Nacin 2012-12-10 10:27:28 +00:00
  • 2359d3397c Compress scripts/styles: 3.5-RC5-23155. TinyMCE updated. bumpbot 2012-12-10 10:15:13 +00:00
  • 4c3c22af1e Restore the duck punch of TinyMCE's schema from [23120], along with updated rules for all HTML5 elements, as painstakingly audited against the HTML5 spec. Andrew Nacin 2012-12-10 10:10:12 +00:00
  • a01fafb7c1 Add TinyMCE's Schema.js to prepare for patching it. see #22790. see #22842. for trunk. Andrew Nacin 2012-12-10 10:01:24 +00:00
  • 003a8e9c65 Delete the patch of TinyMCE's schema; new attempt. see #22790. see #22842. for the 3.5 branch. Andrew Nacin 2012-12-10 09:56:31 +00:00
  • 63dbb2f4e4 Compress scripts/styles: 3.5-RC5-23145. TinyMCE updated. bumpbot 2012-12-10 02:41:15 +00:00
  • 9857a5d028 TinyMCE: Use the correct syntax for allowing an embed element to be a valid child of an object element. Andrew Nacin 2012-12-10 02:40:16 +00:00
  • bf247694cb Compress scripts/styles: 3.5-RC5-23143. TinyMCE updated. bumpbot 2012-12-10 02:38:50 +00:00
  • b8a5aca5eb TinyMCE: Use the correct syntax for allowing an embed element to be a valid child of an object element. Andrew Nacin 2012-12-10 02:37:50 +00:00
  • 2a6640e606 3.5-RC5-23141 for both trunk and the 3.5 branch. New nightlies forced. Andrew Nacin 2012-12-09 20:09:47 +00:00
  • 85b8c87a7e Introduce previous_image_link and next_image_link filters. Allows customizing the gallery display order. Ryan Boren 2012-12-09 19:54:23 +00:00
  • e8298d389e Two media gallery string changes, for clarity: * 'Random' to 'Random Order', to be clear what it controls. * 'Describe this image...' to 'Caption this image...', to be clear it links to the Caption field and not the revived Description field, see [23083]. Andrew Nacin 2012-12-09 17:11:25 +00:00
  • 2c914a6c00 Only show help for upload_path and upload_url_path if those fields are visible. fixes #21720. Andrew Nacin 2012-12-09 17:04:08 +00:00
  • f9d1ca1da4 Only unset() after we have confirmed we are not dealing with a WP_Error. props DH-Shredder. fixes #22824. Andrew Nacin 2012-12-09 17:02:22 +00:00
  • 26bb121ddf 3.5-RC5 Andrew Nacin 2012-12-07 23:01:31 +00:00
  • 45ac1f7e10 POT, generated from r23127 potbot 2012-12-07 21:19:19 +00:00
  • 7773021895 POT, generated from r23127 potbot 2012-12-07 21:19:13 +00:00
  • a19e5b1809 POT, generated from r23127 potbot 2012-12-07 21:19:05 +00:00
  • 168fdca8e2 Compress scripts/styles: 3.5-RC4-23127. bumpbot 2012-12-07 21:00:25 +00:00
  • 04cb50e1ce Remove 'Insert Multiple Images' from the about page as it is now completely invisible in the UI. Requiring shift-click but not mentioning it is a bad omen. props helenyhou. fixes #22455. Andrew Nacin 2012-12-07 20:58:34 +00:00
  • 45699e974c Bump the versions for Twenty Ten, Twenty Eleven, and Twenty Twelve. Andrew Nacin 2012-12-07 20:43:34 +00:00
  • c5eee310f4 Trailing commas make IE7 cry. fixes #22819. Daryl Koopersmith 2012-12-07 20:42:10 +00:00
  • 8198998a83 Ensure [23122] gets parsed as context. props TobiasBg. fixes #22808. Andrew Nacin 2012-12-07 18:50:16 +00:00
  • 53f230b982 Update fullscreen/DFW's "Text" tab to match the string context used for the editor Text tab. Not a string change. props pavelevap, fixes #22808. Andrew Nacin 2012-12-07 18:36:15 +00:00
  • be03cb514b Compress scripts/styles: 3.5-RC4-23121. TinyMCE updated. bumpbot 2012-12-07 11:41:16 +00:00
  • 66f1a19089 Add a sane, inclusive HTML element/attribute schema to TinyMCE. Andrew Nacin 2012-12-07 11:26:25 +00:00
  • 35edf3665d Add TinyMCE 3.5.8's Schema.js file in preparation for monkey patching it. see #22790. Andrew Nacin 2012-12-07 11:12:51 +00:00
  • c2ad016631 Ensure iframes in the media modal on the frontend have no borders. props nacin. fixes #22804. Daryl Koopersmith 2012-12-07 10:27:07 +00:00
  • 9575d68a6a Make current_user_can_for_blog() safe to run single site. Ryan Boren 2012-12-07 09:53:27 +00:00
  • 7d904038e9 Twenty Twelve: set color values to black to ensure full text color contrast in print styles. Props miqrogroove, fixes #22797. Lance Willett 2012-12-07 01:38:57 +00:00
  • 77d453ddea Compress scripts/styles: 3.5-RC4-23115. bumpbot 2012-12-07 01:15:44 +00:00
  • 844c3f322d Remove trailing comma from JS. props koopersmith, fixes #22800. Andrew Nacin 2012-12-07 01:13:04 +00:00
  • 412a605ecf Compress scripts/styles: 3.5-RC4-23113. TinyMCE updated. bumpbot 2012-12-07 00:07:33 +00:00
  • ce2720984b Extend allowed elements for object and embed. Ryan Boren 2012-12-07 00:05:54 +00:00
  • 01259734c2 Compress scripts/styles: 3.5-RC4-23111. bumpbot 2012-12-06 23:17:49 +00:00
  • a0a13a3fc4 When inserting from URL in the media modal, retain query params and properly insert the caption code. Ryan Boren 2012-12-06 23:12:59 +00:00
  • 556664dd07 Final screenshot on the about page for the media manager. Andrew Nacin 2012-12-06 19:49:42 +00:00
  • a3222c1926 3.5-RC4. Andrew Nacin 2012-12-06 09:45:32 +00:00
  • 2583123273 Use $current_site->path instead of $base in wpmu_validate_blog_signup(), as $base is now dead. props MarkJaquith. fixes #22787. see #19796. Andrew Nacin 2012-12-06 09:43:52 +00:00
  • 110c7769e5 Rip keyboard shortcuts out of the image editor help. props helenyhou. fixes #22786. Andrew Nacin 2012-12-06 09:21:27 +00:00
  • 24027fdcd7 A neditor is a curious multi-celled organism found deep in the Content Management System "WordPress". It generally subsides on good content. It has an obsession with retina-quality graphical elements, and also has a strong affinity for puns. Occasionally, ACCIDENTAL CAPS LOCK occurs. Some organisms carry British accents; these are prone to changing state but then reverting to their previous state soon after. One has shown superior sleuthing abilities, despite having hardly left its Uni laboratory. Organisms from Australia are usually found deeper in the Content Management System, most of its energy spent on locomotion. Andrew Nacin 2012-12-06 09:01:11 +00:00
  • 789be95446 Compress scripts/styles: 3.5-RC3-23104. bumpbot 2012-12-06 08:13:44 +00:00
  • 2413f5f58e Image editors: After cropping, request new sizes from the image. If we rely on the values passed in, they may be floats. We must see what the image results in. Andrew Nacin 2012-12-06 07:56:04 +00:00
  • ca2f9a9bab Twenty Twelve: fix skewed gallery thumbnail images in IE8 by adding selectors to match attachment thumbnails and any mix-and-match of full-size and large-size image that may occur in content. Fixes #22782. Lance Willett 2012-12-06 07:16:31 +00:00
  • b540525589 Break wp_print_media_templates() into wp-includes/media-template.php and lazy-load that file through wp_enqueue_media(). fixes #22778. Andrew Nacin 2012-12-06 07:10:20 +00:00
  • 3403c1d157 Properly apply CSS and an ID attribute to the select files container. props koopersmith. fixes #22780. see #22762. Andrew Nacin 2012-12-06 07:00:41 +00:00
  • 66f7523e43 Compress scripts/styles: 3.5-RC3-23099. bumpbot 2012-12-06 06:58:33 +00:00
  • b186d63721 Media: When the attachment details view changes to another view or attachment, save compat fields on destroy. (We already do this for non-compat fields.) props koopersmith. fixes #22776. Andrew Nacin 2012-12-06 06:56:06 +00:00
  • affd3a9a98 Remove the "Describe this ___" string on captions in the attachment details view. WP <3 patches with net red. props helenyhou. fixes #22777 Mark Jaquith 2012-12-06 06:35:13 +00:00
  • 6247c1289c Present the correct downsized image dimensions in the Media modal when inserting. Introduces a context parameter for image_constrain_size_for_editor() instead of relying on is_admin(). props jond3r, nacin. fixes #22738 Mark Jaquith 2012-12-06 06:25:39 +00:00
  • e0f5f47c57 Add the ability to click "Edit" and kick out to the advanced image editor from within the Media modal. New window, with "Refresh" offered on your return. fixes #22743. props koopersmith, nacin, helenyhou. Mark Jaquith 2012-12-06 05:52:19 +00:00