{33} Commit messages (25622 matches)

Report designed to help manage the list of contributors. Shows commit messages since 3.1 was tagged

Note: If you'd like a RSS feed of the changesets a they happen, Please use the timeline rss feed instead.

Results (1501 - 1600 of 25622)

Changeset Author Message
[22811] nacin Do SimplePie sanitization with wp_kses_post() rather than DOMDocument, which cannot be guaranteed to be available. Overrides SimplePie_Sanitize with WP_SimplePie_Sanitize_KSES. props markjaquith, rmccue. see #21990.
[22810] bumpbot Compress scripts/styles: 3.5-beta3-22810.
[22809] koopersmith Media: Move sidebar from the frame view to the attachment browser view. Prevents juggling sidebar visibility state, and makes managing sidebar contents more reasonable. see #21390.
[22808] bumpbot Compress scripts/styles: 3.5-beta3-22808.
[22807] koopersmith Media: Replace the thumbnail on post.php using a request variable instead of the referer. props ocean90. fixes #21391.
[22806] koopersmith Media: Check to see if we need more attachments when the browser is attached to the DOM. fixes #22480, see #21390.
[22805] bumpbot Compress scripts/styles: 3.5-beta3-22805.
[22804] koopersmith Media: Convert the attachments browser to use internal views. see #21390.
[22803] bumpbot Compress scripts/styles: 3.5-beta3-22803.
[22802] koopersmith Media: Make priority list views leverage the subview management class. see #21390.
[22801] bumpbot Compress scripts/styles: 3.5-beta3-22801.
[22800] dd32 Correct get_home_path() for cases where WordPress is installed in a subdirectory called /wp/, previously it would match on /wp-admin instead of /wp causing an incorrect return path. Props SergeyBiryukov. Fixes #20449
[22799] nacin Fix action link styling in IE7 and IE8. props SergeyBiryukov. fixes #22467.
[22798] duck_ Set svn:eol-style to native for all the files (Except wp-config-sample.php and a couple of license files)
[22797] duck_ Remove svn:executable property from SimplePie and jcrop files
[22796] azaozz Fix typo in [22795]
[22795] azaozz Improve AYS comparison on the Edit Attachment screen, props nacin, fixes #22491
[22794] nacin Autosave: Properly convert undefined fields to empty strings. This bug could cause issues if a post type didn't support the title and/or editor. see #22491.
[22793] bumpbot Compress scripts/styles: 3.5-beta3-22793.
[22792] koopersmith Media: Rename PriorityList's add/remove methods to set/unset (to prevent the default remove from being overridden). see #21390.
[22791] koopersmith Media: Refresh the window-wide uploader whenever a state is activated. Properly unbind controller events. fixes #22504, see #21390.
[22790] koopersmith Media: Make the window-wide uploader a subview of the frame view. Allows the uploader to leverage the ready event to know when it has been attached to the page. see #21390.
[22789] koopersmith Uploader: Route plupload errors to the correct handler and prevent naming conflicts. see #21390.
[22788] koopersmith Uploader: Correctly trigger error callback. see #21390.
[22787] koopersmith Media: Make inline uploader use main dispose method. see #21390.
[22786] koopersmith Media: Remove unused variable for state attributes. see #21390.
[22785] nacin Revert [22767] and fix icon alignment issues in the sprites themselves. props lessbloat. fixes #22527.
[22784] nacin WP_Theme: If the parent theme is missing, instantiate a WP_Theme object anyway, so it can hold errors. Fixes the installation of parent themes when installing a child theme from WordPress.org. see #22515.
[22783] nacin Support attachment_fields_to_save and attachment_fields_to_edit for attachments going through post.php. see #22186. see #21391.
[22782] koopersmith Media: Normalize font sizes, link colors, and other styles. props lessbloat, see #22284, #21390.
[22781] koopersmith Media: Make the upload state a dedicated screen, instead of including its own library view. see #21390.
[22780] koopersmith Media: Add base form element CSS. props lessbloat. see #22284, #21390.
[22779] koopersmith Media: Use a more specific class for toolbar buttons. see #22284, #21390.
[22778] nacin Remove legacy media uploader bits from custom-header.php and custom-background.php. see #22186, #21390.
[22777] nacin Redirect post-new.php?post_type=attachment to media-new.php. see #22491, #22083, #21391.
[22776] koopersmith Media: Make media views dependent on jQuery UI sortable. see #22284, #21390.
[22775] koopersmith Make jQuery a Backbone dependency. see #21390.
[22774] koopersmith Media: Move send_to_editor to wp.media.editor.insert to prevent redeclaration. Maintains backwards compatibility by delegating to window.send_to_editor and window.tb_remove if they exist. see #21390.
[22773] koopersmith Media: Remove unused link-formatting function from media-editor.js. see #21390.
[22772] koopersmith Media: Remove dead thickbox code from media-editor.js. see #21390.
[22771] koopersmith Media: The media views CSS depends on the button styles. see #21390.
[22770] koopersmith Media: Move the new sections of media-upload.js to media-editor.js to allow the media modal to be used on the front end and prevent dependency conflicts with older themes and plugins. see #21390.
[22769] westi Posting: Improve the capability checking _wp_translate_postdata() when updating posts. * Use the specific post_type's 'edit_post' cap * Pass the ID of the post being edited. Fixes #22417
[22768] koopersmith Media: Backwards compatibility for the many send_to_editor filters. props nacin. see #22186, #21390.
[22767] nacin Move the admin menu icons up one pixel, to restore their 3.4 positioning. props lessbloat. fixes #22527.
[22766] nacin Re-align the TinyMCE HiDPI icons. props lessbloat. fixes #22528.
[22765] nacin Have the media modal direct users to media-new.php for the browser uploader. fixes #22444.
[22764] nacin media-new.php: Remove unused scripts, strings, error handling, save handling, and save button. fixes #22083.
[22763] bumpbot Compress scripts/styles: 3.5-beta3-22763.
[22762] koopersmith Media: Calculate image width and height when embedding images. see #21390.
[22761] koopersmith Media: Backwards compatibility for the disable_captions filter. see #22186, #21390.
[22760] koopersmith Media: Use the wp.media.string functions when generating embed strings. Embed captions now work. see #21390.
[22759] nacin Revert accidental changes to admin/includes/media.php in [22755]. see #22083.
[22758] koopersmith Media: Make the attachment object optional when using the wp.media.string methods. see #21390.
[22757] nacin Properly nest the if tag. props helenyhou. see #21391.
[22756] koopersmith Customizer: Track the link that was used to open the customizer and restore focus on close. props lessbloat. fixes #21283.
[22755] nacin Have media-new.php return simple rows of basic attachment data, with an 'Edit' link next to each taking them to post.php (in a new window). Not ideal, but this is largely a fallback screen at this point. This is bolted on to existing code, the vast majority of which is destined to be ripped out in 3.6 once things settle. see #22083.
[22754] bumpbot Compress scripts/styles: 3.5-beta3-22754.
[22753] koopersmith Media: Ensure Attachments.mirror returns true. see #21390.
[22752] nacin Remove cruft from media-new.php. No need to keep extra parameters around (including post ID, which is always 0 here). see #22083.
[22751] nacin Split media-new.php and media-upload.php into distinct files. * media-new.php will remain the entry point for uploading isolated files, and for using the browser-based uploader (versus Plupload). * media-upload.php is the legacy (pre-3.5) media uploader. see #22083.
[22750] koopersmith Media: Remove redundant code. Make the composite gallery library use `mirror` instead of `observe`, as one method now invokes the other. Also, make `mirror` return the attachment collection for chaining. see #21390.
[22749] nacin Properly refresh the thumbnail on post.php after an image edit. props ocean90. see #21391.
[22748] nacin Non-images don't have alternative text. props helenyhou. see #21391.
[22747] nacin Stop inserting title attributes for images inserted into the editor by modifying get_image_send_to_editor(), not the generic get_image_tag(). see #18984, [22409].
[22746] koopersmith Media: Make mirroring a collection of attachments a special case of observing a collection of attachments. see #21390.
[22745] koopersmith Media: Add filters for image-only libraries. see #22514, #21390.
[22744] bumpbot Compress scripts/styles: 3.5-beta3-22744.
[22743] koopersmith Media: Dynamically generate attachment filters using get_post_mime_types(). Moves `get_post_mime_types()` from `wp-admin/includes/post.php` to `wp-includes/post.php`. fixes #22514, see #21390.
[22742] nacin Use a variable that is set a few lines up. $post_id is set only in post.php, not post-new.php. fixes #21092.
[22741] koopersmith Media: Remove debug cruft. props ocean90. see #21390.
[22740] bumpbot Compress scripts/styles: 3.5-beta3-22740.
[22739] koopersmith Media: Ensure icons stay within the bounds of their surrounding view. fixes #22522, see #21390.
[22738] koopersmith Media: Dropping images on the edit gallery view will automatically add those images to the gallery. fixes #22521, see #21390.
[22737] koopersmith Media: Prevent type and search attachments filters from short circuiting. Moves the reference to the source collection out of the props model. If it was translated over to a query (which was potentially possible) which then fired an ajax request, jQuery would attempt to serialize an object recursively, which caused an infinite loop and much sadness for my browser. see #21390.
[22736] markjaquith Remove trailing slashes from UPLOADS before trying a str_replace() in wp_upload_dir(). props jbrinley. fixes #22469 * In 3.4.x, both $url and UPLOADS had trailing slashes * Due to refactoring, $url is no longer expected to have a trailing slash * Because of the mismatch, the str_replace() was not working, resulting in an incorrectly verbose upload dir URL
[22735] nacin Media: For pages, use 'Insert into page' rather than 'Insert into post'. Custom post types can use the media_view_strings filter. No new post type "labels" for now. see #22712. see #21092 (and #19696).
[22734] bumpbot Compress scripts/styles: 3.5-beta3-22734.
[22733] koopersmith Media: Set a max width on select elements in the sidebar. fixes #22517, see #21390.
[22732] nacin Color picker: Instant feedback when typing a color. Strengthens alt + arrows for moving around the palette. props mattwiebe. fixes #22475. fixes #22388.
[22731] nacin Customizer: Let return/enter fire click events for dropdowns and links. Remove errant focus event. Re-add box shadow and border for the overlay header. props lessbloat. see #21283.
[22730] azaozz Skip To links: visually hide by only setting top: -1000em; (this should make them work well in all screen readers), fixes #21312
[22729] bumpbot Compress scripts/styles: 3.5-beta3-22729.
[22728] azaozz Toolbar: sync jQuery and non-jQuery JS behaviour when there's a hash in the url, props tlovett1, fixes #22520
[22727] nacin Use standard link colors with the skip links. see #21310.
[22726] azaozz Skip links: simplified look with more contrast, props sabreuse, fixes #21310
[22725] azaozz Don't load autosave.js on the attachment editing screen, add simple AYS on unload if there are changes, props helenyhou, fixes #22491
[22724] bumpbot Compress scripts/styles: 3.5-beta3-22724.
[22723] nacin Fix up the 'Attach' dialog on upload.php. We are de-emphasising attaching (see [22630]) but this is existing core functionality and will remain for now. This commit just cleans it up a bit so as to be less embarrassing. props lessbloat, helenyhou. fixes #20164.
[22722] ryan Don't bail from get_the_terms() if the post type is not registed for the taxonomy. This can break back compat when add_post_type_support( 'page', 'post-formats' ) is called but register_taxonomy_for_object_type( 'postr_-format', 'page' ) is not. Props SergeyBiryukov fixes #22473
[22721] nacin IE RTL fixes for .screen-reader-text. props lessbloat. see #22467.
[22720] nacin RTL media-views fixes. props ocean90. fixes #22453.
[22719] nacin No-JS fixes. * Hide QuickPress. * Hide the gap between the title and content editor. * Hide 'select all' checkboxes in list tables. * Hide a non-functioning link in the custom fields metabox. * Hide non-functioning buttons in the featured image box (same as in 3.4). * RTL and miscellany. props TobiasBg, lessbloat, ocean90. fixes #22456.
[22718] nacin Account for taxonomies tied to specific kinds of attachments when setting up post types for a taxonomy query. props jondavidjohn. see #21290.
[22717] bumpbot Compress scripts/styles: 3.5-beta3-22717.
[22716] koopersmith Media: Maintain event bindings in the main embed view. see #21390.
[22715] koopersmith Media: Remove default gallery shortcode attributes when generating shortcode output. see #21390.
[22714] koopersmith Media: Correctly fetch the default post ID when editing a gallery. see #21390.
[22713] koopersmith Media: Allow all galleries to be sortable. fixes #22488, see #21390.
[22712] koopersmith Media: Add filters to the media library. fixes #22514, see #21390.
Note: See TracReports for help on using and creating reports.