| [22290]
|
ryan
|
Add min-height to hierarchical taxonomy meta box. Props SergeyBiryukov. fixes #15925
|
| [22289]
|
azaozz
|
Fix the buttons in IE, make them better in IE7, remove the default padding in Firefox, make all .button <a> and <input> look the same, fixes #21598
|
| [22288]
|
azaozz
|
Buttons: slightly bolder :focus styles, make the "Log In" button '.button-large', props lessbloat, see #21598
|
| [22287]
|
bumpbot
|
Compress scripts/styles: 3.5-beta2-22287.
|
| [22286]
|
ryan
|
Revert [21420] and [21481]. Accepting a string caused back compat problems including the possibility of revealing previously hidden circular dependencies resulting in infinite loops.
fixes #20683 #22111
see #21520
|
| [22285]
|
ryan
|
Update autocomplete CSS to make nice with jQuery UI 1.9. Give ui-helper-hidden-accessible the same treatment as screen-reader-text. Props helenyhou. fixes #22166
|
| [22284]
|
ryan
|
Use HiDPI image for nav menu item disclosure arrow. Props dd32. fixes #22240
|
| [22283]
|
nacin
|
Do not issue a Last-Modified header when issuing no-cache headers to avoid aggressive (webkit) caching. Serve a blank header when header_remove() is not available (PHP < 5.3). props andy. fixes #22258.
|
| [22282]
|
nacin
|
Remove unnecessary styling of an option element's padding. props SergeyBiryukov. fixes #22020.
|
| [22281]
|
nacin
|
Remove unused delete style. props SergeyBiryukov. fixes #21196.
|
| [22280]
|
nacin
|
Reset box-sizing to toolbar CSS to avoid conflicts with themes. props betzster, fixes #21863.
|
| [22279]
|
nacin
|
Make some space for the Permalink preview to appear on post-new.php. props johnbillion, lessbloat. fixes #22184.
|
| [22278]
|
nacin
|
Prime post caches for the Recent Comments widget. props mitchoyoshitaka. see #15400.
|
| [22277]
|
ryan
|
In wp_xmlrpc_server::_insert_post(), don't return an error if set_post_thumbnail() returns false when the attachment ID doesn't change.
Props picklepete
fixes #22204
|
| [22276]
|
ryan
|
A more generic message for wp_upload_dir(). Props nacin. fixes #21796
|
| [22275]
|
ryan
|
Improve the contextual help for the comment bubble in the 'In Response To' column. Props lessbloat. fixes #19788
|
| [22274]
|
ryan
|
Avoid notices in _remove_theme_support(). Props alex-ye, SergeyBiryukov. fixes #22246
|
| [22273]
|
westi
|
i18n: Fix the usage of sprintf replacements in the user management admin page. See #22260.
|
| [22272]
|
westi
|
i18n: Fix the usage of sprintf replacements in the Multisite Network Admin new site page. See #22260.
|
| [22271]
|
westi
|
i18n: Fix the usage of sprintf replacements in the Multisite admin include files. See #22260.
|
| [22270]
|
westi
|
i18n: Fix the usage of sprintf replacements in the Multisite include files. See #22260.
|
| [22269]
|
bumpbot
|
Compress scripts/styles: 3.5-beta2-22269.
|
| [22268]
|
azaozz
|
Improve visible focus in the admin, props lessbloat, fixes #21324
|
| [22267]
|
koopersmith
|
Correctly assign post_parent to attachments uploaded in the new media modal. fixes #22085, see #21390.
|
| [22266]
|
ryan
|
Fix typo in phpdoc. Props SergeyBiryukov. fixes #20429
|
| [22265]
|
bumpbot
|
Compress scripts/styles: 3.5-beta2-22265.
|
| [22264]
|
ryan
|
Don't wp_cache_add() stdClass objects in get_post() to avoid polluting the cache with incomplete or otherwise compromised objects.
Declare the core properties of WP_Pist as proper public properties and provide them with defaults.
Props wonderboymusic
fixes #22223
|
| [22263]
|
azaozz
|
Adminmenu: fix folded height and shadow inconsistencies, props webord, fixes #21998
|
| [22262]
|
azaozz
|
Make the admin menu and toolbar work well on mobile devices, props georgestephanis, see #20614
|
| [22261]
|
ryan
|
Enter the semicolon. Props F J Kaiser, SergeyBiryukov. fixes #21393
|
| [22260]
|
nacin
|
Remove bogus optional value for get_cat_ID(). (Incorrect usage will result in a warning.) props Latz. fixes #21201.
|
| [22259]
|
ryan
|
Remove set_time_limit() from sites.php. Props dllh. fixes #19486 see #21521
|
| [22258]
|
ryan
|
If posts is an empty array, bail from set_found_posts(). If posts is null or otherwise empty proceed through set_found_posts(). This accommodates caching plugins such as Advanced Post Cache that force posts to be empty for later population but still require the found_posts_query filter to run.
fixes #14426
|
| [22257]
|
ryan
|
Populate WPLANG site option when setting up a network. Props SergeyBiryukov. fixes #21726
|
| [22256]
|
ryan
|
Don't create {$blog_id}_user-settings, {$blog_id}_user-settings-time, and {$blog_id}_dashboard_quick_press_last_post_id user options when a super admin visits a site they aren't a member of. Instead, rely solely on the wp-settings cookie.
fixes #22178
|
| [22255]
|
ryan
|
Pass each url in ping_sites through esc_url_raw() upin save. This ensures the urls have a valid protocol and avoids "Unable to parse URL" warning in WP_Http. Props SergeyBiryukov. fixes #21966
|
| [22254]
|
ryan
|
Correct phpdoc for wpdb::bail(). wp_die() is issued when show_errors is true, not false. Props SergeyBiryukov. fixes #22211
|
| [22253]
|
ryan
|
Allow numbers in screen option IDs. Fixes setting posts per page for custom post types containing 0-9. Props SergeyBiryukov. fixes #18323
|
| [22252]
|
bumpbot
|
Compress scripts/styles: 3.5-beta2-22252. TinyMCE updated.
|
| [22251]
|
azaozz
|
Editor: fix setting wpActiveEditor when TinyMCE is not used, see #21718
|
| [22250]
|
azaozz
|
Tab indexes: when tabbing out of the editors make sure the next focused element is the expected/default action, fix focusing the next field when picking a date for future post, props lessbloat, fixes #21340
|
| [22249]
|
azaozz
|
Accessibility shortcuts: new looks and fix for the WebKit focus bug, props lessbloat, fixes #21471
|
| [22248]
|
ryan
|
Return WP_User objects when querying 'all' fields with WP_User_Query.
Allow passing stdClass or WP_User to the WP_User constructor.
fixes #22057
|
| [22247]
|
koopersmith
|
Add attachment display settings to the media modal.
* Add a media view for button groups.
* Add button dropdown containers.
* Add a dropdown property to the button media model.
fixes #22206, #21814, see #21390, #21813, #21598.
|
| [22246]
|
azaozz
|
TinyMCE: fix showing popup buttons on images in WebKit, fixes #22188
|
| [22245]
|
koopersmith
|
Add a down arrow button. see #21598, #21390, #21813.
|
| [22244]
|
ryan
|
Pass the result of the the_preview filter through get_post() to ensure the post is filtered and of type WP_Post. fixes #22162
|
| [22243]
|
ryan
|
Return WP_Error when no editor is selected. Props markoheijnen. see #6821
|
| [22242]
|
koopersmith
|
Add button groups. see #21598, #21390.
|
| [22241]
|
bumpbot
|
Compress scripts/styles: 3.5-beta2-22241.
|
| [22240]
|
ryan
|
In populate_network(), distinguish between upgrading from single to multisite and creating a new network in an existing multisite environment. When creating a new network steps related to setting up the main site must be skipped since the main site is created after populate_network() runs. Further, the global should not be modified since populating a new network does not involve switching to that network and making it current. fixes #22090
|
| [22239]
|
koopersmith
|
Revise and combine button selectors.
* Simplifies button selectors. Maintains backwards compatibility for several classes and makes creating new button styles considerably easier.
* Adds buttons documentation.
* Raw input submit/reset/button types now use default browser styles (instead of half-styled borders that did not look like buttons).
* Moves basic button color standardization to the beginning of wp-admin.
see #21598, #22197.
|
| [22238]
|
ryan
|
Replace the sanitize loop at the end of WP_Query::get_posts() with an array_map of get_post(). get_post() will ensure each object in the loop is sanitized and is of the type WP_Post. see #22162
|
| [22237]
|
koopersmith
|
Make <button> elements inherit font settings. fixes #22201, see #21598.
|
| [22236]
|
koopersmith
|
Consolidate buttons CSS into a single file.
Adds `wp-includes/css/buttons.css` to consolidate buttons files and make them available in a modular fashion. Buttons are included automatically with the `colors` styles, and can be included independently by running:
`wp_enqueue_style('buttons');`
fixes #22197, see #21598.
|
| [22235]
|
nacin
|
Optimize wp_update_nav_menu_item() for high performance. Only query items for a menu when we need them. Update items after updating its meta so the meta cache can be leveraged. see #22189.
|
| [22234]
|
nacin
|
In nav menus, avoid firing the magic WP_Post getter for potentially non-existent properties, which results in a metadata cache hit. see #22189.
|
| [22233]
|
nacin
|
Prime post term caches for nav menu items. Avoid doing so in frontend template functions as it remains unneeded there. see #22189.
|
| [22232]
|
nacin
|
Avoid queries in wp_unique_post_slug() for nav menu items. see #22189.
|
| [22231]
|
markjaquith
|
Defer the meta_id-fetching query until after comparison of the previous value, so that redundant calls to update_metadata() can bail without making that query. props nacin. fixes #22191
|
| [22230]
|
nacin
|
Remove whitespace from around the WP_Post/get_post SQL string.
|
| [22229]
|
nacin
|
Duplicate comments should be allowed under a different comment parent. props andy. fixes #21609.
|
| [22228]
|
nacin
|
jQuery Masonry for uploaded custom headers. props zamoose. fixes #20346.
|
| [22227]
|
dd32
|
Replace the hard coded version and PHP/MySQL requirements in update-core.php by pulling in the new version.php file during installation. Fixes #22015 #11639. See #21789
|
| [22226]
|
dd32
|
When upgrading a site to/from a Beta, alpha, or non-stable release, overwrite any existing bundled themes & plugins with the version from the release zip. See #21789
|
| [22225]
|
nacin
|
Fix typo and don't always return false from image_make_intermediate_size(). props gandham, see #22181.
|
| [22224]
|
nacin
|
3.5-beta2.
|
| [22223]
|
bumpbot
|
Compress scripts/styles: 3.5-beta1-22223. TinyMCE updated.
|
| [22222]
|
nacin
|
Have wp_upload_dir() account for blog switching, ms-files rewriting, and the UPLOADS constant properly. This type of logic needs a lot of code comments.
Prevents wp_upload_dir() from obeying the UPLOADS constant when ms-files rewriting is enabled and a blog is switched.
Reverts [22106] thanks to [22108].
see #19235.
|
| [22221]
|
koopersmith
|
Display gallery and attachment MCE views as inline blocks. Make gallery MCE view wrappers block level. see #21390, #21813, #21815.
|
| [22220]
|
koopersmith
|
Properly align MCE attachment views.
* Adds a `$wrapper` property to MCE views to allow them to manipulate the wrapper on render. This should be used sparingly — only for layout changes that cannot be accomplished through altering the wrapper's children — and likely only for adding/removing classes.
* Uses `wp.html.string()` in `wp.mce.view.toView()`.
see #21390, #21812, #21813.
|
| [22219]
|
koopersmith
|
MCE Views: Add alignment styles for generic views.
Adds `alignnone`, `aligncenter`, `alignleft`, and `alignright` by default.
see #21390, #21812, #21813.
|
| [22218]
|
potbot
|
POT, generated from r22217
|
| [22217]
|
lancewillett
|
Twenty Eleven image optimization, compress PNG files a bit more.
|
| [22216]
|
lancewillett
|
Twenty Ten: better spacing for rows of in-content page links. Props iandstewart, fixes #16570.
|
| [22215]
|
lancewillett
|
Twenty Ten image optimization, compress JPG and PNG files a bit more.
|
| [22214]
|
lancewillett
|
Twenty Ten and Eleven: remove invalid rel attribute generator from footer markup, see #22095.
|
| [22213]
|
lancewillett
|
Twenty Eleven: remove invalid pubdate value from time elements. See #22095.
|
| [22212]
|
koopersmith
|
Add a nonce to wp_ajax_save_attachment. see #21390, #21807.
|
| [22211]
|
lancewillett
|
Style <small> element in default themes a bit smaller than normal text, props obenland. Fixes #22109.
|
| [22210]
|
koopersmith
|
MCE Views: First pass at keystroke and insertion handling.
* When a MCE view is selected, normal keystrokes (those without command/control) are blocked.
* Backspace/delete will successfully remove the view.
* Arrow handling will be added at a later point.
* When a MCE view is selected and content is pasted or injected (e.g. when an attachment is added), the content is added to the first text node after the view. If the view is at the end of the document or the next element is another view, a text node is injected into the DOM immediately after the selected view.
see #21390, #21812, #21813, #21815.
|
| [22209]
|
potbot
|
POT, generated from r22208
|
| [22208]
|
koopersmith
|
MCE Views: Add selection/deselection when a view is clicked.
These methods should be expanded to prevent content from being inserted into the view by blocking and rerouting keystrokes as appropriate as well as repositioning the caret before content is inserted.
see #21390, #21812, #21813, #21815.
|
| [22207]
|
lancewillett
|
Twenty Twelve: remove invalid rel attribute `generator` from footer markup, see #22095.
|
| [22206]
|
lancewillett
|
Twenty Twelve: remove invalid `pubdate` value from time elements. See #22095.
|
| [22205]
|
potbot
|
POT, generated from r22204
|
| [22204]
|
bumpbot
|
Compress scripts/styles: 3.5-beta1-22204.
|
| [22203]
|
lancewillett
|
Twenty Twelve: add missing reply link to post format templates, props obenland. Fixes #22169.
|
| [22202]
|
potbot
|
POT, generated from r22201
|
| [22201]
|
lancewillett
|
Twenty Twelve: implement better support for IE7 and IE8 (don't use mobile menu). See #22044.
|
| [22200]
|
koopersmith
|
Media Modal: Check for empty keys when saving attachment captions. see #21390, #21807.
|
| [22199]
|
lancewillett
|
Twenty Eleven: escape i18n attributes as late as possible, props mfields. See #21756.
|
| [22198]
|
potbot
|
POT, generated from r22196
|
| [22197]
|
lancewillett
|
Twenty Ten: escape i18n attributes as late as possible, fixes cases in loop.php -- props mfields. See #21756.
|
| [22196]
|
lancewillett
|
Twenty Eleven: add rule to force override the fixed width for Twitter embeds. Props kovshenin, fixes #21680; see also r21637.
|
| [22195]
|
lancewillett
|
Twenty Ten and Eleven: more elegant fix for long word overflow in sidebars. Also improves image resizing for images in widgets in Twenty Ten. Props obenland, fixes #21151; see #21503 also.
|
| [22194]
|
lancewillett
|
Twenty Ten: allow page ancestors to have a visual "on" state, props mfields. Fixes #21647.
|
| [22193]
|
lancewillett
|
Twenty Eleven: show categories and tags only when supported by post type, using `is_object_in_taxonomy()` instead of only checking for 'post' post types. Props obenland, fixes #20922.
|
| [22192]
|
ryan
|
Check for WP_Error return from WP_Image_Editor::get_instance().
Props markoheijnen
see #6821
|
| [22191]
|
lancewillett
|
Twenty Twelve: set width for search input in widget context, to avoid dropping the submit button to a new line. Occurs in cases of localized installs where the submit text is wider than English, and seen in various Windows browsers. Fixes #22054.
|