Make WordPress Core

Timeline

09/23/2015:

23:56 Ticket #30297 (Notice for missing HTTP_USER_AGENT in get_calendar) closed by wonderboymusic
fixed: In 34463: […]
23:56 Changeset [34463] by wonderboymusic
Calendar Widget: remove the title attribute for days and replace …
22:10 Ticket #21282 (Introduce wp_header() pluggable function) closed by johnbillion
maybelater
22:05 Ticket #31470 (Add user capability check to WordPress update nag) closed by krogsgard
wontfix: I still think this is a good idea, but in current state (a veto from …
21:56 Ticket #33689 (wp_check_php_mysql_versions should send a 500 on errors) closed by johnbillion
fixed: In 34462: […]
21:56 Changeset [34462] by johnbillion
Send a 500 HTTP response code when the server's PHP or MySQL checks …
21:36 Ticket #33446 (Wrong unicode character conversion) closed by johnbillion
duplicate: Duplicate of #18549.
21:25 Ticket #24578 (.maintenance file exists when not needed) closed by johnbillion
duplicate: Duplicate of #14393.
21:17 Ticket #23056 (date_i18n() does not localize dateformat 'r') closed by johnbillion
invalid: The r format is specifically for the RFC 2822 date format. It should …
21:13 Ticket #17254 (Contributors should be able to upload) closed by johnbillion
maybelater
20:57 Ticket #21167 (Problem with custom permalinks) closed by johnbillion
wontfix: No interest in three years. Feel free to re-open with a patch/tests.
20:56 Ticket #24655 (use hoverIntent for the WP Admin Bar when viewing site) closed by johnbillion
duplicate: Duplicate of #19979.
20:36 Ticket #28509 (Allow themes specifically meant to be parent themes to prevent activation) closed by johnbillion
wontfix: The consensus in the discussion above is that while there is a valid …
20:36 Ticket #33471 (wp_enqueue_style() doesn't register it in parallel wp_enqueue_scripts) closed by Frank Klein
invalid: Enqueued scripts are indeed registered. But in the sample code …
20:22 Ticket #15819 (Create user_can_for_blog function) closed by johnbillion
wontfix: No movement in three years. Proposed function provides very little value.
19:48 Ticket #28080 (Commenting possible on custom post type after support for commenting ...) closed by wonderboymusic
fixed: In 34461: […]
19:48 Changeset [34461] by wonderboymusic
Comments: allow meta boxes for Discussion and Comments in extenuating …
19:15 Ticket #33471 (wp_enqueue_style() doesn't register it in parallel wp_enqueue_scripts) reopened by Looimaster
What I was trying to say is that the script is "enqueued" but not …
18:57 Ticket #33471 (wp_enqueue_style() doesn't register it in parallel wp_enqueue_scripts) closed by johnbillion
invalid: This is because wp_add_inline_style( 'my-style'...) is being called …
18:41 Ticket #33981 (Default Captions Should Use max-width) created by Howdy_McGee
HTML5 Captions should really be using max-width: image-size + px
18:15 Ticket #33871 (comment_exists() results in a bad query) closed by boonebgorges
fixed: In 34460: […]
18:15 Changeset [34460] by boonebgorges
Allow comment_exists() to match based on GMT date. The …
17:56 Ticket #33390 (Adding lang field in wp_posts table) closed by johnbillion
wontfix: Thanks for the report, anasr. Multilingual support isn't something …
17:29 Ticket #33980 (Como puedo contribuir con mis traducciones) closed by boonebgorges
invalid: Gracias por su ticket, caesychaos. Para mas informaciòn sobre las …
17:26 Ticket #33340 (Cannot modify image) closed by johnbillion
worksforme: Thanks for the report, MarSim. Testing this with WordPress 4.2 and …
17:23 Ticket #33980 (Como puedo contribuir con mis traducciones) created by caesychaos
Como puedo contribuir con mis traducciones de diversos plugin que me …
17:22 Ticket #33979 (Add filter for 'post_gallery_item') created by lostmotionassembly
This would allow developers to customise the individual gallery items, …
17:20 Ticket #33399 (The post's textarea is breaking when is resized) closed by johnbillion
duplicate: Duplicate of #33400.
17:19 Ticket #33399 (The post's textarea is breaking when is resized) reopened by johnbillion
15:59 Changeset [34459] by johnbillion
Add an entry for Cloudup to the list of oEmbed providers. See #26278
15:35 Ticket #33127 (.htaccess multisites Admin & User : loss Admin = 2.htaccess = error : ...) closed by johnbillion
invalid: Please re-open if this is still an issue and you can provide further …
15:32 Ticket #31335 (wp_logout_url: redirect character escape &) closed by johnbillion
duplicate: Thank you for the detailed response, maratbn. This is in fact a …
15:09 Ticket #33024 (stdClass::$last_updated) closed by johnbillion
fixed: In 34458: […]
15:09 Changeset [34458] by johnbillion
Avoid a PHP notice if the last_updated property isn't present in a …
14:53 Ticket #33071 (Updating Page/Post UI) closed by johnbillion
worksforme: Thanks for the report, xyzbytes. There's a spinner that appears next …
14:46 Changeset [34457] by boonebgorges
Fix comment_exists() unit test introduced in [34456]. See #33871.
14:34 Changeset [34456] by boonebgorges
Add unit test for comment_exists(). See #33871.
14:23 Ticket #33973 (Network subsite title is limited/cut to 50 characters) closed by boonebgorges
fixed: In 34455: […]
14:23 Changeset [34455] by boonebgorges
Multisite: Don't limit site titles to 50 chars. This restriction …
14:08 Ticket #33947 (get_comment_class raises a PHP notice for non-registered users) closed by boonebgorges
fixed: In 34454: […]
14:08 Changeset [34454] by boonebgorges
Bail early when invalid ID is passed to get_comment_class(). This …
14:04 Changeset [34453] by boonebgorges
Add a few simple tests for get_comment_class(). Props walterebert, …
13:38 Ticket #33978 (Don't set CURLOPT_CAINFO if sslverify is false) created by johnbillion
On OS X Yosemite and later, PHP can be compiled with a version of cURL …
13:37 Ticket #33977 (set_transient('settings_errors', get_settings_errors(), 30); and multi ...) created by coldwinds
[…] I see the code above in wp-admin/options.php since the key …
13:20 Ticket #26578 (Add a Delete Button in Admin Theme Screen to Improve UX) closed by chriscct7
wontfix: In certain languages as mentioned above, the room doesn't exist for a …
13:07 Ticket #24744 (Prevent user to activate a plugin network wide) closed by chriscct7
invalid: Not a ton of people wanting this. For those who want something like …
12:58 Ticket #27047 (add a wp_save_user pluggable api for plugin to choose where to save user) closed by chriscct7
wontfix: No new requests for this in 2 years, and I can't see a compelling case …
12:58 Ticket #33976 (Support HTTPS & Reverse proxy at wp-admin) created by hideokamoto
function pagination & function print_column_headers are not support …
12:02 Ticket #33975 (Improve capabilities management when registering custom taxonomy) created by slaFFik
Currently we have such caps when using register_taxonomy()
11:02 Ticket #33974 (Theme preview breaks HTML code in theme menu) created by progmastery
Theme preview modifies HTML code of navigation menu in some themes. …
10:33 Ticket #33973 (Network subsite title is limited/cut to 50 characters) created by theode
In wpmu_validate_blog_signup of ms-functions.php I can find near Line …
09:57 Ticket #33972 (static use of PHPMailer class results in stale state between calls to ...) created by codebuddy
I've just been chasing down a problem since upgrading to WordPress 4.3 …
09:27 Ticket #33971 (Permalinks in 4.4-alpha-34451 failing into Redirect Loop?) reopened by bhoogterp
I was wrong. The permalinks work for posts, but fail on the home …
09:22 Ticket #33971 (Permalinks in 4.4-alpha-34451 failing into Redirect Loop?) closed by bhoogterp
invalid
09:04 Ticket #33971 (Permalinks in 4.4-alpha-34451 failing into Redirect Loop?) created by bhoogterp
Seems like someone else would have reported if this was a real bug, …
09:02 Ticket #33070 (the_thumbnail_url or similar) reopened by Frank Klein
I'd consider escaping the URL output by the_post_thumbnail_url()
04:25 Changeset [34452] by wonderboymusic
Links: the esc_html() additions in [34444] aren't very nice to …
01:48 Ticket #33966 (Wordpress file ownership.) closed by dd32
Hi @blakemoore123 and welcome to trac :) WordPress bases it's checks …

09/22/2015:

22:56 Ticket #33858 (Filter for WordPress option) closed by johnbillion
worksforme: As per comments above. The existing filters mean this is already possible.
22:31 Ticket #17447 (Add 'register_post_type_args' hook) closed by SergeyBiryukov
fixed: In 34451: […]
22:31 Changeset [34451] by SergeyBiryukov
Make the 'register_post_type_args' filter introduced in [34242]
22:19 Ticket #17253 (Author role should be able to make/edit pages (a.k.a. let's get with ...) closed by helen
wontfix: Pretty much stuck at this point as far as I can see. We were probably …
22:17 Changeset [34450] by johnbillion
Add tests for some missing capabilities, including do_not_allow. …
22:15 Changeset [34449] by johnbillion
Correct a capability name in the roles and capabilities mapping. The …
21:42 Ticket #33772 (Include IPTC Keywords in image_metadata array) closed by jorbin
fixed: In 34448: […]
21:42 Changeset [34448] by jorbin
Add test image for test_exif_keywords test [34374] added a test that …
21:41 Ticket #33772 (Include IPTC Keywords in image_metadata array) reopened by jorbin
Unit test introduced here is broken due to missing test image.
21:00 Changeset [34447] by johnbillion
Implement a test for capabilities for a custom post type that uses …
20:59 Ticket #33970 (Huge inflation of post_meta for oEmbed caches) created by whyisjake
This is a follow-up to #17210. @tollmanz and I are seeing a huge …
20:26 Changeset [34446] by wonderboymusic
Remove some unused globals and/or their docs. See ##33491.
20:08 Changeset [34445] by wonderboymusic
After [34444​], wp_get_shortlink() can call …
20:05 Ticket #14900 (link-template string builder cleanup) closed by wonderboymusic
fixed: In 34444: […]
20:05 Changeset [34444] by wonderboymusic
Links: use consistent late-escaping in some HTML link-generation …
19:44 Ticket #11598 (code improvements in wp_:dashboard_plugins_output()) closed by wonderboymusic
wontfix: No movement in 5 years and none since 3.8 overhaul
19:29 Ticket #20226 (Don't advertise pingback URL on resources that don't support pingbacks) closed by wonderboymusic
fixed: Marking this fixed, made PR for TwentySixteen: …
19:09 Changeset [34443] by wonderboymusic
PINGBACKS: After [34442], switch to is_singular() to check …
18:48 Ticket #33969 (Publish Now button for scheduled posts) created by erayalakese
This patch adds a Publish Now button to scheduled posts' edit …
18:46 Changeset [34442] by wonderboymusic
PINGBACKS: rather than sending the X-Pingback HTTP header on every …
17:30 Ticket #10884 (Available plugin update count disappears after updating plugin) closed by wonderboymusic
fixed: This is more stable now - can't find the exact fix, but [18468] for …
17:25 Ticket #33968 (Improve performance of Unit Tests for 4.4) created by jorbin
This is a general catchall ticket for unit test performance …
17:15 Ticket #12219 (Comments on attachments don't appear in Recent Comments Widget) closed by wonderboymusic
fixed: Rewrite happened at [26144]
16:25 Ticket #29818 (Drag and drop image order in "Insert Media" lacks documentation) reopened by jrfoell
Did this get closed? I opened this because many themes, specifically …
15:26 Ticket #33864 (Cannot add accented tag if non-accented look-alike exists (eg. szel, szél)) reopened by SergeyBiryukov
Reopening, does not seem to be related to #33731.
15:08 Changeset [34441] by DrewAPicture
Docs: Actually, the subpackage for Walker_Page should be Template. …
15:03 Changeset [34440] by DrewAPicture
Docs: Add a file header to …
15:01 Changeset [34439] by DrewAPicture
Docs: Add a file header to …
15:00 Changeset [34438] by DrewAPicture
Docs: Add a file header to …
14:56 Changeset [34437] by DrewAPicture
Docs: Add a file header to …
14:53 Changeset [34436] by DrewAPicture
Docs: Add a file header to …
14:50 Changeset [34435] by DrewAPicture
Docs: Add a file header to …
14:48 Changeset [34434] by DrewAPicture
Docs: Add a file header to …
14:47 Changeset [34433] by DrewAPicture
Docs: Add a file header to …
14:46 Changeset [34432] by DrewAPicture
Docs: Add a file header to …
14:44 Changeset [34431] by DrewAPicture
Docs: Clarify the class DocBlock summary for WP_Widget_Categories. …
14:43 Changeset [34430] by DrewAPicture
Docs: Add a file header to …
14:42 Changeset [34429] by DrewAPicture
Docs: Add a missing file header to …
14:40 Changeset [34428] by DrewAPicture
Docs: Clarify the file header summary for …
14:36 Changeset [34427] by DrewAPicture
Docs: Clarify the file header summary for …
14:34 Changeset [34426] by DrewAPicture
Docs: Clarify the file header summary for …
14:32 Changeset [34425] by DrewAPicture
Docs: Clarify the file header summary for …
14:32 Ticket #31859 (Avoid using HTML tags in translation strings - remove the count class) closed by SergeyBiryukov
fixed: In 34424: […]
14:32 Changeset [34424] by SergeyBiryukov
Remove extra HTML from translatable strings in …
14:30 Changeset [34423] by DrewAPicture
Docs: Clarify the file header summary for …
14:27 Changeset [34422] by DrewAPicture
Docs: Clarify the class DocBlock summary for WP_Screen. See #32246.
14:26 Changeset [34421] by DrewAPicture
Docs: Add a file header to wp-admin/includes/nav-menus.php. See …
14:22 Changeset [34420] by DrewAPicture
Docs: Clarify the file header summary and version for …
14:20 Changeset [34419] by DrewAPicture
Docs: Clarify the file header summary and subpackage for …
14:19 Ticket #21165 (Make categories widget work with custom taxonomies) reopened by helen
I had anticipated that this would be awkward, which is why I had asked …
14:19 Changeset [34418] by DrewAPicture
Docs: Clarify the file header for wp-includes/category.php. See …
14:02 Changeset [34417] by DrewAPicture
Docs: Clarify the file header for …
14:00 Changeset [34416] by DrewAPicture
Docs: Clarify the file header summary for …
13:57 Changeset [34415] by DrewAPicture
Docs: Clarify the file header subpackage for …
13:53 Changeset [34414] by DrewAPicture
Docs: Clarify the file header summary for …
13:47 Changeset [34413] by DrewAPicture
Docs: The Widgets subpackage is plural. See #33701.
13:45 Changeset [34412] by DrewAPicture
Docs: The Users subpackage is plural. See #33701.
13:44 Changeset [34411] by DrewAPicture
Docs: The Comments subpackage is plural. See #33701.
13:43 Changeset [34410] by DrewAPicture
Docs: The Comment API is singular. See #33701.
13:43 Ticket #33967 (MS Sites: content of the users column should be by choice, number is ...) created by katazina
I sadly noticed, that on network admin -> sites, the users column only …
13:42 Changeset [34409] by DrewAPicture
Docs: The Comment API is singular. See #33701.
13:42 Ticket #33961 (New filter: `plugin_data`) closed by helen
wontfix: Filtering this seems dangerous and the stated use case is not in need …
13:35 Changeset [34408] by DrewAPicture
Docs: Clarify the file header summary for …
13:29 Changeset [34407] by DrewAPicture
Docs: Clarify the file header summary for wp-includes/meta.php, the …
13:26 Changeset [34406] by DrewAPicture
Docs: Clarify the file header summary for …
13:25 Changeset [34405] by DrewAPicture
Docs: Add a file header to wp-includes/class-wp-meta-query.php, …
13:22 Changeset [34404] by DrewAPicture
Docs: Clarify the file header summary for wp-includes/taxonomy.php, …
13:19 Changeset [34403] by DrewAPicture
Docs: Clarify the file header summary for …
13:15 Changeset [34402] by DrewAPicture
Docs: Add a file header to wp-includes/class-wp-tax-query.php, …
13:12 Changeset [34401] by DrewAPicture
Docs: Clarify the file header summary for wp-includes/post.php, the …
13:11 Changeset [34400] by DrewAPicture
Docs: Clarify the file header summary for …
13:09 Changeset [34399] by DrewAPicture
Docs: Add a file header to wp-includes/class-wp-post.php, introduced …
13:05 Changeset [34398] by DrewAPicture
Docs: Clarify the file header summary for …
13:02 Changeset [34397] by DrewAPicture
Docs: The User API is singular. See #33701.
13:00 Changeset [34396] by DrewAPicture
Docs: Clarify the file header summary for …
12:58 Changeset [34395] by DrewAPicture
Docs: Add a file header to wp-includes/class-wp-role.php, introduced …
12:53 Changeset [34394] by DrewAPicture
Docs: Add a file header to wp-includes/class-wp-roles.php, introduced …
12:49 Ticket #33965 (#profile-nav buttons bug) closed by daniluk4000
invalid: Sorry I haven't noticed that this is BuddyPress bug
12:46 Ticket #33966 (Wordpress file ownership.) created by blakemoore123
Hi All, Is there any reason why the below permissions don't work: …
12:40 Ticket #33965 (#profile-nav buttons bug) created by daniluk4000
#profile-nav buttons bug When the number of notifications => 4 see …
12:39 Ticket #20043 (WP_User missing magic __unset() method) reopened by boonebgorges
[34380] is causing errors in the test_user_unset_uppercase_id() test …
12:34 Ticket #33964 (New function: `upload_url()`) closed by DrewAPicture
duplicate: Duplicate of #33963.
12:33 Ticket #33964 (New function: `upload_url()`) created by sebastian.pisula
Retrieve the url to the uploads directory.
12:32 Ticket #33963 (New function: `upload_url()`) created by sebastian.pisula
Retrieve the url to the uploads directory.
12:30 Changeset [34393] by DrewAPicture
Docs: The User API is singular. See #33701.
12:27 Changeset [34392] by DrewAPicture
Docs: The Widget API is singular. See #33701.
12:08 Ticket #33962 (List table: pagination links on small screens break in two lines) created by afercia
Follow up to #32253. After the changes to width/min-width and padding …
10:40 Ticket #33961 (New filter: `plugin_data`) created by sebastian.pisula
Filter for details of plugin
10:31 Changeset [34391] by DrewAPicture
Docs: Update the file path in the duplicate hook comment for the …
10:06 Ticket #20043 (WP_User missing magic __unset() method) closed by DrewAPicture
fixed: In 34390: […]
10:06 Changeset [34390] by DrewAPicture
Docs: Add a missing access modifier to the declaration for the …
10:02 Ticket #20043 (WP_User missing magic __unset() method) reopened by DrewAPicture
* Needs an access-modifier * Needs complete docs
10:01 Changeset [34389] by DrewAPicture
Docs: Fix some syntactical issues and add missing parameter and return …
09:58 Changeset [34388] by DrewAPicture
Docs: Fix some syntactical issues and add missing parameter and return …
09:55 Changeset [34387] by DrewAPicture
Docs: Add a file header to wp-includes/class-wp-user.php, created in …
09:49 Changeset [34386] by DrewAPicture
Docs: Add a changelog entry to WP_Widget_Categories for non-category …
09:47 Changeset [34385] by DrewAPicture
Docs: Add a file header to …
09:43 Changeset [34384] by DrewAPicture
Docs: Include 'wp-json' in the 4.4.0 changelog entry for the …
09:16 Ticket #33960 (manage custom post type) closed by swissspidy
wontfix: Post types are meant to be something for developers, not end users. …
09:09 Ticket #33960 (manage custom post type) created by camaran
add a menu for manage custom post type in the core
08:28 Ticket #33959 (Improve wp_get_attachment_thumb_file) created by Rahe
Since we can retrieve an image thumbnail url it will be nice if we can …
08:26 Ticket #33958 (All Options Filter) created by sebastian.pisula
Add filter for all options
07:31 Ticket #33957 (wp_enqueue_style conditional) closed by swissspidy
invalid: You can already add conditional comments for IE with …
07:25 Ticket #33957 (wp_enqueue_style conditional) created by sebastian.pisula
Example: […]
07:03 Ticket #33956 (New function: `get_the_slug()`) created by sebastian.pisula
Function to display post slug
06:37 Ticket #33955 (get_posts() menu args filter) created by sebastian.pisula
Before I get menu items by get_posts() I can't filter args (Example: I …
06:30 Ticket #4916 (comment_type function doesn't return the comment type string) closed by wonderboymusic
wontfix: No movement in 4 years
06:05 Ticket #21249 (WP_List_Table::single_row_columns() needs to do an exact comparison) closed by wonderboymusic
fixed: In 34383: […]
06:05 Changeset [34383] by wonderboymusic
List Tables: when comparing string literals (non-numeric in nature) …
05:44 Ticket #16345 (Some submit buttons shouldn't have names) closed by wonderboymusic
fixed: In 34382: […]
05:44 Changeset [34382] by wonderboymusic
Dashboard: 2 submit buttons don't need names. Props garyc40, …
05:40 Ticket #15782 (Consolidate header Javascript) closed by wonderboymusic
wontfix: I just tried to come up with a fresh patch, it's not really worth it …
05:08 Ticket #24604 (replace id atribute with class for calendar_wrap value of the Calendar ...) closed by wonderboymusic
fixed: In 34381: […]
05:08 Changeset [34381] by wonderboymusic
Widgets: add a static property to WP_Widget_Calendar to ensure …
04:59 Ticket #20043 (WP_User missing magic __unset() method) closed by wonderboymusic
fixed: In 34380: […]
04:59 Changeset [34380] by wonderboymusic
Users: add __unset to WP_User. Adds unit tests. Props …
04:55 Ticket #24255 (WP_User::__set doesn't persist custom fields as it claims) closed by wonderboymusic
fixed: In 34379: […]
04:55 Changeset [34379] by wonderboymusic
Users: clarify the docs for WP_User::__set to make it clear that it …
04:48 Changeset [34378] by wonderboymusic
After [34374], ensure that $iptc is defined. See #33772.
04:30 Ticket #30967 ($fallback in sanitize_html_class() is not sanitized) closed by wonderboymusic
fixed: In 34377: […]
04:30 Changeset [34377] by wonderboymusic
Sanitization: when falling back to (wait for it...) $fallback in …
04:24 Ticket #21165 (Make categories widget work with custom taxonomies) closed by wonderboymusic
fixed: In 34376: […]
04:24 Changeset [34376] by wonderboymusic
Widgets: Make the categories widget work with custom taxonomies. …
04:20 Ticket #33789 (Add wp-json to the blacklist for new ms sites) closed by wonderboymusic
fixed: In 34375: […]
04:20 Changeset [34375] by wonderboymusic
Multisite: as a precaution, make wp-json a reserved subdirectory …
04:18 Ticket #33772 (Include IPTC Keywords in image_metadata array) closed by wonderboymusic
fixed: In 34374: […]
04:18 Changeset [34374] by wonderboymusic
Media: In wp_read_image_metadata(), include IPTC Keywords when …
04:14 Ticket #33070 (the_thumbnail_url or similar) closed by wonderboymusic
fixed: In 34373: […]
04:14 Changeset [34373] by wonderboymusic
Media: Add new functions, get_the_post_thumbnail_url() and …
04:12 Ticket #33878 (New function: `get_attachment_image_url()`) closed by wonderboymusic
fixed: In 34372: […]
04:12 Changeset [34372] by wonderboymusic
Media: Add a new function, wp_get_attachment_image_url(), which is a …
03:56 Ticket #33908 (Fix reset password generator) closed by wonderboymusic
fixed: In 34371: […]
03:56 Changeset [34371] by wonderboymusic
Passwords: fix the markup on the Reset Password Form for user-pass1
03:36 Ticket #33941 (Help tabs rendering in wrong order) closed by wonderboymusic
fixed: In 34370: […]
03:36 Changeset [34370] by wonderboymusic
Help Tabs: when returning help tabs, return them in order of priority, …
03:13 Ticket #33711 (Introduce HTTP API response cookie functions) closed by wonderboymusic
fixed: In 34369: […]
03:13 Changeset [34369] by wonderboymusic
HTTP: Add some new Cookie helper functions: * …
03:10 Ticket #33875 (Comment caching could be improved) closed by wonderboymusic
fixed: I attacked the things I intended - there are other tickets for the …
02:31 Ticket #33953 (Chrome periodically does not redraw the admin panel after setPinMenu() ...) closed by helen
duplicate: Hi @deadduck169! This is a really fantastic first ticket. It is a …
01:16 Ticket #33581 (Use history.replaceState instead of 301 redirects for canonical urls) closed by helen
wontfix

09/21/2015:

23:37 Ticket #33954 (Remove unused instances of wpview) created by azaozz
There may be unused instances of wpviews in some cases. For example …
23:12 Changeset [34368] by DrewAPicture
Docs: Move a duplicate hook comment accidentally left behind when its …
23:08 Ticket #33953 (Chrome periodically does not redraw the admin panel after setPinMenu() ...) created by deadduck169
Note: This might actually be a Chromium bug, but the workaround is …
22:34 Ticket #33952 (get_search_form() accessibility improvements) created by afercia
Noticed while testing Twenty Sixteen and discussed a bit in today's …
20:54 Ticket #33951 (Inconsistent naming for the "Remove" link for widgets.) closed by ocean90
duplicate: Duplicate of #27575. See …
20:51 Ticket #33951 (Inconsistent naming for the "Remove" link for widgets.) created by paulwilde
If you add a new widget via the Customiser the link to remove it will …
20:34 Ticket #33949 (gzinflate(): data error when passing youtube or vimeo url through ...) closed by ocean90
duplicate: Hello mmaumio, welcome to Trac. Thanks for your report, we're already …
19:51 Ticket #33950 (Media Gallery Modal can reduce complexity and get a more intuitively ...) created by th23
The "new" media modal / interface (since version 3.x) is a huge …
19:49 Ticket #33949 (gzinflate(): data error when passing youtube or vimeo url through ...) created by mmaumio
While passing any Youtube or Vimeo URL through the wp_oembed_get() …
19:08 Ticket #33938 (Taxonomies with show_ui set to false should not be accessible via the ...) closed by danielbachhuber
fixed: Replying to helen: > Replying to [comment:2
19:06 Ticket #20745 (Hard-code less capability types) closed by Viper007Bond
worksforme: I can't remember what I was originally on about. I likely didn't …
18:09 Ticket #33948 (Implement subresource integrity (SRI)) created by johnbillion
Chrome 45 (released 1st September) has shipped with …
17:00 Ticket #33938 (Taxonomies with show_ui set to false should not be accessible via the ...) reopened by danielbachhuber
We're hiding UI to add our own custom metabox (combining multiple …
16:31 Ticket #30589 (Comments navigation template tags) closed by obenland
fixed: In 34367: […]
16:31 Changeset [34367] by obenland
Introduce template functions for comment navigation: * …
15:30 Ticket #25680 (is_main_query() _doing_it_wrong() notice suggests using WP_Query statically) closed by wonderboymusic
fixed: In 34366: […]
15:30 Changeset [34366] by wonderboymusic
Docs: is_main_query()'s _doing_it_wrong() notice suggests using …
15:27 Ticket #33947 (get_comment_class raises a PHP notice for non-registered users) created by walterebert
Calling the function get_comment_class raises a PHP notice, if a …
15:25 Ticket #32244 (Introduce notice class for notices that are on a white background) closed by helen
fixed: In 34365: […]
15:25 Changeset [34365] by helen
Notices: Add styles for use against white backgrounds. These colored …
15:17 Ticket #33945 (Change space to tab for apply coding standards) closed by wonderboymusic
fixed: In 34364: […]
15:17 Changeset [34364] by wonderboymusic
Meta Boxes: In post_categories_meta_box(), convert some spaces to …
15:13 Ticket #33946 (Add pointy brackets to recipient adress of email notifications) created by mnaef
HTML emails trigger the TO_NO_BRKTS_HTML_ONLY (To: misformatted and …
13:54 Ticket #33693 (Feed links are broken for unattached attachments) reopened by netweb
Test …
13:16 Changeset [34363] by DrewAPicture
Docs: The $post parameter has been passed to the preview_post_link
12:57 Ticket #33945 (Change space to tab for apply coding standards) created by miyauchi
There are indentation by spaces. :)
11:52 Ticket #33944 (Add parameters to widget_nav_menu_args filter) created by walterbarcelos
I want add parameters to widget_nav_menu_args filter so you can easier …
10:21 Ticket #30636 (image_downsize doesn't document the return value) closed by DrewAPicture
fixed: In 34362: […]
10:21 Changeset [34362] by DrewAPicture
Docs: Add a more complete return description for the array of data (or …
10:05 Ticket #29818 (Drag and drop image order in "Insert Media" lacks documentation) closed by DrewAPicture
maybelater: Let's go with maybelater here, I don't see a wide-spread use-case.
09:08 Ticket #33943 (Changeset 34095 and 34180 from recent 4.3.1 update breaks comment ...) created by becki
hello there, i'm using the latest wp 4.3.1 and discovered a bug with …
08:36 Ticket #19609 (Show the 'Mine' filter on the manage posts screen for all users) reopened by johnbillion
I concur. Only showing the link when the Mine count doesn't match …
04:53 Ticket #33941 (Help tabs rendering in wrong order) reopened by helen
Can we take at least a few minutes to see what we can do about compat …
02:38 Ticket #33942 (Too many whitespace freezes tinymce) created by mt4c
The version is 4.3.1 With the plugin "Tinymce Advanced", I enable the …
02:17 Ticket #28108 (Outdenting a list item fails to generate the correct structure until ...) closed by azaozz
worksforme: Cannot reproduce any more, probably fixed with one of the TinyMCE updates.
00:46 Ticket #33937 (Mention orderby=>include in docs for WP_User_Query) closed by DrewAPicture
fixed: In 34361: […]
00:46 Changeset [34361] by DrewAPicture
Docs: Update the docs for WP_User_Query->prepare_query() for …
00:43 Ticket #33941 (Help tabs rendering in wrong order) closed by lilaeamedia
worksforme
00:15 Ticket #21976 (Remove the "standard" fullscreen mode from the default configuration ...) closed by azaozz
wontfix: After removing the old DFW, the "standard" fullscreen is the only one …
00:12 Ticket #33941 (Help tabs rendering in wrong order) created by lilaeamedia
Tabs are no longer rendering in the order $screen->add_help_tab() is …
00:11 Ticket #15457 (Add URI support to add_editor_style()) closed by azaozz
worksforme: Closing as "worksforme". Any stylesheet can be added easily by using …

09/20/2015:

23:55 Ticket #20264 (WP_Editor unexpected behavior/bug when used in widget) closed by azaozz
invalid: The error when setting 'teeny' => true no longer happens as TinyMCE …
22:56 Ticket #33940 (Double spaces in term names can cause problems) created by smerriman
Create a tag called 'test term'. Use XML-RPC to create a post with a …
20:27 Ticket #14644 (Administrator should be able to change usernames) closed by wonderboymusic
wontfix: I support the caution from 2 years ago
20:09 Ticket #31583 (Translate or cut user_nicename) closed by wonderboymusic
worksforme: comment:4
20:08 Ticket #23256 (Mitigate Plugins SVN Exponential Storage Growth) closed by wonderboymusic
maybelater: No activity here.
20:04 Ticket #24193 (Anti brute force protection) closed by wonderboymusic
wontfix: Plugin material for now, perhaps always
20:03 Ticket #22992 (get_the_author() not working outside the post query) closed by wonderboymusic
worksforme: comment:2
20:01 Ticket #30691 (Removing a featured image does not remove the 'post_parent' value - ...) closed by wonderboymusic
maybelater: As per comment:10
20:00 Ticket #14373 (In-editor image downsizing uses HTML resizing instead of actual resize) closed by wonderboymusic
wontfix: Suggested close 19 months ago
19:58 Ticket #33236 (Hovering over a menu item or clicking outside the distraction-free ...) closed by wonderboymusic
invalid: comment:1
19:58 Ticket #32278 (Preview button opens multiple tabs if preview post contains a tinymce) closed by wonderboymusic
wontfix: comment:1
19:56 Ticket #33282 (Media Uploader: Cropped image has black line on right side.) closed by wonderboymusic
worksforme
19:53 Ticket #28183 (Widget contents removed from widget areas upon upgrade to 3.9.1) closed by wonderboymusic
worksforme: No recent feedback. Thanks for the report!
19:52 Ticket #10699 (Password Expose Bug in XML-RPC Debugging) closed by wonderboymusic
wontfix: 4 years since it was proposed wontfix
19:50 Ticket #13659 (Incorrect permissions created by wp_mkdir_p() when safe mode is used) closed by wonderboymusic
wontfix: comment:7 sums it up
19:48 Ticket #32584 (Missing links in admin bar when body_class() is placed in <html> or in ...) closed by wonderboymusic
invalid: It is not intended to be used on <html>
19:47 Ticket #33247 (wp.mce.av is now missing, can't rework the JS ajax function.) closed by wonderboymusic
wontfix: comment:1
19:44 Ticket #32533 (wp_delete_post() is not deleting "wp_term_relationships") closed by wonderboymusic
worksforme: Thanks for the ticket, vishalkakadiya. Closing due to no feedback. Let …
19:43 Ticket #19492 (Problems with using wp_insert_term together with switch_to_blog) closed by wonderboymusic
worksforme: I said "Won't close yet..." when asking for reporter feedback 17 …
19:39 Ticket #31781 (Adding a query parameter that has same name as a CPT returns 404) closed by wonderboymusic
worksforme: comment:2 is correct
19:36 Ticket #32601 (Use of suppress_filters inconsistent between get_posts() and ...) closed by wonderboymusic
wontfix: comment:3
19:35 Ticket #31268 (WP_Query die without notice on large result) closed by wonderboymusic
invalid: W3 Total Cache uses a DB drop-in, I would visit their support forums …
19:33 Ticket #15949 (WP 3.0.x comments popup on pages returning 404 [including posible solution]) closed by wonderboymusic
worksforme: Not reproducible plus no meaningful discussion in 5 years
19:29 Ticket #14938 (title of add_settings_section and add_settings_field) closed by wonderboymusic
fixed: [18432]
19:22 Ticket #10988 (http://domain.tld/keyword searches media library for matching items ...) closed by wonderboymusic
worksforme: appears to be fixed per comment:5 - no feedback since that was …
19:20 Ticket #20257 (Url of navigation menu item of alternative type removed) closed by wonderboymusic
wontfix: comment:2 asked for reporter feedback 19 months ago, at which point …
19:18 Ticket #13694 (Add $args parameter to wp_create_nav_menu()) closed by wonderboymusic
wontfix
19:18 Ticket #19464 (Auto add do_action for menu in admin) closed by wonderboymusic
maybelater: Menus in the Customizer are in core now - changes should occur there, …
19:13 Ticket #15534 (Add more info to moderation emails) closed by wonderboymusic
maybelater: This could be done in a plugin like Akismet (which is doing it), I …
19:12 Ticket #31297 (Convert non-breaking spaces to HTML entities on editor switch) closed by azaozz
duplicate: This ticket seems close enough to #26842, closing as a duplicate. …
19:11 Ticket #4555 (Better Typepad / MT Import - Atompub importer) closed by wonderboymusic
wontfix: plugins FTW
19:11 Ticket #28472 (WordPress should use setlocale() to ensure consistent string, dates, ...) closed by wonderboymusic
wontfix: comment:1 explains why
19:10 Ticket #12905 (the_title_attribute() is hard to internationalize) closed by wonderboymusic
wontfix: No one has been willing to look at this in 5 years
19:09 Ticket #27119 (disabling wp_auth_check_load does not actually disable the auth check) closed by wonderboymusic
worksforme: comment:1 seems like it has good steps to take - this conversation has …
19:04 Ticket #33939 (Duplicate strings: Press return or enter) created by pavelevap
We have 3 strings, but they are used for similar purpose (screen …
19:02 Ticket #33100 (Posts w. Fraction Symbols won't save) closed by wonderboymusic
worksforme: Thanks for the ticket, llnllc. We couldn't reproduce the issue.
18:59 Ticket #31574 (the_content() displaying URL for embedded audio instead of player) closed by wonderboymusic
worksforme: Not reproducible since being marked close 5 months ago. Thanks for …
18:57 Ticket #30001 (U+FEFF at start of fields crash Chrome) closed by wonderboymusic
worksforme: Marked close 11 months ago, bug appears to be fixed in Chrome as per …
18:56 Ticket #26733 (get_author_posts_url() is not removing accents/dicritics from the ...) closed by wonderboymusic
invalid: Marked for close 20 months ago, seems like this is a plugin issue. …
18:55 Ticket #20415 (big tags formatted incorrectly in rss) closed by wonderboymusic
worksforme: Suggested as close 8 months ago
18:52 Ticket #27808 (Tinymce violation of license term: source is only available as ...) closed by wonderboymusic
invalid: see comment:10 by @scott.gonzalez
18:46 Ticket #23760 (Cannot use spacebar to trigger OK button or links in Publish widget ...) closed by wonderboymusic
wontfix: Closing in favor of #26504
18:43 Ticket #26980 (the_modified_date is lower than the_date when post is scheduled) closed by wonderboymusic
wontfix: Thanks for the report, @tushonline. Closing this since there's been no …
18:41 Ticket #32898 (Polluted database and Menu Crash) closed by wonderboymusic
duplicate: Duplicate of #14134. comment:3 suggested the Forums 2 months ago
18:40 Ticket #28719 (Neither wp_delete_post or wp_delete_object_term_relationships deleting ...) closed by wonderboymusic
worksforme: No reporter feedback in 8 months after being marked close
18:38 Ticket #20516 (Ability to remove a previously-used Header Image from the list of ...) closed by wonderboymusic
wontfix: wontfix since [30459]
18:37 Ticket #21918 (WP_Customize_Control() doesn't work with add_setting() default ...) closed by wonderboymusic
invalid: comment:6 calls it invalid 12 months ago - thanks for the ticket, …
18:35 Ticket #14979 (custom background view shows cropped image and not original upload) closed by wonderboymusic
wontfix: no response since comment:12, which was 8 months ago
18:32 Ticket #11359 (Don't nofollow links in admin comments) closed by wonderboymusic
wontfix: comment:13
18:27 Ticket #21765 (Redirect to canonical URL if URL has 'preview' parameter with any ...) closed by wonderboymusic
wontfix: #20496 is in, wontfix as per @joostdevalk in comment:2
18:25 Ticket #21271 (Make admin backend unit-tests friendly) closed by wonderboymusic
duplicate: #33413 and #33813 are making the code more modular and unit test-able
18:21 Ticket #25148 (Call wp_plugin_directory_constants before loading drop in files) closed by wonderboymusic
wontfix: No movement in 2 years
18:20 Ticket #16204 (Add hooks to enable access to pages in the admin when the menu layout ...) closed by wonderboymusic
wontfix
18:19 Ticket #32784 (Admin_init removes theme editor - admin_menu does not.) closed by wonderboymusic
worksforme: comment:1
17:27 Ticket #19609 (Show the 'Mine' filter on the manage posts screen for all users) closed by johnbillion
fixed: In 34360: […]
17:27 Changeset [34360] by johnbillion
Implement a 'Mine' link on post listing screens in the admin area for …
17:10 Ticket #33938 (Taxonomies with show_ui set to false should not be accessible via the ...) closed by johnbillion
fixed: In 34359: […]
17:10 Changeset [34359] by johnbillion
Remove the ability to view the term editing screen for taxonomies with …
17:05 Ticket #33938 (Taxonomies with show_ui set to false should not be accessible via the ...) created by johnbillion
Same as #33763 for taxonomies. If a taxonomy is registered with …
16:53 Changeset [34358] by johnbillion
Implement some more uses of wp_login_url() in places where …
16:37 Ticket #33763 (Post types with show_ui set to false should not be accessible via the ...) closed by johnbillion
fixed: In 34357: […]
16:37 Changeset [34357] by johnbillion
Revisions are an exception when it comes to the editing UI. The …
12:52 Ticket #33595 (No red links for the user's archived sites anymore.) closed by obenland
fixed: In 34356: […]
12:52 Changeset [34356] by obenland
Multisite: Make site status classes available to other elements. …
12:43 Ticket #33937 (Mention orderby=>include in docs for WP_User_Query) created by danielbachhuber
The feature was added in r30016, but missing from docs.
12:26 Ticket #33934 (create a SUBMITTING_POST constant) closed by obenland
wontfix: Hi charlyox, welcome to WordPress Trac! I would suggest hooking into …
12:05 Ticket #33936 (Alignment issue in dashboard update count) created by PranaliPatel
There is a small margin issue in dashboard update …
11:09 Ticket #31862 (Avoid using HTML tags in translation strings and add context) reopened by pavelevap
I do not think this is a good change... Translators comments are …
10:59 Ticket #33935 (Canceling post date edit has un-anticipated result) created by ifyouwillit
When editing a post date on a new post and then clicking the cancel …
10:30 Ticket #33934 (create a SUBMITTING_POST constant) created by charlyox
One can use the DOING_AJAX constant. It could be useful to also have a …
10:09 Ticket #33933 (Avoid PHP 4 warnings for PHP 5) closed by johnbillion
invalid: Thanks for the patch, nmeiser. There's no circumstance under which a …
09:57 Ticket #33933 (Avoid PHP 4 warnings for PHP 5) created by nmeiser
wp-includes/widgets.php No more warnings or errors for the right use …
09:38 Changeset [34355] by DrewAPicture
Docs: Add a description for the documented use of the $wpdb global …
09:11 Ticket #31870 (Avoid using HTML in translation string (wp-includes/user-functions.php)) closed by ocean90
fixed: In 34354: […]
09:10 Changeset [34354] by ocean90
Login: Move the "Lost your password?" link into a separate string to …
09:04 Changeset [34353] by johnbillion
Add @since docs for the show_ui argument in …
08:58 Ticket #31860 (Avoid using HTML tags in translation strings ...) closed by ocean90
fixed: In 34352: […]
08:58 Changeset [34352] by ocean90
Upgrader: Avoid using an HTML tag in a translation string, add …
08:48 Changeset [34351] by ocean90
Theme Compat: Remove two strings from comments-popup.php. …
08:14 Ticket #33625 (Add Edit link to page template meta box) closed by SergeyBiryukov
fixed: In 34350: […]
08:14 Changeset [34350] by SergeyBiryukov
Pass the current post object to 'page_attributes_meta_box_template'
06:39 Ticket #33625 (Add Edit link to page template meta box) reopened by DrewAPicture
Seems like it might be good to also pass the current post here. This …
06:37 Changeset [34349] by DrewAPicture
Docs: Use standardized vernacular in the hook doc summary for the …
06:23 Ticket #33113 (Add is_template_part() functionality) closed by DrewAPicture
wontfix: I can't say that I've ever seen another request for this, and there …
04:51 Ticket #33932 (Filters for Plugin/Theme Update Email Notifications) created by ronalfy
I've had several requests to enable core update emails, but disable …
03:51 Ticket #20523 (Disable autoloader when using class_exists()) closed by wonderboymusic
fixed: In 34348: […]
03:51 Changeset [34348] by wonderboymusic
Pass false as the 2nd argument to class_exists() to disable …
03:32 Ticket #13989 (Recent Comments widget optimization) closed by wonderboymusic
fixed: [22278]
03:25 Ticket #33927 (Pass post object to get_sample_permalink_html filter explicitly) closed by wonderboymusic
fixed: In 34347: […]
03:25 Changeset [34347] by wonderboymusic
The 'get_sample_permalink_html' filter​'s second parameter can be a …
03:16 Ticket #32423 (Media Elements Multiple Instances) closed by wonderboymusic
fixed: In 34346: […]
03:16 Changeset [34346] by wonderboymusic
MediaElement, update wp-mediaelement.js: * create a public …
03:06 Ticket #33755 (Add Custom Logo to WordPress Core) closed by wonderboymusic
duplicate: Duplicate of #33597.
03:03 Ticket #31868 (Avoid using <code> in translation strings (wp-includes/query.php)) closed by wonderboymusic
fixed: In 34345: […]
03:03 Changeset [34345] by wonderboymusic
WP Query: Avoid using HTML tags in translation strings, add translator …
03:00 Ticket #32269 (Avoid using <code> in translation strings (wp-admin/plugins.php)‎) closed by wonderboymusic
fixed: In 34344: […]
03:00 Changeset [34344] by wonderboymusic
Plugins Admin: Avoid using HTML tags in translation strings, add …
02:52 Ticket #31871 (Avoid using HTML in translation string (wp-mail.php)) closed by wonderboymusic
fixed: In 34343: […]
02:52 Changeset [34343] by wonderboymusic
WP Mail: Avoid using HTML tags in translation strings, add translator …
02:46 Ticket #31867 (Avoid using HTML tags in translation strings (wp-admin/theme-compat/*)‎) closed by wonderboymusic
fixed: In 34342: […]
02:46 Changeset [34342] by wonderboymusic
Theme Compat: Avoid using HTML tags in translation strings. Props …
02:41 Ticket #31862 (Avoid using HTML tags in translation strings and add context) closed by wonderboymusic
fixed: In 34341: […]
02:41 Changeset [34341] by wonderboymusic
Plugin Editor: Avoid using HTML tags in translation strings and add …
02:39 Ticket #33625 (Add Edit link to page template meta box) closed by wonderboymusic
fixed: In 34340: […]
02:39 Changeset [34340] by wonderboymusic
In page_attributes_meta_box(), add an action, …
02:30 Ticket #33798 (Upgrade MediaElement to 2.18.1) closed by wonderboymusic
fixed: In 34339: […]
02:30 Changeset [34339] by wonderboymusic
MediaElement: apply monkey patch to include a PR which fixes a …
02:16 Ticket #33845 (Scheduled posts get a publish rather than an update button when edited) reopened by oandp
Of course it is now back. i have some screenshots.the first one shows …
02:05 Ticket #26978 (In the admin area, the WP menu to the left links to index.php for the ...) closed by wonderboymusic
wontfix: index.php appears all over the logic for the admin menus - not just …
02:00 Ticket #33353 (Include featured thumbnail and word count to the All Posts view.) closed by wonderboymusic
wontfix: This is still plugin material.
01:40 Ticket #29249 (Bottom padding on login screen) closed by wonderboymusic
fixed: In 34338: […]
01:40 Changeset [34338] by wonderboymusic
Login: apply the same margin to the top and bottom of the Back to …
01:35 Ticket #28383 (Adding have_the_post() as a shortcut to have_posts() and the_post() loops) closed by wonderboymusic
maybelater: I am not into this - seems, to me, like too much reflection
01:10 Ticket #20025 (Add a filter for post types when viewing list of comments in the backend) closed by wonderboymusic
maybelater: No movement in 4 years, but [25526]
01:05 Ticket #26737 (WP_Image_Editor should provide a query_formats function.) closed by wonderboymusic
wontfix: No feedback in 21 months - @markoheijnen's repsonse in comment:3
01:02 Ticket #33000 (Settings control hyphenation) closed by wonderboymusic
wontfix: This is best handled by the specific theme, including adding a …
00:56 Ticket #28045 (Passing variables to header) closed by wonderboymusic
duplicate: Duplicate of #21676. We aren't going to alter the existing funcs to …
00:52 Ticket #29438 (End user login session) closed by wonderboymusic
fixed: [30888]
00:48 Ticket #29508 (Drupal Panels like built in functionality to modify "body" layout of ...) closed by wonderboymusic
maybelater: Definite potential as a Feature Plugin as suggested in comment:1
00:41 Ticket #29603 (Change how themes include plugins) closed by wonderboymusic
wontfix: Themes including plugins is not something we are looking to support, …
00:29 Ticket #28746 (Add class argument to add_settings_field()) closed by wonderboymusic
fixed: [31560]
00:15 Ticket #21097 (Reinstall Theme feature) closed by wonderboymusic
wontfix: I think it would be up to each theme to re-init its settings on …
00:13 Ticket #20509 (Theme idea - generic.php) closed by wonderboymusic
maybelater: Interesting ideas, but it's been 3 years. Someone can reopen if they …
00:09 Ticket #23045 (WP_User_Query features) closed by wonderboymusic
maybelater: This is best attacked in individual tickets per enhancement, of which …
00:04 Ticket #32139 (Add PHPDoc for all global $wp_query in /wp-includes/query.php) closed by DrewAPicture
fixed: In 34337: […]
00:04 Changeset [34337] by DrewAPicture
Docs: Add descriptions for $wp_query global phpDoc references in …
00:02 Ticket #22734 (do_action-post_edit_form_tag) closed by wonderboymusic
worksforme: comment:5

09/19/2015:

23:52 Ticket #32139 (Add PHPDoc for all global $wp_query in /wp-includes/query.php) reopened by DrewAPicture
Replying to MikeSchinkel: > So the question for the …
23:45 Ticket #17227 (wp should work around bug in move_uploaded_file for tighter security) closed by wonderboymusic
maybelater: maybelater was suggested 11 months ago
23:44 Ticket #21107 (wp_register_resource) closed by wonderboymusic
maybelater: maybelater suggested 20 months ago
20:55 Ticket #33931 (Complex simplification and standardisation of all the list and quick ...) created by thomask
As every function (posts, media, taxonomy, insert media popups) of …
20:09 Ticket #33693 (Feed links are broken for unattached attachments) closed by wonderboymusic
fixed: In 34336: […]
20:09 Changeset [34336] by wonderboymusic
Feeds/Links: fix feed links for unattached attachments. Adds unit …
20:06 Changeset [34335] by wonderboymusic
After [34334], update unit tests. See #33930.
19:06 Ticket #33930 (wp_site_icon(): Make all tags self-closing.) closed by wonderboymusic
fixed: In 34334: […]
19:06 Changeset [34334] by wonderboymusic
Site Icon: for consistency, make all 4 HTML tags in wp_site_icon()
18:58 Ticket #33930 (wp_site_icon(): Make all tags self-closing.) created by Corphi
Two of the generated tags are already self-closing, the others follow …
18:52 Ticket #33732 (Exporter fails to escape many XML elements text content) closed by wonderboymusic
fixed: In 34333: […]
18:52 Changeset [34333] by wonderboymusic
Export: Add late-escaping to the contents of several nodes to avoid …
18:47 Ticket #33760 (Cannot log in to admin panel) closed by wonderboymusic
invalid: Thanks for the report, but this seems like something to be sorted with …
18:45 Ticket #33791 (WP Query 'Publish' Only by Default) closed by wonderboymusic
invalid: Cannot reproduce.
18:42 Ticket #33831 (Updates: Theme table overflow in Dashboard > Updates) closed by wonderboymusic
fixed: In 34332: […]
18:42 Changeset [34332] by wonderboymusic
Updates: in Theme list table, set white-space to normal for theme …
18:26 Ticket #33845 (Scheduled posts get a publish rather than an update button when edited) closed by wonderboymusic
worksforme: Thanks for the report, @oandp. Keep them coming if you find any issues …
18:16 Ticket #33923 (Post Lists Table: 'All' view not selected for paged responses) closed by wonderboymusic
fixed: In 34331: […]
18:16 Changeset [34331] by wonderboymusic
Post List Table: 'All' view should be selected when appropriate for …
18:06 Ticket #31656 (Add menu ID argument to `wp_page_menu()` so that fallback menus have ...) closed by wonderboymusic
fixed: In 34330: […]
18:06 Changeset [34330] by wonderboymusic
Add a 'menu_id' argument to wp_page_menu() so that fallback menus …
17:48 Changeset [34329] by wonderboymusic
Reinstate [34327]. minus the unit test deletion.
17:45 Changeset [34328] by wonderboymusic
Revert [34327] to fix the accidental deletion of some unit tests.
17:43 Ticket #29500 (Add filter for the WXR export filename) closed by wonderboymusic
fixed: In 34327: […]
17:43 Changeset [34327] by wonderboymusic
Export: Add a filer, 'export_wp_filename' to change the filename of …
17:30 Ticket #29008 (Add additional variables to the_password_form filter) closed by wonderboymusic
wontfix: No movement in a year - as far as I can tell, the ID that $label
17:05 Ticket #32139 (Add PHPDoc for all global $wp_query in /wp-includes/query.php) closed by wonderboymusic
fixed: [32620] fixed this ticket inadvertently using our current docs standards
16:56 Ticket #32955 (Add Functionality for Facebook/Google Style Link Previews) closed by wonderboymusic
duplicate: Even if you don't want it to be an oEmbed provider, you need the embed …
16:46 Ticket #32230 (Ability to export media (attachments) on their own) closed by wonderboymusic
fixed: In 34326: […]
16:46 Changeset [34326] by wonderboymusic
Export: allow Media to exported separately from other types. Props …
16:40 Ticket #32309 (.check-column select all should not toggle disabled inputs) closed by wonderboymusic
fixed: In 34325: […]
16:40 Changeset [34325] by wonderboymusic
Admin: when toggling select/deselect "all" via JS - :visible needs …
16:31 Ticket #33541 ("View Page" button takes to 404 when page is set to "Pending Review") closed by wonderboymusic
fixed: In 34324: […]
16:31 Changeset [34324] by wonderboymusic
Edit Post: When a post is "Pending Review", the "View Post" link …
16:27 Ticket #33929 (Wrong data type for several variables holding a wpdb query result) created by tfrommen
Just like in #32876, there are several situations where the result of …
16:26 Ticket #33890 ("Generate Password" button on Add New User screen) closed by wonderboymusic
duplicate: Duplicate of #33450. This was fixed in [34312].
16:14 Changeset [34323] by wonderboymusic
List Tables: Ensure that sorting indicators have layout when cell …
16:09 Ticket #27883 ("Compatibility with WordPress X.X: Unknown" When It Is Known) closed by wonderboymusic
fixed: In 34322: […]
16:09 Changeset [34322] by wonderboymusic
Update Core: In list_plugin_updates(), when listing plugin updates …
11:39 Ticket #27762 (Remove whitespace between menu items) closed by obenland
fixed: In 34321: […]
11:39 Changeset [34321] by obenland
Menus: Remove whitespace between nav menu items. Avoids CSS hacks …
06:39 Ticket #33898 (Reduce Customizer peak memory usage by JSON-encoding settings and ...) closed by westonruter
fixed: In 34320: […]
06:39 Changeset [34320] by westonruter
Customize: Flesh out phpdoc for WP_Customize_Manager. * Add missing …
05:48 Ticket #31568 (Add a 2nd parameter to 'editable_slug' filter for context) closed by wonderboymusic
fixed: In 34319: […]
05:48 Changeset [34319] by wonderboymusic
When applying the 'editable_slug' filter, add a second param that …
05:40 Ticket #31918 (Add action to clean_user_cache()) closed by wonderboymusic
fixed: In 34318: […]
05:40 Changeset [34318] by wonderboymusic
Add a 'clean_user_cache' action at the end of clean_user_cache(). …
05:29 Ticket #30201 (img_caption_shortcode_width should support percentage widths) closed by wonderboymusic
wontfix: as suggested by the owner
00:13 Ticket #23778 (How do you keep WordPress from removing the non-breaking space?) closed by azaozz
duplicate: To clarify: the non-breaking spaces are not removed by TinyMCE. They …

09/18/2015:

23:57 Ticket #33868 (Typing in editor in RTL languages causing white spaces from editor border) closed by azaozz
fixed: In 34317: […]
23:57 Changeset [34317] by azaozz
TinyMCE: remove word-break: break-word; from the default editor CSS …
22:31 Ticket #33798 (Upgrade MediaElement to 2.18.1) reopened by bradyvercher
There was a breaking API change in one of the public methods in 2.18 …
21:52 Ticket #33928 (Multisite: in sunrise.php $wpdb->prefix is empty) created by lordspace
I was working on a multisite WP install and noticed that within …
21:40 Ticket #33927 (Pass post object to get_sample_permalink_html filter explicitly) created by SergeyBiryukov
[source:tags/4.3.1/src/wp-admin/includes/post.php#L1335
21:37 Changeset [34316] by ocean90
Theme Compat: Remove commented out code. See #31867.
21:08 Ticket #33926 (Improve WordPress Compatibility with HHVM) created by wjywbs
When running the WordPress unit tests with HHVM, there are 2 failures …
20:42 Ticket #31861 (Avoid using <code> in translation strings (wp-admin/options.php)‎) closed by ocean90
fixed: In 34315: […]
20:42 Changeset [34315] by ocean90
Don't use <code> in translation strings in wp-admin/options.php. …
20:28 Ticket #31856 (Avoid using <code> in translation strings (wp-admin/includes/plugin.php)‎) closed by ocean90
fixed: In 34314: […]
20:28 Changeset [34314] by ocean90
Don't use <code> in translation strings in …
20:20 Ticket #17584 (Add post_type_supports filter) closed by wonderboymusic
wontfix: This is basically obsolete since [23722] - use add_post_type_support()
20:18 Changeset [34313] by ocean90
Use correct @since tag for wp_ajax_generate_password(). See #33450.
20:13 Ticket #33450 (Clicking `Generate Password` after `Cancel` should generate a new password) closed by wonderboymusic
fixed: In 34312: […]
20:13 Changeset [34312] by wonderboymusic
Profile: when clicking "Cancel" after clicking "Generate Password", …
19:59 Ticket #33506 (Native video player: add support for new configuration options) closed by wonderboymusic
fixed: In 34311: […]
19:59 Changeset [34311] by wonderboymusic
Media: add a filter, 'mejs_settings', to allow devs to pass more …
19:56 Ticket #33925 (same SLUGS make problems in dashboard SCREEN OPTIONS) created by selnomeria
hi. I register taxonomy (with name "laptop") and custom post-type, …
19:50 Ticket #18661 (Include IDs for users and sites on their respective views in the ...) reopened by ocean90
This wasn't tested on mobile, see 18661-mobile.png.
19:27 Changeset [34310] by boonebgorges
Split the comment query. WP_Comment_Query now fetches comments in …
19:27 Ticket #22338 (Add filter for the output from `get_sample_permalink`) closed by wonderboymusic
fixed: In 34309: […]
19:27 Changeset [34309] by wonderboymusic
Add a 'get_sample_permalink' filter. Props SergeyBiryukov, wenthemes, …
19:17 Ticket #33775 (comment_form() Leave a Reply heading level can't be changed) closed by wonderboymusic
fixed: In 34308: […]
19:17 Changeset [34308] by wonderboymusic
Add title_reply_before and title_reply_after args to …
19:16 Ticket #17105 (HTML 5.0 support) closed by azaozz
fixed: Replying to wonderboymusic: Yep, fixed in different …
19:04 Ticket #10968 (Add container_element arg to wp_page_menu()) closed by wonderboymusic
fixed: In 34307: […]
19:04 Changeset [34307] by wonderboymusic
After [34280], rename menu_tag arg to container, fix docs. Props …
19:02 Changeset [34306] by SergeyBiryukov
Include placeholder in translator comment. See #31863.
19:00 Changeset [34305] by SergeyBiryukov
Include placeholder in translator comment. See #31864.
19:00 Ticket #15633 (Add class to custom menu item when menu url is found in current page) closed by wonderboymusic
fixed: Origins in [18746]
18:57 Changeset [34304] by SergeyBiryukov
Include placeholders in translator comments. See #31857.
18:52 Ticket #31863 (Avoid using HTML tags in translation strings (wp-admin/edit-tags.php)‎) closed by wonderboymusic
fixed: In 34303: […]
18:52 Changeset [34303] by wonderboymusic
Don't use HTML tags in translation strings in edit-tags.php. Props …
18:50 Ticket #31864 (Avoid using HTML tags in translation strings ...) closed by wonderboymusic
fixed: In 34302: […]
18:50 Changeset [34302] by wonderboymusic
Don't use HTML tags in translation strings in wp_ajax_add_user(). …
18:49 Changeset [34301] by SergeyBiryukov
Add missing translator comment after [34295]. See #31853.
18:45 Changeset [34300] by SergeyBiryukov
Add missing translator comments after [34294]. See #31852.
18:39 Changeset [34299] by SergeyBiryukov
Add missing translator comment after [34292]. See #31840.
18:38 Changeset [34298] by SergeyBiryukov
Add missing translator comments after [34293]. See #31851.
18:35 Ticket #31857 (Avoid using HTML tags in translation strings (two comments files)‎) closed by wonderboymusic
fixed: In 34297: […]
18:35 Changeset [34297] by wonderboymusic
Don't use HTML tags in translation strings for "In Reply To" links for …
18:30 Ticket #31855 (Avoid using HTML tags in translation strings ...) closed by wonderboymusic
fixed: In 34296: […]
18:30 Changeset [34296] by wonderboymusic
Don't use HTML tags in translation strings in …
18:27 Ticket #31853 (Avoid using HTML tags in translation strings ...) closed by wonderboymusic
fixed: In 34295: […]
18:27 Changeset [34295] by wonderboymusic
Don't use <code> in translation strings in edit-form-comment.php. …
18:23 Ticket #31852 (Avoid using <code> in translation strings (wp-admin/options-general.php)‎) closed by wonderboymusic
fixed: In 34294: […]
18:23 Changeset [34294] by wonderboymusic
Don't use <code> in translation strings in options-general.php. …
18:20 Ticket #33741 (Remove references to my-hacks.php and the hack_file option) reopened by nacin
If an option is going to be removed, it needs to be added to …
18:20 Ticket #31851 (Avoid using <code> in translation strings (wp-admin/includes/schema.php)‎) closed by wonderboymusic
fixed: In 34293: […]
18:20 Changeset [34293] by wonderboymusic
Don't use <code> in translation strings in …
18:17 Ticket #31840 (Avoid using <code> in translation string (network.php file)) closed by wonderboymusic
fixed: In 34292: […]
18:17 Changeset [34292] by wonderboymusic
Network Setup: don't use <code> in translation strings in …
17:05 Ticket #33741 (Remove references to my-hacks.php and the hack_file option) closed by jorbin
fixed: In 34291: […]
17:05 Changeset [34291] by jorbin
Remove support for my-hacks.php For the last 10 years, my-hacks has …
16:39 Ticket #33924 (sanitize_html_class valid characters) created by m-e-h
sanitize_html_class excludes some increasingly common valid html …
16:02 Ticket #32975 (Improve translation string in theme edit screen) closed by ocean90
fixed: In 34290: […]
16:02 Changeset [34290] by ocean90
Theme Editor: Change file descriptions of header.php and …
15:57 Ticket #18661 (Include IDs for users and sites on their respective views in the ...) closed by SergeyBiryukov
fixed: In 34289: […]
15:57 Changeset [34289] by SergeyBiryukov
Network Admin: Include IDs for users and sites on their respective …
14:52 Ticket #33862 (Improve docblock for add_filter) closed by DrewAPicture
fixed: In 34288: […]
14:52 Changeset [34288] by DrewAPicture
Docs: Clarify the significance of the $accepted_args parameter value …
14:12 Ticket #32111 (Problem in spanish version with buttons for publish) closed by SergeyBiryukov
duplicate: Let's continue working on this in #20842, since it's essentially the …
14:09 Ticket #33923 (Post Lists Table: 'All' view not selected for paged responses) created by kraftbj
In [31828] ( see: #24869 ), a new is_base_request function is added …
13:43 Ticket #33922 (login_enqueue_scripts and head placement) created by tifosi
According to the codex for the correct method is to enqueue the style …
11:48 Ticket #26559 (Remove title attributes: author-template.php) closed by SergeyBiryukov
fixed: Closing as fixed in [27593].
11:46 Ticket #33921 (Twenty Fourteen: Featured_Content::get_sticky_posts() not checking ...) created by stode
As the method static method {{{ Featured_Content::get_sticky_posts() …
10:28 Changeset [34287] by DrewAPicture
Docs: Fix some syntactical issues in the DocBlock for …
10:26 Changeset [34286] by DrewAPicture
Docs: Fix some syntactical issues in the documentation for …
10:20 Changeset [34285] by DrewAPicture
Docs: Fix some syntactical isses in the DocBlock for …
09:40 Ticket #33856 (Incomplete documentation for `get_query_var()`) closed by DrewAPicture
fixed: In 34284: […]
09:40 Changeset [34284] by DrewAPicture
Docs: Add documentation to get_query_var() and WP_Query::get() for …
08:42 Changeset [34283] by dd32
HTTP: Update the Root Certificate bundle. See #30434
08:32 Ticket #10968 (Add container_element arg to wp_page_menu()) reopened by DrewAPicture
Let's also create a little parity with wp_nav_menu and use …
08:22 Changeset [34282] by dd32
Updates: FTP: Add a missing PCRE modifer in [34281]. See #16026, #33432x
08:19 Tickets #16026,​33432 batch updated by dd32
fixed: In 34281: […]
08:19 Changeset [34281] by dd32
Updates: FTP/PemFTP Library: Remove the usage of deprecated regular …
07:12 Ticket #33920 (`wp_old_slug_redirect` ignores rewrite endpoints) created by swissspidy
For the [https://wordpress.org/plugins/oembed-api/ oEmbed feature …
06:56 Ticket #33898 (Reduce Customizer peak memory usage by JSON-encoding settings and ...) reopened by DrewAPicture
Really nice job on the docs for these new methods and properties! …
06:55 Ticket #33919 (ssh2/sftp doesn't work in chrooted environments, FTP_BASE, ...) created by talatorre
This is a follow-up to #32345. My server is setup with multiple …
06:06 Ticket #10968 (Add container_element arg to wp_page_menu()) closed by wonderboymusic
fixed: In 34280: […]
06:06 Changeset [34280] by wonderboymusic
Add an argument to wp_page_menu(), 'menu_tag', which defaults to …
05:54 Ticket #19693 (redirect_guess_404_permalink() can catch the wrong post types) closed by wonderboymusic
duplicate: I just uploaded a patch to #13041 that has way more nonsense in it …
05:49 Changeset [34279] by westonruter
Customize: Fix live previewing of menu changes on subdirectory …
05:46 Ticket #33916 (Menus Customizer does not work when WP is in a sub-directory) closed by westonruter
fixed: In 34278: […]
05:46 Changeset [34278] by westonruter
Customize: Fix live previewing of menu changes on subdirectory …
04:39 Ticket #15957 (add two new actions to track template loading) closed by wonderboymusic
wontfix: No discussion in 5 years.
04:37 Ticket #18423 (Make internal linking's River + Query constructors public) closed by wonderboymusic
wontfix: This is a relic from 4 years ago. Mitcho, if your passion is still …
04:35 Ticket #9959 (wp_rel_nofollow_callback adds too many rel/nofollow attributes) closed by wonderboymusic
fixed: In 34277: […]
04:35 Changeset [34277] by wonderboymusic
Comments: in wp_rel_nofollow_callback(), account for the fact that a …
03:57 Ticket #33335 (embedURL wp-view not detecting in div, only p tag.) closed by wonderboymusic
wontfix: No feedback
03:25 Ticket #27945 (Sortable list table column header text is higher than non-sortable headers) closed by wonderboymusic
fixed: In 34276: […]
03:25 Changeset [34276] by wonderboymusic
List Tables: ensure that sortable list table column headers have the …
02:31 Ticket #33379 (Word count on post edit screen should be hidden if javascript is disabled) closed by wonderboymusic
fixed: In 34275: […]
02:31 Changeset [34275] by wonderboymusic
Editor: add hide-if-no-js class to <td id="wp-word-count">. Word …
02:16 Ticket #21534 (Walker: has_children is only set if $args[0] is an array) closed by wonderboymusic
fixed: [28824] with unit tests
02:07 Ticket #29365 (Bulk actions on custom posts type automatically delete metadata) closed by wonderboymusic
invalid: No reporter feedback in 7 months, not reproducible
02:05 Ticket #13019 (Allow multiple category widget dropdowns) closed by wonderboymusic
fixed: [31520]
01:58 Ticket #30424 (Customize errors) closed by westonruter
invalid: The error relates to the WP_Customize_Widgets::$_customized not …
01:54 Ticket #23260 (Enhancement for paginate_links(); to include in wordpress core) closed by wonderboymusic
maybelater: No one has shown any interest in this. I'm not even sure what is being …
01:49 Ticket #28579 (Add unit tests (phpunit, qunit) for Customizer) closed by westonruter
fixed: We've made a lot of progress here. I'm happy to close this out with …
01:44 Ticket #14664 (add <link rel="profile" ... /> to wp_head()) closed by wonderboymusic
fixed: [27716]
01:36 Ticket #26234 (Passing array of taxonomies to the_terms() triggers "array to string" ...) closed by wonderboymusic
wontfix: The docs for the_terms() and - get_the_term_list(), …
01:36 Ticket #27764 (Allow the_terms() and get_the_terms() to accept an array of taxonomies) closed by wonderboymusic
wontfix: The docs for the_terms() and - get_the_term_list(), …
01:28 Ticket #33918 (WordPress media modal window issue with custom fields) created by simonrcodrington
Hey everyone, I've found a potential bug in the gallery grid media …
01:22 Ticket #32877 (Added filter in wp_get_attachment_image) closed by helen
wontfix: Filtering on fully formed HTML is unpleasant, both for developers and …
01:15 Ticket #11692 (Add post-tumbnail to the main "Posts Edit SubPanel") closed by wonderboymusic
wontfix: this is still plugin material
01:13 Ticket #9927 (deprecate category_description() in favor of get_category_description()) closed by wonderboymusic
maybelater: category-template.php is full of deprecate-able funcs, but there are …

09/17/2015:

22:31 Ticket #13493 (Make the_date() and is_new_day work properly) closed by wonderboymusic
wontfix: agree with obenland
22:21 Ticket #23416 (Form handlers assume $_POST elements will be strings) closed by wonderboymusic
fixed: In 34274: […]
22:21 Changeset [34274] by wonderboymusic
In wp-comments-post.php, sanity check a few of the comment inputs …
22:13 Ticket #16173 (Make the Calendar widget support custom post types) closed by wonderboymusic
maybelater: There has been no movement in 4 years. 1 year since marked for closure.
22:10 Ticket #16125 (Tag cloud widget: hide dropdown when there's only one taxonomy) closed by wonderboymusic
fixed: In 34273: […]
22:10 Changeset [34273] by wonderboymusic
Widgets: don't show a dropdown if there is only 1 taxonomy or zero …
21:31 Ticket #19918 (Attachments are viewable from any permalink that matches their slug) closed by wonderboymusic
fixed: In 34272: […]
21:31 Changeset [34272] by wonderboymusic
Canonical: redirect URLs that match an attachment masked on the wrong …
21:17 Ticket #29870 (Pagination disappears after deleting the last page of post entries) closed by wonderboymusic
fixed: In 34271: […]
21:17 Changeset [34271] by wonderboymusic
Posts List Table: Use a more robust technique for calculating …
20:00 Ticket #16894 (Bulk load Comment Meta upon access) closed by boonebgorges
fixed: In 34270: […]
20:00 Changeset [34270] by boonebgorges
Lazy-load comment meta on single post pages. [34268] introduced cache …
19:41 Ticket #33898 (Reduce Customizer peak memory usage by JSON-encoding settings and ...) closed by westonruter
fixed: In 34269: […]
19:41 Changeset [34269] by westonruter
Customize: Reduce peak memory usage by JSON-encoding settings and …
19:29 Changeset [34268] by boonebgorges
Prime comment meta caches in WP_Comment_Query. The new …
19:18 Ticket #33917 (Using wp_editor outside the post editor screen does not give oembed ...) created by mbootsman
I want to use wp_editor in a admin screen to fill a dashboard widget. …
16:20 Changeset [34267] by ocean90
The 4.3 branch is now 4.3.2-alpha.
15:54 Ticket #33916 (Menus Customizer does not work when WP is in a sub-directory) created by Fab1en
Fast previewing changes to Menus in the Customizer does not work when …
15:51 Ticket #33577 (Customizer Help toggle button is not horizontally aligned with panel title) closed by helen
wontfix: The help icon is currently a different size from other circular icons …
15:43 Ticket #33911 (Filter template dirs) closed by helen
duplicate: Duplicate of #13239 and #14310.
15:04 Ticket #33915 (Add a filter in dynamic_sidebar() function to modify sidebar index) created by fahidjavid
Changing sidebars depending on the page/post/etc loaded through a …
14:34 Ticket #31549 (filter meta array in wp_insert_user) closed by boonebgorges
fixed: In 34266: […]
14:34 Changeset [34266] by boonebgorges
Tell the insert_user_meta filter whether user is being updated. …
13:32 Ticket #33914 (Fatal Error: create_initial_taxonomies in wp-setting.php) closed by boonebgorges
invalid: Hi DMONAHAN - welcome to Trac. It sounds like your client has an …
13:24 Ticket #33914 (Fatal Error: create_initial_taxonomies in wp-setting.php) created by DMONAHAN
HI. My client informed me that his site is down and I do not know …
12:32 Changeset [34265] by helen
Superglobals: Revert [34059] until further notice. see #33837.
10:42 Ticket #33913 (WP 4.3.1 - Fatal error: Method missing from WP_Meta_Query) closed by swissspidy
invalid: This method has been added in WordPress 4.3.0, see …
10:23 Ticket #33913 (WP 4.3.1 - Fatal error: Method missing from WP_Meta_Query) created by diavollo03
<b>Fatal error</b>: Call to undefined method …
09:38 Changeset [34264] by DrewAPicture
Docs: Add a reminder to the DocBlock description for add_query_arg()
09:35 Ticket #33912 (Document the various optional parameter permutations of add_query_arg()) created by DrewAPicture
As we did in #32694 for current_user_can(), we should also attempt …
09:08 Changeset [34263] by SergeyBiryukov
Revert unintended change from [34262]. See #33910.
09:07 Ticket #33911 (Filter template dirs) created by sebastian.pisula
Filter for dirs here templates are search. For example: […]
09:05 Ticket #33910 (Parameter missing in doc in function get_default_post_to_edit) closed by SergeyBiryukov
fixed: In 34262: […]
09:05 Changeset [34262] by SergeyBiryukov
Docs: Expand the DocBlock for get_default_post_to_edit(). Props …
08:58 Ticket #33910 (Parameter missing in doc in function get_default_post_to_edit) created by rabmalin
Parameter missing in doc in function get_default_post_to_edit File: …
07:41 Ticket #33909 (The `home` option not equivalent to the WP_HOME constant value in ...) created by jlambe
Hi, for this issue, I'm running a multisite instance with custom …
06:03 Ticket #31053 (HTML5 caption disregards img_caption_shortcode_width filter) closed by wonderboymusic
fixed: In 34261: […]
06:03 Changeset [34261] by wonderboymusic
Media: Ensure that HTML5 captions apply the …
05:54 Ticket #32072 (Move link code for clarity in wp_ajax_send_attachment_to_editor() in ...) closed by wonderboymusic
fixed: In 34260: […]
05:54 Changeset [34260] by wonderboymusic
Media: In wp_ajax_send_attachment_to_editor(), the fallback logic …
05:54 Ticket #33908 (Fix reset password generator) created by ldinclaux
This is a follow up of #33892. The class "user-pass1-wrap" exists on …
05:45 Ticket #32074 (get_image_send_to_editor() improperly documented) closed by wonderboymusic
fixed: In 34259: […]
05:45 Changeset [34259] by wonderboymusic
Media: In get_image_send_to_editor(), allow a custom value for …
05:37 Ticket #29937 (Ever since updating to WP4.0, thumbnails have not been generating.) closed by wonderboymusic
invalid: No reply in 7 months after marking close
05:35 Ticket #29525 (New media - media-new.php broken) closed by wonderboymusic
wontfix: No feedback - @SergeyBiryukov's comment:6 is a good wrap-up
05:33 Ticket #13372 (Separate Image sizes for different post types) closed by wonderboymusic
maybelater: No patch in 3 years - in most scenarios, images should be completely …
05:15 Ticket #33128 (admin_menu not called when attachment form is loaded in a frame) closed by wonderboymusic
wontfix: Like @SergeyBiryukov said, 'admin_menu' is only intended to run when …
05:02 Ticket #33214 (Allow media file size to be set from metadata when viewing media modal) closed by wonderboymusic
fixed: In 34258: […]
05:02 Changeset [34258] by wonderboymusic
Media: In wp_prepare_attachment_for_js(), don't call file_exists()
04:46 Ticket #33539 (wp_upload_bits() should fire wp_handle_upload) closed by wonderboymusic
fixed: In 34257: […]
04:46 Changeset [34257] by wonderboymusic
Uploader: Fire 'wp_handle_upload' in wp_upload_bits(). Thusly, the …
04:37 Ticket #33570 (Display Media URL After Upload) closed by wonderboymusic
wontfix: I just tried a bunch of scenarios where the full URL is displayed - …
04:35 Ticket #31549 (filter meta array in wp_insert_user) reopened by geminorum
Since it's the same for inserting new user and updating one, there's …
04:26 Ticket #33588 (Deleting of multiple selected items in media library bug) closed by wonderboymusic
worksforme: I cannot reproduce + no reporter feedback.
03:33 Ticket #33330 (Undefined property: stdClass::$slug) reopened by kraftbj
Replying to dd32: > FYI; This is most likely caused by a …
02:38 Ticket #33907 (is_single/singular/page @param inline docs don't list type) created by Shelob9
is_single/singular/page and the WP_Query methods they wrap use mixed …
02:29 Ticket #29744 (Media Library: type dropdown in grid mode different form list mode + ...) closed by wonderboymusic
fixed: In 34256: […]
02:29 Changeset [34256] by wonderboymusic
Media List Table: remove the counts from the "views" portion of the …
01:05 Ticket #23847 (Media Manager default "link to" setting overriding custom setting) closed by wonderboymusic
fixed: [33729]
00:36 Ticket #33012 (Full MIME type parameter ignored in wp_mime_type_icon() and 'default' ...) closed by wonderboymusic
fixed: In 34255: […]
00:36 Changeset [34255] by wonderboymusic
In wp_mime_type_icon(), the length of the $wilds array varies …
00:09 Ticket #33458 (wp.media.frame remains active on the second instance.) closed by wonderboymusic
fixed: In 34254: […]
00:09 Changeset [34254] by wonderboymusic
Media JS: ensure that wp.media.frame (a static reference to the …

09/16/2015:

22:29 Ticket #33903 (Documentation for $comment_approved parameter is incomplete) closed by SergeyBiryukov
fixed: In 34253: […]
22:29 Changeset [34253] by SergeyBiryukov
Docs: Expand the $comment_approved argument description for …
22:25 Ticket #33587 (Notification Functions Should be Replaced by Hooks) closed by boonebgorges
fixed: In 34252: […]
22:25 Changeset [34252] by boonebgorges
Improve consistency of comment notification callback signatures. Both …
22:20 Ticket #33587 (Notification Functions Should be Replaced by Hooks) reopened by boonebgorges
Replying to SergeyBiryukov: > Is there a reason why …
22:18 Ticket #33587 (Notification Functions Should be Replaced by Hooks) closed by boonebgorges
fixed: In 34251: […]
22:18 Changeset [34251] by boonebgorges
Move new user notification emails to add_action() callbacks. When a …
21:59 Changeset [34250] by boonebgorges
Don't notify post authors about spam comments. [34106] moved post …
21:33 Ticket #33906 (Missing oxford comma on export.php page.) closed by SergeyBiryukov
fixed: In 34249: […]
21:33 Changeset [34249] by SergeyBiryukov
Add a missing Oxford comma on Export screen. Props juhise. Fixes #33906.
21:14 Ticket #33906 (Missing oxford comma on export.php page.) created by juhise
As we are using oxford comma through out the admin. then export.php …
21:05 Ticket #33905 (Include fourth array parameter in return value doc block for ...) created by kadamwhite
While implementing responsive image markup in a theme we became …
20:18 Ticket #33904 (user_activation_key is too short causing password reset process to ...) created by tomdxw
The field for storing the hash of the password reset token …
20:17 Ticket #33903 (Documentation for $comment_approved parameter is incomplete) created by cfinke
The $comment_approved parameter for …
20:07 Ticket #33902 (Accessible Tags auto-complete) created by afercia
In a couple of places in the admin, jquery.suggest displays a …
19:56 Ticket #33901 (Defer embedding Customizer widget controls to improve DOM performance) created by westonruter
In working on a site with a lot of widgets in the Customizer, where …
19:31 Ticket #33900 (introduce get_current_network_id helper function) created by spacedmonkey
Similar to get_current_blog_id helper function. This function can be …
19:24 Ticket #25477 (Notice: Trying to get property of non-object in ...) closed by boonebgorges
fixed: In 34248: […]
19:24 Changeset [34248] by boonebgorges
Throw a notice when an invalid tax is passed to wp_insert_post(). …
19:19 Ticket #33899 (Change get_current_site to get_current_network) created by spacedmonkey
Related to on going ticket, renaming this function bring it into the …
19:04 Ticket #21949 (Allow private taxonomies (public = false)) closed by boonebgorges
fixed: In 34247: […]
19:04 Changeset [34247] by boonebgorges
Allow taxonomies to be non-public. [13216] introduced the 'public' …
18:49 Ticket #33281 (get_term_by() not returning false if ID does not exist) closed by boonebgorges
fixed: In 34246: […]
18:49 Changeset [34246] by boonebgorges
Failed get_term_by() lookups should always return false. …
18:33 Ticket #33898 (Reduce Customizer peak memory usage by JSON-encoding settings and ...) created by westonruter
In working on a site with a lot of settings and controls in the …
18:13 Changeset [34245] by wonderboymusic
Revert [33925], by-reference array manipulation is breaking comments …
17:33 Changeset [34244] by wonderboymusic
After [34160], also upgrade objects passed to get_avatar(). See #32619.
16:46 Ticket #11095 (Format wp_list_pages and wp_page_menu without <li> tags) closed by SergeyBiryukov
fixed: In 34243: […]
16:46 Changeset [34243] by SergeyBiryukov
Docs: Update the DocBlock for wp_page_menu() to include 'before', …
16:38 Ticket #33897 (Hide/ Show password button not working after clicking cancel) created by umesh.nevase
I've found bug on User profile page and New user page after updating …
15:53 Ticket #17447 (Add 'register_post_type_args' hook) reopened by MikeSchinkel
15:46 Ticket #17447 (Add 'register_post_type_args' hook) closed by SergeyBiryukov
fixed: In 34242: […]
15:46 Changeset [34242] by SergeyBiryukov
Add register_post_type_args filter for changing …
15:34 Changeset [34241] by wonderboymusic
wp-admin/includes/template.php is now a loader for 3 files made via …
15:28 Changeset [34240] by SergeyBiryukov
Docs: Synchronize the $timezone parameter description between …
15:13 Ticket #15332 (dbDelta($query) - do not create view) reopened by mordauk
It's been 5 years now and I'd like to propose this get re-opened for …
15:12 Ticket #18926 (Provide with the ability to monitor emailing failures) closed by SergeyBiryukov
fixed: In 34239: […]
15:12 Changeset [34239] by SergeyBiryukov
Docs: Fix some syntactical issues with the DocBlock for …
15:00 Ticket #32376 (Urls are encoded incorrectly in WP_Posts_List_Table::get_views()) closed by SergeyBiryukov
fixed: In 34238: […]
15:00 Changeset [34238] by SergeyBiryukov
Docs: Expand the DocBlock for the WP_Theme::get_edit_link() method, …
14:17 Ticket #33241 (wp_get_http should stream directly to the file) closed by SergeyBiryukov
duplicate: Duplicate of #33709.
13:52 Ticket #33896 (Gallery linking to Attachment page) created by pavelevap
I have received some user reports recently, that they are using …
13:51 Changeset [34237] by DrewAPicture
Docs: Add changelog entries for parameters where WP_Comment object …
13:28 Changeset [34236] by DrewAPicture
Docs: Fix some syntactical issues with the DocBlock for the …
13:25 Changeset [34235] by DrewAPicture
Docs: Add a changelog entry for the addition of 'wp-admin', …
12:52 Ticket #33895 (Editor: Reduce clutter between title and content by hiding permalink UI) created by ryan
The permalink UI located in between title and content creates …
12:45 Ticket #33894 (its != it's (again)) closed by DrewAPicture
fixed: In 34234: […]
12:45 Changeset [34234] by DrewAPicture
Docs: Put "it's" in its place (again). Props kitchin. Fixes #33894.
12:20 Ticket #33894 (its != it's (again)) created by kitchin
This is a follow-up to #22665. Doc fix only, for grammar/usage. More …
11:58 Ticket #32875 (Ellipses instead of ... in UI #2) closed by SergeyBiryukov
fixed: In 34233: […]
11:58 Changeset [34233] by SergeyBiryukov
Add a comment to strings where the ellipsis cannot be used due to …
11:45 Ticket #33892 (HTML semantic error in wp-login.php) closed by SergeyBiryukov
fixed: In 34232: […]
11:45 Changeset [34232] by SergeyBiryukov
Reset Password: Move <div> out of <p> in wp-login.php. Props …
11:36 Ticket #33893 (WP_Post_Comments_List_Table blows up as WP_Comments_List_Table does ...) closed by SergeyBiryukov
fixed: In 34231: […]
11:36 Changeset [34231] by SergeyBiryukov
Comments: Fix a fatal error in Comments meta box after [34223]. Props …
11:10 Ticket #33893 (WP_Post_Comments_List_Table blows up as WP_Comments_List_Table does ...) created by tyxla
It appears that moving WP_Post_Comments_List_Table to a separate …
11:01 Changeset [34230] by DrewAPicture
Docs: Make a minor adjustment to the description syntax for the …
10:57 Ticket #32376 (Urls are encoded incorrectly in WP_Posts_List_Table::get_views()) reopened by DrewAPicture
Documentation for this new method is incomplete: * Need docs for all …
10:50 Changeset [34229] by DrewAPicture
Docs: Remove markdown from the DocBlock summary for …
10:43 Ticket #33892 (HTML semantic error in wp-login.php) created by ldinclaux
In the resetpass form there is a DIV in a P which isn't allowed.
10:43 Ticket #33763 (Post types with show_ui set to false should not be accessible via the ...) reopened by DrewAPicture
@johnbillion: I think we should probably update the docs for the …
10:42 Changeset [34228] by DrewAPicture
Docs: Add a changelog entry for the switch to using …
10:35 Ticket #11095 (Format wp_list_pages and wp_page_menu without <li> tags) reopened by DrewAPicture
Documentation for the three new arguments needs to be added to the …
10:02 Changeset [34227] by DrewAPicture
Docs: Improve documentation for the WP_Object_Cache class. Spaces …
09:58 Ticket #33891 (apply_filters bug) closed by rgout
invalid: Wow, I feel like such a fool right now. Sure enough, with '10, 2' …
09:47 Ticket #33891 (apply_filters bug) created by rgout
Hello, While I was trying to change some menu items with a filter I …
09:41 Changeset [34226] by DrewAPicture
Docs: Remove an errant change made to a _deprecated_function() call …
09:39 Changeset [34225] by DrewAPicture
Docs: Add more complete documentation for top-level object cache …
09:14 Ticket #33199 (Chrome 45 incorrectly renders admin menu) closed by atomicjack
worksforme
09:12 Ticket #33199 (Chrome 45 incorrectly renders admin menu) reopened by atomicjack
09:06 Ticket #33199 (Chrome 45 incorrectly renders admin menu) closed by ocean90
worksforme
08:50 Ticket #33865 (Setting favicon without cropping it, cause user experience issue) closed by katazina
worksforme: I updated to 4.3.1 and now it works fine. Thanks!
08:33 Ticket #18926 (Provide with the ability to monitor emailing failures) reopened by DrewAPicture
@jorbin: Reopening since there are some syntactical issues with these …
07:35 Ticket #32694 (current_user_can function is able to take post_id as argument, but it ...) closed by DrewAPicture
fixed: In 34224: […]
07:35 Changeset [34224] by DrewAPicture
Docs: Add documentation for $object_id, the optional second …
06:52 Changeset [34223] by wonderboymusic
Move WP_Post_Comments_List_Table to its own file. See #33413.
05:53 Changeset [34222] by SergeyBiryukov
Fix a typo in wptexturize() and wp_replace_in_html_tags()
00:09 Ticket #33758 (Bump Recommended PHP version) closed by jorbin
fixed: No, this is closed againgst 4.4. No need to change recommendations …
Note: See TracTimeline for information about the timeline view.