Make WordPress Core

Timeline



02/08/2015:

23:10 Ticket #30936 (Dynamically create WP_Customize_Settings for settings created on JS client) closed by ocean90
fixed: In 31370: […]
23:10 Changeset [31370] by ocean90
Customizer: Introduce an API to create WP_Customize_Settings for …
22:52 Ticket #31268 (WP_Query die without notice on large result) created by alimuzzamanalim
My theme is trying to get all of the post in custom post type by …
22:14 Ticket #31230 (Gallery shortcode (WPView) after table disappears in IE & Firefox) closed by iseulde
invalid: Thanks for reporting back. Yes, you should report the issue on the …
22:09 Ticket #30690 (Customizer: Hide button for moving widgets to another area when there ...) reopened by ocean90
Since the sidebar selector shows only rendered sidebars we can't use …
21:27 Ticket #31267 (Clean-up documentation for get_filesystem_method()) created by ericlewis
20:46 Ticket #31266 (Cannot install WP to domain with open_basedir) closed by SergeyBiryukov
duplicate: Duplicate of #29680.
20:25 Ticket #31266 (Cannot install WP to domain with open_basedir) created by azurit
WordPress cannot by installed to domain which has it's DocumentRoot in …
17:10 Ticket #31265 (Metadata 'orderby' parity across query classes) created by boonebgorges
WP_Query, WP_User_Query, and WP_Comment_Query all have some …
16:58 Ticket #27887 (Add orderby meta_value_num option for WP_User_Query) closed by boonebgorges
fixed: In 31369: […]
16:58 Changeset [31369] by boonebgorges
Add orderby=meta_value_num support to WP_User_Query. Props tyxla, …
11:03 Ticket #31264 (pre_sanitize_option filter) created by pento
This filter would allow the x1f4a9 feature plugin to maintain emoji in …
07:27 Ticket #31263 (Enter in wp-view forces paragraph tag.) created by programmin
When pressing enter while cursor is in wp-view's before/after position …
05:14 Ticket #31262 (Tests_DB_Charset failures) created by SergeyBiryukov
Background: #21212 Seeing two failures in current trunk running …
05:01 Ticket #31256 (Add parent nesting to Quick Edit menus for Categories and Tags) closed by SergeyBiryukov
duplicate: Duplicate of #17834.
04:08 Ticket #28199 (Improve upgrade translations verbiage) closed by SergeyBiryukov
fixed: In 31368: […]
04:08 Changeset [31368] by SergeyBiryukov
Use a positive wording for translations update notice. props …
01:58 Changeset [31367] by boonebgorges
Late escaping in get_terms() and WP_Tax_Query. Props vortfu, dd32.
00:59 Ticket #31261 (Improve appearance of the slug field in the "Edit Post" page in the ...) created by tyxla
The slug field could use a couple of minor general improvements: 1. …
00:23 Ticket #18685 (GET Requests with hostname in them causes wrong redirect) closed by jeremyfelt
duplicate: I'm going to close this as a duplicate of #17047, which is the root …

02/07/2015:

22:28 Ticket #29794 (Function is_blog_installed returns database connection error if ...) closed by jeremyfelt
wontfix: Closing in favor of handling the siteurl option in #10970.
19:58 Ticket #31246 (Notice: Undefined offset: 0 in wp-includes/query.php on line 3877) reopened by boonebgorges
Reopening for 4.1.1 consideration. Technically a regression, though …
19:49 Ticket #31246 (Notice: Undefined offset: 0 in wp-includes/query.php on line 3877) closed by boonebgorges
fixed: In 31366: […]
19:49 Changeset [31366] by boonebgorges
In WP_Query::get_queried_object(), avoid PHP notices when is_tax
19:44 Ticket #31182 (array_shift in taxonomy.php very slow on large array) closed by SergeyBiryukov
fixed: In 31365: […]
19:44 Changeset [31365] by SergeyBiryukov
Remove unnecessary array_shift() usage in get_terms() for better …
19:14 Ticket #31260 (Replace array_shift() with current() in bundled themes) created by SergeyBiryukov
Background: #31182 array_shift() recalculates array indexes, and …
19:13 Ticket #31259 (Replace array_shift() with current() where appropriate) created by SergeyBiryukov
Background: #31182 array_shift() recalculates array indexes, and …
17:56 Ticket #31257 (Variable initialized with value of inappropriate type) closed by SergeyBiryukov
fixed: In 31364: […]
17:56 Changeset [31364] by SergeyBiryukov
In _wp_menu_output(), $submenu_items is an array and should be …
16:47 Ticket #31258 (SVG replaced by default image in media library) created by Automatic-rock
I have enabled svg support for the media library. In Wordpress 3.9 I …
15:53 Ticket #31257 (Variable initialized with value of inappropriate type) created by ipm-frommen
Everywhere in the _wp_menu_output function, the $submenu_items
13:44 Ticket #31256 (Add parent nesting to Quick Edit menus for Categories and Tags) created by JFFBRWN
Using core version 4.1. When using Quick Edit mode on the Post …
06:20 Ticket #29079 (themes_api_result filter should use original arguments) closed by SergeyBiryukov
fixed: In 31363: […]
06:20 Changeset [31363] by SergeyBiryukov
Avoid inadvertent stomping of the original $args parameter passed to …
00:00 Ticket #31255 (Remove space from empty paragraphs) created by iseulde
I remember we fixed this in #28282, but this problem popped up again. …

02/06/2015:

23:06 Ticket #30696 (Inline media toolbar positioning) reopened by azaozz
Reopen for 4.1.1.
23:06 Ticket #30696 (Inline media toolbar positioning) closed by azaozz
fixed: In [31362]: TinyMCE: ensure the image toolbar stays visible when the …
22:59 Changeset [31362] by azaozz
TinyMCE: ensure the image toolbar stays visible when the image is much …
22:38 Ticket #31254 (Post errors show success borders) created by ninnypants
Similar to #31241 if a post delete/update action fails a green border …
22:24 Ticket #31163 (Cannot disable the text editor without auto expand breaking) closed by azaozz
fixed: In 31361: […]
22:24 Changeset [31361] by azaozz
Editor: prevent errors in editor-expand when the Text editor is not …
21:54 Ticket #31253 (Images should be forced to fit inside the editor) created by iseulde
I think it would be best if images and captions have a `max-width: …
21:22 Ticket #31252 (grid view in media library malfunctioning in Simplified Chinese install) created by kidsguide
Media library grid breaks in Simplified Chinese install. …
21:13 Changeset [31360] by ocean90
Customizer: Add changelog entry for the 'default' parameter added in …
20:31 Ticket #30615 (Flat Taxonomy Terms are identified via their slugs and not their ...) closed by boonebgorges
fixed: In 31359: […]
20:31 Changeset [31359] by boonebgorges
Parse non-hierarchical tag input into term IDs before sending to …
19:54 Ticket #31251 (Show username in wp_dropdown_users when deleting users, not display name) created by krogsgard
wp_dropdown_users, by default, shows the display name for a user. …
19:25 Ticket #31057 (Multisite ignores the WordPress install directory) closed by MikeHansenMe
wontfix
18:38 Ticket #18788 (Remove redundant type attributes from script and style tags) reopened by retlehs
Reopening because type still isn't removed.
16:16 Ticket #31250 (Twenty Fifteen editor styles look weird on mobile) created by iseulde
It doesn't look at all like what the front-end looks like. Text is …
15:48 Ticket #31249 (PHP notice when viewing autosave) created by iseulde
[…] This happens when you view an autosave without any previous …
13:40 Changeset [31358] by pento
Upgrades: wp_usermeta is a global table in multisite, so it should …
12:08 Ticket #31248 (PHPDoc improvements for wp-admin/includes/template.php) created by ipm-frommen
Originally, I just wanted to replace the missing short description of …
11:24 Ticket #31228 (The "+" character in add_image_size breaks wp_get_attachment_image) closed by ashorlivs
invalid: Fresh install with no plugin and theme 2015 is fine with …
09:51 Ticket #31247 (Scrolling and zooming is frustrating on iOS) created by iseulde
Sometimes it's really hard to scroll past the editor. If you scroll …
09:03 Changeset [31357] by DrewAPicture
Update the DocBlock for wp_dropdown_categories() to reflect that the …
08:55 Changeset [31356] by DrewAPicture
Adjust the DocBlock for wp_dropdown_pages() to mark the entire …
08:50 Changeset [31355] by DrewAPicture
Add documentation for the $value_field argument added to …
07:28 Ticket #31246 (Notice: Undefined offset: 0 in wp-includes/query.php on line 3877) created by Mediastuttgart
Working with a fresh wordpress 4.1 installation and only installing …
06:51 Ticket #27517 (Add sorting option to get_blogs_of_user) closed by jeremyfelt
duplicate: Duplicate of #15828.
05:58 Changeset [31354] by pento
Upgrades: When upgrading a table to utf8mb4, we should run the `ALTER …
05:57 Changeset [31353] by jorbin
Travis hates tabs. Related [31352] see #30755
05:51 Changeset [31352] by jorbin
Update Travis-ci Slack notification token see #30755
05:49 Ticket #30755 (Add Slack notifications to Travis CI) reopened by jorbin
05:39 Ticket #31245 (Replace alloptions with a key cache) created by rmccue
Let's talk about alloptions. alloptions is a particularly fragile …
05:25 Changeset [31351] by pento
Upgrades: When deciding if we can upgrade a table to utf8mb4, make …
05:13 Changeset [31350] by jorbin
Temporarily (I hope) remove PHP 5.2 from tests being run on travis-ci …
05:10 Ticket #31244 (Travis-ci builds error due to php 5.2) created by jorbin
Travis has disabled php 5.2. This has happened before when 5.2 didn't …
04:57 Ticket #21212 (MySQL tables should use utf8mb4 character set) closed by pento
fixed: It's been a fun ride, everyone, but we're done here. Please report …
04:50 Changeset [31349] by pento
WPDB: If a site is using the utf8 charset, and their version of …
03:25 Changeset [31348] by nacin
Remove leading space from the definition of a global cache group. …
03:23 Ticket #31243 (All secondary user buckets should be global cache groups) closed by nacin
fixed: In 31347: […]
03:23 Changeset [31347] by nacin
Add useremail and userslugs as global cache groups. fixes #31243.
03:17 Ticket #31243 (All secondary user buckets should be global cache groups) created by nacin
users, user_meta, and userlogins are all global cache groups. For some …
02:38 Ticket #31242 (Global Emoji Support) created by pento
Once #21212 is complete, then WordPress will support storing emoji in …
02:01 Ticket #27810 (wp_query taxonomy query by name doesn't seem to work if there's a ...) closed by boonebgorges
fixed: In 31346: […]
02:01 Changeset [31346] by boonebgorges
Use field-specific sanitization in WP_Tax_Query::transform_query(). …
00:33 Changeset [31345] by pento
Shiny Updates: Fix a PHP warning when installing new plugins. Props …
00:02 Ticket #27810 (wp_query taxonomy query by name doesn't seem to work if there's a ...) reopened by jeffmcmahan
Could someone explain how this is an invalid bug? That the observed …

02/05/2015:

22:10 Ticket #31241 (Taxonomy error messages show success colors) created by ninnypants
When attempting to update a taxonomy fails the message is shown with a …
20:35 Changeset [31344] by boonebgorges
Use minified jquery-ui-core file during qunit:compiled Grunt task. …
20:11 Ticket #31239 (Can't update captions in a gallery) closed by helen
fixed: In 31343: […]
20:11 Changeset [31343] by helen
MCE views: Always refresh the view after updating a gallery. This …
19:54 Changeset [31342] by boonebgorges
Another array syntax fix for Customizer tests. See [31339], #30988.
19:51 Changeset [31341] by boonebgorges
jshint fixes for shiny updates JS. As introduced in [31333]. Props …
19:37 Ticket #31045 (Ordering a Query Using Multiple Meta Keys) closed by boonebgorges
fixed: In 31340: […]
19:37 Changeset [31340] by boonebgorges
Modify `meta_query orderby syntax to use array keys as clause …
19:18 Changeset [31339] by boonebgorges
Use temporary variable for array in …
19:10 Ticket #31240 (Combine domain and path UI in Add New Site flow) created by ericlewis
We're planning on fixing the Edit Site flow in #22383. After that sits …
19:03 Ticket #12494 (Allow selectable value in Walker_*Dropdown classes) closed by boonebgorges
fixed: In 31338: […]
19:03 Changeset [31338] by boonebgorges
Introduce 'value_field' parameter to wp_dropdown_pages(). This …
18:59 Changeset [31337] by boonebgorges
Use hash notation for wp_dropdown_pages() argument documentation.
17:13 Ticket #31239 (Can't update captions in a gallery) created by iseulde
See …
16:43 Ticket #31238 (help) closed by DrewAPicture
invalid: Hi Neku, Trac is meant for reporting bugs in the WordPress core …
15:57 Ticket #31238 (help) created by Neku
Dear SIr This is my blog url-https://chanakyaservice.wordpress.com/ i …
12:19 Ticket #30779 (Call to undefined function wp_json_encode()) closed by pento
invalid: There've been a few support forum threads for this, they've all been …
11:05 Ticket #27703 (Need additional db version information in WP3.9+) closed by dd32
maybelater: @nicocasel, A db_version() method wasn't implemented as it wasn't …
10:38 Ticket #27703 (Need additional db version information in WP3.9+) reopened by nicocasel
Hello, I do not found any info about $wpdb->db_version() at: …
08:21 Ticket #31237 (improve get_the_archive_title() with new filter) created by ramiy
The new …
06:16 Ticket #31036 (WP_Date_Query docblock doesn't properly describe array inputs) closed by DrewAPicture
fixed: In 31336: […]
06:16 Changeset [31336] by DrewAPicture
Clarify inline documentation for WP_Date_Query to better explain the …
06:15 Changeset [31335] by pento
Shiny Updates: If the current user is not allowed to install/update …
06:04 Changeset [31334] by pento
Shiny Updates: Add capability checks to the ajax callbacks, to ensure …
04:18 Changeset [31333] by pento
Shiny Updates: Add ajax-y updates to the plugin list page, and ajax-y …
01:58 Ticket #23183 (Single Page Application/OData API) closed by dd32
wontfix: Backbone is still under active development - …
01:23 Ticket #31235 (Bug in Imago WordPress 4.1) closed by DrewAPicture
invalid: Hi STEPHL, To get support for your theme, you'll want to contact the …

02/04/2015:

23:13 Ticket #31236 (wp_ajax_upload_attachment does not properly handle situation when ...) created by johncacpro
In the wp_ajax_upload_attachment function of …
22:14 Ticket #18946 (Too long tags make the cross not moving anymore.) closed by azaozz
fixed: In 31332: […]
22:14 Changeset [31332] by azaozz
Fix displaying long tag names in the Tags postbox. Props trishasalas, …
22:04 Ticket #31235 (Bug in Imago WordPress 4.1) created by STEPHL
Hello, I just updated Imago my WordPress theme to 4.1 and now I can't …
21:50 Ticket #31234 (Update wp-admin default colors) created by hugobaeta
In an effort to document and unify the colors of the WordPress brand, …
19:39 Ticket #23183 (Single Page Application/OData API) reopened by johnimg
I see OData is still in development but it appears Backbone has not …
18:28 Ticket #31233 (Dismissable admin notices) created by ryan
Let's make admin notices dismissable. …
16:29 Ticket #30087 (Posts shows multiple times on Manage Posts screen) closed by helen
worksforme: Hi don.nombre, Sorry we missed this previously. For the moment, …
15:56 Ticket #31223 (current_user_can problem with edit_themes on network) closed by keraweb
invalid: So sorry, I indeed have DISALLOW_FILE_EDIT defined as true.
15:23 Ticket #31232 (Invalid value for curl option CURLOPT_PROXYAUTH in ...) created by beier.michael
Hi, in class-http.php CURLOPT_PROXYAUTH is set to CURLAUTH_ANY: …
15:02 Ticket #29414 (Cursor position when switching between Visual and Text mode in IE) closed by helen
worksforme: Thanks for checking!
13:54 Ticket #31231 (WP_Query changes post_type on its own.) created by 23kulpamens
The code of the test )this is in bbpress - …
11:46 Ticket #31230 (Gallery shortcode (WPView) after table disappears in IE & Firefox) created by bduclos
To reproduce this issue in IE & Firefox, in Text mode insert a table …
09:33 Ticket #31229 (Using TinyMCE Editor Dropdown Menus inside Modals) created by bryanaka
The modal (for example, the image modal from the media library …
09:14 Ticket #31162 (Prevent device keyboard from displaying after selecting an image in TinyMCE) closed by DrewAPicture
maybelater: Bummer. See comment:7.
03:45 Ticket #29715 (Not-unique accesskey values may break quick edit and bulk edit form ...) closed by helen
fixed: In 31331: […]
03:45 Changeset [31331] by helen
Accessibility: remove remaining instances of accesskey. It is a …
02:42 Ticket #31228 (The "+" character in add_image_size breaks wp_get_attachment_image) created by ashorlivs
If one adds an image size which name contains the "+" character, …

02/03/2015:

23:40 Ticket #31227 (Error when entering new user) created by wimfeijen
When I create a new (admin) user and fill in all required fields, the …
23:34 Ticket #31226 (Pasting a password does not trigger the Password strength indicator) created by wimfeijen
When creating a new user, pasting a password does not trigger the …
22:01 Ticket #31225 (wp.newPost doesn't save custom fields starting with an underscore) created by pcfreak30
Based on testing it seems the API does not like saving or possibly …
21:53 Ticket #31061 (Accept FALSE as valid value from "pre_option_" hook) closed by boonebgorges
wontfix: > It would be nice to have some API to cache certain options between …
21:19 Ticket #31224 (maybe_add_existing_user_to_blog() returns http response 500 even on success) created by drzaphod
File: wp-includes/ms-functions.php Function: …
17:48 Ticket #31220 (Add orderby meta_value_num to WP_User_Query) closed by tyxla
duplicate: Indeed, this is a duplicate of #27887. I'll post my patch there.
17:40 Ticket #31222 (define SHORTINIT true) closed by SergeyBiryukov
invalid
16:40 Ticket #31221 (ie 11 edit post, box category not appear) closed by fanny300
maybelater: Hello, The category box was check on ie. I found the problem, my …
15:27 Ticket #31223 (current_user_can problem with edit_themes on network) created by keraweb
When I call current_user_can('edit_themes') I always get a false, even …
15:15 Ticket #31205 (Remove user-select: none from theme version string) closed by helen
fixed: In 31330: […]
15:14 Changeset [31330] by helen
Themes: Allow version number in the overlay to be selected. props …
13:04 Ticket #31222 (define SHORTINIT true) created by dugi digitaly
[https://github.com/WordPress/WordPress/blob/master/wp-blog-header.php
11:01 Ticket #31221 (ie 11 edit post, box category not appear) created by fanny300
Hello, I'm french. Ie 11 edit post, box category not appear. A …
10:16 Ticket #30988 (Setting's default value doesn't apply on preview window) reopened by ocean90
10:14 Ticket #30988 (Setting's default value doesn't apply on preview window) closed by ocean90
fixed: In 31329: […]
10:14 Changeset [31329] by ocean90
Ensure that WP_Customize_Setting::value() returns default value for …
08:26 Ticket #31220 (Add orderby meta_value_num to WP_User_Query) created by shyammakwana
For some reason, we cannot easily order the WP_User_Query() by …
08:23 Ticket #31198 (Adding duplicate/clone to quick edit post screen.) closed by dd32
maybelater: > a plugin or as a child theme functions snippet If the functionality …
07:46 Changeset [31328] by dd32
Remove an extra indent from most of media-new.php.
07:29 Ticket #30872 (No return value for XML RPC call of wp.uploadFile and ...) closed by dd32
invalid: The query() method returns true or false to designate if the …
07:17 Ticket #30669 (Admin (edit.php). Wrong post type when using restrict_manage_posts for ...) closed by dd32
worksforme: Hi With the code supplied, I'm unable to duplicate any issue. It …
07:10 Ticket #30442 (Commenting requires registration; unregistered spam bots still manage ...) closed by dd32
worksforme: Upon testing both the HTML form handler and the XML-RPC endpoint, I'm …
07:00 Ticket #29010 (Allow file upload from unregistered users) closed by dd32
wontfix: Allowing public uploads is not something that WordPress is going to …
06:55 Ticket #27572 (get_post_format_link and db queries) closed by dd32
duplicate: I'm closing this as a duplicate of #21760 as it takes what I think, is …
06:41 Ticket #31140 (WordPress 4.0 upgrade caused 404 on single custom post types) closed by dd32
worksforme: Calling template tags, such as is_singular() before the posts have …
06:17 Ticket #29087 (Compacting non-existant variables in WP_Upgrader::install_package()) closed by dd32
fixed: In 31327: […]
06:17 Changeset [31327] by dd32
WP_Upgrader: Remove references to non-existant variables that have …
06:14 Ticket #31115 (Theme search yields unreliable results) closed by Otto42
fixed: This was due to a bug in the API search results doing incorrect …
06:13 Ticket #28964 (Remove unused argument $page in install_plugins_upload()) closed by dd32
fixed: In 31326: […]
06:13 Changeset [31326] by dd32
Remove an unused parameter on install_plugins_upload(). Props …
04:07 Ticket #31219 (Divs get collapsed always since nbsp is not added.) created by programmin
Here's a test you can see in most wp setups: Start with a post that …
03:22 Ticket #29160 (site activity words showing time of publishing wrong) closed by dd32
invalid: Hi, Sorry you never got a response to this ticket. All translations …
02:55 Ticket #29463 (Add filter in WP_Nav_Menu_Widget) closed by SergeyBiryukov
fixed: In 31325: […]
02:55 Changeset [31325] by SergeyBiryukov
Add 'widget_nav_menu_args' filter for Custom Menu widget arguments. …
02:52 Ticket #31218 (nav-menu.js menu item added event) created by welcher
I am writing a plugin that adds a checkbox to each item in the admin …
02:28 Ticket #31194 (WP_Query's 'fields' => 'ids' still returns an array of strings) closed by SergeyBiryukov
fixed: In 31324: […]
02:28 Changeset [31324] by SergeyBiryukov
When using WP_Query's 'fields' => 'ids' (or `'fields' => …
01:03 Ticket #31217 (Remove instances of generic "Dear user" message) created by johnbillion
[https://github.com/WordPress/WordPress/search?utf8=%E2%9C%93&q=%22dear

02/02/2015:

23:07 Ticket #31216 (Media Library HTTP Error Filenames) created by jumpmuz
This is a small UI bug I found while uploading lots of files. The file …
22:10 Ticket #31215 (wp_debug_backtrace_summary fails if args index isn't set) created by paulschreiber
In wp-includes/functions.php, there's a function …
20:22 Ticket #31214 (oEmbed: Newlines within <pre> tags get removed) created by cweiske
An oEmbed's HTML content gets all \n newlines removed through …
19:51 Ticket #31213 (oEmbed discovery fails on XML-encoded link URLs) created by cweiske
Special characters like & in URLs should be encoded in HTML pages …
19:29 Ticket #31212 (oEmbed discovery fails on XHTML head links) created by cweiske
In XHTML, link tags in the HTML head need to be closed: <link …
16:49 Ticket #30910 (future post permalink can be revealed when blog article requested by ...) closed by boonebgorges
fixed: In 31323: […]
16:49 Changeset [31323] by boonebgorges
In get_sample_permalink(), override 'future' status before …
16:28 Ticket #31197 (Adding image to post category section) closed by helen
maybelater: When we get there, we can reconsider.
15:55 Ticket #31203 (Focus style for add-new-theme should match hover style) reopened by celloexpressions
This has a patch that doesn't need a refresh and fixes one specific …
14:29 Ticket #31211 (New function for link-category intersection) created by krabat1
Maybe passed to wp-includes/bookmark.php... […]
12:44 Ticket #31210 (Problem with WP core function to get user dropdown) created by andyx2v
Why does WP pass the argument 'who' => 'authors' on line 1014 of core …
10:38 Ticket #31209 (WP Gallery Custom Links) closed by ocean90
duplicate: Duplicate of #13429.
10:33 Ticket #31208 (jQuery UI: Add missing jquery-ui-core dependency for progressbar) closed by ocean90
fixed: In 31322: […]
10:33 Changeset [31322] by ocean90
jQuery UI: Add jquery-ui-core as dependency for …
10:16 Ticket #31209 (WP Gallery Custom Links) created by keraweb
I there a chance that this plugin will be inculded in WordPress core? …
10:03 Ticket #31208 (jQuery UI: Add missing jquery-ui-core dependency for progressbar) created by tyxla
jQuery UI progressbar needs both jquery-ui-core and …
09:38 Ticket #31203 (Focus style for add-new-theme should match hover style) closed by iseulde
duplicate: See #29897, and there's a patch too which probably needs a refresh.
06:50 Ticket #31207 (Dashicons) closed by dd32
duplicate: Please add your suggestion to the 4.2 dashicons request ticket: #30902
06:43 Ticket #31207 (Dashicons) created by Nicotine
Please add the social network icon vk.com. …

02/01/2015:

23:15 Ticket #30910 (future post permalink can be revealed when blog article requested by ...) reopened by DrewAPicture
Looks like [31114] inadvertently introduced a regression in terms of …
23:09 Ticket #31206 (Move AJAX action parameters out of the method body and into the ...) created by morganestes
admin-ajax.php has several methods that require an $action
21:37 Ticket #31205 (Remove user-select: none from theme version string) created by celloexpressions
See …
21:32 Ticket #31204 (Skip-to-preview links for keyboard users in the Customizer) created by celloexpressions
See …
21:06 Ticket #31203 (Focus style for add-new-theme should match hover style) created by celloexpressions
This also fixes the issue for the Customizer Theme Switcher plugin. …
20:54 Ticket #31202 (Customizer preview iframe should have a title) created by celloexpressions
Per …
20:25 Ticket #29167 (WP_Query bug when querying trashed post) closed by boonebgorges
fixed: In 31321: […]
20:25 Changeset [31321] by boonebgorges
When querying for a specific post, allow posts with a non-public …
20:07 Ticket #31201 (Collapse & expand link in Customizer needs a better focus style) created by celloexpressions
Probably an outline, like most other links and buttons in the admin …
19:46 Ticket #19866 (Allow specifications of any wp_posts field(s) in WP_Query) closed by boonebgorges
wontfix: Here's my takeaway from the above: The cases in which SELECTing only a …
19:40 Ticket #30416 (Improving Performance for Site with 100k posts) closed by boonebgorges
invalid: Thanks for the report, WpSEOit. At a glance, it looks like this is a …
18:56 Ticket #31200 (wp_redirect Missing Body - Causes Performance Issues) created by tripsis
When I changed my site over to a new setup using nginx and Varnish, I …
16:44 Ticket #31199 (Potential reference to unset variable in get_bulk_actions ...) created by sgrant
get_post_type_object can return null in some cases, which causes a …
12:15 Ticket #21645 (Documentation for "Rewrite API" and flush_rules) closed by DrewAPicture
invalid: See comment:7.
12:02 Ticket #31198 (Adding duplicate/clone to quick edit post screen.) created by paaljoachim
Hi What about adding a duplicate or clone option to the quick edit …
10:29 Ticket #31197 (Adding image to post category section) created by paaljoachim
What about adding the option to core to add an image to post …
07:08 Ticket #31196 (Loading indicators for the Customizer preview) created by celloexpressions
Blank screen when the Customizer is first loaded looks broken, and …
05:37 Ticket #31195 (Add a user-friendly way to preview site responsiveness in the Customizer) created by celloexpressions
Now that nearly every theme/site has a responsive design, the lack of …
05:28 Ticket #30765 (Menu with only one item shows "Move" text but no direction) closed by SergeyBiryukov
fixed: In 31320: […]
05:28 Changeset [31320] by SergeyBiryukov
Menus: Don't display "Move" text without direction if there is only …
04:43 Ticket #31112 (WP_Query fields=>ids parameter sometimes returns post objects instead ...) closed by SergeyBiryukov
invalid: Replying to lisota: > I did find that the post IDs are …
04:42 Ticket #31194 (WP_Query's 'fields' => 'ids' still returns an array of strings) created by SergeyBiryukov
#27252 attempted to make WP_Query's 'fields' => 'ids' or `'fields' …
03:51 Ticket #31122 (Custom orderby keys for queries) closed by Funkatronic
invalid
Note: See TracTimeline for information about the timeline view.