Make WordPress Core

Timeline



03/06/2015:

23:19 Ticket #31550 (Use an empty theme for WP_DEFAULT_THEME during unit tests) created by westonruter
Assertions for unit tests in Core should not have any interference …
22:56 Ticket #31457 (Press This: Close sidebar when cursor clicks out of sidebar or tab ...) closed by azaozz
fixed: In 31651: […]
22:56 Changeset [31651] by azaozz
PressThis: - Close the sidebar on moving the focus outside of it (by …
22:14 Ticket #31549 (filter meta array in wp_insert_user) created by tharsheblows
Could a filter be added to the $meta array before inserting it into …
21:29 Ticket #31548 (Fix color contrast on wp-login.php to meet minimum accessibility standards) created by scarinessreported
I would like to propose some style changes to the links so that they …
21:13 Ticket #31489 (Update NPM Grunt packages: compress, concat, copy, imagemin and uglify) closed by wonderboymusic
fixed: In 31650: […]
21:13 Changeset [31650] by wonderboymusic
Update NPM Grunt packages: compress, concat, copy, imagemin
21:07 Ticket #31488 (Update grunt-contrib-jshint to v0.11.0) closed by wonderboymusic
fixed: In 31649: […]
21:07 Changeset [31649] by wonderboymusic
Update grunt-contrib-jshint to 0.11.0 Props netweb. Fixes #31488.
21:04 Ticket #31343 (Update grunt-sass to 0.18.0) closed by wonderboymusic
fixed: In 31648: […]
21:04 Changeset [31648] by wonderboymusic
Update grunt-sass to 0.18.0. Props netweb. Fixes #31343.
20:37 Changeset [31647] by wonderboymusic
Add unit tests for wp_attachment_is(), checks the whitelist and …
20:27 Changeset [31646] by wonderboymusic
After [31645], for the default case, return the result of checking …
20:25 Changeset [31645] by wonderboymusic
Introduce a function, wp_attachment_is( $type, $post = 0 ), to …
19:21 Ticket #29492 (Attemp to keep both Text and Visual editors scroll position when switching) closed by azaozz
wontfix: Replying to iseulde: > It's hard to get this right though. …
19:14 Ticket #31526 (Correct PHPDoc description for get_terms()::$args['number']) reopened by iandunn
It looks like r31638 added Default ''|0 (all) twice.
17:40 Ticket #31452 (Creation and Deletion of Media Not Occurring in Some Cases) closed by DrewAPicture
invalid: I can also confirm this seems to be working fine in trunk as well as …
17:33 Changeset [31644] by lancewillett
Twenty Fifteen: add ARIA attributes to menu toggle. See #31527, props …
16:37 Ticket #18244 (Add autoload flag to update_option) closed by MikeHansenMe
fixed: Duplicate of #26394.
16:13 Ticket #28588 (wpviews: borders and buttons not discoverable enough) closed by iseulde
wontfix: > I would also suggest having the icons show up at the top left like …
15:46 Changeset [31643] by wonderboymusic
For our MediaElement 2.16.4 build + monkey patches, also add from the …
15:02 Ticket #29476 (Hide the 'Title' field on the 'Insert from URL' tab until it's needed) closed by helen
fixed: In 31642: […]
15:02 Changeset [31642] by helen
Media: UI tweaks for Insert from URL. "Title" field is now labeled as …
14:56 Ticket #30985 (Cutting and pasting of image strips "Link to" and changes it to "None") closed by iseulde
duplicate: Duplicate of #28272.
14:15 Ticket #31539 (Editor goes blank after switching to Text tab and back to Visual) closed by iseulde
fixed: Should be fixed. See comments above. Please reopen if this is not the case.
14:05 Changeset [31641] by helen
Comments: Show more identifying information for moderation and …
13:56 Ticket #26394 (In update_option if option is missing add the option with autoload no) closed by boonebgorges
fixed: In 31640: […]
13:56 Changeset [31640] by boonebgorges
Allow $autoload setting to be changed for existing options using …
13:17 Ticket #18828 (function wp_get_object_terms() passes sql data into ...) closed by boonebgorges
fixed: In 31639: […]
13:17 Changeset [31639] by boonebgorges
Ensure that an array of object IDs is passed to the 'get_object_terms' …
10:36 Ticket #18828 (function wp_get_object_terms() passes sql data into ...) reopened by doublesharp
@boonebgorges This same behavior is applied to the $object_ids as well …
08:42 Ticket #26394 (In update_option if option is missing add the option with autoload no) reopened by DrewAPicture
08:04 Ticket #31526 (Correct PHPDoc description for get_terms()::$args['number']) closed by DrewAPicture
fixed: In 31638: […]
08:04 Changeset [31638] by DrewAPicture
Correct the $number argument description in get_terms() to reflect …
03:32 Ticket #31547 (Drag and drop feature in the editor not working correctly.) created by msaggiorato
I've just run into this issue, and after some research i found out …
03:10 Ticket #31543 (Emoji doesn't render in post titles) closed by pento
invalid: It turns out that Chrome won't render coloured emoji when the …
02:02 Changeset [31637] by azaozz
PressThis: when server-side parsing, filter small images by the width …
01:50 Changeset [31636] by azaozz
PressThis: fix toggling of aria-expanded attribute. Props afercia, …
01:16 Changeset [31635] by azaozz
PressThis: - Fix error when checking for empty array keys. - Add …
01:05 Ticket #31546 (Press This and admin tag meta-box: use aria-describedby to improve ...) created by afercia
The "new tag" input field has a description (in the .howto
00:32 Ticket #31545 (Comments "hotkeys" tweaks needed after recent changes to table structure) created by afercia
When using comments "hotkeys" on first load pressing "j" or "k" should …

03/05/2015:

23:20 Ticket #31544 (Tooltips / Pointers cover theme detail modal in admin) created by krogsgard
Tooltips or pointers or whatever they are called -- they are covering …
23:15 Ticket #31543 (Emoji doesn't render in post titles) created by pento
Chrome 41 added native support for emoji in OS X, it seems that emoji …
22:52 Ticket #31537 (Database lock timeout in phpunit (fresh install)) reopened by pento
Re-opened for backporting to older branches.
22:44 Ticket #31524 (Edit Media w/ MEJS previews needs CSS love) closed by wonderboymusic
fixed: In 31634: […]
22:44 Changeset [31634] by wonderboymusic
Audio previews need top margin on Edit Media screen. Fixes #31524.
22:30 Ticket #31492 (wp-admin/post.php > sendback URL generated through string concatenation) closed by wonderboymusic
fixed: In 31633: […]
22:30 Changeset [31633] by wonderboymusic
When adding post_type to $sendback in wp-admin/post.php, use …
21:02 Changeset [31632] by wonderboymusic
In the modal state for Embed previews, only show the Title field when …
20:13 Changeset [31631] by wonderboymusic
Whitespace after [31630].
20:12 Changeset [31630] by wonderboymusic
Add oEmbed support for Tumblr. Props elliottcarlson. See #31180.
19:55 Ticket #31214 (oEmbed: Newlines within <pre> tags get removed) closed by wonderboymusic
fixed: Calling this fixed - I have been filtering oembed responses for 3 …
19:48 Changeset [31629] by wonderboymusic
Use browserify's watch mechanism in tandem with grunt watch. Makes …
19:39 Ticket #31537 (Database lock timeout in phpunit (fresh install)) closed by boonebgorges
fixed: Dy-no-mite. Thanks!
19:13 Ticket #26394 (In update_option if option is missing add the option with autoload no) closed by boonebgorges
fixed: In 31628: […]
19:13 Changeset [31628] by boonebgorges
Introduce $autoload parameter to update_option(). When creating …
18:08 Ticket #31542 (Theme details section lightbox issue in Tab/Mobile devices) created by sagarjadhav
Appearance -> Themes Once you clicked on Theme Details it opens …
16:53 Changeset [31627] by wonderboymusic
Ugrade to MediaElement 2.16.4: …
16:34 Ticket #31541 (Upgrade to MediaElement 2.16.4) created by wonderboymusic
We need to keep up to date. Includes some pull requests from us. …
16:26 Changeset [31626] by wonderboymusic
After [31620], when checking for HTTP URLs, make sure we are checking …
16:14 Changeset [31625] by wonderboymusic
When editing/viewing the details of a [video] shortcode that has …
15:58 Changeset [31624] by wonderboymusic
detached affects the wp() call for the media list table, so switch …
13:14 Changeset [31623] by boonebgorges
Pinking shears in unit test files.
13:14 Changeset [31622] by boonebgorges
In PHPUnit test classes, parent::tearDown() should be the last thing …
12:35 Changeset [31621] by azaozz
TinyMCE wpView: revert decoding of HTML entities. Doesn't work in old …
12:15 Ticket #31540 (Dropdown pages Customizer description option) created by _smartik_
The only control missing a description is 'dropdown-pages'.
12:11 Ticket #31539 (Editor goes blank after switching to Text tab and back to Visual) created by eliorivero
Using 4.2-alpha-31613 Steps: 1. edit a post 2. click Text tab in …
10:10 Ticket #31538 (Impossible to place cursor after a left or right aligned image) created by johnbillion
Place the following content into a post and then try to insert some …
08:49 Ticket #31537 (Database lock timeout in phpunit (fresh install)) created by byron.hawkins
After following the …
07:55 Ticket #31536 (Editor text area focus trap) created by lloydo3000
When I use a touchscreen PC or my tablet, the editor keeps focus when …
05:59 Changeset [31620] by wonderboymusic
Allow inline editing of width and height parameters while …
05:34 Changeset [31619] by wonderboymusic
Allow attachments to be Detached from their parent in media grid and …
04:16 Ticket #31535 (Shiny Updates: Store FTP Credentials) created by pento
Branched from #29820. With the addition of the FTP credentials …
04:14 Ticket #31534 (Shiny Updates: Language pack install support) created by pento
Branched from #29820. With the addition of the FTP credentials …
04:13 Ticket #31533 (Shiny Updates: One-click update on update-core.php) created by pento
Branched from #29820. It'd be nice if shiny updates support on …
04:12 Ticket #31532 (Shiny Updates: Don't activate plugins with PHP errors) created by pento
Branched from #29820. When we try to activate a plugin through shiny …
04:11 Changeset [31618] by wonderboymusic
Media modules: set $ to Backbone.$, instead of jQuery, so fewer …
04:10 Ticket #31531 (Shiny Updates: Updates on update-core.php) created by pento
Branched from #29820. There are several improvements that can be made …
04:09 Ticket #31530 (Shiny Updates: Installing themes) created by pento
Branched from #29820. This ticket is for tracking the creation of …
04:08 Ticket #31529 (Shiny Updates: Updating themes) created by pento
Branched from #29820. This ticket is for tracking the creation of …
04:05 Ticket #31528 (Shiny Updates: FTP Support) created by pento
Branched from #29820. This ticket is for tracking the creation of FTP …
03:56 Ticket #20319 ($page value not being defaulted to 1 in the absence of cpage query var ...) closed by boonebgorges
fixed: In 31617: […]
03:56 Changeset [31617] by boonebgorges
In get_next_comments_link(), ensure proper pagination when no …
03:49 Changeset [31616] by wonderboymusic
[31468] reverted this in the 4.1 branch, also reverting in trunk. See …
02:59 Ticket #14279 (wp_new_comment ignores comment_date_gmt and comment_date) closed by boonebgorges
fixed: In 31615: […]
02:59 Changeset [31615] by boonebgorges
Respect comment_date and comment_date_gmt params in …
02:39 Ticket #15928 (wp_get_attachment_url does not check for HTTPS) closed by boonebgorges
fixed: In 31614: […]
02:38 Changeset [31614] by boonebgorges
In wp_get_attachment_url(), convert to HTTPS when possible. …
01:45 Ticket #31527 (Bundled themes: Add ARIA attributes to menu toggle) created by davidakennedy
This patch enhances the accessibility of the mobile menu toggle by …
00:17 Ticket #31526 (Correct PHPDoc description for get_terms()::$args['number']) created by iandunn
The documentation says that -1 will return all terms, and that -1

03/04/2015:

22:34 Ticket #31525 (Request for filter hook for has_nav_menu()) created by dougwollison
I have a plugin that creates dummy copies of nav menu locations for …
21:00 Changeset [31613] by azaozz
PressThis: remove the extra .length tests for strings from …
20:34 Changeset [31612] by azaozz
TinyMCE wpView: decode HTML entities before trying to insert view …
20:23 Ticket #31427 (jQuery UI autocomplete style broken) closed by helen
fixed: In 31611: […]
20:23 Changeset [31611] by helen
Autocomplete: Update CSS based on both jQuery UI and general visual …
20:23 Ticket #29214 (Extension and backwards compatibility in the Media Library) closed by wonderboymusic
wontfix: I see no action items here.
20:03 Ticket #30198 (When apply_filters( 'image_size_names_choose' ) is used, allow default ...) closed by wonderboymusic
duplicate: Duplicate of #30150.
19:58 Ticket #28868 (Remove unused media.view.ButtonGroup) closed by wonderboymusic
wontfix: Let's just leave it. If it breaks ANYWHERE, we'll end up adding it …
19:44 Ticket #30190 (Denote Front and Posts Pages (in list view)) closed by helen
fixed: In 31610: […]
19:44 Changeset [31610] by helen
List tables: Display front and posts page indicators. fixes #30190.
19:35 Ticket #23711 (file include wrapper for media_sideload_image) closed by wonderboymusic
wontfix: I don't see this as a pressing concern. RIP Norcross's 3rd ticket.
19:32 Ticket #28671 (post_modified on Media (Attachments)) closed by wonderboymusic
worksforme: This works in trunk. If you're still having trouble, please let us know.
19:28 Changeset [31609] by azaozz
PressThis: - Improve handling of the data, both from the bookmarklet …
19:27 Ticket #24565 (lighter image selection screen in media insertion) closed by helen
maybelater: This is super vague, gonna maybelater it pending mockups, etc.
19:27 Ticket #31524 (Edit Media w/ MEJS previews needs CSS love) created by wonderboymusic
Screenshot attached
19:15 Ticket #24849 (filter in get_url_in_content($content) function) closed by wonderboymusic
maybelater: Since get_url_in_content() is only ever used by themes, themes can …
19:04 Ticket #28796 (Unable to change File visibility) closed by wonderboymusic
duplicate: Duplicate of #17255.
18:25 Ticket #21959 (No way to override the name of an image when that is being resized) closed by wonderboymusic
wontfix: image_make_intermediate_size = "Filter the name of the saved image file."
17:07 Ticket #31523 (Replacing blockquote content adds goofy markup) created by Michael Arestad
Steps to reproduce: * New post in Visual mode * Write a bit of text …
17:04 Ticket #31522 (Quicktags: use aria-label to improve accessibility) created by afercia
Reported in the last accessibility testers group testing session, see: …
11:37 Ticket #19447 (Image uploads fails with % symbol in filename) reopened by UmeshSingla
#16330 doesn't fixes the issue with % in filename. If I upload a …
10:28 Ticket #31521 (wp_title if archive of year w/o permalink fires php notice in locale.php) created by michelwppi
PHP Notice : Undefined index: 00 in …
09:50 Ticket #31513 (Wrong description in DocBlock of function wp_insert_user()) closed by DrewAPicture
fixed: In 31608: […]
09:50 Changeset [31608] by DrewAPicture
Correct a typo in the hash notation for wp_insert_user(): The …
08:47 Ticket #31520 (wp_cache_get generates fatal error) created by jatingupta2k
There are timing issues in WP where some code in plugins, specifically …
03:03 Ticket #15424 (Refresh post count when a post is deleted) closed by helen
duplicate: Duplicate of #27952.
03:00 Ticket #20946 (NA Dash: Improve 'Right Now' in Network Admin) closed by DrewAPicture
wontfix: No activity in more than a year and I have no interest in pursuing it …
02:59 Ticket #23163 (3.6 Network Admin Help Text) closed by DrewAPicture
maybelater: Haven't had a lot of time to work on this in the last year or so. …

03/03/2015:

21:52 Ticket #31485 (Tags meta box: consider removing taghint) closed by helen
fixed: In 31607: […]
21:52 Changeset [31607] by helen
Remove the once-placeholder-esque "tag hint", which has not worked in …
21:20 Changeset [31606] by azaozz
wpLink: fix the logic for prepending http:// and trim the input. …
21:17 Changeset [31605] by helen
Fix some inline doc typos that were missed in [31604]. see #25698.
21:13 Ticket #25698 (Speed up slow Menus Panel for menus with many items) closed by helen
fixed: In 31604: […]
21:13 Changeset [31604] by helen
Nav menus: Better JS performance on initial load of edit screen. The …
21:10 Ticket #31519 (Classes that extend WP_List_Table no longer return undefined variables) created by johnjamesjacoby
Magic methods in WP_List_Table previously returned any requested …
20:34 Ticket #31518 (WP_User::has_cap and 'map_meta_cap' filter) created by dugi digitaly
[…] The alternative I propose: insert `if(!in_array($cap,$caps)) …
19:51 Ticket #31517 (Customizer: show a notice after attempting to navigate to external ...) created by designsimply
The Customizer only allows you to click internal, front-end links …
19:46 Ticket #31497 (Add Themes > Feature Filter) closed by SergeyBiryukov
fixed: In 31603: […]
19:46 Changeset [31603] by SergeyBiryukov
Themes: Avoid jumping when selecting a feature in the feature filter …
19:34 Ticket #31516 (Fix the CSS focus border for dashboard links) created by jesin
If a link under the "Quick Draft" section is selected by tabbing on …
19:32 Ticket #30259 (Add extra hooks to wp-comments-post.php before call wp_die()) closed by SergeyBiryukov
duplicate: Duplicate of #16979 and #18630.
18:48 Ticket #31515 (Cannot enable plugins with protected function redeclarations (PHP ...) created by brokentone
I'm working on a codebase where the theme or plugins concurrently …
18:37 Ticket #31512 (User Taxonomies) closed by boonebgorges
duplicate: The topic has come up in a number of places. There's a pretty good …
16:01 Ticket #31514 (Update Underscore.JS library to version 1.8.2) created by lovememore
Update Underscore JS library from 1.6.0 to latest version 1.8.2. …
15:58 Ticket #31513 (Wrong description in DocBlock of function wp_insert_user()) created by floriansimeth
Hey WP-Community, I hope you all doing good. I've found out that the …
15:49 Ticket #31512 (User Taxonomies) created by landwire
Hi there, are there any plans to make user taxonomies available in the …
15:46 Ticket #31511 (Update jQueryColor Library to latest version) created by lovememore
Update jQueryColor Library (wp-includes/js/jquery/jquery.color.min.js) …
12:07 Ticket #31510 (the_title() is working wrong when a post title have space character ...) closed by SergeyBiryukov
invalid: There are missing quotes and escaping in your code. This would be …
11:51 Ticket #31510 (the_title() is working wrong when a post title have space character ...) created by ali1to
this is my code in below line <a href=<?php the_permalink();?> …
10:00 Ticket #31509 (Compatibility between bbpress and WPML) closed by pento
invalid: Hi there! Please submit a ticket to the bbPress Trac for this: …
09:42 Ticket #31509 (Compatibility between bbpress and WPML) created by Helena Petridou
We have received a request in our support forum to check on the …
05:11 Ticket #31508 (comment notification missing old line break) created by askamanager
Before the last Wordpress update, when comment notification emails …
00:00 Ticket #18149 (Enhance "Insert/edit link" to predict user's intent) closed by azaozz
fixed: In 31602: […]
00:00 Changeset [31602] by azaozz
wpLink: - Prepend 'http://' to pasted URLs. - Do not prepend it when …

03/02/2015:

23:40 Ticket #31493 (Press This: Remove classes from suggested blockquote and source) closed by azaozz
fixed: In 31601: […]
23:40 Changeset [31601] by azaozz
Press This: - Remove classes from suggested HTML for the editor. - …
21:59 Ticket #31507 (Error determined blog when using multi-site, a domain different than ...) created by iotr
== Steps to Reproduce == 1. Create a multi-site blog with …
21:44 Ticket #26504 (Semantic elements for non-link links) reopened by DrewAPicture
Reopening this to serve as a tracking ticket per a request from the …
19:10 Ticket #31506 (Dashicons plus icon appears off-center) created by AlexanderOMara
The WordPress Dashicon "plus" appears to be off-center in comparison …
15:23 Ticket #31505 (Update HoverIntent Library to latest version (v1.80)) created by lovememore
WordPress 4.1 ships with HoverIntent r7 (released in 2013). Version …
14:00 Ticket #31504 (Add new item gives bunch of errors if disabled) created by ozzWANTED
I created new post category 'cars'. But cars are added/deleted via Php …
12:29 Ticket #31503 (code flaw in function wp_clean_update_cache) created by juggledad
I may be mistaken, but there seems to be a flaw in …
11:19 Ticket #31494 (Press This: Add filter to modify cite tag) closed by SergeyBiryukov
fixed
11:13 Ticket #31502 (Replace embed URL with error message if oEmbed provider returns an error) created by mbootsman
If a youtube url in a post does not work when video is removed, or any …
09:23 Ticket #31501 (Customizer Save race condition when attempting to publish too soon ...) created by westonruter
On a slow connection or if a widget update callback takes any amount …
09:14 Ticket #31500 (New post type undefined delete post value) created by ozzWANTED
I have WP_DEBUG = TRUE on my localhost. I registered new post type …
06:29 Ticket #31499 (Trim non-breaking spaces from URLs) created by pento
If a link to a WordPress site has a non-breaking space on the end of …
06:15 Changeset [31600] by DrewAPicture
Properly indent the hash notation of default arguments for …
06:10 Ticket #31248 (PHPDoc improvements for wp-admin/includes/template.php) closed by DrewAPicture
fixed: In 31599: […]
06:10 Changeset [31599] by DrewAPicture
Clean up and refine DocBlocks for a variety of functions and methods …
01:17 Ticket #31498 (Press This: Refactor button styles) closed by azaozz
fixed: In 31598: […]
01:17 Changeset [31598] by azaozz
PressThis: fix and update buttons styles. Props Michael-Arestad. Fixes …
00:57 Changeset [31597] by azaozz
PressThis: make sure buttons.css is loaded before press-this.css. Use …
00:49 Ticket #31498 (Press This: Refactor button styles) created by Michael Arestad
Current issues: * buttons.css loads after press-this.css making …

03/01/2015:

23:28 Changeset [31596] by azaozz
PressThis: - Replace all %1$s and %2$s in suggestedHTML in case …
22:43 Changeset [31595] by azaozz
PressThis: - Simplify getSuggestedContent() and helpers. No need to …
19:11 Ticket #31368 (Let WordPress speak) closed by azaozz
fixed: In 31594: […]
19:10 Changeset [31594] by azaozz
Add wp.a11y.speak() for audible alerts/updates in screen readers. …
17:15 Ticket #31497 (Add Themes > Feature Filter) created by engin1984
Add Themes > Feature Filter Selecting any feature causes page moving …
07:56 Changeset [31593] by DrewAPicture
Fix a typo in the $args parameter hash notation description for …
07:52 Ticket #28975 (Improve do_settings_fields() by including field ID on <tr> table row) closed by DrewAPicture
fixed: In 31592: […]
07:52 Changeset [31592] by DrewAPicture
Add a hash notation for the optional $args parameter in …
07:44 Ticket #28975 (Improve do_settings_fields() by including field ID on <tr> table row) reopened by DrewAPicture
A changelog entry should've been added to the add_settings_field()
07:18 Changeset [31591] by DrewAPicture
Adjust the description for the $extra_attr argument in the DocBlocks …
07:09 Ticket #31146 (Support GIMP files) closed by DrewAPicture
fixed: In 31590: […]
07:09 Changeset [31590] by DrewAPicture
Add an entry to the changelog for wp_get_mime_types() mentioning …
07:08 Ticket #31146 (Support GIMP files) reopened by DrewAPicture
There should be an entry added to the changelog for the new file type …
04:56 Ticket #31496 (register_uninstall_hook tries to serialize anonymous functions) created by giuseppe.mazzapica
register_uninstall_hook saves uninstall callback in database. If …

02/28/2015:

20:59 Ticket #31495 (Always use 'login' as $scheme parameter for "login-ish" URLs, and ...) created by GregLone
Hi. I found a lot of references of site_url() used for …
20:07 Changeset [31589] by azaozz
PressThis: - Remove unneeded passing of post formats strings to JS. - …
19:45 Ticket #31494 (Press This: Add filter to modify cite tag) created by kraftbj
In press-this.js, a <cite> tag is automatically added surrounding …
16:27 Ticket #31493 (Press This: Remove classes from suggested blockquote and source) created by Michael Arestad
While I can see these classes being handy, we probably shouldn't keep …
15:37 Ticket #31442 (Press This: Bizarre black left border showing up on IE) closed by Michael Arestad
worksforme: Hmm. Can't replicate it anymore. Closing for now.
14:21 Ticket #31492 (wp-admin/post.php > sendback URL generated through string concatenation) created by podpirate
This will result in invalid redirect URLs (containing two ?) when …
12:41 Ticket #31491 (Enhance unit tests for persistent object caching) created by ocean90
While running the tests with an object-cache.php drop-in (in this case …
10:35 Changeset [31588] by ocean90
Press This: Backwards compatibility enhancements. * Add missing …
10:03 Ticket #31490 (maintenance created background to disappear) closed by ocean90
invalid: Please use our Support Forums for …
10:00 Ticket #31490 (maintenance created background to disappear) created by loschinony
Hello, I went on my site and my background was gone. Before that …
09:04 Ticket #31489 (Update NPM Grunt packages: compress, concat, copy, imagemin and uglify) created by netweb
* grunt-contrib-compress v0.13.0: * …
06:55 Ticket #31488 (Update grunt-contrib-jshint to v0.11.0) created by netweb
Upstream changes: * …
03:54 Ticket #31487 (Semantic elements for non-link links: /wp-admin/customize.php) created by Cheffheid
See main ticket #26504 Elements here that definitely should be …
02:20 Ticket #31486 (wp_redirect sends incorrect url when it contains non escaped unicode ...) closed by pento
fixed: In 31587: […]
02:20 Changeset [31587] by pento
When sanitizing a URL to redirect to, UTF-8 characters can be URL …
00:59 Ticket #31486 (wp_redirect sends incorrect url when it contains non escaped unicode ...) created by louyx
TL;DR: When using wp_redirect to a url that contains non-ascii …
00:58 Ticket #31485 (Tags meta box: consider removing taghint) created by afercia
Noticed today on Slack with @michaelarestad and @azaozz, looks like …

02/27/2015:

23:02 Ticket #31484 (Widgets in Customizer during theme preview fail to preview widgets ...) created by westonruter
When testing the new Theme Switcher in the Customizer, I noticed when …
22:51 Ticket #31483 (Improve UI to change Default Category) created by kraftbj
Spun off of #26268 per chat with @helen …
22:42 Ticket #21091 (Unable to upload media with custom permissions) closed by wonderboymusic
duplicate: Duplicate of #19817.
22:37 Ticket #24711 (add media type indication to the info displayed at the edit media page) closed by wonderboymusic
maybelater: This ticket was filed before 3.6 dropped. I think the audio and video …
22:33 Ticket #22587 (Cast image sizes to array before looping) closed by wonderboymusic
wontfix: There are 4 main uses of this in core now, 2 others that are …
22:28 Changeset [31586] by azaozz
TinyMCE wpView: update the "update" method. Props iseulde. See #31412.
22:24 Ticket #30853 (adding a file containing ' in media manager causes an http error) closed by wonderboymusic
duplicate: Duplicate of #22694.
22:22 Ticket #21004 (add_image_size hard crop messes up image editor rendering) closed by wonderboymusic
fixed: Irrelevant since [22094].
22:14 Ticket #31482 ("Quick Edit" in Comments table row action breaks on small screens) created by kraftbj
The text in class-wp-comments-list-table.php for the "Quick Edit" row …
22:12 Changeset [31585] by wonderboymusic
In the Insert From URL state of the Post frame, add the necessary …
22:05 Ticket #31468 (SSL errors/warning when "pressing" an HTTPS URL to PT hosted on an ...) closed by azaozz
fixed: In 31584: […]
22:05 Changeset [31584] by azaozz
PressThis: when there is a protocol mismatch (http vs. https), use …
21:58 Ticket #29611 (Media Library: "Uploaded To" information incorrect) closed by wonderboymusic
wontfix: I can't imagine a scenario where [gallery] with no attrs continues …
21:52 Ticket #31440 (Press This: Tab focus order skips radio inputs (Post Formats) on Safari) closed by azaozz
fixed: In 31583: […]
21:52 Changeset [31583] by azaozz
PressThis: fix selecting a post format (radio buttons) with the …
21:37 Ticket #30333 (Media filtering behavior should be the same in list and grid mode displays) reopened by helen
I've requested that the accessibility group look at this - typically, …
21:29 Ticket #30347 (Image Editor in WP-Admin Library is broken) closed by wonderboymusic
worksforme: No feedback in 2 months, this worked for me each time I tried.
21:26 Ticket #30333 (Media filtering behavior should be the same in list and grid mode displays) closed by wonderboymusic
fixed: In 31582: […]
21:26 Changeset [31582] by wonderboymusic
When viewing media in List mode, auto-submit the form for attachment …
21:14 Ticket #31481 (Alignment icons) created by Luan Ramos
Alignment icons …
20:49 Ticket #31480 (TinyMCE resize sandbox iFrame when images load) created by mattheu
Possible bug - If an MCE View contains an image, and the view is …
20:47 Ticket #31063 (Media Library greyed out with update to WordPress 4.1) closed by wonderboymusic
fixed: I just searched for an extended amount of time to find where this was …
20:30 Ticket #18828 (function wp_get_object_terms() passes sql data into ...) closed by boonebgorges
fixed: In 31581: […]
20:30 Changeset [31581] by boonebgorges
Introduce 'get_object_terms' filter in wp_get_object_terms(). The …
20:20 Ticket #31474 (Press This: RTL issues) closed by azaozz
fixed: In 31580: […]
20:20 Changeset [31580] by azaozz
PressThis TinyMCE: set 'directionality' and add the LTR button when in …
20:18 Ticket #31478 (RTLCSS should swap Dashicons left/right arrows) closed by ocean90
fixed: In 31579: […]
20:18 Changeset [31579] by ocean90
Build: Let RTLCSS handle swapping the codes for right/left arrows from …
19:50 Ticket #31120 (Upload bug: Square pictures bigger than 2500px) closed by wonderboymusic
worksforme: Feel free to reopen if there is a specific bug here, but this worked …
19:47 Ticket #31479 (Save custom color palette through refreshes) created by shawnajroberts
When you choose a custom color for your text using the color picker, …
19:46 Ticket #31146 (Support GIMP files) closed by wonderboymusic
fixed: In 31578: […]
19:46 Changeset [31578] by wonderboymusic
Support GIMP files in the Media Library. We already support Photoshop …
19:43 Changeset [31577] by ocean90
Press This: RTL improvements. * Load the RTL version of …
19:37 Ticket #31296 (Uploaded images are saved as a "resized" duplicate, if the size ...) closed by wonderboymusic
fixed: In 31576: […]
19:37 Changeset [31576] by wonderboymusic
In the ->multi_resize() method of the WP_Image_Editor subclasses, …
19:34 Ticket #31131 (Check Box having two label, Should have single label as other screens.) reopened by abhishekfdd
On user-new.php page. There should be single label as other screens.
18:45 Ticket #31346 (Grid Media Library won’t load in 4.1 with all plugins disabled) closed by wonderboymusic
duplicate: Replying to helen: > I have a feeling this is the same as …
17:42 Ticket #31478 (RTLCSS should swap Dashicons left/right arrows) created by ocean90
Instead of adding a .rtl case each time we reference a rigt or left …
17:40 Ticket #28478 (remove open sans font as a dependency) closed by DrewAPicture
wontfix: Per the consensus between @nacin and @dd32, the recommendation for now …
17:22 Ticket #31477 (Build task is overwriting minified JS libraries with our uglified version) created by iseulde
16:51 Ticket #17864 (Small bug when using "wp_delete_file" filter) reopened by wonderboymusic
16:50 Ticket #17864 (Small bug when using "wp_delete_file" filter) closed by wonderboymusic
fixed: In 31575: […]
16:50 Changeset [31575] by wonderboymusic
Make a new function, wp_delete_file(). Use it. Props scribu, …
16:33 Ticket #31476 (Semantic elements for non-link links: /wp-admin/includes/widgets.php) created by afercia
See main ticket #26504 As agreed, will need styling by the UI/design …
16:22 Ticket #18803 (Core hooks for fragment caching) closed by DrewAPicture
maybelater: The [https://wordpress.slack.com/archives/core/p1425054043000315
16:11 Changeset [31574] by wonderboymusic
Improve get_media_embedded_in_content() so that it returns the media …
16:03 Ticket #31475 (Add ability to change the folder location for templates) created by rugbert
I've seen questions here and there on stack exchange asking how to …
13:57 Ticket #31474 (Press This: RTL issues) created by ocean90
* For some reasons the html element in the content iframe doesn't get …
13:40 Ticket #31332 (RTL CSS generation: Switch from CSSJanus to RTLCSS) closed by ocean90
fixed: In 31573: […]
13:40 Changeset [31573] by ocean90
RTL CSS generation: Switch from CSSJanus to RTLCSS. CSSJanus …
11:21 Changeset [31572] by ocean90
Press This: Add press-this to list of RTL styles. see #31373.
11:14 Changeset [31571] by ocean90
Press This: Use boolean value instead of return_true(). Add missing …
10:34 Ticket #31465 (Fix JS for sidebar_widgets customizer control to not return undefined ...) closed by ocean90
fixed: In 31570: […]
10:34 Changeset [31570] by ocean90
Customize Widgets: Don't return undefined items in …
10:20 Ticket #31473 (Update jQuery UI to v1.11.3 to prevent UI Slider fractional step bug) closed by ocean90
fixed: In 31569: […]
10:20 Changeset [31569] by ocean90
Update jQuery UI to 1.11.3. Changelog: * …
09:49 Changeset [31568] by ocean90
JSHint: Remove an unused variable.
09:40 Ticket #31423 (Update jQuery to 1.11.2) closed by ocean90
fixed: In 31567: […]
09:40 Changeset [31567] by ocean90
Update jQuery to 1.11.2. Changelog: * …
08:02 Ticket #31473 (Update jQuery UI to v1.11.3 to prevent UI Slider fractional step bug) created by swashata
jQuery UI version 1.11.2 (used in WP 4.1.1) has a major bug with …
05:38 Ticket #31472 (Press This: Header improvements) created by DrewAPicture
In the revamped Press This header, the styling is meant to mimc the …
04:39 Ticket #31471 (shortcode_parse_atts has no escape sequence to handle literal quotes ...) created by maximinime
The code uses stripcslashes() on the values already, so making …
02:49 Ticket #31449 (Press This accessibility improvements) closed by azaozz
fixed: In 31566: […]
02:49 Changeset [31566] by azaozz
PressThis: accessibility enhancements: - Add missing form labels. - …
01:54 Ticket #31455 (Press This: Fix scrolling in FF) closed by azaozz
fixed: In 31565: […]
01:54 Changeset [31565] by azaozz
PressThis: enable scrollbars in Firefox, remove overflow-x: hidden …
Note: See TracTimeline for information about the timeline view.