| [21428]
|
lancewillett
|
Twenty Twelve: set version to null to force no stylesheet version number when loading third-party CSS for Google Fonts. Props drewstrojny and obenland.
|
| [21427]
|
lancewillett
|
Twenty Twelve: print style tweaks for footer meta and link underlines. See #21377.
|
| [21426]
|
lancewillett
|
Twenty Twelve: justify text in smaller views, props chriswallace. Fixes #21385.
|
| [21425]
|
azaozz
|
Accessibility: add text to the updates link in the toolbar, props SergeyBiryukov, fixes #21333
|
| [21424]
|
bumpbot
|
Compress scripts/styles: 3.5-alpha-21424.
|
| [21423]
|
azaozz
|
Add "Skip to toolbar" accessibility shortcut, see #21471
|
| [21422]
|
markjaquith
|
About ten percent
|
| [21421]
|
dd32
|
Fix the plupload script enqueue, props SergeyBiryukov, Fixes #21467. See #20683.
|
| [21420]
|
markjaquith
|
Let WP_Dependencies accept a string for a single dependency instead of requiring an array wrapper. props vhauri. fixes #20683
|
| [21419]
|
bumpbot
|
Compress scripts/styles: 3.5-alpha-21419.
|
| [21418]
|
azaozz
|
Quicktags: don't call the callback on pressing the access key when a button is not visible, see #21460
|
| [21417]
|
azaozz
|
Add translation context for the Text editor tab name, props obenland, fixes #20993
|
| [21416]
|
bumpbot
|
Compress scripts/styles: 3.5-alpha-21416. TinyMCE updated.
|
| [21415]
|
azaozz
|
TinyMCE: revert Firefox shortcuts to match all other browsers (Alt+Shift+letter), fix the labels for the shortcuts, update description in wp-mce-help, fixes #21197
|
| [21414]
|
ryan
|
Deprecate get_blog_option(), add_blog_option(), update_blog_option(), and delete_blog_option().
Use the regular option functions wrapped in switch_to_blog() and restore_current_blog() instead.
Group multiple operations within a single switch where possible.
fixes #21432
|
| [21413]
|
nacin
|
Move most instances of new WP_User to get_userdata(). see #21120.
|
| [21412]
|
lancewillett
|
Twenty Twelve: bump theme-customizer JS version. See #21443.
|
| [21411]
|
lancewillett
|
Twenty Twelve: Add postMessage support in Customizer for fonts, site title and description, and background color body_class value updates.
Props obenland for first patch and testing. Fixes #21443.
|
| [21410]
|
lancewillett
|
Twenty Twelve: update print styles to merge similar rules, props SergeyBiryukov, see #21377.
|
| [21409]
|
lancewillett
|
Twenty Twelve: update editor stylesheet, props obenland. See #21376.
|
| [21408]
|
lancewillett
|
Twenty Twelve: make sure embeds and videos don't overflow their containers, and add iframe styles to all embeds, videos, and objects. Fixes #21382.
Props chriswallace and obenland for troubleshooting.
|
| [21407]
|
lancewillett
|
Twenty Twelve: add max-width rule to help captions not overflow their container at small window sizes. Props chriswallace and obenland, fixes #21383.
|
| [21406]
|
lancewillett
|
Twenty Twelve: style hr, big, del, ins in editor stylesheet (and add all except big to style.css also). Fixes #21376.
|
| [21405]
|
lancewillett
|
Twenty Twelve: fix navigation selectors as the change in r21404 broke the small navigation menu behavior.
|
| [21404]
|
lancewillett
|
Twenty Twelve: CSS and markup improvements for better child theme support, part 3. See #21379.
* Add classes like `.site` and `.site-content` in addition to the set of IDs already present, making things much better for child themes to have more than one generic element like `nav` inside the content container.
* Bump JS version after selector change.
* Move `image-attachment` to `post_class()` output
More exhaustive notes in the ticket on each id and class change.
|
| [21403]
|
ryan
|
Introduce wp_cache_switch_to_blog() and WP_Object_Cache::switch_to_blog() as a lighter/faster way to switch the cache to a new blog id.
Add the blog id to the cache keys for multisite installs.
Use wp_cache_switch_to_blog() instead of wp_cache_init() in switch_to_blog().
Use wp_cache_switch_to_blog() instead of wp_cache_reset() in wp_start_object_cache().
Deprecate wp_cache_reset().
This avoids the many queries needed to re-prime the cache after switch_to_blog() on multisite installs using the default cache backend.
fixes #21434
|
| [21402]
|
lancewillett
|
Twenty Twelve: CSS and markup improvements for better child theme support, part 2. See #21379.
* Allow image alignment to apply anywhere, not just entry content area
* Remove unneeded `hgroup` `header` and `nav` selectors
|
| [21401]
|
lancewillett
|
Twenty Twelve: CSS and markup improvements for better child theme support, part 1.
Move all media queries to bottom of document.
|
| [21400]
|
bumpbot
|
Compress scripts/styles: 3.5-alpha-21400.
|
| [21399]
|
azaozz
|
Retina: add image editor 2x icons, props empireoflight, see #21019
|
| [21398]
|
lancewillett
|
Twenty Twelve: Homepage page template logic cleanup and style updates, props obenland. Fixes #21245.
|
| [21397]
|
lancewillett
|
Twenty Twelve: update styles for tag/category descriptions on archive pages, props drewstrojny. Closes #21255.
|
| [21396]
|
lancewillett
|
Twenty Twelve: change featured post banner and comment author callout to look less like buttons. Props chriswallace and drewstrojny, fixes #21384.
|
| [21395]
|
nacin
|
Revert parameter changes in [21394] as these are unnecessary.
Our plugin API always passes the requested number arguments to a callback,
even if previous callbacks asked for less arguments than later callbacks.
see #21264.
|
| [21394]
|
lancewillett
|
Twenty Twelve: better comment block for twentytwelve_wp_title() and set passed arguments to empty strings for compatibility with plugins or child themes that might override wp_title() before this filter runs.
See #21264.
|
| [21393]
|
lancewillett
|
Twenty Twelve: add CSS rule for threaded comments. Fixes #21405.
|
| [21392]
|
lancewillett
|
Twenty Twelve: add print styles to stylesheet, first pass props obenland. See #21377.
|
| [21391]
|
lancewillett
|
Twenty Twelve: use is_ssl() to load the correct protocol for Google font CSS file. Fixes #21399, props obenland.
|
| [21390]
|
lancewillett
|
Twenty Eleven: update html5 shiv to 3.6 stable version. Props ocean90, fixes #20640.
|
| [21389]
|
lancewillett
|
Twenty Twelve: add editor stylesheet, first pass props obenland. See #21376.
RTL version and tweaks to come after more testing.
|
| [21388]
|
lancewillett
|
Twenty Twelve: update comment header in html5 JS file.
Related to #20640.
|
| [21387]
|
westi
|
Multisite: Rework the upload space usage tracking code so as to be fully pluggable.
* Moves some admin only functions into wp-admin/includes/ms.php from wp-includes/ms-functions.php
* Reworked the variable naming to be more in line with the Coding Standards
* Introduced a new get_space_used() function instead of calculating it in multiple places.
Fixes #21181 props dllh and jkudish for inital work on this.
|
| [21386]
|
koopersmith
|
Fix @since blocks... since we already released 3.4.1. see #21355.
|
| [21385]
|
koopersmith
|
Add @since documentation, see #21355.
|
| [21384]
|
bumpbot
|
Compress scripts/styles: 3.5-alpha-21384.
|
| [21383]
|
koopersmith
|
Remove the ability to upload custom headers in the customizer. Properly handle selecting the correct first tab, and removing the control/section if no tabs exist. see #21355.
To check if the control has any potential tabs and headers, added:
* WP_Customize_Image_Control->prepare_control()
* WP_Customize_Header_Image_Control->prepare_control()
* WP_Customize_Header_Image_Control->default_headers
* WP_Customize_Header_Image_Control->uploaded_headers
|
| [21382]
|
bumpbot
|
Compress scripts/styles: 3.5-alpha-21382.
|
| [21381]
|
koopersmith
|
Pinking shears.
|
| [21380]
|
koopersmith
|
When the browser property is not provided to wp.Uploader, hide Plupload's auto-created file input and call Plupload's disableBrowse. see #21437, [21379].
|
| [21379]
|
koopersmith
|
Make the browser property in wp.Uploader optional. fixes #21437.
|
| [21378]
|
ryan
|
Use Yoda conditions. Props evansolomon. see #21270
|
| [21377]
|
nacin
|
Use get_userdata() rather than new WP_User in is_super_admin(), to take advantage of the performance improvements in [21376]. see #21120.
|
| [21376]
|
nacin
|
Optimize get_user_by( 'id', $id ) to return wp_get_current_user() when the current user ID is requested.
Provides for a major performance improvement by preventing repeated instantiations of WP_User in the capabilities API.
see #21120.
|
| [21375]
|
nacin
|
Don't call get_userdata() every time for the current user in map_meta_cap()'s read_post, edit_post, and delete_post branches. see #21120.
|
| [21374]
|
ryan
|
Better phpdoc for user_nicename. Props SergeyBiryukov. fixes #21427
|
| [21373]
|
ryan
|
Call func_get_args() once in add_query_arg(). Props SergeyBiryukov. see #21332
|
| [21372]
|
lancewillett
|
Twenty Twelve: improve definition term layout a bit, use line-height instead of bottom margin. Fixes #21259.
|
| [21371]
|
lancewillett
|
Twenty Twelve: fix typo for comment-content container showing incorrect class value, props obenland. Closes #21242.
|
| [21370]
|
lancewillett
|
Twenty Twelve: squeeze 1.47% more size savings by compressing screenshot again.
|
| [21369]
|
lancewillett
|
Twenty Twelve: fix typo, s/#entry-meta/.entry-meta/ props zeo. Closes #21418.
|
| [21368]
|
lancewillett
|
Twenty Eleven: fix typo, s/#entry-meta/.entry-meta/ props zeo. See #21418.
|
| [21367]
|
azaozz
|
TinyMCE: better exclusion of Opera mobile, fixes #21416
|
| [21366]
|
nacin
|
Improve code readability and execution in admin-footer by removing a now-unnecessary implode(). props TobiasBg, fixes #21422.
|
| [21365]
|
ryan
|
Give Add New button on edit taxonomy pages primary button styling. Props JustinSainton. fixes #21406
|
| [21364]
|
ryan
|
Introduce get_edit_user_link(). Props scribu, georgestephanis, johnbillion. fixes #14787 see #20307
|
| [21363]
|
ryan
|
Take the mmm out of comment_ID. Just mm is sufficient.
Props wonderboymusic
fixes #21400
|
| [21362]
|
ryan
|
s/newuserconfimation/newuserconfirmation/
Props Jayjdk, lesteph
fixes #21415
|
| [21361]
|
azaozz
|
TinyMCE: don't load in Opera Mobile as it doesn't support contentEditable yet, fixes #21416
|
| [21360]
|
bumpbot
|
Compress scripts/styles: 3.5-alpha-21360. TinyMCE updated.
|
| [21359]
|
azaozz
|
TinyMCE shortcuts: revert to Alt + Shift + letter for WebKit and Ctrl + Alt + letter (Command + Option + letter) in Firefox, see #21197
|
| [21358]
|
azaozz
|
Move the description for tabbing out of the plugin and theme editors textareas to the Help tab, fixes #21347
|
| [21357]
|
ryan
|
Refactor *_blog_option() functions to use switch_to_blog(), restore_current_blog(), and the *_option() functions. Do not use site-options for blog option caching as this duplicated info and did not properly invalidate.
Props jeremyfelt
fixes #21270
|
| [21356]
|
azaozz
|
Widgets: add localization context for 'Add' and 'Edit', props nacin, fixes #21338
|
| [21355]
|
azaozz
|
Widgets: Add the name of the widget to the Add and Edit buttons on the Accessible Widget Management Screen, props cannona, fixes #21338
|
| [21354]
|
ryan
|
phpdoc for Customizer classes and methods. Props bananastalktome. see #21303
|
| [21353]
|
ryan
|
Deprecate and stub _media_button. fixes #21317
|
| [21352]
|
ryan
|
Deprecate and stub _insert_into_post_button(). fixes #20427
|
| [21351]
|
ryan
|
Introduce wp_oembed_remove_provider(). Props r-a-y. fixes #16327
|
| [21350]
|
ryan
|
Improved phpdoc for file.php. Props tommcfarlin. fixes #21328
|
| [21349]
|
ryan
|
Remove debug cruft. Props ocean90. fixes #21315
|
| [21348]
|
bumpbot
|
Compress scripts/styles: 3.5-alpha-21348.
|
| [21347]
|
azaozz
|
Update ImgAreaSelect to 0.9.9 that fixes IE7 stack overflow error, props c3mdigital, fixes #21363, fixes #21348 for trunk
|
| [21346]
|
azaozz
|
Update ImgAreaSelect to 0.9.9 that fixes IE7 stack overflow error, props c3mdigital, fixes #21363, fixes #21348 for 3.4
|
| [21345]
|
azaozz
|
Bail out themes and plugins that have copied code from core and don't maintain it by requiring class-wp-editor.php in wp-langs.php, fixes #21350 for trunk
|
| [21344]
|
azaozz
|
Bail out themes and plugins that have copied code from core and don't maintain it by requiring class-wp-editor.php in wp-langs.php, fixes #21350 for 3.4
|
| [21343]
|
lancewillett
|
Twenty Twelve: enable async body class value changes for custom background color changes in Theme Customizer. See #21226.
|
| [21342]
|
lancewillett
|
Twenty Twelve: improve table styles, props sennza and drewstrojny. Fixes #21261.
|
| [21341]
|
lancewillett
|
Twenty Twelve: new screenshot, props drewstrojny. Fixes #21227.
|
| [21340]
|
lancewillett
|
Twenty Twelve: update pre element styles, props senzza and drewstrojny. Fixes #21263.
|
| [21339]
|
bumpbot
|
Compress scripts/styles: 3.5-alpha-21338.
|
| [21338]
|
lancewillett
|
Twenty Twelve: give address element a little more line-height, props sennza and drewstrojny. Fixes #21262.
|
| [21337]
|
lancewillett
|
Twenty Twelve: adjust styles for definition lists, props sennza and drewstrojny. Fixes #21259.
|
| [21336]
|
lancewillett
|
Twenty Twelve: CSS cleanup for clearing float method. Use `overflow: hidden;` and leave the other method intact in `.clear` rule so child themes can use it if needed. See #21381.
|
| [21335]
|
azaozz
|
Reset text-indent on the toolbar, props mfields, fixes #21362
|
| [21334]
|
lancewillett
|
Twenty Twelve: CSS cleanup for old prefixes. See #21381.
|
| [21333]
|
ryan
|
Fix some spelling errors. Props thee17. fixes #21191
|
| [21332]
|
ryan
|
Use get_search_query() in feed-rss2-comments.php. Props SergeyBiryukov. fixes #21365
|
| [21331]
|
lancewillett
|
Twenty Twelve: tag and category descriptions should not be part of h1 element. Props obenland, see #21255.
|
| [21330]
|
ryan
|
Don't attempt to define the COMMENTS_TEMPLATE constant twice. Props kitchin. fixes #21337
|
| [21329]
|
lancewillett
|
Twenty Twelve: remove unneeded filter (props nacin) and fix up PHP comment blocks in custom-header.php file for s/@package/@since/ on individual functions. See #21231.
|