| [24045]
|
SergeyBiryukov
|
Correct phpdoc for get_content_quote(). props kovshenin. see #24009.
|
| [24044]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24044.
|
| [24043]
|
markjaquith
|
Hide the post title and auto-generate based on the post body, for the status and aside post formats.
props kovshenin. see #24011.
|
| [24042]
|
azaozz
|
Post locks:
- Show 'Saving revision...' while autosaving after a post has been taken over. Change to 'Your latest changes were saved as a revision.' when autosave completes.
- Make sure a user exists before using $user->display_name.
- Add 'post_lock_text' action for extending the message text.
|
| [24041]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24041.
|
| [24040]
|
ocean90
|
Revisions JS: Fix typo. props westi . fixes #24136.
|
| [24039]
|
ocean90
|
Post Formats: Change post screen icon on selection. props markjaquith. fixes #24140.
|
| [24038]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24038.
|
| [24037]
|
markjaquith
|
Hide Media button for Status and Aside post types.
props kovshenin. fixes #24013.
|
| [24036]
|
lancewillett
|
Twenty Thirteen: remove toolbar callback in functions.php -- and add an `!important` in its place in the stylesheet. Props obenland, fixes #24129.
|
| [24035]
|
lancewillett
|
Twenty Thirteen: search form fixes for IE7, and add fallback search type selector to RTL stylesheet, see r23961. Closes #23997.
|
| [24034]
|
markjaquith
|
Post Formats: use the content body for the body of the Quote post format.
* Searchable, better editing tools
* Less cluttered Post Format UI
props kovshenin, DrewAPicture. see #24009
|
| [24033]
|
nacin
|
Twenty Thirteen: Don't use the_post_format_gallery() as it does not exist (yet). see #24126.
|
| [24032]
|
nacin
|
Twenty Thirteen: Use the newer 'enqueued' argument for wp_style_is(). (This is, incidentally, the default.)
|
| [24031]
|
nacin
|
Twenty Thirteen: Move no-avatars class to the existing body class modification function.
* Move includes to the top of the file.
* Make search_form two words in twentythirteen_search_form_format().
fixes #24127.
|
| [24030]
|
nacin
|
Twenty Thirteen: Use WP_Theme's methods, rather than legacy properties.
|
| [24029]
|
nacin
|
Twenty Thirteen: Use the_post_format_gallery(). props obenland, fixes #24126.
|
| [24028]
|
nacin
|
Pass $post to display_post_states filter (in _post_states()).
|
| [24027]
|
SergeyBiryukov
|
Only show database errors if WP_DEBUG_DISPLAY is enabled. props cheeserolls, storkontheroof, crazycoders. fixes #22203.
|
| [24026]
|
azaozz
|
Revisions: look at the version of the earliest revision when checking whether to upgrade the revisions authors, see #16215
|
| [24025]
|
azaozz
|
Revisions: when upgrading the revision author don't add a copy of the post as latest revision when some of the revisions are already at v1. See #16215
|
| [24024]
|
SergeyBiryukov
|
Rename some variables for consistency. Remove redundant absint() call. see #24010.
|
| [24023]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24023.
|
| [24022]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24021.
|
| [24021]
|
markjaquith
|
Standardize post format postmeta keys around the ones already used by the Crowd Favorite plugin.
props wonderboymusic. fixes #24010.
|
| [24020]
|
ocean90
|
Revisions UI: Disable previous and next buttons when you're on the first, and last node. Put revision ticks above the slider range. props lessbloat for initial patch. see #23899.
|
| [24019]
|
ocean90
|
Revisions: Clean up JavaScript variable names, see #23901.
|
| [24018]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24018.
|
| [24017]
|
markjaquith
|
Use attachment.url only if it is available, else fall back to props.url.
see #24046. see [24009].
|
| [24016]
|
lancewillett
|
Twenty Twelve: fix style element ID attribute value, props SergeyBiryukov. Closes #24033.
|
| [24015]
|
markjaquith
|
Use get_post_format() instead of assuming we already have it.
* Fixes an issue where image posts without a title could not be deleted
fixes #23887. see #24046. props WraithKenny, SergeyBiryukov.
|
| [24014]
|
lancewillett
|
Twenty Twelve: add back missing space in CSS value, removed in r24013. See #23790.
|
| [24013]
|
lancewillett
|
Twenty Twelve: remove zero-width spaces in CSS value, props SergeyBiryukov. Closes #23790.
|
| [24012]
|
lancewillett
|
Twenty Thirteen: center footer text in RTL, props yoavf. Fixes #24110.
|
| [24011]
|
SergeyBiryukov
|
Make sure the variables are always defined. props tlovett1, danielbachhuber. fixes #24034. fixes #24112.
|
| [24010]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24010.
|
| [24009]
|
ryan
|
Revert attachment.url back to props.url. Fixes error that prevents inserting media into the editor.
see #24046
|
| [24008]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24008.
|
| [24007]
|
markjaquith
|
A little cleanup of post-formats.js
|
| [24006]
|
markjaquith
|
New Post Format UI chooser treatment in response to testing.
* Bigger icons
* Format description under each
* UI hides after choice
* Saving without choosing implies "Standard"
* Helpful text, with "Change format" link
see #24046. props lessbloat, wonderboymusic.
|
| [24005]
|
lancewillett
|
Twenty Thirteen: further performance for functions.js scroll event callback, props obenland. See #23875.
|
| [24004]
|
lancewillett
|
Twenty Thirteen: improvements to functions.js to add namespacing to events and simplify repeatable functions. See #23875.
|
| [24003]
|
markjaquith
|
Make get_the_post_format_image() work when intermediate_image_sizes is empty.
props lancewillett. fixes #24060.
|
| [24002]
|
markjaquith
|
Consistently apply class="title" to our options page h3 tags.
props norcross. fixes #24080.
|
| [24001]
|
lancewillett
|
Bundled themes: add identifier to `style` elements added by the theme. Fixes #24033.
|
| [24000]
|
SergeyBiryukov
|
* Add start/end markers to the regex patterns in audio and video embed handlers.
* Move the handler functions registration to wp_maybe_load_embeds().
* Rename both functions to match the wp_embed_handler_* pattern.
* Move the functions closer to wp_embed_handler_googlevideo().
props kovshenin. fixes #24092.
|
| [23999]
|
SergeyBiryukov
|
Fix several copy/paste errors in register_deactivation_hook() description. props Caspie. fixes #24097.
|
| [23998]
|
SergeyBiryukov
|
Add missing semicolon. props kovshenin. see #23831.
|
| [23997]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-23997.
|
| [23996]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-23995.
|
| [23995]
|
ocean90
|
Revisions UI: Increase the text contrast/color for the diffs. see #23810.
|
| [23994]
|
ocean90
|
Revisions UI: Remove the "To:" prefix from the header when viewing a single revision. Also prefix a revision field with a label.
props SergeyBiryukov, adamsilverstein, faishal. fixes #23903.
|
| [23993]
|
SergeyBiryukov
|
Remove unused variables introduced in [23843]. see #19570.
|
| [23992]
|
markjaquith
|
Link post format images if a URL is provided. Make the URL available via get_the_post_format_url().
props wonderboymusic, obenland. fixes #23964.
|
| [23991]
|
markjaquith
|
Constrain the width of images even when they're linked, in Twenty Thirteen.
see #23964
|
| [23990]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-23990.
|
| [23989]
|
markjaquith
|
Constrain large videos from rendering bigger than $content_width on both frontend and backend.
props wonderboymusic. fixes #23955.
|
| [23988]
|
ocean90
|
Don't print links for unsupported file types in wp_video_shortcode()/wp_audio_shortcode(). Return them instead.
props SergeyBiryukov. fixes #24075.
|
| [23987]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-23987.
|
| [23986]
|
markjaquith
|
Allow the content of no-title audio, video, quote, and image posts to be blanked.
props wonderboymusic. fixes #23623.
|
| [23985]
|
markjaquith
|
Only say we accept a raw video/audio embed code for unfiltered_html users.
props wonderboymusic. see #23961
|
| [23984]
|
markjaquith
|
Only remove ONE piece of media from the content in setup_postdata().
props wonderboymusic. fixes #24052.
|
| [23983]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-23983.
|
| [23982]
|
azaozz
|
Fix accidental revert of revisions comparison in [23981]
|
| [23981]
|
azaozz
|
Post locks: make sure we never overwrite a draft when it's locked, clean up wp_ajax_autosave() and make wp-refresh-post-lock a bit more robust, see #23697
|
| [23980]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-23980.
|
| [23979]
|
markjaquith
|
Use ID3 data for audio and video
fixes #23926. props wonderboymusic, SergeyBiryukov, johnbillion.
|
| [23978]
|
markjaquith
|
Fix some Skype chat parsing issues.
props wonderboymusic. see #23625.
|
| [23977]
|
markjaquith
|
Update MediaElement.js to 2.11.3
props wonderboymusic, John Dyer. see #23831.
|
| [23976]
|
ocean90
|
Set a height for post title input
Firefox ignores the line-height because it declares line-height with `normal !important` in one of it's browser stylesheets. This can result in missing dots above umlauts.
props helen, lessbloat.
fixes #23189
|
| [23975]
|
azaozz
|
Revisions: compare revisions by date in wp_ajax_revisions_data(), deprecate the $parent arg in wp_list_post_revisions() as now revisions always include a copy of the current post, props adamsilverstein, see #23901
|
| [23974]
|
ryan
|
Use API instead of bare SQL queries in site-users.php.
see #21767
|
| [23973]
|
ryan
|
Use prepare() for the duplicate comment query in wp_allow_comment().
see #21767
|
| [23972]
|
lancewillett
|
Twenty Thirteen: adjust `content_width` value for video shortcodes in video post formats and on attachment templates. See #23955, props obenland.
|
| [23971]
|
lancewillett
|
Twenty Thirteen: reinstate Audio post format max-width layout handling, lost in r23964. See #23955, props obenland.
|
| [23970]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-23970.
|
| [23969]
|
markjaquith
|
Enforce video dimensions.
props wonderboymusic. see #23831.
|
| [23968]
|
markjaquith
|
Update MediaElement.js to 2.11.1
Also get rid of its non-minified JS/CSS files.
props wonderboymusic, ocean90. fixes #24015.
|
| [23967]
|
lancewillett
|
Twenty Thirteen: improve comment label selectors and nudge up their width a bit to account for non-English installs. Props obenland for initial patch, fixes #24039.
|
| [23966]
|
lancewillett
|
Twenty Thirteen: change Genericon element display to `inline-block` to avoid underlining the icon when its related element wrapped in a link. Props obenland, fixes #24045.
|
| [23965]
|
lancewillett
|
Twenty Thirteen: adjust JavaScript handling for scrolling and finding viewport heigh/width to better support various IE versions. Also consolidate variables at the top of the file per best practices. Fixes #23841, props obenland.
|
| [23964]
|
lancewillett
|
Twenty Thirteen: better handling of media in main content area, accounting for a sidebar and all viewport width possibilities. Props sabreuse and obenland, see #23955.
|
| [23963]
|
lancewillett
|
Twenty Thirteen: improve gallery styles for IE7 and IE8, props kovshenin and obenland. Fixes #23996.
|
| [23962]
|
lancewillett
|
Twenty Thirteen: minor design tweaks and fixes:
* Link color should be the same on all links that are on white or tan backgrounds, see #23784
* Better color value for active menu item (red instead of tan)
* Improved styles for quote citations that are wrapped in links
* Better layout for single post navigation links when post titles are '''really''' long
* Fix navbar border style for viewports at 1600 pixels wide and above
Props Joen and obenland.
|
| [23961]
|
lancewillett
|
Twenty Thirteen: add fallback selectors for older browsers that don't understand `search` input elements. Fixes #23997, props obenland.
|
| [23960]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-23960.
|
| [23959]
|
lancewillett
|
Twenty Thirteen: display gallery captions correctly in IE7 and IE8. Props celloexpressions and kovshenin, fixes #23996.
|
| [23958]
|
ryan
|
Update MediaElement.js to 2.11.0.
Props wonderboymusic
see #24015
|
| [23957]
|
lancewillett
|
Twenty Thirteen: add missing "yellow" color tag.
|
| [23956]
|
markjaquith
|
Don't allow images to be set as featured image until they have been processed.
props kadamwhite. fixes #23317.
|
| [23955]
|
helen
|
Add `.edit-form-section` class to the comment edit form for correct spacing. fixes #23240.
|
| [23954]
|
ocean90
|
jQuery Color 2.2.1. fixes #22562.
|
| [23953]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-23953.
|
| [23952]
|
SergeyBiryukov
|
Remove \s from regex in pingback_ping() to avoid UTF-8 issues. props tenpura. fixes #24001.
|
| [23951]
|
SergeyBiryukov
|
Reset transition property in toolbar CSS to avoid conflicts with themes. props kwight. fixes #24031.
|
| [23950]
|
SergeyBiryukov
|
Fix copy/paste error in user-new.php. props tivnet. fixes #24022.
|
| [23949]
|
SergeyBiryukov
|
Fix typo in upgrade_100(). props tivnet, bpetty. fixes #24020.
|
| [23948]
|
SergeyBiryukov
|
Remove duplicate array key. props tivnet. fixes #24021.
|
| [23947]
|
markjaquith
|
No longer need to work around zend_hash_del_key_or_index bug. fixes #24029. see [4717]
|
| [23946]
|
ryan
|
Allow turning off the post formats UI via a show_post_format_ui filter.
Props johnbillion
see #23929
|