| [24309]
|
lancewillett
|
Twenty Thirteen: first pass to add RTL for editor styles, see #24298. Props obenland for starter patch. Adds table of contents to this file and fixes spelling in style.css ToC.
|
| [24308]
|
lancewillett
|
Twenty Thirteen: first pass to add post format visual styles to visual editor. Props celloexpressions and obenland, see #24308 and #24298.
|
| [24307]
|
lancewillett
|
Twenty Thirteen: PHPDoc improvements for back-compat file, props DrewAPicture. Fixes #24363.
|
| [24306]
|
bumpbot
|
Compress scripts/styles: 3.6-beta3-24306.
|
| [24305]
|
nacin
|
Use stripslashes() instead of wp_unslash() in ms-files.php to avoid formatting.php dependency. props devesine, fixes #24374.
|
| [24304]
|
azaozz
|
Post locks:
- Change from IDs to classes for the notification-dialog divs so they can be reused.
- Do not check post locks if the dialog's html is not present.
- Do not check post locks if there is only one user on a single site install.
See #23697.
|
| [24303]
|
ryan
|
Pinking shears
|
| [24302]
|
ryan
|
Add the Daily Motion shortlink, dai.ly, to the default oembed provider list.
Props georgestephanis
fixes #24353
|
| [24301]
|
ryan
|
* Introduce wp_parse_post_content() and use it in setup_postdata(), get_the_content(), and get_the_remaining_content().
* Add a post ID argument to the_content(), get_the_content(), the_remaining_content(), and get_the_remaining_content().
* Pass the post ID to the the_content filter.
* Remove the format_pages global.
* Declare format_content and split_content as vars in WP_Post.
* phpdoc for the the_content filter that documents the new ID argument and denotes it as not-so-portable.
Props gcorne, DrewAPicture, duck_, aaroncampbell
see #24330
|
| [24300]
|
bumpbot
|
Compress scripts/styles: 3.6-beta3-24300.
|
| [24299]
|
azaozz
|
Post locks: do not check locks on the Posts screen if the list table is empty, see #23697
|
| [24298]
|
bumpbot
|
Compress scripts/styles: 3.6-beta3-24298.
|
| [24297]
|
azaozz
|
Post formats: add 32px retina icons for both color themes, tweak the css, "crush" the sprites. Props melchoyce, saracannon, aaroncampbell. Fixes #24290, fixes #24331.
|
| [24296]
|
SergeyBiryukov
|
Move the PHP4 constructor below the PHP5 one to avoid E_STRICT message. props uuf6429, iandunn. fixes #20801.
|
| [24295]
|
bumpbot
|
Compress scripts/styles: 3.6-beta3-24295.
|
| [24294]
|
azaozz
|
Post format retina icons for both color themes, props melchoyce, aaroncampbell. See #24290, see #24331.
|
| [24293]
|
bumpbot
|
Compress scripts/styles: 3.6-beta3-24293.
|
| [24292]
|
azaozz
|
Post format image: fix distorted image preview on iPads, see #24046
|
| [24291]
|
azaozz
|
Fix Chrome disregarding autocomplete="off" for password fields. Add autocomplete="off" to forms where the users can choose new password. Fixes #24364.
|
| [24290]
|
bumpbot
|
Compress scripts/styles: 3.6-beta3-24290.
|
| [24289]
|
azaozz
|
Post formats: when uploading an image or selecting it from the media modal, don't wrap it in a link, props kovshenin, fixes #24289
|
| [24288]
|
nacin
|
When WP_DEBUG, set PHP error_reporting level to E_ALL. This will include E_DEPRECATED in PHP 5.3, and E_STRICT in PHP 5.4.
fixes #24357.
|
| [24287]
|
lancewillett
|
Twenty Thirteen: revert unintended space change from r24239.
|
| [24286]
|
lancewillett
|
Twenty Thirteen: fix pixel shift that can occur on gallery non-single views in latest Chrome. Props jeremyfelt, fixes #24310.
|
| [24285]
|
lancewillett
|
Twenty Thirteen: ensure galleries are displayed correctly (centered) on both single and indexed views, props obenland. See #24307.
|
| [24284]
|
bumpbot
|
Compress scripts/styles: 3.6-beta3-24284.
|
| [24283]
|
ocean90
|
Improve the permalink settings UI for RTL.
props yoavf, SergeyBiryukov, DrewAPicture. fixes #16834.
|
| [24282]
|
ryan
|
Display the post format UI when there is structured data associated with the post regardless of the screen option.
Props kovshenin
see #24327
|
| [24281]
|
lancewillett
|
Twenty Thirteen: fixes to remove invalid CSS rules, including unneeded IE-specific filters and `calc()` values.
|
| [24280]
|
bumpbot
|
Compress scripts/styles: 3.6-beta3-24280.
|
| [24279]
|
lancewillett
|
Twenty Thirteen: update Quote styles so that fancy display only affects the actual quote content. Fixes #24332.
|
| [24278]
|
lancewillett
|
Twenty Thirteen: updated screenshot, smaller (82 to 55 KB) and a bit less cow.
|
| [24277]
|
ocean90
|
Customizer: Fix 'Collapse' button in RTL. props SergeyBiryukov. see [22977]. fixes #23846.
|
| [24276]
|
ryan
|
Don't show both "update failed" and "update successful" messages when upgrading a theme fails due to connectivity problems.
Props SergeyBiryukov
fixes #23027
|
| [24275]
|
ryan
|
Check for empty user agent to avoid notice.
Props sergej.mueller
fixes #22979
|
| [24274]
|
bumpbot
|
Compress scripts/styles: 3.6-beta3-24274.
|
| [24273]
|
azaozz
|
Separate the nonces update from checking the post lock. Fix scheduling the logged out check. See #23697, see #23295.
|
| [24272]
|
bumpbot
|
Compress scripts/styles: 3.6-beta3-24272.
|
| [24271]
|
azaozz
|
Logged out warnings: by default run the logged-out check every 3 min. Tag along if something else is using heartbeat. See #23295
|
| [24270]
|
bumpbot
|
Compress scripts/styles: 3.6-beta3-24270.
|
| [24269]
|
azaozz
|
Local autosaves: remove debug logging, see #23220
|
| [24268]
|
azaozz
|
Heartbeat: don't connect when a response is not expected by any script (nothing to send), remove debug logging, clean up code formatting, see #23216
|
| [24267]
|
SergeyBiryukov
|
Add file header to post-formats.php. props DrewAPicture. fixes #24349.
|
| [24266]
|
azaozz
|
Logged out warnings: fix same domain comparison in wp_auth_check_html() when FORCE_SSL_LOGIN && ! FORCE_SSL_ADMIN. See #23295
|
| [24265]
|
bumpbot
|
Compress scripts/styles: 3.6-beta3-24265.
|
| [24264]
|
azaozz
|
Fix showing and hiding of UI elements when disabling the Post Formats UI, props kovshenin, see #24327
|
| [24263]
|
ocean90
|
Revisions: Correct check for ensuring comparison always from newer to older revision. props adamsilverstein. fixes #24340.
|
| [24262]
|
SergeyBiryukov
|
Correct default value and inline description for $meta argument. see #22187.
|
| [24261]
|
SergeyBiryukov
|
Correct inline docs for wp_delete_term(). fixes #24343.
|
| [24260]
|
bumpbot
|
Compress scripts/styles: 3.6-beta3-24260.
|
| [24259]
|
ocean90
|
hoverIntent r7. props mjbanks. fixes #23752.
|
| [24258]
|
ocean90
|
RTL support for the new post Format UI. see #24326.
|
| [24257]
|
bumpbot
|
Compress scripts/styles: 3.6-beta3-24257.
|
| [24256]
|
ocean90
|
RTL: Fix some issues on nav menu screen. see #24326.
|
| [24255]
|
SergeyBiryukov
|
Fix typos in comments. fixes #24337.
|
| [24254]
|
ocean90
|
Revisions UI: Reduce the min width of a tick. props adamsilverstein. see #23901.
|
| [24253]
|
ocean90
|
Revisions JS: Fix inline docs. props a.hoereth. see #23901.
|
| [24252]
|
ocean90
|
jQuery Migrate 1.2.1. see #22975.
|
| [24251]
|
nacin
|
Add a delimiter to _wp_filter_build_unique_id()'s handling of static method callbacks. props scribu, fixes #23265.
|
| [24250]
|
ryan
|
Add default args list to wp_remote_request|get|post|head docblocks
Props DrewAPicture
fixes #23838
|
| [24249]
|
ryan
|
Remove redundant post ID validation.
Props SergeyBiryukov
fixes #24199
|
| [24248]
|
ryan
|
Add the flickr shortlink, flic.kr, to the oEmbed default providers list.
Props Ipstenu
fixes #23052
|
| [24247]
|
ryan
|
Remove obsolete TODO.
Props wonderboymusic
fixes #11635
|
| [24246]
|
ryan
|
phpdoc improvements for wp_dashboard_quota()
Props DrewAPicture, h4ck3rm1k3
|
| [24245]
|
nacin
|
Pass blog_id to the wpmu_drop_tables filter. props mitchoyoshitaka. see #24320.
|
| [24244]
|
markjaquith
|
3.6-beta3
|
| [24243]
|
markjaquith
|
A better logic check for whether we are looking at a post formats supporting view.
see #24291.
|
| [24242]
|
markjaquith
|
Revert change to get_post_format() introduced in [24226].
see #24291
|
| [24241]
|
markjaquith
|
Improve regular expressions by using a backreference to match right quote of quote pair when matching attributes.
props kovshenin. see #24225.
|
| [24240]
|
markjaquith
|
Return the requested image size in get_the_post_format_image()
props kovshenin. fixes #24188.
|
| [24239]
|
lancewillett
|
Twenty Thirteen: minor CSS fixes for comment spacing and property ordering.
|
| [24238]
|
SergeyBiryukov
|
Fix handling of '0' as meta_value argument in get_pages(). fixes #20376.
|
| [24237]
|
bumpbot
|
Compress scripts/styles: 3.6-beta2-24237.
|
| [24236]
|
markjaquith
|
Improvements of Image format dropzone
* Limit drag-drop Image format zone to HTML5 runtime
* Only keep the first file dropped
* Only upload image files
* Fix CSS for the progress bar
props azaozz. see #24291.
|
| [24235]
|
SergeyBiryukov
|
Prevent menu items with '0' label from being removed on menu saving. props MikeHansenMe, kovshenin. fixes #23051.
|
| [24234]
|
lancewillett
|
Twenty Thirteen: update Genericons font files to version 2.05, props Joen.
|
| [24233]
|
SergeyBiryukov
|
Update _post_formats_fix_empty_title() description. Make it clear that 'wp_insert_post_data' is a filter, not an action. props DrewAPicture. fixes #24303.
|
| [24232]
|
SergeyBiryukov
|
Display consistent labels in Image post format UI for users with and without unfiltered_html capability. props tollmanz. fixes #24304. see #24291.
|
| [24231]
|
SergeyBiryukov
|
Remove debug cruft. props kovshenin. see #23930.
|
| [24230]
|
SergeyBiryukov
|
Use esc_textarea(), not esc_html(), for escaping textarea content. props johnbillion. fixes #24300.
|
| [24229]
|
SergeyBiryukov
|
Fix typos in phpdoc. props TheLastCicada. fixes #24302.
|
| [24228]
|
SergeyBiryukov
|
Use correct escaping function. props tollmanz. fixes #24300.
|
| [24227]
|
bumpbot
|
Compress scripts/styles: 3.6-beta2-24227.
|
| [24226]
|
markjaquith
|
Improve the UX and flow of the Image post format.
* Drag-and-drop
* Textarea for HTML/URL hidden to start
* Bigger click target for entering Media modal
* Image preview height-contrained to 300 pixels
* Hid the alignment, size, etc options that didn't have an effect anyway
* Got wp-format-{format} into the <body> class
props DrewAPicture, aaroncampbell, markjaquith, azaozz. see #24291.
|
| [24225]
|
SergeyBiryukov
|
Allow to switch get_search_form() to HTML5 with an add_theme_support() call. fixes #23850.
|
| [24224]
|
lancewillett
|
Twenty Thirteen: smarter margins for comment block-level elements that need to be centered. Use margin just for left and right; don't change top and bottom.
|
| [24223]
|
lancewillett
|
Twenty Thirteen: clean up RTL and Genericons styles. Props SergeyBiryukov for the comment moderation bits, fixes #24287.
|
| [24222]
|
bumpbot
|
Compress scripts/styles: 3.6-beta2-24222.
|
| [24221]
|
azaozz
|
Local autosaves: show the notice above the post formats UI, see #23220
|
| [24220]
|
bumpbot
|
Compress scripts/styles: 3.6-beta2-24220.
|
| [24219]
|
ocean90
|
Revisions UI: Redesigned slider handlers.
Also:
* Fix diff header styling in grey admin theme
* Prevent an overlap of the compare two checkbox on smaller screens
props melchoyce, DrewAPicture, adamsilverstein. fixes #24276.
|
| [24218]
|
SergeyBiryukov
|
Make the notice on Edit Menus screen more in line with the help text. props DrewAPicture. see #24115.
|
| [24217]
|
SergeyBiryukov
|
Don't show "Manage Locations" tab if the theme has no menu locations defined. props DrewAPicture. fixes #24115.
|
| [24216]
|
bumpbot
|
Compress scripts/styles: 3.6-beta2-24216.
|
| [24215]
|
azaozz
|
TinyMCE: fix for the disappearing placeholders bug in Chrome, see #24177
|
| [24214]
|
SergeyBiryukov
|
* Pass ellipsis as a parameter to wp_html_excerpt() instead of appending it manually.
* Consolidate the logic to avoid appending ellipsis if the entire string is shown.
* Show ellipsis after truncated filenames and post titles.
props solarissmoke, bpetty, SergeyBiryukov. fixes #11446.
|
| [24213]
|
SergeyBiryukov
|
Don't append ellipsis in RSS widget if the entire content is shown. props kovshenin. fixes #21702.
|
| [24212]
|
SergeyBiryukov
|
Use wp_trim_words() in Recent Drafts widget. fixes #24292.
|
| [24211]
|
azaozz
|
TinyMCE: attempt a workaround for WebKit bug inserting spans with font styles when creating UL or OL. See #17154
|
| [24210]
|
bumpbot
|
Compress scripts/styles: 3.6-beta2-24210.
|