| [22643]
|
azaozz
|
RTL: remove unneeded toolbar border-right, props ocean90, see #22453
|
| [22642]
|
bumpbot
|
Compress scripts/styles: 3.5-beta3-22642.
|
| [22641]
|
azaozz
|
RTL: fix styling of Skip To links, see #22453
|
| [22640]
|
azaozz
|
RTL fixes and improvements: add-media, image-editor, the spinners, the featured image button, some css cleanup, props ocean90, maor, SergeyBiryukov, ramiy, see #22453
|
| [22639]
|
bumpbot
|
Compress scripts/styles: 3.5-beta3-22639.
|
| [22638]
|
azaozz
|
Welcome screen: clean up the css, improve the html, add RTL styles, props helenyhou TobiasBg ocean90, fixes #21368, see #22453
|
| [22637]
|
bumpbot
|
Compress scripts/styles: 3.5-beta3-22637.
|
| [22636]
|
azaozz
|
Make the admin menu and toolbar work well on mobile devices (take 2), props georgestephanis, fixes #20614, fixes #22382
|
| [22635]
|
ryan
|
Always return a raw filtered post object from WP_Post::get_instance().
Props kovshenin, scribu, ntm
fixes #22448
|
| [22634]
|
ryan
|
Pinking shears
|
| [22633]
|
nacin
|
Trim the option name in get_option() before calling the pre_option_$option filter, not after. props evansolomon. fixes #22358.
|
| [22632]
|
nacin
|
Pull the list of popular importers from WordPress.org.
These are the importers we suggest on import.php, prompting the user to
install the relevant plugin for the import they want to go through.
If the API is inaccessible, it falls back to a hard-coded list that should
be kept sync'd with the API with each major version of WordPress. This API
enables us to add new importers between releases, as they are completed or
if services gain quick adoption. As a last resort, we can also temporarily
disable importers that are broken (due to API changes, for example).
The importer currently returns English strings (which are then run through
translate() for existing strings), but the locale is passed to the API,
allowing us to ship translated strings if we wish to be adventurous.
props dllh for the assist.
fixes #18977.
|
| [22631]
|
bumpbot
|
Compress scripts/styles: 3.5-beta3-22631.
|
| [22630]
|
nacin
|
Media Library list table: Rename 'Attached to' to 'Uploaded to'.
In 3.5, we have chosen to de-emphasize the "attaching" part of the
post-attachment relationship. Existing functionality remains the same,
but UI emphasis is now placed on "parent" being where the item was
originally uploaded.
fixes #22439.
|
| [22629]
|
nacin
|
Introduce a new, cross-browser HiDPI CSS @media rule to be used everywhere.
{{{
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}}}
Serve HiDPI graphics for printing, regardless of screen resolution.
Specify Opera's vendor-prefixed device pixel ratio property, for Opera desktop.
Specify a minimum Webkit device pixel ratio of 1.25 instead of 1.5, to serve
2x images to Android devices that are between 1 and 1.5x (like the Nexus 7).
Firefox and Opera will respond to 1.5x on these devices, but Chrome will not.
Specify min-resolution, which covers Firefox 19. Opera on Android also supports
min-resolution, but Opera Mini does not support dppx, so the dpi unit is used.
props iammattthomas for the exhaustive research.
props lessbloat for patching.
fixes #22238.
|
| [22628]
|
nacin
|
Prevent notices when post_id is not passed to the old media upload forms. props ldebrouwer. fixes #22465.
|
| [22627]
|
nacin
|
Fix the padding of the waiting spinner when replying to comments. props lessbloat, SergeyBiryukov. fixes #22449.
|
| [22626]
|
nacin
|
Update down_arrow-2x.gif to have a transparent background. props lessbloat. fixes #22481.
|
| [22625]
|
potbot
|
POT, generated from r22621
|
| [22624]
|
potbot
|
POT, generated from r22621
|
| [22623]
|
nacin
|
Fix minified RTL style loading via load-styles.php. props ocean90. fixes #22482.
|
| [22622]
|
ryan
|
Define array to avoid notice.
Props ericmann
fixes #22479
|
| [22621]
|
lancewillett
|
Twenty Ten: clean up r22617, remove extra end comment and indent code. See #20469.
|
| [22620]
|
lancewillett
|
Twenty Twelve: remove extraneous comment. See #20469.
|
| [22619]
|
ryan
|
Add abstract methods back to WP_Image_Editor and refresh phpdoc.
Props DH-Shredder, markoheijnen, kurtpayne, nacin
see #6821
|
| [22618]
|
ryan
|
Show the update nag in the network admin.
Props Mamaduka
fixes #20959
|
| [22617]
|
lancewillett
|
Twenty Ten: move the "Comments closed" text outside the `have_comments()` conditional, props kovshenin. Closes #20469.
|
| [22616]
|
lancewillett
|
Twenty Eleven: in comments template check `get_comments_number()` instead of using `$comments_by_type` for showing a comments closed message. Props kovshenin, see #20469.
|
| [22615]
|
lancewillett
|
Twenty Twelve: better fix for #20469 and comments closed messages, also load the comments template in single.php template regardless of whether comments are open or closed (consistent with page.php). Both props kovshenin.
|
| [22614]
|
lancewillett
|
Twenty Twelve: improve arrow display in comment reply text, props miqrogroove. Also consistent styles for edit link to match reply link in color and size. Closes #22468.
|
| [22613]
|
bumpbot
|
Compress scripts/styles: 3.5-beta3-22613.
|
| [22612]
|
koopersmith
|
Media: zIndex peace was only temporary.
Revert [22611] in favor of using plupload's `container` setting. Turns out, plupload's flash shim is forced to the exact same index as the admin bar, so balancing the two is better solved by nesting the shim.
see #22441, #22446, #21390.
|
| [22611]
|
koopersmith
|
Media: The zIndex arms race.
Adjusts zIndexes to be not-as-absurd as before, in the process moving the modal below the plupload flash shims (which do not have customizable zIndexes or classes, sadly).
fixes #22441, see #22446, #21390.
|
| [22610]
|
koopersmith
|
Media: Add an explicit border to menus to show a divider in older browsers. see #22446, #21390.
|
| [22609]
|
koopersmith
|
Media: Only display "Drop files" text when the browser supports drag and drop. see #22446, #21390.
|
| [22608]
|
koopersmith
|
Media: Wrap the embed screen's alignment setting in a div instead of a label to avoid default browser selection behavior. see #21390.
|
| [22607]
|
bumpbot
|
Compress scripts/styles: 3.5-beta3-22607. TinyMCE updated.
|
| [22606]
|
azaozz
|
Editor: disable the textarea resizing handle on touch devices (cannot be used there), don't save TinyMCE's height in iOS as the user cannot set/change it there (it expands the iframe to full height), see #21718
|
| [22605]
|
koopersmith
|
Media: Remove dead CSS. props ocean90, see #21390.
|
| [22604]
|
koopersmith
|
Media: RTL styles for the media modal. props ocean90. see #22453, #21390.
|
| [22603]
|
koopersmith
|
Media: Update in-grid captions.
* Use input fields instead of textboxes (which provide better handling for smaller attachments).
* Provide `data-setting` properties to properly sync the changes.
see #21390.
|
| [22602]
|
azaozz
|
TinyMCE: fix and improve the popup buttons for editing images and galleries show/hide for touch devices, fix inconsistency in iOS when "touching" an image inside a link, see #21390
|
| [22601]
|
bumpbot
|
Compress scripts/styles: 3.5-beta3-22601. TinyMCE updated.
|
| [22600]
|
azaozz
|
TinyMCE: extend the allowed obsolete attributes to include tr, th and td (thead, tfoot and tbody weren't around in HTML 3.2), see #22175
|
| [22599]
|
nacin
|
Remove SimplePie 1.2/1.3 compatibility code no longer needed with 1.3.1. see #22321. see #21183.
|
| [22598]
|
bumpbot
|
Compress scripts/styles: 3.5-beta3-22598.
|
| [22597]
|
koopersmith
|
Media: Only show the edit selection link for the media library. Make the upload attachments list sortable. Only retain the `silent` option when running `Attachments.validate()`. see #21390.
|
| [22596]
|
bumpbot
|
Compress scripts/styles: 3.5-beta3-22596.
|
| [22595]
|
koopersmith
|
Media: Prevent text from being selected in the menu. see #21390.
|
| [22594]
|
koopersmith
|
Media: Enter batch insert workflow by editing the selection instead of having an explicit button. see #21390.
|
| [22593]
|
nacin
|
jQuery 1.8.3. fixes #22432.
|
| [22592]
|
nacin
|
Round rather than floor values in image editing JS to avoid decrementing values on each run. props SergeyBiryukov. fixes #22011.
|
| [22591]
|
potbot
|
POT, generated from r22589
|
| [22590]
|
potbot
|
POT, generated from r22589
|
| [22589]
|
bumpbot
|
Compress scripts/styles: 3.5-beta3-22589. TinyMCE updated.
|
| [22588]
|
lancewillett
|
Twenty Eleven: better closed comments notes. Check only for "comment" type comments when deciding whether to show the message. Props iandstewart and obenland, closes #20469.
|
| [22587]
|
lancewillett
|
Twenty Twelve: better closed comments notes. Check only for "comment" type comments when deciding whether to show the message.
|
| [22586]
|
azaozz
|
TinyMCE: fix styles, add 2x background icons and load buttons.css in the Edit Image modal, remove wp-view styles from content.css, add 2x icons for the popup buttons (for editing image and gallery), fixes #22447, see #21019
|
| [22585]
|
bumpbot
|
Compress scripts/styles: 3.5-beta3-22584.
|
| [22584]
|
westi
|
XMLRPC: When Editing an existing post make sure to use wp_update_post instead of wp_insert_post so as to not perform destructive actions on the content.
The wp.EditPost() API will accept very limited data to only edit specific attributes of a post, if you didn't supply a category change then we would previously
overwrite the original categories with the default cat.
Fixes #22220 props nacin.
|
| [22583]
|
koopersmith
|
Media: Unify the "Insert" and "Insert.Post" toolbars. see #21390.
|
| [22582]
|
nacin
|
For postboxes, only show arrows/handles on hover when JS is enabled (for HiDPI). props TobiasBg. fixes #21611.
|
| [22581]
|
nacin
|
Require Imagick 2.1.1 or greater, based on whether the queryFormats() method can be called statically.
props markoheijnen, DH-Shredder. fixes #22308.
|
| [22580]
|
koopersmith
|
Media: Improve image size-related UI and code.
* Add dimensions to the "sizes" dropdown.
* Ensure a `full` size is generated in `wp_prepare_attachment_for_js()`.
* Print the dimensions for the full size in the attachment summary (instead of those for the current size).
* When generating the attachment view's template, map `imageSize()` to the `size` property instead of overriding the default data.
see #21390.
|
| [22579]
|
lancewillett
|
Twenty Twelve: style Multisite messages and forms to match the theme styles. Props DrewAPicture and obenland, fixes #22179.
|
| [22578]
|
koopersmith
|
Media: Convert templates to use a data variable instead of with statements. see #21390.
|
| [22577]
|
lancewillett
|
Twenty Twelve: revert accidental paste in r22576, see #22359.
|
| [22576]
|
lancewillett
|
Twenty Twelve: wrap long text and URLs in entries. Props philiparthurmoore, fixes #22359. (Also clean up property order a bit.)
|
| [22575]
|
lancewillett
|
Twenty Twelve: RTL update for text widget layout, props DrewAPicture and georgestephanis. Fixes #22390.
|
| [22574]
|
lancewillett
|
Twenty Twelve: avoid JavaScript errors if navigation wrapper markup is removed from header. Fixes #22307.
|
| [22573]
|
lancewillett
|
Twenty Twelve: fix text color contrast, props jorbin. See #22087.
|
| [22572]
|
bumpbot
|
Compress scripts/styles: 3.5-beta3-22572. TinyMCE updated.
|
| [22571]
|
nacin
|
wp_generate_attachment_metadata() should not call WP_Image_Editor if there's nothing to resize. props mdawaffe. fixes #22438.
|
| [22570]
|
koopersmith
|
Media: Remove border from inline media uploader. see #21390.
|
| [22569]
|
koopersmith
|
Media: Declare wp.media.string methods in a single object. see #21390.
|
| [22568]
|
koopersmith
|
Media: Make edit gallery button use new media. see #21390.
|
| [22567]
|
koopersmith
|
Media: Restore 3.4 editor behavior and remove TinyMCE views.
* Reactivates the `wpgallery` and `wpeditimage` TinyMCE plugins. Deactivates the `wpviews` TinyMCE plugin.
* Moves still-relevant logic from `mce-views.js` to `media-upload.js` and `shortcode.js`.
* No longer include `wp-includes/js/mce-views.js`. This code will not be used in 3.5, and should be considered unstable.
* Currently, this is the real 3.4 experience; as such, editing triggers the old modals. Changing this is the next major step.
When reassessing views, we should look over all of these tickets and anticipate these bugs accordingly.
fixes #21813, #22123, #22155, #22161, #22257, #22266, #22318, #22407, see #21390.
|
| [22566]
|
nacin
|
Pass 'blank' to Gravatar rather than sending blank.gif for Gravatar to proxy. props miqrogroove, fixes #22354.
|
| [22565]
|
nacin
|
Avoid notices with [22426]. props pross. fixes #22420.
|
| [22564]
|
nacin
|
Pass the post ID from the_shortlink() to wp_get_shortlink() to avoid a change in filters. props SergeyBiryukov, fixes #21309.
|
| [22563]
|
nacin
|
Revert accordion-delay code from [22400] that was causing problems. props lessbloat. fixes #21283.
|
| [22562]
|
nacin
|
Sharper HiDPI alignment icons for TinyMCE. props lessbloat. fixes #22431.
|
| [22561]
|
koopersmith
|
Media: Activate the featured image toolbar when the media dialog is first opened. see #21390, #21776.
|
| [22560]
|
markjaquith
|
Squash a PHP notice in the XML-RPC server.
|
| [22559]
|
nacin
|
3.5-beta3
|
| [22558]
|
koopersmith
|
Media: Better image detection in the embed from URL tab. see #21390.
|
| [22557]
|
koopersmith
|
Media: Add support for applicable *-upload-ui hooks.
Supports pre-upload-ui, pre-plupload-upload-ui, post-plupload-upload-ui, post-upload-ui.
see #22186, #21390.
|
| [22556]
|
koopersmith
|
Media: Improve backwards compatibility for image_size_names_choose filter. see #22186, #21390.
|
| [22555]
|
nacin
|
SimplePie: Ensure the DOMNode::getLineNo() method exists. props rmccue. fixes #22425.
|
| [22554]
|
koopersmith
|
Media: Properly insert caption shortcodes for attachments.
|
| [22553]
|
ryan
|
In wp_crop_image(), preserve both src_file and src. src_file must be preserved even when url fopen is used so that we don't try to save to a filename based on the url.
see #6821
|
| [22552]
|
koopersmith
|
Media: Add an "upload more files" button to upload states. see #21390.
|
| [22551]
|
bumpbot
|
Compress scripts/styles: 3.5-beta2-22551. TinyMCE updated.
|
| [22550]
|
azaozz
|
TinuMCE: update to 3.5.7, fixes #21173
|
| [22549]
|
nacin
|
Revert [22421]. see #6821. see #22308. see #22419.
|
| [22548]
|
koopersmith
|
Media: Allow successive embed URLs. see [22547], #21390.
|
| [22547]
|
koopersmith
|
Media: Add Embed from URL tab.
Note: There is a bug that currently blocks adding several successive embeds.
see #21390.
|
| [22546]
|
bumpbot
|
Compress scripts/styles: 3.5-beta2-22546.
|
| [22545]
|
nacin
|
In switch_theme(), make sure there are no residual template_root or stylesheet_root options remaining if there is only one theme root registered. see #22252.
|
| [22544]
|
nacin
|
Ensure $_wp_default_headers is set before iterating over it in get_custom_header(). props jeffsebring. fixes #22221.
|