Timeline
02/06/2015:
- 23:06 Ticket #30696 (Inline media toolbar positioning) reopened by
- Reopen for 4.1.1.
- 23:06 Ticket #30696 (Inline media toolbar positioning) closed by
- fixed: In [31362]: TinyMCE: ensure the image toolbar stays visible when the …
- 22:59 Changeset [31362] by
- TinyMCE: ensure the image toolbar stays visible when the image is much …
- 22:38 Ticket #31254 (Post errors show success borders) created by
- Similar to #31241 if a post delete/update action fails a green border …
- 22:24 Ticket #31163 (Cannot disable the text editor without auto expand breaking) closed by
- fixed: In 31361: […]
- 22:24 Changeset [31361] by
- Editor: prevent errors in editor-expand when the Text editor is not …
- 21:54 Ticket #31253 (Images should be forced to fit inside the editor) created by
- I think it would be best if images and captions have a `max-width: …
- 21:22 Ticket #31252 (grid view in media library malfunctioning in Simplified Chinese install) created by
- Media library grid breaks in Simplified Chinese install. …
- 21:13 Changeset [31360] by
- Customizer: Add changelog entry for the 'default' parameter added in …
- 20:31 Ticket #30615 (Flat Taxonomy Terms are identified via their slugs and not their ...) closed by
- fixed: In 31359: […]
- 20:31 Changeset [31359] by
- Parse non-hierarchical tag input into term IDs before sending to …
- 19:54 Ticket #31251 (Show username in wp_dropdown_users when deleting users, not display name) created by
-
wp_dropdown_users
, by default, shows the display name for a user. … - 19:25 Ticket #31057 (Multisite ignores the WordPress install directory) closed by
- wontfix
- 18:38 Ticket #18788 (Remove redundant type attributes from script and style tags) reopened by
-
Reopening because
type
still isn't removed. - 16:16 Ticket #31250 (Twenty Fifteen editor styles look weird on mobile) created by
- It doesn't look at all like what the front-end looks like. Text is …
- 15:48 Ticket #31249 (PHP notice when viewing autosave) created by
- […] This happens when you view an autosave without any previous …
- 13:40 Changeset [31358] by
- Upgrades: wp_usermeta is a global table in multisite, so it should …
- 12:08 Ticket #31248 (PHPDoc improvements for wp-admin/includes/template.php) created by
- Originally, I just wanted to replace the missing short description of …
- 11:24 Ticket #31228 (The "+" character in add_image_size breaks wp_get_attachment_image) closed by
- invalid: Fresh install with no plugin and theme 2015 is fine with …
- 09:51 Ticket #31247 (Scrolling and zooming is frustrating on iOS) created by
- Sometimes it's really hard to scroll past the editor. If you scroll …
- 09:03 Changeset [31357] by
-
Update the DocBlock for
wp_dropdown_categories()
to reflect that the … - 08:55 Changeset [31356] by
-
Adjust the DocBlock for
wp_dropdown_pages()
to mark the entire … - 08:50 Changeset [31355] by
-
Add documentation for the
$value_field
argument added to … - 07:28 Ticket #31246 (Notice: Undefined offset: 0 in wp-includes/query.php on line 3877) created by
- Working with a fresh wordpress 4.1 installation and only installing …
- 06:51 Ticket #27517 (Add sorting option to get_blogs_of_user) closed by
- duplicate: Duplicate of #15828.
- 05:58 Changeset [31354] by
- Upgrades: When upgrading a table to utf8mb4, we should run the `ALTER …
- 05:57 Changeset [31353] by
- Travis hates tabs. Related [31352] see #30755
- 05:51 Changeset [31352] by
- Update Travis-ci Slack notification token see #30755
- 05:49 Ticket #30755 (Add Slack notifications to Travis CI) reopened by
- 05:39 Ticket #31245 (Replace alloptions with a key cache) created by
-
Let's talk about
alloptions
.alloptions
is a particularly fragile … - 05:25 Changeset [31351] by
- Upgrades: When deciding if we can upgrade a table to utf8mb4, make …
- 05:13 Changeset [31350] by
- Temporarily (I hope) remove PHP 5.2 from tests being run on travis-ci …
- 05:10 Ticket #31244 (Travis-ci builds error due to php 5.2) created by
- Travis has disabled php 5.2. This has happened before when 5.2 didn't …
- 04:57 Ticket #21212 (MySQL tables should use utf8mb4 character set) closed by
- fixed: It's been a fun ride, everyone, but we're done here. Please report …
- 04:50 Changeset [31349] by
-
WPDB: If a site is using the
utf8
charset, and their version of … - 03:25 Changeset [31348] by
- Remove leading space from the definition of a global cache group. …
- 03:23 Ticket #31243 (All secondary user buckets should be global cache groups) closed by
- fixed: In 31347: […]
- 03:23 Changeset [31347] by
- Add useremail and userslugs as global cache groups. fixes #31243.
- 03:17 Ticket #31243 (All secondary user buckets should be global cache groups) created by
- users, user_meta, and userlogins are all global cache groups. For some …
- 02:38 Ticket #31242 (Global Emoji Support) created by
- Once #21212 is complete, then WordPress will support storing emoji in …
- 02:01 Ticket #27810 (wp_query taxonomy query by name doesn't seem to work if there's a ...) closed by
- fixed: In 31346: […]
- 02:01 Changeset [31346] by
-
Use field-specific sanitization in
WP_Tax_Query::transform_query()
. … - 00:33 Changeset [31345] by
- Shiny Updates: Fix a PHP warning when installing new plugins. Props …
- 00:02 Ticket #27810 (wp_query taxonomy query by name doesn't seem to work if there's a ...) reopened by
- Could someone explain how this is an invalid bug? That the observed …
02/05/2015:
- 22:10 Ticket #31241 (Taxonomy error messages show success colors) created by
- When attempting to update a taxonomy fails the message is shown with a …
- 20:35 Changeset [31344] by
- Use minified jquery-ui-core file during qunit:compiled Grunt task. …
- 20:11 Ticket #31239 (Can't update captions in a gallery) closed by
- fixed: In 31343: […]
- 20:11 Changeset [31343] by
- MCE views: Always refresh the view after updating a gallery. This …
- 19:54 Changeset [31342] by
- Another array syntax fix for Customizer tests. See [31339], #30988.
- 19:51 Changeset [31341] by
- jshint fixes for shiny updates JS. As introduced in [31333]. Props …
- 19:37 Ticket #31045 (Ordering a Query Using Multiple Meta Keys) closed by
- fixed: In 31340: […]
- 19:37 Changeset [31340] by
- Modify `meta_query orderby syntax to use array keys as clause …
- 19:18 Changeset [31339] by
- Use temporary variable for array in …
- 19:10 Ticket #31240 (Combine domain and path UI in Add New Site flow) created by
- We're planning on fixing the Edit Site flow in #22383. After that sits …
- 19:03 Ticket #12494 (Allow selectable value in Walker_*Dropdown classes) closed by
- fixed: In 31338: […]
- 19:03 Changeset [31338] by
-
Introduce
'value_field'
parameter towp_dropdown_pages()
. This … - 18:59 Changeset [31337] by
-
Use hash notation for
wp_dropdown_pages()
argument documentation. - 17:13 Ticket #31239 (Can't update captions in a gallery) created by
- See …
- 16:43 Ticket #31238 (help) closed by
- invalid: Hi Neku, Trac is meant for reporting bugs in the WordPress core …
- 15:57 Ticket #31238 (help) created by
- Dear SIr This is my blog url-https://chanakyaservice.wordpress.com/ i …
- 12:19 Ticket #30779 (Call to undefined function wp_json_encode()) closed by
- invalid: There've been a few support forum threads for this, they've all been …
- 11:05 Ticket #27703 (Need additional db version information in WP3.9+) closed by
-
maybelater: @nicocasel, A
db_version()
method wasn't implemented as it wasn't … - 10:38 Ticket #27703 (Need additional db version information in WP3.9+) reopened by
- Hello, I do not found any info about $wpdb->db_version() at: …
- 08:21 Ticket #31237 (improve get_the_archive_title() with new filter) created by
- The new …
- 06:16 Ticket #31036 (WP_Date_Query docblock doesn't properly describe array inputs) closed by
- fixed: In 31336: […]
- 06:16 Changeset [31336] by
-
Clarify inline documentation for
WP_Date_Query
to better explain the … - 06:15 Changeset [31335] by
- Shiny Updates: If the current user is not allowed to install/update …
- 06:04 Changeset [31334] by
- Shiny Updates: Add capability checks to the ajax callbacks, to ensure …
- 04:18 Changeset [31333] by
- Shiny Updates: Add ajax-y updates to the plugin list page, and ajax-y …
- 01:58 Ticket #23183 (Single Page Application/OData API) closed by
- wontfix: Backbone is still under active development - …
- 01:23 Ticket #31235 (Bug in Imago WordPress 4.1) closed by
- invalid: Hi STEPHL, To get support for your theme, you'll want to contact the …
02/04/2015:
- 23:13 Ticket #31236 (wp_ajax_upload_attachment does not properly handle situation when ...) created by
- In the wp_ajax_upload_attachment function of …
- 22:14 Ticket #18946 (Too long tags make the cross not moving anymore.) closed by
- fixed: In 31332: […]
- 22:14 Changeset [31332] by
- Fix displaying long tag names in the Tags postbox. Props trishasalas, …
- 22:04 Ticket #31235 (Bug in Imago WordPress 4.1) created by
- Hello, I just updated Imago my WordPress theme to 4.1 and now I can't …
- 21:50 Ticket #31234 (Update wp-admin default colors) created by
- In an effort to document and unify the colors of the WordPress brand, …
- 19:39 Ticket #23183 (Single Page Application/OData API) reopened by
- I see OData is still in development but it appears Backbone has not …
- 18:28 Ticket #31233 (Dismissable admin notices) created by
- Let's make admin notices dismissable. …
- 16:29 Ticket #30087 (Posts shows multiple times on Manage Posts screen) closed by
- worksforme: Hi don.nombre, Sorry we missed this previously. For the moment, …
- 15:56 Ticket #31223 (current_user_can problem with edit_themes on network) closed by
- invalid: So sorry, I indeed have DISALLOW_FILE_EDIT defined as true.
- 15:23 Ticket #31232 (Invalid value for curl option CURLOPT_PROXYAUTH in ...) created by
- Hi, in class-http.php CURLOPT_PROXYAUTH is set to CURLAUTH_ANY: …
- 15:02 Ticket #29414 (Cursor position when switching between Visual and Text mode in IE) closed by
- worksforme: Thanks for checking!
- 13:54 Ticket #31231 (WP_Query changes post_type on its own.) created by
- The code of the test )this is in bbpress - …
- 11:46 Ticket #31230 (Gallery shortcode (WPView) after table disappears in IE & Firefox) created by
- To reproduce this issue in IE & Firefox, in Text mode insert a table …
- 09:33 Ticket #31229 (Using TinyMCE Editor Dropdown Menus inside Modals) created by
- The modal (for example, the image modal from the media library …
- 09:14 Ticket #31162 (Prevent device keyboard from displaying after selecting an image in TinyMCE) closed by
- maybelater: Bummer. See comment:7.
- 03:45 Ticket #29715 (Not-unique accesskey values may break quick edit and bulk edit form ...) closed by
- fixed: In 31331: […]
- 03:45 Changeset [31331] by
- Accessibility: remove remaining instances of accesskey. It is a …
- 02:42 Ticket #31228 (The "+" character in add_image_size breaks wp_get_attachment_image) created by
- If one adds an image size which name contains the "+" character, …
02/03/2015:
- 23:40 Ticket #31227 (Error when entering new user) created by
- When I create a new (admin) user and fill in all required fields, the …
- 23:34 Ticket #31226 (Pasting a password does not trigger the Password strength indicator) created by
- When creating a new user, pasting a password does not trigger the …
- 22:01 Ticket #31225 (wp.newPost doesn't save custom fields starting with an underscore) created by
- Based on testing it seems the API does not like saving or possibly …
- 21:53 Ticket #31061 (Accept FALSE as valid value from "pre_option_" hook) closed by
- wontfix: > It would be nice to have some API to cache certain options between …
- 21:19 Ticket #31224 (maybe_add_existing_user_to_blog() returns http response 500 even on success) created by
- File: wp-includes/ms-functions.php Function: …
- 17:48 Ticket #31220 (Add orderby meta_value_num to WP_User_Query) closed by
- duplicate: Indeed, this is a duplicate of #27887. I'll post my patch there.
- 17:40 Ticket #31222 (define SHORTINIT true) closed by
- invalid
- 16:40 Ticket #31221 (ie 11 edit post, box category not appear) closed by
- maybelater: Hello, The category box was check on ie. I found the problem, my …
- 15:27 Ticket #31223 (current_user_can problem with edit_themes on network) created by
- When I call current_user_can('edit_themes') I always get a false, even …
- 15:15 Ticket #31205 (Remove user-select: none from theme version string) closed by
- fixed: In 31330: […]
- 15:14 Changeset [31330] by
- Themes: Allow version number in the overlay to be selected. props …
- 13:04 Ticket #31222 (define SHORTINIT true) created by
- [https://github.com/WordPress/WordPress/blob/master/wp-blog-header.php …
- 11:01 Ticket #31221 (ie 11 edit post, box category not appear) created by
- Hello, I'm french. Ie 11 edit post, box category not appear. A …
- 10:16 Ticket #30988 (Setting's default value doesn't apply on preview window) reopened by
- 10:14 Ticket #30988 (Setting's default value doesn't apply on preview window) closed by
- fixed: In 31329: […]
- 10:14 Changeset [31329] by
-
Ensure that
WP_Customize_Setting::value()
returns default value for … - 08:26 Ticket #31220 (Add orderby meta_value_num to WP_User_Query) created by
-
For some reason, we cannot easily order the
WP_User_Query()
by … - 08:23 Ticket #31198 (Adding duplicate/clone to quick edit post screen.) closed by
- maybelater: > a plugin or as a child theme functions snippet If the functionality …
- 07:46 Changeset [31328] by
- Remove an extra indent from most of media-new.php.
- 07:29 Ticket #30872 (No return value for XML RPC call of wp.uploadFile and ...) closed by
-
invalid: The
query()
method returnstrue
orfalse
to designate if the … - 07:17 Ticket #30669 (Admin (edit.php). Wrong post type when using restrict_manage_posts for ...) closed by
- worksforme: Hi With the code supplied, I'm unable to duplicate any issue. It …
- 07:10 Ticket #30442 (Commenting requires registration; unregistered spam bots still manage ...) closed by
- worksforme: Upon testing both the HTML form handler and the XML-RPC endpoint, I'm …
- 07:00 Ticket #29010 (Allow file upload from unregistered users) closed by
- wontfix: Allowing public uploads is not something that WordPress is going to …
- 06:55 Ticket #27572 (get_post_format_link and db queries) closed by
- duplicate: I'm closing this as a duplicate of #21760 as it takes what I think, is …
- 06:41 Ticket #31140 (WordPress 4.0 upgrade caused 404 on single custom post types) closed by
-
worksforme: Calling template tags, such as
is_singular()
before the posts have … - 06:17 Ticket #29087 (Compacting non-existant variables in WP_Upgrader::install_package()) closed by
- fixed: In 31327: […]
- 06:17 Changeset [31327] by
- WP_Upgrader: Remove references to non-existant variables that have …
- 06:14 Ticket #31115 (Theme search yields unreliable results) closed by
- fixed: This was due to a bug in the API search results doing incorrect …
- 06:13 Ticket #28964 (Remove unused argument $page in install_plugins_upload()) closed by
- fixed: In 31326: […]
- 06:13 Changeset [31326] by
- Remove an unused parameter on install_plugins_upload(). Props …
- 04:07 Ticket #31219 (Divs get collapsed always since nbsp is not added.) created by
- Here's a test you can see in most wp setups: Start with a post that …
- 03:22 Ticket #29160 (site activity words showing time of publishing wrong) closed by
- invalid: Hi, Sorry you never got a response to this ticket. All translations …
- 02:55 Ticket #29463 (Add filter in WP_Nav_Menu_Widget) closed by
- fixed: In 31325: […]
- 02:55 Changeset [31325] by
-
Add
'widget_nav_menu_args'
filter for Custom Menu widget arguments. … - 02:52 Ticket #31218 (nav-menu.js menu item added event) created by
- I am writing a plugin that adds a checkbox to each item in the admin …
- 02:28 Ticket #31194 (WP_Query's 'fields' => 'ids' still returns an array of strings) closed by
- fixed: In 31324: […]
- 02:28 Changeset [31324] by
-
When using WP_Query's
'fields' => 'ids'
(or `'fields' => … - 01:03 Ticket #31217 (Remove instances of generic "Dear user" message) created by
- [https://github.com/WordPress/WordPress/search?utf8=%E2%9C%93&q=%22dear …
02/02/2015:
- 23:07 Ticket #31216 (Media Library HTTP Error Filenames) created by
- This is a small UI bug I found while uploading lots of files. The file …
- 22:10 Ticket #31215 (wp_debug_backtrace_summary fails if args index isn't set) created by
-
In
wp-includes/functions.php
, there's a function … - 20:22 Ticket #31214 (oEmbed: Newlines within <pre> tags get removed) created by
-
An oEmbed's HTML content gets all
\n
newlines removed through … - 19:51 Ticket #31213 (oEmbed discovery fails on XML-encoded link URLs) created by
-
Special characters like
&
in URLs should be encoded in HTML pages … - 19:29 Ticket #31212 (oEmbed discovery fails on XHTML head links) created by
- In XHTML, link tags in the HTML head need to be closed: <link …
- 16:49 Ticket #30910 (future post permalink can be revealed when blog article requested by ...) closed by
- fixed: In 31323: […]
- 16:49 Changeset [31323] by
-
In
get_sample_permalink()
, override 'future' status before … - 16:28 Ticket #31197 (Adding image to post category section) closed by
- maybelater: When we get there, we can reconsider.
- 15:55 Ticket #31203 (Focus style for add-new-theme should match hover style) reopened by
- This has a patch that doesn't need a refresh and fixes one specific …
- 14:29 Ticket #31211 (New function for link-category intersection) created by
- Maybe passed to wp-includes/bookmark.php... […]
- 12:44 Ticket #31210 (Problem with WP core function to get user dropdown) created by
- Why does WP pass the argument 'who' => 'authors' on line 1014 of core …
- 10:38 Ticket #31209 (WP Gallery Custom Links) closed by
- duplicate: Duplicate of #13429.
- 10:33 Ticket #31208 (jQuery UI: Add missing jquery-ui-core dependency for progressbar) closed by
- fixed: In 31322: […]
- 10:33 Changeset [31322] by
-
jQuery UI: Add
jquery-ui-core
as dependency for … - 10:16 Ticket #31209 (WP Gallery Custom Links) created by
- I there a chance that this plugin will be inculded in WordPress core? …
- 10:03 Ticket #31208 (jQuery UI: Add missing jquery-ui-core dependency for progressbar) created by
-
jQuery UI progressbar needs both
jquery-ui-core
and … - 09:38 Ticket #31203 (Focus style for add-new-theme should match hover style) closed by
- duplicate: See #29897, and there's a patch too which probably needs a refresh.
- 06:50 Ticket #31207 (Dashicons) closed by
- duplicate: Please add your suggestion to the 4.2 dashicons request ticket: #30902
- 06:43 Ticket #31207 (Dashicons) created by
- Please add the social network icon vk.com. …
02/01/2015:
- 23:15 Ticket #30910 (future post permalink can be revealed when blog article requested by ...) reopened by
- Looks like [31114] inadvertently introduced a regression in terms of …
- 23:09 Ticket #31206 (Move AJAX action parameters out of the method body and into the ...) created by
-
admin-ajax.php
has several methods that require an$action
… - 21:37 Ticket #31205 (Remove user-select: none from theme version string) created by
- See …
- 21:32 Ticket #31204 (Skip-to-preview links for keyboard users in the Customizer) created by
- See …
- 21:06 Ticket #31203 (Focus style for add-new-theme should match hover style) created by
- This also fixes the issue for the Customizer Theme Switcher plugin. …
- 20:54 Ticket #31202 (Customizer preview iframe should have a title) created by
- Per …
- 20:25 Ticket #29167 (WP_Query bug when querying trashed post) closed by
- fixed: In 31321: […]
- 20:25 Changeset [31321] by
- When querying for a specific post, allow posts with a non-public …
- 20:07 Ticket #31201 (Collapse & expand link in Customizer needs a better focus style) created by
- Probably an outline, like most other links and buttons in the admin …
- 19:46 Ticket #19866 (Allow specifications of any wp_posts field(s) in WP_Query) closed by
- wontfix: Here's my takeaway from the above: The cases in which SELECTing only a …
- 19:40 Ticket #30416 (Improving Performance for Site with 100k posts) closed by
- invalid: Thanks for the report, WpSEOit. At a glance, it looks like this is a …
- 18:56 Ticket #31200 (wp_redirect Missing Body - Causes Performance Issues) created by
- When I changed my site over to a new setup using nginx and Varnish, I …
- 16:44 Ticket #31199 (Potential reference to unset variable in get_bulk_actions ...) created by
- get_post_type_object can return null in some cases, which causes a …
- 12:15 Ticket #21645 (Documentation for "Rewrite API" and flush_rules) closed by
- invalid: See comment:7.
- 12:02 Ticket #31198 (Adding duplicate/clone to quick edit post screen.) created by
- Hi What about adding a duplicate or clone option to the quick edit …
- 10:29 Ticket #31197 (Adding image to post category section) created by
- What about adding the option to core to add an image to post …
- 07:08 Ticket #31196 (Loading indicators for the Customizer preview) created by
- Blank screen when the Customizer is first loaded looks broken, and …
- 05:37 Ticket #31195 (Add a user-friendly way to preview site responsiveness in the Customizer) created by
- Now that nearly every theme/site has a responsive design, the lack of …
- 05:28 Ticket #30765 (Menu with only one item shows "Move" text but no direction) closed by
- fixed: In 31320: […]
- 05:28 Changeset [31320] by
- Menus: Don't display "Move" text without direction if there is only …
- 04:43 Ticket #31112 (WP_Query fields=>ids parameter sometimes returns post objects instead ...) closed by
- invalid: Replying to lisota: > I did find that the post IDs are …
- 04:42 Ticket #31194 (WP_Query's 'fields' => 'ids' still returns an array of strings) created by
-
#27252 attempted to make WP_Query's
'fields' => 'ids'
or `'fields' … - 03:51 Ticket #31122 (Custom orderby keys for queries) closed by
- invalid
01/31/2015:
- 22:01 Ticket #31193 (Makepot: Sync with i18n.svn) closed by
- fixed: In 31319: […]
- 22:01 Changeset [31319] by
- i18n tools: Sync makepot.php with i18n.svn. fixes #31193.
- 21:32 Ticket #31193 (Makepot: Sync with i18n.svn) created by
- There are a few changes which haven't migrated to tools/i18n: …
- 21:31 Ticket #31185 (The logo header on the log in screen is too large a tap target) closed by
- fixed: In 31318: […]
- 21:31 Changeset [31318] by
- Reduce the size of the WordPress logo tap target on log in screen on …
- 20:59 Ticket #31192 (Enable sorting of search results on "Add Plugins" admin page) created by
- Searches on the "Add Plugins" page often return thousands of results …
- 20:40 Changeset [31317] by
- Separate the tests for IE conditional comments support in WP_Scripts. …
- 20:38 Ticket #26584 (Theme screenshot thumbnails rendered crisp in theme browser) closed by
- fixed: In 31316: […]
- 20:38 Changeset [31316] by
- Themes: Remove a Chrome workaround that causes theme screenshots to …
- 20:27 Ticket #31179 (Makepot: Ignore wp-includes/class-pop3.php in wp_frontend()) closed by
- fixed: In 31315: […]
- 20:27 Changeset [31315] by
- i18n tools: Exclude wp-includes/class-pop3.php in wp_frontend(). The …
- 19:51 Changeset [31314] by
- i18n tools: Tabs, not spaces for indentation.
- 19:37 Ticket #26948 (Filter taxonomies available in quick edit) closed by
- fixed: In 31313: […]
- 19:37 Changeset [31313] by
- Prevent terms in a show_in_quick_edit=false taxonomy from being …
- 19:02 Ticket #31190 (esc_html() ate my ampersand) reopened by
- > &ndash; on input would not be equal to – on output simply …
- 18:55 Ticket #31045 (Ordering a Query Using Multiple Meta Keys) reopened by
- I'd like to take a little more time to consider the implementation …
- 18:37 Ticket #31190 (esc_html() ate my ampersand) closed by
-
invalid: I would consider this expected behavior for
esc_html()
. … - 16:39 Ticket #31191 (No way to show post summary instead of full text) closed by
- duplicate: That option only applies to RSS feeds. The front-end appearance …
- 16:24 Ticket #31191 (No way to show post summary instead of full text) created by
- The "For each article in a feeds show" option in reading settings does …
- 15:47 Ticket #31045 (Ordering a Query Using Multiple Meta Keys) closed by
- fixed: In 31312: […]
- 15:47 Changeset [31312] by
-
Improve support for ordering
WP_Query
results by postmeta. … - 15:35 Ticket #31190 (esc_html() ate my ampersand) created by
-
While testing #28816 I noticed that
esc_html()
effectively "eats" an … - 03:23 Ticket #26948 (Filter taxonomies available in quick edit) reopened by
- 02:12 Ticket #31189 (Widgets editing screen don't handle expired nonces gracefully) created by
- The Widgets screen doesn't handle an expired nonce gracefully, and can …
- 02:11 Changeset [31311] by
- Remove redundant parameter. see #30753.
- 02:08 Ticket #30753 (wp_parse_str() improperly casts boolean querystring values as strings) closed by
- wontfix: Closing as wontfix, per comment:3.
- 02:01 Changeset [31310] by
-
Add a unit test that expects wp_parse_args() to treat
'true'
and … - 02:01 Ticket #31188 (Very slow query in comments_template -> get_comments -> ...) created by
- In my quest to improve performance of core Wordpress functionality …
- 00:32 Ticket #31151 (Pass $instance variable to post_gallery, post_playlist filters) closed by
- fixed: In 31309: […]
- 00:32 Changeset [31309] by
-
Add changelog entries to the
post_gallery
andpost_playlist
hook …
01/30/2015:
- 20:46 Ticket #31151 (Pass $instance variable to post_gallery, post_playlist filters) reopened by
- There's a patch to add change log entries
- 19:39 Ticket #31187 (Allow swiping the admin menu open and closed on touch devices) created by
- https://make.wordpress.org/flow/2014/10/17/opening-and-closing-the-admi …
- 19:35 Ticket #31186 (Get more info about the modified author) created by
- Let's let the developers to have access to all the modified author …
- 19:28 Changeset [31308] by
- Fix 'quick_edit_show_taxonomy' filter so that can properly be used for …
- 19:17 Ticket #26948 (Filter taxonomies available in quick edit) closed by
- fixed: In 31307: […]
- 19:17 Changeset [31307] by
-
Introduce 'show_in_quick_edit' parameter for
register_taxonomy()
. … - 17:29 Ticket #31185 (The logo header on the log in screen is too large a tap target) created by
- https://make.wordpress.org/flow/2014/12/12/log-in-input-autocomplete-an …
- 16:54 Ticket #31184 (Plugin update API times out too easily in practice, and is not handled ...) created by
- In wp_update_plugins() the timeout is set to "Three seconds, plus one …
- 16:47 Ticket #28486 (Base unit test does not have setExpectedDeprecated method) closed by
- fixed: In 31306: […]
- 16:47 Changeset [31306] by
-
Introduce
setExpectedDeprecated()
andsetExpectedIncorrectUsage()
… - 16:05 Changeset [31305] by
-
Rename
$instances
to$instance
in wp_audio_shortcode() and … - 16:01 Ticket #31151 (Pass $instance variable to post_gallery, post_playlist filters) closed by
- fixed: In 31304: […]
- 16:01 Changeset [31304] by
-
Pass the current shortcode instance ID to
post_gallery
and … - 15:33 Ticket #31164 (Hide the "Need Help..." text from the Page Attributes meta-box if the ...) closed by
- fixed: In 31303: […]
- 15:33 Changeset [31303] by
- Don't display the Help tab reference in Page Attributes meta box if …
- 14:53 Ticket #13014 (Missing Thumbnail Size) closed by
- duplicate: Duplicate of #12120.
- 14:30 Ticket #28378 (Offline post writing could lead to overwriting the previous post) closed by
- invalid: Can't be reproduced any more. I guess it was fixed at some point or …
- 13:55 Ticket #22530 (garbage query strings on URLs are not sanitized or removed) reopened by
- I would like to see this issue addressed, as it's causing problems for …
- 13:19 Ticket #31183 (Users with "update_plugins" capability can not see update details) created by
- Users with the "update_plugins" capability can see available updates …
- 12:17 Ticket #31182 (array_shift in taxonomy.php very slow on large array) created by
- If wordpress blog have a large number posts (100000 or more), then …
- 11:15 Ticket #31181 (Copy paste from MS Word with comments in text) created by
- Hi, When I copy paste a paragraph with comments from MS Word to the …
- 09:48 Ticket #31137 (Emotions in frontend Tinymce (comments)) closed by
- wontfix: OK, thanks. I already fixed it. Meant more for future web beginners …
- 08:20 Ticket #31176 (Ctrl + [number] shortcuts aren't working in Safari on OS X) closed by
- duplicate: Duplicate of #30422.
- 06:42 Ticket #31180 (Add tumblr.com oEmbed support) created by
- Tumblr has recently added functionality for embedding posts on third …
- 02:19 Ticket #30287 (Private posts skipped in single post navigation) closed by
- fixed: In 31302: […]
- 02:19 Changeset [31302] by
-
In
get_adjacent_post()
, return private post if the current user has … - 01:39 Changeset [31301] by
- Add unit tests for 'show_option_all' behavior of …
- 01:14 Ticket #30276 (Media library, admin-ajax.php, not all images are visible) closed by
- worksforme: Yes, yes, yes...it is OK now. I will put trac url on forum topic. …
Note: See TracTimeline
for information about the timeline view.