| [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.
|
| [24209]
|
azaozz
|
Post locks and autosave:
- Move nonces refreshing from autosave to lock checking.
- Do autosave only when there is something to save.
See #23295
|
| [24208]
|
azaozz
|
Logged out warnings:
- Don't use <base> tag to set target="_blank". It can break form submission. Instead, set target only on links with JS.
- Fix same domain comparison in wp_auth_check_html() when FORCE_SSL_LOGIN == true.
- Properly show/hide the "Close" button when the dialog is shown multiple times.
See #23295
|
| [24207]
|
SergeyBiryukov
|
Use ellipsis instead of three dots. props tjsingleton, jordie23, wojtek.szkutnik, DrewAPicture, SergeyBiryukov. see #8714.
|
| [24206]
|
markjaquith
|
Ensure that draft posts cannot be given a non-unique post slug when using Quick Edit.
fixes #22902. props SergeyBiryukov.
|
| [24205]
|
ocean90
|
Revisions UI: RTL support. (And inline docs.)
props DrewAPicture, adamsilverstein. fixes #23897.
|
| [24204]
|
ocean90
|
jQuery UI 1.10.3. fixes #23370.
|
| [24203]
|
markjaquith
|
Include getID3 licensing info.
props bpetty. fixes #23842.
|
| [24202]
|
lancewillett
|
Twenty Thirteen: fix styling for comment moderation notice. Props SergeyBiryukov, fixes #24286.
|
| [24201]
|
SergeyBiryukov
|
Avoid PHP notices when deleting or restoring an item that no longer exists. props johnbillion, ocean90. fixes #24246.
|
| [24200]
|
SergeyBiryukov
|
Add missing semicolon. props jcastaneda. fixes #24282.
|
| [24199]
|
SergeyBiryukov
|
Remove unused variables. props ocean90. fixes #24247.
|
| [24198]
|
ryan
|
Avoid warning in gallery_shortcode() when called outside of post context.
Props kovshenin
fixes #24272
|
| [24197]
|
lancewillett
|
Twenty Thirteen: fix comment author styles to only add star icon to the post author's comment(s). Fixes #24281.
|
| [24196]
|
lancewillett
|
Twenty Ten and Twenty Twelve: fix minor indentation issues in CSS files (spaces to tabs).
|
| [24195]
|
lancewillett
|
Twenty Ten: call `get_post_galleries()` correctly now that it has new arguments, and use a more accurate `function_exists` call. Props kovshenin, closes #23617.
|
| [24194]
|
lancewillett
|
Twenty Eleven: call `get_post_galleries()` correctly now that it has new arguments, and use a more accurate `function_exists` call. Props kovshenin, closes #22907.
|
| [24193]
|
lancewillett
|
Twenty Thirteen: more specificity for `.reply` selectors, props johnjamesjacoby for starter patch. Fixes #24268.
|
| [24192]
|
markjaquith
|
Go back to plain text diffs between revisions instead of attempting partial rendering.
fixes #24254
|
| [24191]
|
SergeyBiryukov
|
Avoid a PHP notice in get_page_template_slug() if the page does not exist. props tollmanz. fixes #24250.
|