Make WordPress Core

Timeline

01/21/2012:

23:48 Ticket #16292 (Show theme path in ms-themes.php and ms-sites.php?action=editblog in ...) reopened by novasource
Wait a second, this isn't for "end users" or "non-technical users". …
23:20 Ticket #16292 (Show theme path in ms-themes.php and ms-sites.php?action=editblog in ...) closed by scribu
wontfix: Alternatively, just give your child themes distinct names.
22:23 Ticket #19872 (Add Hook/Filter to image_resize_dimensions in media.php) reopened by scribu
Sorry, you were obviously talking about something else.
22:20 Ticket #19872 (Add Hook/Filter to image_resize_dimensions in media.php) closed by scribu
wontfix: There already are two hooks in the wp_generate_attachment_metadata() …
19:38 Ticket #19872 (Add Hook/Filter to image_resize_dimensions in media.php) created by webbtj
It would be great if a hook, a filter, a global, an option, or …
19:11 Ticket #19869 (Formatting from code block during network setup doesn't match wp-config.php) reopened by DrewAPicture
From @nacin's comment:ticket:19870:3 in #19870 > I'd rather just …
19:06 Ticket #19870 (Update wp-config-sample.php for WP Coding Standards) closed by DrewAPicture
wontfix: #19869
11:31 Ticket #19871 (add_rewrite_tag() should take same params as WP_Rewrite::add_rewrite_tag()) created by duck_
The function and instance method have different signatures: […] …
10:47 Ticket #19870 (Update wp-config-sample.php for WP Coding Standards) created by DrewAPicture
Per discussion in #19869 thought maybe we should update wp-config.php …
10:24 Ticket #19869 (Formatting from code block during network setup doesn't match wp-config.php) closed by DrewAPicture
invalid: > > Shouldn't defining constants follow a similar pattern? > > They …
03:35 Ticket #19859 ("Bulk Edit" Missing The Ability To Edit Tags) reopened by ademos
knutsp: I apologize for my miscommunication. === I was requesting …
02:08 Ticket #19869 (Formatting from code block during network setup doesn't match wp-config.php) created by ryanduff
In the process of network setup the block of code generate to be …
01:38 Ticket #19868 (Custom post type called 'preview' admin issues.) closed by scribu
wontfix: 'preview' can be considered a reserved word (it's used as a query var …

01/20/2012:

22:59 Ticket #19868 (Custom post type called 'preview' admin issues.) created by pnomolos
The admin css includes a general rule for the .preview class of { …
22:37 Ticket #19864 (Abstract export_wp() for use by CLI scripts) reopened by nacin
westi indicated a desire (in IRC) that core should support this. I agree.
22:04 Ticket #19867 (wp_dropdown_users() still not scalable) created by prettyboymp
#14572 made huge improvements to the performance of …
21:12 Ticket #19809 (can't pass an array(class, method) as a callback in add_settings_field()) closed by SergeyBiryukov
invalid: Feel free to reopen with more exact steps to reproduce if there's …
21:09 Ticket #19864 (Abstract export_wp() for use by CLI scripts) closed by scribu
wontfix: There already is a CLI script that can do exports: …
19:58 Ticket #19866 (Allow specifications of any wp_posts field(s) in WP_Query) created by bigdawggi
Hi guys, I'm considering writing a patch to be able to pull specific …
19:19 Ticket #19865 (do_enclose() throws WP_DEBUG notices when $headers has no content_type) created by jeremyclarke
This only happens in the background so you'll have to enable debug.log …
18:16 Ticket #19864 (Abstract export_wp() for use by CLI scripts) created by scottconnerly
Need to be able to execute an export from the PHP CLI for the purpose …
17:34 Ticket #19863 (Add filters to export_wp() process for granular export control) created by scottconnerly
The only hook that allows for export customization right now is …
17:08 Ticket #5809 (Updating a term in one taxonomy affects the term in every taxonomy) reopened by ryan
16:58 Ticket #19862 ("My Sites" menu should include "Create a new site" if enabled in ...) created by ebellempire
The "My Sites" menu should include "Create a new site" if blog …
16:36 Ticket #5809 (Updating a term in one taxonomy affects the term in every taxonomy) closed by ryan
maybelater
16:34 Ticket #12693 (Inaccurate user role filtering) closed by ryan
fixed: In [19735]: […]
16:34 Changeset [19735] by ryan
Match the exact role name when counting users in a role. Props 082net. …
10:29 Ticket #19860 (pre_comment_approved filter has second argument undefined) closed by dd32
invalid: You must specifically add the filter asking for 2 arguements to be …
09:20 Ticket #19861 ($wpdb->prepare() fails with localized floats) created by laotse
The implementation of $wpdb->prepare() is buggy in several aspects. …
09:03 Ticket #19860 (pre_comment_approved filter has second argument undefined) created by laotse
I wrote a filter: […] and $aCommentData is always undefined. So …
08:07 Ticket #19859 ("Bulk Edit" Missing The Ability To Edit Tags) closed by knutsp
worksforme: The feature is already there. When I open a bulk edit with the Use …
04:01 Ticket #6211 (allow identical taxonomy slugs in different taxonomies) closed by johnbillion
duplicate: This is the same issue as #5809, just with different terminology. …
02:56 Ticket #19859 ("Bulk Edit" Missing The Ability To Edit Tags) created by ademos
Though I can add, remove and edit "categories," I cannot do such …

01/19/2012:

16:16 Ticket #761 (Add hook to conditionally disable comment notifications) reopened by jeffstieler
The "just rewrite them" response needs to be reconsidered as the …
16:03 Ticket #19858 (Close comments on attached images) created by dohman
In posts, for gallery images and individual images which open in an …
14:34 Ticket #19857 (PNG Optimization or core images) closed by helenyhou
duplicate: Duplicate of #19232, which has files attached from the wp-admin and …
11:43 Ticket #19857 (PNG Optimization or core images) created by l3rady
Just out of curiosity I went to see if the images distributed with …
08:08 Ticket #19856 (wp_get_referer() doesn't return false when the referer URL is the same ...) created by garyc40
Inside wp_get_referer(), there's this conditional statement: `if ( …
01:44 Ticket #19855 (Too much text in <pre> tag causes no output) created by helenyhou
Posting this on behalf of Sirisian in IRC who sent the question to …

01/18/2012:

22:34 Ticket #19854 (themes.php doesn't show themes if using Mac-style CR EOL markers) created by novasource
Apparently Macs by default only use CRs to mark end of lines. If a …
22:12 Ticket #19853 (Theme description should be hidden by default and author should be shown) created by helenyhou
As per IRC discussion, the themes screens should mimic the look on …
18:14 Ticket #19852 (Don't load admin strings on the frontend) created by nacin
We should take the same approach as we did for multisite strings, and …
15:17 Ticket #19851 (wp_dropdown_categories should add category slug as class to each option.) created by jackreichert
Portability is important for theme developers. With more and more …
12:26 Ticket #19848 (Function is_main_site uses $current_site->blog_id instead of ...) closed by mohanjith
invalid
07:23 Ticket #19850 (double slash in URL when editing gallery in visual mode) created by h8every1
reproduce: 1. upload images 2. insert gallery into the editor 3. in …

01/17/2012:

23:23 Ticket #15082 (Custom post type empty slug breaks permalinks for pages) closed by SergeyBiryukov
fixed: This ticket was closed on a completed milestone. I guess …
19:21 Ticket #19836 (wp-tinymce.php occasionally returning partial Javascript) closed by tech163
invalid: It seems to me more like a PHP issue now, as file_get_contents() only …
17:50 Ticket #19849 (Pass $comment_date to get_comment_time filter) created by lexhair
I was writing a function to customize the formatted time to include …
10:35 Ticket #19848 (Function is_main_site uses $current_site->blog_id instead of ...) created by matslundberg
The function is_main_site uses $current_site->blog_id to compare if …
05:13 Ticket #19847 (wp_mail $from_name field is removing an extra character from the name) created by hakanca
If the headers are sent as a string to wp_mail, parsing of $from_name …

01/16/2012:

21:49 Ticket #19846 (Specify 'primary' sidebar, so widgets land in correct sidebar when ...) created by billerickson
With the improvements to widget handling in 3.3, the widgets in a …
17:05 Ticket #19845 (Drag and drop files into the Visual Editor) created by kovshenin
Hi there! I recently thought that it would be nice if we could insert …
16:46 Ticket #19844 ("Responsive" styling for Add Media > Gallery) created by mitchoyoshitaka
In the Media modal's Gallery view, "Gallery Settings" can easily go …
13:33 Ticket #19842 (Import files with accents create an error 404) closed by SergeyBiryukov
duplicate: This is specific to Windows builds of PHP (see …
11:33 Ticket #19843 (Editor API + DFW) created by sushkov
Currently wp_editor() has no out-of-the-box support for DFW TinyMCE …
09:35 Ticket #19842 (Import files with accents create an error 404) created by FxBe
I'm using wp in french on windows 7. If i import a file : aéèâ.txt …
05:14 Ticket #19841 (Add Media > Gallery view columns are misalligned) closed by designsimply
duplicate: Here's your cigar: 17802.1.diff in #17802

01/15/2012:

23:56 Ticket #19841 (Add Media > Gallery view columns are misalligned) created by mitchoyoshitaka
The rows are not implemented as actual table rows, but the column …
22:25 Ticket #19839 (Make gallery manual order field) closed by mitchoyoshitaka
duplicate
22:09 Ticket #19840 (Select custom header or background images from media library) created by jane
In a recent version, we made it so uploaded custom header images get …
22:03 Ticket #19839 (Make gallery manual order field) created by mitchoyoshitaka
If JS is enabled, you can drag to reorder them. The associated "sort …
19:56 Ticket #19838 (Don't display before_title and after_title if title is empty in widgets) created by Xarem
Hi it's not necessary displaying before/after_title if $title is …
19:27 Ticket #19837 (Appearance > Menus taxonomy hierarchy problem with great amount of ...) created by jannesmannes
Hi, I encountered this problem a while ago and it is really hard to …
13:30 Ticket #19835 (Built in Mobile Support) closed by scribu
wontfix: An alternative trend is responsive themes, i.e. themes that work well …
13:06 Ticket #19836 (wp-tinymce.php occasionally returning partial Javascript) created by tech163
I am running a WordPress Multi-Site install. After upgrading to PHP …
12:57 Ticket #19835 (Built in Mobile Support) created by tech163
With a large number of users browsing the internet using their mobile …
08:38 Ticket #19819 (Plugins repository: recently updated radiobutton disappeared so limits ...) closed by helenyhou
wontfix: The updated date is still there for you to see in the results, and you …
08:09 Ticket #19819 (Plugins repository: recently updated radiobutton disappeared so limits ...) reopened by michelwppi
Thanks for your info and advice about the project leadership. …
01:18 Ticket #19833 (can not sort by 2 custom fields) closed by scribu
duplicate: #15031 #17065
00:43 Ticket #19834 (More Robust Capabilities for Attachments) created by walkinonwat3r
Attachments/files should have their own set of capabilities mirroring …

01/14/2012:

19:27 Ticket #12515 (Destructive Autosaves Happening on All Drafts) closed by azaozz
wontfix: Re-reading this ticked after two years still don't see a point in …
18:53 Ticket #11034 (AJAX requests stored as UTF-8 even if a non-UTF-8 charset is in use) closed by azaozz
wontfix: Using iconv to try to rectify the character encoding doesn't seem …
18:31 Ticket #17699 (Border at bottom of active tabs are inconsistent) closed by azaozz
worksforme: Is this still happening? These styles were changed in the meantime. …
17:28 Ticket #8223 (Possibility to specify parameters when writing new page or post) closed by thee17
maybelater: 3 years with no interest
17:23 Ticket #19833 (can not sort by 2 custom fields) created by zied86
Hello I followed the syntax of the codex to sort by two criteria of …
11:20 Ticket #19829 (impossible to moderate comment in custom post) closed by thee17
worksforme: I have now tested in 6 different installs and am not able to duplicate …
11:02 Ticket #19829 (impossible to moderate comment in custom post) reopened by zied86
@thee17 : I tried to empty the tables comments and added new comments …
10:59 Ticket #19832 (Splitting translation files for better performance) created by pavelevap
Originally suggested by Chouby: 17128#comment:15
00:41 Ticket #19829 (impossible to moderate comment in custom post) closed by thee17
worksforme: I made a comment on my CPT and moderation worked as expected. There …
00:08 Ticket #19831 (Multisite strings in standard translation) created by pavelevap
There are many strings which are related to Multisite version, but …
Note: See TracTimeline for information about the timeline view.