Timeline
01/26/2016:
- 23:51 Ticket #35616 (Align settings in Customizer preview with settings in Customizer pane) closed by
- fixed: In 36407: […]
- 23:51 Changeset [36407] by
- Customizer: Improve parity between JS Setting models in preview with …
- 23:35 Ticket #35622 (Color contrast: audit all the "#f00" and "red" reds) created by
- See related #31713. In various admin screens there are some …
- 23:14 Ticket #35621 (Connecting to the following api endpoint yields a Jetpack error) closed by
- invalid: Hi @CherylSmithIDT. This issue tracker is only for the core WordPress …
- 22:51 Ticket #35621 (Connecting to the following api endpoint yields a Jetpack error) created by
- Connecting to the following api endpoint yields a Jetpack …
- 22:37 Ticket #34953 (Focus style: Names in credit section) closed by
- fixed: In 36406: […]
- 22:37 Changeset [36406] by
- Accessibility: Improve the focus style on the Credits screen. Leads …
- 15:21 Ticket #35620 (Some WP_List_Table links for users preserve removable query args) created by
- When certain actions are performed in the user admin and query args …
- 09:11 Ticket #35619 (Queried object and Query vars are not consistent when querying two ...) created by
- The queried object returns the first queried taxonomy (as expected) …
- 07:33 Ticket #35618 (New function: `admin_email`) created by
- I need admin e-mail often. I think that this will be useful helper.
- 07:05 Ticket #35617 (Export more Customizer app settings in preview) created by
- As more logic is added to the Customizer preview (e.g. selective …
- 06:50 Ticket #35616 (Align settings in Customizer preview with settings in Customizer pane) created by
- The JS models for Customizer settings in the Customizer preview are …
- 03:46 Ticket #35610 (clean_comment_cache needs a hook) closed by
- fixed: In 36405: […]
- 03:46 Changeset [36405] by
- Comments: Fire an action after a comment is removed from object cache. …
- 03:11 Ticket #35594 (posts_search filter should follow suppress_filters argument) closed by
- fixed: In 36404: […]
- 03:11 Changeset [36404] by
- Query: Respect 'suppress_filters' when filtering search-related SQL. …
- 03:09 Ticket #35614 (Cannot check capabilities on single taxonomy terms) created by
- Unlike Users and Posts, Taxonomy Terms do not have single capability …
- 02:55 Ticket #35601 (WP_Query: comment_status and ping_status) closed by
- fixed: In 36403: […]
- 02:55 Changeset [36403] by
-
Introduce
$comment_status
and$ping_status
params forWP_Query
. … - 02:36 Ticket #35609 (is_post_type_viewable should allow string to be passed.) closed by
- fixed: In 36402: […]
- 02:36 Changeset [36402] by
-
Allow
is_post_type_viewable()
to accept a post type name. … - 02:32 Ticket #30577 (Allow plugins to bypass wp_options when saving transients) closed by
- maybelater: Closing. Looks like this one isn't gonna happen.
- 02:26 Changeset [36401] by
-
Add tests for
is_post_type_viewable()
. See #35609. - 02:24 Ticket #35612 (Update TinyMCE buttons to use new button style) closed by
- duplicate: Duplicate of #35571.
- 02:18 Changeset [36400] by
- Normalize 'clean_term_cache' docs formatting after [36399].
- 02:17 Ticket #35611 (Pass $clean_taxonomy to clean_term_cache action) closed by
- fixed: In 36399: […]
- 02:17 Changeset [36399] by
-
Pass
$clean_taxonomy
param to 'clean_term_cache' action. Props … - 00:38 Ticket #35607 (Inline Docs: Update incorrect docs for HTTP functions) closed by
- fixed: In 36398: […]
- 00:38 Changeset [36398] by
-
Docs: Correct return value for
is_allowed_http_origin()
. Props … - 00:31 Changeset [36397] by
- Plugins: Clarify that mu-plugins can't be "active" in docs. Plugins …
- 00:13 Ticket #35613 (Add granularity to REST API embeds) created by
-
Currently
?_embed
is all or nothing. It'd be good to have some … - 00:03 Ticket #35605 (Color contrast: the #777777 grey) closed by
- fixed: In 36396: […]
- 00:03 Changeset [36396] by
- Accessibility: Improve the color contrast ratio replacing the residual …
01/25/2016:
- 23:51 Ticket #31548 (Fix color contrast on wp-login.php to meet minimum accessibility standards) closed by
- fixed: In 36395: […]
- 23:51 Changeset [36395] by
- Accessibility: Fix the color contrast ratio in the login screen. …
- 23:32 Ticket #35612 (Update TinyMCE buttons to use new button style) created by
- The grey versions of the TinyMCE buttons are still using the old …
- 23:23 Ticket #35611 (Pass $clean_taxonomy to clean_term_cache action) created by
- It would be useful to pass $clean_taxonomy to the clean_term_cache action
- 23:06 Ticket #35610 (clean_comment_cache needs a hook) created by
- Unlike other cache clear functions, clean_comment_cache doesn't have a …
- 22:54 Ticket #35335 (Pass data consistently between plugin, network plugin, and network ...) closed by
- fixed: In 36394: […]
- 22:54 Changeset [36394] by
- Pass data consistently on plugin, network plugin, and network theme …
- 22:35 Ticket #35609 (is_post_type_viewable should allow string to be passed.) created by
- The is_post_type_viewable function should allow you to give it the …
- 21:58 Ticket #35608 (EditPost page: categories list is not showed as a tree) closed by
- duplicate: Duplicate of #10982. See also #20054 and [20710].
- 21:51 Ticket #35608 (EditPost page: categories list is not showed as a tree) created by
- STEPS TO REPRODUCE: 1. Log in as administrator. 2. Go to …
- 21:51 Changeset [36393] by
-
Multisite: Introduce the WP_Site class.
* A
WP_Site
object … - 21:47 Ticket #35607 (Inline Docs: Update incorrect docs for HTTP functions) created by
-
is_allowed_http_origin
function inline docs state the return is … - 20:52 Ticket #35606 (AllPosts page: contradiction in filtering by Category and category ...) created by
- STEPS TO REPRODUCE: 1. Log in as administrator. 2. Go to …
- 18:59 Ticket #35591 (Shortcode Attributes Parsing Issue) closed by
- worksforme: I added an mu-plugin for testing but I don't …
- 18:57 Changeset [36392] by
-
Docs: Fix indentation in
add_filter()
example. See #32246. - 17:10 Changeset [36391] by
- Docs: Fix parameter documentation ordering in the hook docs for the …
- 16:52 Ticket #35605 (Color contrast: the #777777 grey) created by
- Even after the admin colors were updated with the new ones in #31234, …
- 16:08 Ticket #35604 (Color contrast: TinyMCE icons) created by
-
See related #31713.
The TinyMCE icons default color is
#777777
on a … - 14:48 Ticket #35603 (Allow `wp_count_posts()` on multisite after switching sites) created by
- When switching sites on a multisite, there can be problems when using …
- 14:32 Ticket #35602 (Fix suggestion for edit Media feature in some multisite installations) created by
- Hi. I have a multisite installation and ran into a problem with …
- 13:44 Ticket #35601 (WP_Query: comment_status and ping_status) created by
-
The
post_status
parameter is supported byWP_Query
, but … - 13:31 Ticket #34679 (Replace use of wp_get_http() in the WordPress Importer) reopened by
- Given there's no specific timeline for introducing the new importer to …
- 12:10 Ticket #35599 (Auto translations not loaded if WP MS subsite lang |= root site lang) closed by
- duplicate: Duplicate of #34937.
- 12:03 Ticket #35600 (Hooks for post sticky status changes) created by
- Currently sticky post status changes are hookable using the …
- 12:02 Ticket #35599 (Auto translations not loaded if WP MS subsite lang |= root site lang) created by
- I found out that if my MS network and root site lang are set to …
- 11:00 Ticket #35598 (Use different error code for PHPMailer exceptions in wp_mail_failed) created by
- This is a follow-up to #18926. I recently had issues with a contact …
- 09:54 Ticket #35597 (Redefining already defined constructor for class WP_User_Search) created by
- PHP [E_STRICT] 2048 : Redefining already defined constructor for class …
- 08:00 Ticket #35570 (Search for Post/Pages isn't working) closed by
- worksforme: Replying to SergeyBiryukov: > Hi @mumbomedia, welcome to …
- 00:15 Ticket #35596 (Color contrast: checkboxes and radio buttons) created by
- See related #31713. As part of the effort to audit color contrast in …
01/24/2016:
- 23:35 Ticket #35344 (Strange pagination issue on front page after 4.4.1 update) reopened by
- 21:55 Ticket #34679 (Replace use of wp_get_http() in the WordPress Importer) closed by
- fixed: I don't think we need to keep this open as @rmccue has ensured it …
- 21:19 Ticket #35595 (No way to prevent 'rel="attachment wp-att-xxx"' from being added to ...) created by
- The resolution of #32074 means that all images get `rel="attachment …
- 18:49 Ticket #35594 (posts_search filter should follow suppress_filters argument) created by
- I am not sure if it has been done intentionally for some purpose, but …
- 17:46 Ticket #35473 (Remove unused local variable in function comments_template()) reopened by
-
$req
was used in Kubrick's … - 15:28 Ticket #34126 (add-textdomain.php misses translate_nooped_plural()) closed by
- fixed: In 36390: […]
- 15:28 Changeset [36390] by
- i18n tools: Add the text domain to translate_nooped_plural() calls as …
- 15:25 Changeset [36389] by
- i18n tools: Add a test for the add-textdomain.php script.
- 15:14 Ticket #35593 (Metadata from wrong file in media_handle_upload) created by
- In media_handle_upload and media_handle_sideload the attachment …
- 13:54 Ticket #35592 (Description of button 'Clear inactive widgets' not hiding when closing ...) created by
- If you close the section "Inactive widgets" with the little triangle …
- 09:26 Ticket #35591 (Shortcode Attributes Parsing Issue) created by
- I'm using the following custom shortcode: [expert_profile …
01/23/2016:
- 23:14 Ticket #35579 (Customizer panel wrong position if Site Title is empty) closed by
- fixed: In 36388: […]
- 23:14 Changeset [36388] by
-
Customizer: Use "(Untitled)" as site title if
blogname
is empty. … - 22:42 Ticket #35590 (Add filters to allow creating REST API middleware plugins) created by
- At WordPress.com we're working on v2 of our REST API which will be …
- 22:15 Changeset [36387] by
-
In comments list table,
$post_id
should default tofalse
rather … - 16:46 Ticket #35589 (Change "blog" references to "site" in inline docs for ...) closed by
- fixed: In 36386: […]
- 16:46 Changeset [36386] by
- Networks and sites: Replace "blog" usage with "site" in docs. This …
- 15:54 Ticket #35589 (Change "blog" references to "site" in inline docs for ...) created by
- This is a breakout ticket from #35417. The term "site" is preferred …
- 12:36 Ticket #35090 (Query for comments where post isn't set) reopened by
- [36381] broke the comments list table because we're passing 0 to …
- 11:21 Ticket #35588 ($wpdb->db_version() wrongly documented) closed by
- fixed: In 36385: […]
- 11:21 Changeset [36385] by
-
Docs: Correct
wpdb::db_version()
description. Props luciole135. … - 11:16 Ticket #35588 ($wpdb->db_version() wrongly documented) created by
- The comment of db_version () function is false. This function returns …
- 10:19 Ticket #35587 (If core in under version control, don't let the user update manually) created by
- If core is under version control, I don't think the user should be …
- 09:51 Ticket #35525 (Why WordPress hardcode date format in list post table) closed by
- duplicate: Duplicate of #35391. Thank you very much!
- 05:59 Ticket #35344 (Strange pagination issue on front page after 4.4.1 update) closed by
- fixed: @chriscamplejohn I'll email you shortly to get a few more details …
- 00:07 Changeset [36384] by
- TinyMCE: add inline link dialog First run. Links the advanced button …
01/22/2016:
- 23:42 Ticket #35585 (Support loading multiple languages to be loaded at the same time - ...) created by
- Multi-language support in Wordpress still supports only easy …
- 23:38 Ticket #35584 (Add copy / clone / duplicate feature for pages and posts) closed by
- duplicate: Hi @pracko, welcome to Trac! Thanks for the ticket, we're already …
- 23:33 Ticket #35584 (Add copy / clone / duplicate feature for pages and posts) created by
- The ability to quickly duplicate/copy/clone pages and posts with one …
- 21:53 Ticket #35583 ($HTTP_RAW_POST_DATA error on POST request to REST API) closed by
- duplicate: Hello @jhoffm34, welcome to Trac! We already have a similar report …
- 21:44 Ticket #35583 ($HTTP_RAW_POST_DATA error on POST request to REST API) created by
- I'm currently using just the infrastructure of this plugin on WP …
- 21:20 Ticket #32681 (Shift-clicking a menu item in the website preview iframe should open ...) closed by
- fixed: In 36383: […]
- 21:20 Changeset [36383] by
- Customizer: Add shift-click on nav menu items in preview to focus on …
- 20:30 Ticket #35582 (Introduce wp_parse_slug_list()) created by
-
Same as
wp_parse_id_list()
, but deals with sets of slug-like values. - 20:21 Ticket #35581 (Improve documentation for bloginfo()) closed by
- fixed: In 36382: […]
- 20:21 Changeset [36382] by
-
Docs: List out possible values for the
$show
parameter in the … - 20:19 Ticket #35090 (Query for comments where post isn't set) closed by
- fixed: In 36381: […]
- 20:19 Changeset [36381] by
- Allow comment query results to be limited to comments with …
- 20:16 Changeset [36380] by
-
Docs: Improve documentation for
bloginfo()
including cross-reference … - 20:11 Ticket #35581 (Improve documentation for bloginfo()) created by
- This ticket brings in some information from the Codex article into the …
- 18:58 Ticket #33860 (Loop helpers function) closed by
- wontfix: I feel like it being a good idea, or interesting, is still not a good …
- 18:52 Ticket #35372 (Post/paging navigation forces use of HTML5) closed by
- invalid: Replying to bizurkur: > Then what would be the point of …
- 18:18 Ticket #33860 (Loop helpers function) reopened by
- I think that this is good idea to add this to core. This is …
- 16:21 Ticket #35580 (Include auto-discovery header on REST responses) created by
-
Adds
Link
header to REST API responses: […] When a client is … - 16:18 Ticket #35579 (Customizer panel wrong position if Site Title is empty) created by
- If "Site Title" option (in "Site Identity" panel) is empty – …
- 16:13 Ticket #35578 (Improve the Menus screen "move" links) created by
- In the Menus screen, items in a menu can be moved to up, down, under …
- 16:07 Ticket #35572 (Custom $comment & page & per_page in wp_list_comments hide all) closed by
- duplicate: Hi @sibputnik - Welcome to WordPress Trac, and thanks for the ticket. …
- 16:04 Ticket #35577 (Menus screen: improve the "View All" tab panels pagination links) created by
- In the Menus screen, the accordions on the left allow to quickly add …
- 15:54 Ticket #35576 (Menus the "Select All" link should be hidden in the "quick search" tab) created by
- In the Menus screen, when users click on the "Search" tab the "Select …
- 14:40 Ticket #35344 (Strange pagination issue on front page after 4.4.1 update) reopened by
- Replying to dd32: > For those still experiencing problems …
- 14:25 Ticket #35374 (Remove title attributes and other improvements for the Menus screen) closed by
- fixed: In 36379: […]
- 14:25 Changeset [36379] by
- Accessibility: Remove title attributes from the Menus screen. Also, …
- 13:42 Ticket #35434 (Copy-paste image with srcset makes replace-image features break) closed by
-
fixed: Thanks @azaozz,
Generally, I would lean toward scrubbing
srcset
and … - 13:14 Ticket #35575 (Latest nightly build breaks Media Library) created by
- The latest nightly build update (4.5-alpha-36375) breaks the Media …
- 12:24 Ticket #35574 (Add REST API JSON schema information to WP_Widget) created by
- With the REST API, there is an emerging-established way in WordPress …
- 11:53 Ticket #35573 (New param for `get_archives_link` filter) created by
- I want modify archive link. Function get_archives_link() use …
- 11:43 Ticket #35572 (Custom $comment & page & per_page in wp_list_comments hide all) created by
- This is a follow-up to #35175. Hi. After fix above, when u pass …
- 09:56 Ticket #35571 (Update TinyMCE and jQuery UI button styles) created by
-
Even though there's a big note on top of the
buttons.css
since … - 08:59 Ticket #35570 (Search for Post/Pages isn't working) created by
- On Dashboard goto either Pages or Post. Then type something in the …
- 07:23 Changeset [36378] by
- Add a commit number to the 4.4 branch so that branch nightly updates …
- 05:03 Ticket #35569 (Avatar should update when email is changed) created by
- Similar to how the "Display name publicly as" field updates …
- 03:57 Ticket #35056 (Use a consistent context for post status labels and visibility strings) closed by
- duplicate: Closing in favor of #14981.
- 03:10 Ticket #35568 (Incorrect documentation for the set_auth_cookie/set_logged_in_cookie ...) created by
-
The
set_auth_cookie
andset_logged_in_cookie
actions have a … - 02:40 Ticket #35553 (Wrap documentation PHP code snippets in backticks, not PHP tags.) closed by
- fixed: In 36377: […]
- 02:40 Changeset [36377] by
-
Docs: Remove redundant PHP tags from
get_object_taxonomies()
… - 01:18 Changeset [36376] by
-
TinyMCE: remove the
srcset
andsizes
attributes (if any) after … - 00:27 Ticket #34952 (srcset responsive images conflicting with bxslider on genesis ...) closed by
- invalid: Replying to dd32: Right. It may be possible to be fixed …
01/21/2016:
- 22:49 Ticket #35564 (No more used loop for unsupported formats in inline-edit-post.js) closed by
- fixed: In 36375: […]
- 22:49 Changeset [36375] by
- Quick/Bulk Edit: Remove a no more used jQuery loop for unsupported …
- 22:00 Ticket #35540 (Remove help button if there is no description content in panel) closed by
- fixed: In 36374: […]
- 22:00 Changeset [36374] by
- Customizer: Hide help toggle button in panel when no description is …
- 20:47 Ticket #35567 (New argument `is_embeddable` for `register_post_type()`) created by
- I really love the new oembed functions! But as much as I love the …
- 20:26 Ticket #35565 (Functions ending brace should be on a newline.) closed by
- fixed: In 36373: […]
- 20:26 Changeset [36373] by
-
Media: In
_wp_handle_upload()
, move ending brace to a new line. … - 20:24 Ticket #35566 (Remove title attributes: Tag cloud widget uses title to display topic count) created by
- Currently, the Tag Cloud widget displays the topic count for each tag …
- 20:24 Ticket #35563 (Comment in wp-tests-config-sample.php mentions backslash instead of ...) closed by
- fixed: In 36372: […]
- 20:24 Changeset [36372] by
-
Unit Tests: Correct comment in
wp-tests-config-sample.php
. Props … - 19:21 Ticket #35565 (Functions ending brace should be on a newline.) created by
-
The
_wp_handle_upload()
function for a while now has had its ending … - 18:35 Ticket #35544 (Extra page issue after 4.4 update) closed by
- duplicate: Duplicate of #35562.
- 18:22 Ticket #35564 (No more used loop for unsupported formats in inline-edit-post.js) created by
- In the Quick/Bulk Edit forms the post formats where removed in [23742] …
- 18:11 Ticket #35563 (Comment in wp-tests-config-sample.php mentions backslash instead of ...) created by
- wp-tests-config-sample.php line 3 mentions adding a backslash when …
- 18:07 Ticket #35562 (Single post pagination redirect back to page one with nextpage tag - ...) created by
-
When a single post post content,
$post->post_content
, does not … - 16:16 Ticket #35383 (dashicons-calendar-alt is not vertically centered) closed by
- invalid: This should be reported to the [https://github.com/WordPress/dashicons …
- 16:00 Ticket #35561 (function wp_admin_canonical_url() not using configured site url when ...) created by
- I was having an issue with the wp_admin_canonical_url() function in …
- 14:12 Ticket #35560 (Use of undefined constant DB_USER - assumed 'DB_USER') created by
- At my work we work in strict mode where every error needs to be …
- 13:40 Ticket #35559 (Image wrapped in anchor disappear in Customizer (Safari)) created by
- Medium and large size images that set as a featured images displaying …
- 12:30 Ticket #35558 (Multiple WP sites in subfolders on IIS may break permalinks) created by
- When installing WP in a subfolder of an existing blog you will end up …
- 12:27 Ticket #35557 (grunt precommit should run phpunit tests) created by
-
The
grunt precommit
task, as it says "Runs front-end dev/test tasks … - 12:01 Ticket #33886 (Need ability to determine the priority at which an action hook or ...) closed by
- invalid: @lgedeon Thanks Luke. I'll do a bit more testing and then either mark …
- 11:38 Ticket #35556 (add_action accept array as first argument) closed by
- duplicate: Duplicate of #14280.
- 11:28 Ticket #35556 (add_action accept array as first argument) created by
- Would be a great possibility to allow accept first argument of the …
- 11:08 Ticket #35555 (WordPress should REMOVE Plugins (Themes may be) DB record after deletion) closed by
- invalid: Hey there, thanks for your report! I know that unneeded database …
- 10:54 Ticket #35555 (WordPress should REMOVE Plugins (Themes may be) DB record after deletion) created by
- Hi, I am a WordPress developer and front-end designer. I used …
- 09:54 Ticket #35554 (De-emphasise WordPress Version in the admin) created by
- Currently WordPress is very proud of the version it's running - but …
- 08:30 Ticket #35553 (Wrap documentation PHP code snippets in backticks, not PHP tags.) created by
-
The
src/wp-includes/taxonomy.php
file contains a PHPDoc comment with … - 08:08 Ticket #35541 ($_POST['comment'] / $comment_content on add_action 'pre_comment_on_post') closed by
- worksforme: hello again, i made a bit of more thinking about this yesterday and …
- 06:28 Ticket #35552 (Added pointer cursor on theme, plugin, and media uploader) created by
- If theme and plugin button will have pointer on hover, it will …
- 06:07 Ticket #26005 (Internal jump links and shift-clicking on links in widgets (to edit) ...) closed by
- fixed: In 36371: […]
- 06:07 Changeset [36371] by
-
Customizer: Fix
click.preview
event handler for jump links and … - 04:10 Ticket #26005 (Internal jump links and shift-clicking on links in widgets (to edit) ...) reopened by
- This issue is actually not a duplicate of #23225 or #24032. Internal …
- 01:21 Ticket #34878 (Core Auto Updater Needs to be Aware of Manual Updates) closed by
- fixed: In 36370: […]
- 01:21 Changeset [36370] by
- Upgrade: Switch the locking mechanism to using static methods so that …
01/20/2016:
- 22:11 Ticket #35551 (current_user_can always returns true for Super Admins (Doc update)) created by
- Codex documentation needs update on current_user_can() The …
- 21:56 Changeset [36369] by
- Widgets: Show the "Clear Inactive Widgets" button only after the …
- 21:54 Ticket #35447 (Button to delete inactive widgets is displayed on inactive sidebars) closed by
- fixed: In 36368: […]
- 21:54 Changeset [36368] by
- Widgets: Show the "Clear Inactive Widgets" button only after the …
- 21:43 Ticket #35550 (AllPosts page: Tags field does not accept characters <>) created by
- STEPS TO REPRODUCE 1. Log in as administrator and create new post …
- 21:16 Ticket #35547 (Customizer: filter "Save & Publish" button text) closed by
- maybelater: In the [https://wordpress.org/plugins/customize-snapshots/ Customize …
- 21:05 Ticket #35549 (AllPosts page UI: no need to show "Bulk Edit" group box when there is ...) closed by
- duplicate: Thanks @antonrinas implementing this specific behavior is one of the …
- 20:58 Ticket #35549 (AllPosts page UI: no need to show "Bulk Edit" group box when there is ...) created by
- STEPS TO REPRODUCE 1. Log in as administrator and create new post …
- 20:43 Ticket #35548 (AllPosts page: Post category can't be removed by "Edit" bulk action) created by
- STEPS TO REPRODUCE 1. Log in as administrator. Create new category for …
- 20:28 Ticket #35547 (Customizer: filter "Save & Publish" button text) created by
- In the Customizer, please can a filter be added for the "Save & …
- 19:42 Ticket #35546 (AllPosts page UI: "Edit" name in "Bulk Actions" does not match with ...) created by
- This may mislead a user. Because not all users know that there are 3 …
- 18:45 Ticket #35289 (Docs: Fix phpdoc tags for WP Http methods) closed by
- fixed: In 36367: […]
- 18:45 Changeset [36367] by
-
Docs: Update the
@access
tag value for … - 18:28 Ticket #28436 (allowed_themes filter does not pass blog_id) closed by
- fixed: In 36366: […]
- 18:28 Changeset [36366] by
- Themes: Enhance filtering options for allowed themes on a network. * …
- 18:18 Changeset [36365] by
-
Docs: Add missing
@access
tags to DocBlocks forWP
class methods … - 16:03 Ticket #34878 (Core Auto Updater Needs to be Aware of Manual Updates) reopened by
-
WP_Automatic_Updater::run()
calls$this->create_lock()
and … - 15:47 Ticket #34152 (Several audio players on the same page get their controls mixed up) closed by
- fixed: In 36364: […]
- 15:46 Changeset [36364] by
- Media: When reusing the initial values from the global MediaElement …
- 14:09 Ticket #35545 (Unexpected behavior of wp.shortcode.regexp) created by
- Using the _.memoize-Function for wp.shortcode.regexp (defined in …
- 14:04 Ticket #35543 (Wordpress Custom Template Pagination Not Working as Front Page) closed by
- duplicate: Hi there. Broken pagination with static front pages is a known issue …
- 13:48 Ticket #35544 (Extra page issue after 4.4 update) created by
- Prior to 4.4 was able to append extra pages to the end of posts with …
- 13:40 Ticket #35543 (Wordpress Custom Template Pagination Not Working as Front Page) created by
- Hi Guyz! Please don't regret this post. When you create a custom …
- 13:10 Ticket #35542 (Media control don't allow button labels to be customized from the args ...) created by
- The code below doesn't work. […]
- 12:20 Ticket #35541 ($_POST['comment'] / $comment_content on add_action 'pre_comment_on_post') created by
- This is a follow-up to #34059. hello there, just have a question …
- 10:06 Ticket #35241 (NetworkError in firebug error console) closed by
- invalid: I'm unable to duplicate the issue presented here, and without any …
- 09:44 Ticket #34958 (esc_url() and parse_url() do not work together.) closed by
-
invalid: as above,
esc_url()
is designed for outputting within HTML, as such … - 09:37 Ticket #34611 (WordPress database error) closed by
- invalid: Without further details to go on, and no other reports I'm marking …
- 08:36 Ticket #35355 (Customizer should not try to return to the login screen) closed by
- fixed: In 36363: […]
- 08:36 Changeset [36363] by
- Customizer: Prevent erroneously directing user to login screen when …
- 08:32 Ticket #35419 (Incorrect comment pagination when comment threading is turned off) closed by
- fixed: In 36362: […]
- 08:32 Changeset [36362] by
- Comments: Ignore hierarchy in pagination calculation when comment …
- 08:01 Ticket #35478 (4.4 Regression on Querying for Comments by Multiple Post Fields) closed by
- fixed: In 36361: […]
- 08:01 Changeset [36361] by
-
Comments: Respect all post-related filters in
WP_Comment_Query
. The … - 07:58 Ticket #35402 (per_page parameter no longer works in wp_list_comments) closed by
- fixed: In 36360: […]
- 07:58 Changeset [36360] by
- Comments: Respect custom pagination params when using …
- 07:40 Ticket #35412 (ModSecurity2 blocks Potential Obfuscated Javascript in outbound anomaly) reopened by
- Opening for 4.4.2
- 07:39 Ticket #35412 (ModSecurity2 blocks Potential Obfuscated Javascript in outbound anomaly) closed by
- fixed: In 36359: […]
- 07:39 Changeset [36359] by
-
Emoji: Work around a
mod_security
rule which prevents pages with 4 … - 05:34 Ticket #35462 (update_term_cache and deleting object_id) closed by
- fixed: In 36358: […]
- 05:34 Changeset [36358] by
- Taxonomy: Populate term cache with proper clone of term objects. …
- 05:27 Ticket #35192 (Comments_clauses filter) closed by
- fixed: In 36357: […]
- 05:27 Changeset [36357] by
- Comments: Use the post-filter WHERE clause when querying for comment …
- 05:23 Ticket #35356 (wp_list_comments ignores $comments parameter) closed by
- fixed: In 36356: […]
- 05:23 Changeset [36356] by
-
Comments: Always respect
$comments
array passed to … - 04:40 Ticket #35401 (Taxonomies Quick Edit: prevent page reload when submitting) closed by
- fixed: In 36355: […]
- 04:40 Changeset [36355] by
- Quick Edit: on the Taxonomies screens, prevent a page reload when …
- 04:37 Ticket #35361 (Error in SQL syntax search page) closed by
- fixed: In 36354: […]
- 04:37 Changeset [36354] by
- Query: Avoid invalid SQL when building ORDER BY clause using long …
- 04:32 Ticket #35378 (Incorrect comment ordering when comment threading is turned off) closed by
- fixed: In 36353: […]
- 04:32 Changeset [36353] by
- Comments: In comments_template(), don't run hierarchical queries if …
- 04:17 Ticket #35539 (Update TinyMCE to 4.3.3) closed by
- fixed: In 36352: […]
- 04:17 Changeset [36352] by
- TinyMCE: update to 4.3.3. Update the QUnit tests and revert back to …
- 04:16 Ticket #35540 (Remove help button if there is no description content in panel) created by
-
If there is no
description
parameter inadd_panel
call, in … - 04:12 Ticket #35539 (Update TinyMCE to 4.3.3) created by
- Has many enhancements and bug fixes including built-in support for …
- 02:01 Ticket #28722 (Boost performance with ETag in load-scripts.php and load-styles.php) closed by
- fixed: In 36351: […]
- 02:01 Changeset [36351] by
- Build Tools: Revert to using a human readable timestamp rather than …
- 01:29 Ticket #35443 (Allow selective plugins to load for wp-activate.php) closed by
- duplicate: Duplicate of #23197. Yeah, if we can find the right way to enable …
01/19/2016:
- 23:57 Changeset [36350] by
-
Themes: Add initial tests for the
allowed_themes
filter. We'll be … - 23:15 Ticket #35538 (AllPosts page UI: link "All" has incorrect color) created by
- STEPS TO REPRODUCE: 1) Log in (administrator), remove all posts. 2) …
- 23:14 Ticket #35535 (Widget visibility button prominence perhaps should be less) closed by
- invalid
- 22:43 Ticket #35537 (AllPosts page: sorting is not remembered) created by
- STEPS TO REPRODUCE 1) Log in (administrator). 2) Remove all posts. 3) …
- 22:43 Ticket #35536 (WP_Upgrader goes too far up when enumerating parent paths on a network ...) created by
-
In
/wp-admin/includes/class-wp-upgrader.php
: When … - 22:43 Ticket #35535 (Widget visibility button prominence perhaps should be less) created by
- The button hierarchy with delete and close indicates that visibility …
- 22:26 Ticket #35534 (AllPosts page: search cannot be performed using characters "-" and "\" ...) created by
- STEPS TO REPRODUCE 1) Log in as administrator, remove all posts …
- 22:15 Ticket #35533 (Widget reorder button in Customizer shows when only one widget) created by
- If you only have one widget the reorder button shows in the …
- 21:40 Ticket #35528 (Settings API output still not escaped) closed by
- invalid: Replying to regodon: > But I find it would be useful if …
- 20:19 Ticket #35532 (Additional Security for XML-RPC to Prevent High Server Load - ...) created by
- XML-RPC requests need additional security to prevent high system …
- 20:17 Ticket #35531 (`url_to_postid` can fail in some contexts due to `set_url_scheme`) created by
-
This is a follow-up to #34144.
The
set_url_scheme
addition breaks … - 19:54 Ticket #35527 (Incorrect status code used for generic REST error) closed by
- wontfix: Closing in favor of https://github.com/WP-API/WP-API/pull/2053
- 19:01 Ticket #35530 (Style and upgrade "Briefly unavailable for scheduled maintenance. ...) created by
- While ideally it would not be shown except briefly, the current …
- 18:43 Ticket #35529 (Updating to 4.4.1 causes new pretty permalinks for media to break ...) created by
- When updating a site from v4.0.9 to v4.4.1 at least one page (which is …
- 17:45 Ticket #35528 (Settings API output still not escaped) created by
- I'm having a problem with do_settings_sections() not escaping or …
- 16:51 Ticket #35527 (Incorrect status code used for generic REST error) created by
- Uses 403 all of the time, when it should use 401 for unauthenticated …
- 13:28 Ticket #28722 (Boost performance with ETag in load-scripts.php and load-styles.php) reopened by
-
I considered
grunt.template.today( 'yyyymmdd.HHMMss' )
first but … - 10:42 Ticket #35525 (Why WordPress hardcode date format in list post table) created by
- Hi, I see that date format in date column in admin list post table is …
- 10:02 Ticket #35524 (Overwrite default widget templates) created by
- I have two proposal for layout in default widget. I think that …
- 09:16 Ticket #35472 (Body classes - signup and activate) closed by
- maybelater
- 08:37 Ticket #35523 (Loading Grunt tasks is slow) closed by
- duplicate: Going to mark this a duplicate of #29883, part of that solution will …
- 07:39 Ticket #35522 (Change wpdb query for get_option) closed by
- invalid
- 07:18 Ticket #35523 (Loading Grunt tasks is slow) created by
- When I run a Grunt task, loading tasks takes 11 seconds.
- 07:09 Ticket #35522 (Change wpdb query for get_option) created by
- I think that in wp-includes/functions.php:1362 should be […] now …
- 05:06 Ticket #34878 (Core Auto Updater Needs to be Aware of Manual Updates) closed by
- fixed: In 36349: […]
- 05:06 Changeset [36349] by
- Core Upgrader: Add a locking mechanism to avoid two concurrent updates …
- 04:09 Ticket #35493 (get_terms does not return correct value when a term is searched by a ...) closed by
- fixed: In 36348: […]
- 04:09 Changeset [36348] by
-
Don't double-escape the 'name' param in
get_terms()
. [32353] … - 03:59 Ticket #21931 (White screen of death if theme can't be found) closed by
- fixed: Going to close this as fixed, thanks to all involved :) If anyone …
- 03:55 Changeset [36347] by
- Build/Test Tools: Move PHP factory classes into their own files. This …
- 03:02 Changeset [36346] by
-
Share post fixture in
WP_Comment_Query
tests. See #30017. - 02:54 Ticket #35513 (Ignore all falsy arguments for WP_Comment_Query search argument) closed by
- fixed: In 36345: […]
- 02:54 Changeset [36345] by
-
Ignore false values of 'search' in
WP_Comment_Query
. Props … - 01:10 Ticket #35521 (Avoid PHP errors if no theme directory exists) created by
- Warning: Invalid argument supplied for foreach() in …
- 00:06 Ticket #35297 (Category links wrong in multisite installation) closed by
- duplicate: Thanks for the ticket @grey280. This is a duplicate of #20171. If you …
Note: See TracTimeline
for information about the timeline view.