Make WordPress Core

Timeline



03/24/2011:

23:03 Ticket #16964 (New function network_delete_option($option) to help keep option ...) created by philipwalton
When I create uninstall.php files for plugins I always delete the …
20:30 Ticket #16963 (wp_enqueue_script bug in ie8) created by jkmassel
In IE 8, if you enqueue jQuery and scriptaculous, the prototype …
20:28 Ticket #16962 (Post-type item for menus (and widgets also)) closed by duck_
duplicate: Duplicate of #16075. Also see #16784.
20:24 Ticket #16962 (Post-type item for menus (and widgets also)) created by Dianakc
Most people use direct link such […] in menus for make use of …
19:30 Ticket #15794 (wordpress.org plugins pages not updating when readme.txt changes) closed by scribu
duplicate: Closing as dup of #16522, since it's clearer.
19:13 Ticket #16960 (Problems with plugin readme.txt and update date) closed by duck_
duplicate: Try bumping the readme.txt in trunk by adding some trailing …
19:05 Ticket #16961 (Custom Background Color Input/Dialog in Twenty Ten) created by hakre
I'm running into a UI/UX issue when I want to modify the background …
19:02 Ticket #16960 (Problems with plugin readme.txt and update date) created by oferwald
Hello, Looking at my plugin page on wordpress.org, I see that the …
17:36 Ticket #16525 (Clarification of license for phpatomlib / AtomLib) closed by nacin
invalid: Stop already. > Atomlib was originally written for WordPress and …
16:12 Ticket #16806 (Duplicate strings in XML-RPC) closed by nacin
fixed: (In [17554]) Change this string to one that already exists. props …
16:12 Changeset [17554] by nacin
Change this string to one that already exists. props ericmann, fixes …
16:08 Changeset [17553] by ryan
Parse the meta query again if query vars change. Set a global …
16:07 Changeset [17552] by ryan
Parse the meta query again if query vars change. Set a global …
13:42 Ticket #16888 (WP HTTP Curl transport is only handling some but not all redirect ...) closed by hakre
wontfix: Replying to dd32: > on the back of #16889, it might be …
11:17 Ticket #16959 (Core HTTP Transports implementation can support $url in test().) closed by dd32
maybelater: When it's needed, or is useful, it's available.
11:14 Ticket #16959 (Core HTTP Transports implementation can support $url in test().) created by hakre
A sort of Follow-Up: With [17550], those functions are called with the …
10:51 Ticket #16958 (Dead Code in WP_Http::processResponse()) created by hakre
See patch.
10:21 Ticket #16957 (wptexturize - problem with numbers and non-breaking spaces) created by pavelevap
1) Insert following code into HTML editor and publish. […] Then …
05:27 Ticket #16889 (Having a location header does not mean that there should be a redirection.) closed by dd32
invalid: based on my previous comment, and further research into if it's …
05:18 Ticket #16855 (HTTP API No Follow Redirection) closed by dd32
fixed: (In [17551]) Allow for array('redirection' => 0) to bypass WP_Error on …
05:18 Changeset [17551] by dd32
Allow for array('redirection' => 0) to bypass WP_Error on redirects …
05:08 Ticket #16950 (Provide a redirected-to URI) closed by dd32
duplicate: closing as duplicate of #16855
04:48 Changeset in tests [343] by dd32
Clarify requirements for WPHTTP tests; Document issues;
03:00 Ticket #8622 (HTTP API Fallover & non-blocking order doesnt appear to be working) closed by dd32
invalid: as of #11613 being closed, this is mostly fixed. The non-blocking …
02:53 Changeset in tests [342] by dd32
Add first set of WP_HTTP test cases; Covers Redirections and sending …
02:16 Ticket #11613 (HTTP API may make a request on an unsupporting transport) closed by dd32
fixed: (In [17550]) Fix WP_HTTP to only make a request upon a working …
02:16 Changeset [17550] by dd32
Fix WP_HTTP to only make a request upon a working transport, as well …
01:41 Ticket #16653 ("Class" dropdown box in link editor gone) closed by scribu
worksforme
01:30 Ticket #16956 (Comments Being Pulled from Non-Existent Post Types) created by sterlo
Originally on: #10461 I'm running standard LAMP on the latest trunk. …
01:27 Ticket #16955 (It's tricky to drag metaboxes) created by scribu
As you move the box over it, the droppable area flickers, making it …
01:18 Changeset [17549] by dd32
Reinstate [15462] for 3.1; Prevents canonical redirects for custom …

03/23/2011:

22:53 Ticket #16954 (Set "min-width" for textareas) created by Simek
Even we've set "resize: none;" for all textareas sometimes browser …
21:25 Changeset [17548] by markjaquith
Prevent Notice if the author object is not set.
21:04 Ticket #13550 (WP_PLUGIN_DIR doesn't detect symlinks) closed by scribu
wontfix: Closing this ticket as wontfix, since it focuses on the wrong thing. …
20:46 Ticket #16953 (Allow symlinked plugins) created by scribu
There are many scenarios where one would like to have a plugin's …
19:58 Changeset [17547] by ryan
Don't die inside db_connect() if connection fails. Let dead_db() …
19:57 Ticket #16640 (Blank page when db pass is incorrect) closed by ryan
fixed: (In [17546]) Don't die inside db_connect() if connection fails. Let …
19:57 Changeset [17546] by ryan
Don't die inside db_connect() if connection fails. Let dead_db() …
19:37 Ticket #11799 (WPDB code improvements) closed by nacin
wontfix: http://wpdevel.wordpress.com/2011/03/23/code-refactoring/ This ticket …
19:16 Ticket #16952 (Misleading e-mail options) closed by nacin
duplicate: #6286 and other tickets.
19:12 Ticket #16952 (Misleading e-mail options) created by lonnylot
In the Admin if you goto Settings->Discussion you have a section …
18:59 Ticket #14816 (Optimise dynamic_sidebar) closed by nacin
fixed: (In [17545]) Bail early in dynamic_sidebar() if there are no sidebars. …
18:59 Changeset [17545] by nacin
Bail early in dynamic_sidebar() if there are no sidebars. fixes #14816.
18:57 Ticket #15421 (Make display_post_states easier to filter) closed by nacin
fixed: (In [17544]) Send an associative array to the display_post_states …
18:57 Changeset [17544] by nacin
Send an associative array to the display_post_states filter. props …
18:47 Ticket #16715 (The "Create Menu" button should not be duplicated in the footer) closed by nacin
fixed: (In [17543]) Don't show two 'Create Menu' buttons on nav-menus.php. …
18:47 Changeset [17543] by nacin
Don't show two 'Create Menu' buttons on nav-menus.php. fixes #16715.
18:46 Ticket #16263 (image_dowsize() documentation is innacurate) closed by nacin
fixed: (In [17542]) Document that the size parameter in image_downsize() can …
18:46 Changeset [17542] by nacin
Document that the size parameter in image_downsize() can also be an …
18:44 Ticket #15253 (Fixed typos in wp-includes/deprecated.php) closed by nacin
fixed: (In [17541]) Reference proper function equivalents in deprecated.php. …
18:44 Changeset [17541] by nacin
Reference proper function equivalents in deprecated.php. props pross, …
18:43 Ticket #16384 (Typo in get_post_type_capabilities() docs) closed by nacin
fixed: (In [17540]) Fix copypasta typo in docblock. props scribu, fixes #16384.
18:42 Changeset [17540] by nacin
Fix copypasta typo in docblock. props scribu, fixes #16384.
18:40 Ticket #16689 (functions.php file treated as page template file) closed by nacin
fixed: (In [17539]) Avoid functions.php from ever being treated as a page …
18:40 Changeset [17539] by nacin
Avoid functions.php from ever being treated as a page template. fixes …
18:39 Ticket #16571 (Remove unused global $db_list, $global_db_list) closed by nacin
fixed: (In [17538]) Remove dead globals. props mitchoyoshitaka. fixes #16571.
18:39 Changeset [17538] by nacin
Remove dead globals. props mitchoyoshitaka. fixes #16571.
18:28 Ticket #16951 (register_taxonomy_for_object_type() sets duplicate values) created by kevinB
If register_taxonomy_for_object_type() is called for an object type …
18:26 Ticket #16640 (Blank page when db pass is incorrect) reopened by ryan
17:47 Changeset [17537] by ryan
Don't die for failed db connects during install. Props westi. fixes …
17:46 Ticket #16640 (Blank page when db pass is incorrect) closed by ryan
fixed: (In [17536]) Don't die for failed db connects during install. Props …
17:46 Changeset [17536] by ryan
Don't die for failed db connects during install. Props westi. fixes …
17:29 Ticket #14777 (Adding "fields" to arguments array for get_posts()/query_posts()/WP_Query()) closed by scribu
fixed: Closing as fixed for 3.1. Open a new ticket for further enhancements.
17:22 Ticket #16950 (Provide a redirected-to URI) created by cogmios
This discussion started (For me) here: …
17:19 Ticket #16949 (Custom post types: error on page if query contains multiple post types) created by mastermind
I'm using custom post types, and I modified the $query to include …
16:01 Ticket #16624 (Cache for WP_HTTP) closed by sivel
wontfix: I don't see any reason why the HTTP API in it's current form would …
14:10 Ticket #16948 (Apostrophe in Nicknames breaks users-sites) created by hebbet
Wordpress.org Bug: Repro: click on "John O'Nolan" here …
13:24 Ticket #13915 (WP_Http_Fopen is PHP4 only) closed by hakre
fixed: But might not be, can't properly check right now.
13:22 Ticket #13915 (WP_Http_Fopen is PHP4 only) reopened by hakre
Looks like in [17535] you removed the SSL proxy, compare: …
11:58 Changeset [17535] by dd32
Prune PHP5 compat checks in WP_Http, WP_Http_Curl & WP_Http_Streams. …
11:35 Ticket #13915 (WP_Http_Fopen is PHP4 only) closed by dd32
fixed: (In [17534]) Remove PHP4 based WP_Http_Fopen class. Props sivel for …
11:35 Changeset [17534] by dd32
Remove PHP4 based WP_Http_Fopen class. Props sivel for initial patch. …
10:21 Ticket #16947 (Author role should have "Stick this post to the front page" hidden) created by linuxologos
Currently, making a post sticky depends on the "edit_others_posts" …
10:11 Ticket #16946 (Bug between CPT menu_position and add_object_page()) created by momo360modena
I write a demo plugin for describe the bug. See attachment.
07:21 Ticket #4789 (Write Post title doesn't escape HTML tags) closed by nacin
wontfix: This has been called intended behavior for quite a while. Closing due …
06:56 Ticket #16933 (Fulltext not working for Atom or RSS) closed by solarissmoke
invalid: Just being pedantic about the resolution
06:55 Ticket #16933 (Fulltext not working for Atom or RSS) reopened by solarissmoke
06:49 Ticket #9210 (random password generator [editing users page]) closed by solarissmoke
duplicate: #8296
06:37 Ticket #16945 (Add relative URIs containing a query in esc_url()) created by hakre
I'd like to enhance the esc_url function to accept an url starting …
06:28 Ticket #16944 (Add new 'bynetworkuser' CSS class to output from comment-template.php) created by jacques_chester
Currently, the comment-template.php file checks to see whether a …
06:04 Ticket #16933 (Fulltext not working for Atom or RSS) closed by theonemule
fixed: I think I found the culprit... I had WPTouch which truncates the …
05:41 Ticket #16943 (Code Cleanup add_query_arg() + friends) created by hakre
This should reduce the complexity of add_query_arg() a bit. This is …
02:15 Ticket #16942 (Dead code in add_query_arg()) created by hakre
As it just has been checked that $uri contains at least one ?, then …
02:13 Ticket #16941 (Editing term overwriting term with same name in another taxonomy) closed by scribu
duplicate: #5809
01:41 Ticket #16941 (Editing term overwriting term with same name in another taxonomy) created by hsatterwhite
I registered two custom taxonomies, City and County, and then created …
00:41 Ticket #13513 (Processing HTTP Headers violates RFC 2616 - same header-name with ...) closed by dd32
invalid: no, Headers should be given as the server has presented it. If it …

03/22/2011:

23:54 Ticket #16940 (Prevent 403 errors in Press This) created by scribu
The problem: Some hosts have lame mod_security rules that block …
23:41 Ticket #16939 (When using `add_settings_error()` with the Settings API, I should have ...) created by philipwalton
As I understand it, with the Settings API the $value returned by the …
21:43 Ticket #16932 (Media Upload top navigation producing wrong URLs when WordPress is run ...) closed by nacin
invalid: It's an invalid ticket, hakre.
21:42 Ticket #16932 (Media Upload top navigation producing wrong URLs when WordPress is run ...) reopened by hakre
I wish you would not close tickets that fast Nacin.
21:35 Ticket #16932 (Media Upload top navigation producing wrong URLs when WordPress is run ...) closed by nacin
invalid: The third parameter (or second, when the first is an array of …
21:08 Ticket #16938 (list_files() refactoring) created by hakre
I was taking a look into list_files(). I've seen that older code …
20:43 Changeset [17533] by ryan
Fix display of oversized custom user/site icons in the admin bar. …
20:42 Changeset [17532] by ryan
Fix display of oversized custom user/site icons in the admin bar. …
20:36 Changeset [17531] by ryan
Avoid var name conflict in _get_meta_sql(). Fixes type var passed to …
20:35 Ticket #16825 (Conflict var name in _get_meta_sql) closed by automattor
fixed: (In [17530]) Avoid var name conflict in _get_meta_sql(). Fixes type …
20:35 Changeset [17530] by ryan
Avoid var name conflict in _get_meta_sql(). Fixes type var passed to …
20:28 Changeset [17529] by ryan
Add back compat fields to queried category objects. Props scribu, …
20:27 Ticket #16857 ([15613] -> no more _make_cat_compat() on queried_object) closed by ryan
fixed: (In [17528]) Add back compat fields to queried category objects. …
20:27 Changeset [17528] by ryan
Add back compat fields to queried category objects. Props scribu, …
20:07 Changeset [17527] by ryan
Return false instead of WP_Error from get_term_by() if the term does …
20:06 Tickets #16464,​16717 batch updated by ryan
fixed: (In [17526]) Return false instead of WP_Error from get_term_by() if …
20:06 Changeset [17526] by ryan
Return false instead of WP_Error from get_term_by() if the term does …
19:36 Ticket #16937 (make_site_theme_from_default() refactoring) created by hakre
just some little refactoring, partly because of new functions …
19:08 Ticket #16936 (Changing a menu or tag/category title with matching slugs changes both) created by scottcropper
If a menu is created with a title that matches the slug of a tag or …
16:27 Ticket #16935 (Add filter to selected text in press-this.php) created by topdownjimmy
When using the "Press This" bookmarklet, any text selected on the …
16:07 Ticket #13469 (Refactor the screen options) closed by ptahdunbar
duplicate: dubb of #9657
14:00 Ticket #16934 (Commented code in /wp-includes/canonical.php) created by hakre
Timestamp: 10/16/08 19:17:04 (2 years) - Safe to remove this by now? …
12:31 Ticket #16931 (burmese slug need to update from my to mya) closed by westi
fixed: Fixed. Thanks for letting us know.
12:24 Ticket #16933 (Fulltext not working for Atom or RSS) created by theonemule
I recently set up a new blog for WP 3.1 -- a fresh install, not an …
12:22 Ticket #16932 (Media Upload top navigation producing wrong URLs when WordPress is run ...) created by tploch
The following scenario is in place: WordPress v3.1 is running on …
11:19 Ticket #16931 (burmese slug need to update from my to mya) created by herzcthu
In This week, we have launch official translation site. …
11:14 Ticket #16930 (Quicktags Javascript enqueue issue) created by instruite
To add new/custom buttons to Post editor toolbar, I was using […] …
10:51 Changeset in tests [341] by dd32
More flexible support for multi-test runs. -t Testcase1 -t Testcase2 …
10:29 Changeset in tests [340] by duck_
Sometimes you DO want to run all tests\!
09:13 Changeset in tests [339] by westi
Add support for multiple -t command line options Display more info …
08:42 Ticket #16929 (pass the $type_of_url context param on user_trailingslashit() for CPT's) created by dd32
Currently get_post_permalink() does not pass the context flag to …
07:47 Ticket #4603 (wp.newCategory should prevent adding multiple categories of the same ...) closed by solarissmoke
fixed: In trunk, if you try to add a category that already exists, …
07:36 Ticket #7668 (xml import stopped by a post containing empty tag) closed by solarissmoke
worksforme: Just tested and the import seems to work now. Also, you are no longer …
07:22 Ticket #7257 (Create hook for between the rss/atom and channel elements in feeds) closed by solarissmoke
wontfix: Replying to craigandrews: > Here is the documentation …
07:05 Ticket #16928 (Autosave collision detection does not alert user or prevent further ...) created by benbalter
When editing a post, upon detecting that another user has modified …
05:48 Ticket #16927 (Don't use XHR to load portions of Dashboard that are "hot" in the cache) created by markjaquith
The WordPress admin Dashboard screen loads several sections using XHR. …
04:44 Ticket #16926 (Search on wordpress.org is somewhat confusing) created by akshayagarwal
If we search for a term on wordpress.org, then even if the term has …
00:17 Ticket #10348 (Include PHP-based SSH2 layer for those without the SSH2 PHP extension) closed by dd32
wontfix: I'm closing this as wontfix on the back of #16925 I feel that we …
00:16 Ticket #16925 (Move the WP_Filesystem_SSH2 class to a plugin) created by dd32
I'd like to consider moving the WP_Filesystem_SSH2 class out of …
00:04 Changeset [17525] by dd32
Optimisations to WP_Filesystem; Pass known information to called …

03/21/2011:

23:52 Ticket #16921 (License Terms of PHP License or LGLP not met.) reopened by hakre
Replying to nacin: > Please stop being unnecessarily …
23:49 Ticket #16921 (License Terms of PHP License or LGLP not met.) closed by nacin
duplicate: Please stop being unnecessarily pedantic. #16918
23:47 Ticket #16921 (License Terms of PHP License or LGLP not met.) reopened by hakre
Replying to dd32: > Which code are you referring to …
23:44 Ticket #16915 (spelling mistake in wp-settings.php) closed by nacin
fixed: (In [17524]) I before E, except after C. props jkudish, fixes #16915.
23:44 Changeset [17524] by nacin
I before E, except after C. props jkudish, fixes #16915.
23:38 Ticket #16921 (License Terms of PHP License or LGLP not met.) closed by nacin
invalid: Invalid: It's LGPL, and the function will be gone today.
23:28 Ticket #16924 (Adapt "Insert into Post" button to content-type context) created by xibe
Right now (3.1), the Media modal window uses "Insert into Post" for …
23:20 Ticket #16923 ("Install from URL" for themes and plugins) created by nacin
We currently have a way to upload a plugin ZIP. We should make it so …
22:53 Ticket #14401 (Unable to locate WordPress Content directory (wp-content).) reopened by pavelevap
Sorry for changing version. I tried it in forums several months ago, …
22:31 Ticket #16920 (PHP5-Port: Take out unnecessary compat functions from diverse files) reopened by hakre
Replying to nacin: > What is this? You literally copied …
22:23 Ticket #16922 (Add class to "via" paragraph in press-this.php) created by topdownjimmy
When using "Press This," a paragraph is added to the bottom of the …
22:18 Ticket #16921 (License Terms of PHP License or LGLP not met.) created by hakre
Code under PHP License has been used but the licensing requirements …
22:03 Ticket #16920 (PHP5-Port: Take out unnecessary compat functions from diverse files) closed by nacin
invalid: What is this? You literally copied #16918?
22:00 Ticket #16920 (PHP5-Port: Take out unnecessary compat functions from diverse files) created by hakre
Now that we require PHP 5.2.4, let's take out anything in php other …
21:54 Ticket #16919 (style.css can sometimes conflict with custom background image) created by nathanrice
Steps to repeat: 1. Theme with the following body style (or something …
19:40 Ticket #15705 (I can't login to admin.) closed by nacin
invalid
18:42 Ticket #16804 (Bump required PHP and MySQL versions) closed by ocean90
duplicate: #16917
18:36 Ticket #16918 (Take out unnecessary compat functions from compat.php) created by markjaquith
Now that we require PHP 5.2.4, let's take out anything in compat.php …
18:30 Changeset [17523] by markjaquith
Bump PHP requirement to 5.2.4. Bump MySQL requirement to 5.0. see #16917
18:28 Ticket #16917 (Bump PHP and MySQL required versions) created by markjaquith
We're bumping the minimum PHP version to 5.2.4, and are bumping the …
16:36 Ticket #16911 (Member profile management (WP vs BP)) reopened by scribu
So, basically, what you're asking for is a custom fields box, but for …
15:56 Ticket #16916 (make_clickable() and URI in context) created by hakre
I just stumbled over [http://tools.ietf.org/html/rfc3986#appendix-C
15:06 Ticket #16915 (spelling mistake in wp-settings.php) created by jkudish
This really isn't that big of a deal, but found a little typo in …
14:47 Ticket #13955 (Updated / corrected List of HTTP status codes) closed by hakre
invalid: I've reviewed the whole list and it looks like we take the IANA list …
12:54 Ticket #16914 (Updated List of HTTP status codes for wp_header_to_desc()) created by hakre
http://www.iana.org/assignments/http-status-codes Hypertext Transfer …
11:30 Ticket #16913 (install_blog() does not work correctly when called multiple times) closed by solarissmoke
duplicate: #12028
11:27 Ticket #16905 (sanitize_title calls remove_accents before applying filters) closed by ocean90
duplicate: #16642
11:25 Ticket #16905 (sanitize_title calls remove_accents before applying filters) reopened by ocean90
11:05 Ticket #16913 (install_blog() does not work correctly when called multiple times) created by westi
If you want to pre-populate your multisite network with a big group of …
09:49 Ticket #16911 (Member profile management (WP vs BP)) closed by scribu
wontfix: Yeah, and then you'll want post editing on the front-end and before …
09:40 Ticket #16905 (sanitize_title calls remove_accents before applying filters) closed by toscho
invalid: See #16642 for a discussion of this issue and …
09:28 Ticket #16887 (Increase the default number of maximum redirects to 20) closed by hakre
worksforme: I can now imagine where the 5 is coming from, just ran over this: …
06:40 Ticket #16912 (Quick edit error message styling lost in 3.1) created by solarissmoke
In WP 3.0, quick edit error messages for posts (e.g., if someone else …
02:46 Ticket #16911 (Member profile management (WP vs BP)) created by youngmicroserf
One thing that continuously bugs me in WP is the user …
01:04 Ticket #16910 (Lazy evaluation for WP_Query) created by scribu
Suppose we have a 'city' post type, which is associated with a …
00:25 Ticket #16909 (some Location headers are using relative url's (2)) created by hakre
I started this in #14062 and already did some fixes for 3.1. Just …

03/20/2011:

22:54 Ticket #16908 (Normalize remove_accents() data) created by hakre
The remove_accents() functions contains the translitaration data in …
22:00 Ticket #16907 (Redirecting w/o using wp_redirect();) created by hakre
Some places in worpdress core do not make use of the wp_redirect() …
21:44 Ticket #16906 (Bogus call to wp_kses_no_null()) created by hakre
Nullchars and \ have been already replaced in string in question one …
21:29 Ticket #9492 (IRI Encoding of slugs is broken) closed by texttheater
wontfix: Sorry, I just wanted to add myself to Cc.
21:28 Ticket #9492 (IRI Encoding of slugs is broken) reopened by texttheater
21:26 Ticket #16905 (sanitize_title calls remove_accents before applying filters) created by texttheater
As of r15929, sanitize_title in formatting.php calls remove_accents …
19:22 Ticket #16904 (CURLOPT_SSL_VERIFYHOST Should use 2 instead of true) created by sivel
CURLOPT_SSL_VERIFYHOST Should use an integer of 2 instead of true to …
16:44 Ticket #16903 (PHP5-Port - Superfluous code in _deep_replace()) created by hakre
Since PHP 5.0.0 the count parameter was added, see …
15:48 Ticket #16902 (PRE/CODE tag overflow issue on the plugin details page) created by Simek
There is an issue with PRE/CODE tags on the plugin details page. The …
12:27 Ticket #16901 (Minor changes to theme install page) created by Simek
I've prepared minor changes to Theme Install page. Some basic stuff at …
10:38 Ticket #16900 (Advanced multisite environments) created by medical-hero
Hi, I've also mentioned this before for older versions as wpmu. …
01:04 Ticket #14170 (Problems with network activation) closed by nacin
fixed: Activation hooks are lame, particularly in a network situation. It's …
00:56 Ticket #16899 (Let Settings API be used also for non admins) closed by sivel
duplicate: See #14365
00:51 Ticket #16899 (Let Settings API be used also for non admins) created by maorb
Hi, There's the great [http://codex.wordpress.org/Settings_API/

03/19/2011:

22:36 Ticket #16898 (Fix plugins about page license requirement) created by scribu
The plugins about page requires plugins to be GPLv2 compatible: …
17:54 Ticket #14490 (function "get cat ID" fails if category name has an apostrophe) reopened by logiclord
Replying to hakre: > Replying to logiclord: > …
17:46 Ticket #14757 (users with no posts are not exported) reopened by logiclord
17:42 Ticket #14757 (users with no posts are not exported) closed by logiclord
fixed
15:02 Ticket #16783 (Do not output title attributes with wp_list_pages()) reopened by hakre
Thanks for providing a patch. But please keep in mind, that nothing …
14:45 Ticket #16897 (wp_schedule_event with array of $args does not pass array to action) closed by commentluv
invalid: ok figured this out about a pico second after wpmuguru answered me on …
14:10 Ticket #16783 (Do not output title attributes with wp_list_pages()) closed by logiclord
fixed
13:44 Ticket #14490 (function "get cat ID" fails if category name has an apostrophe) closed by logiclord
fixed: Works in my case too
13:03 Ticket #16897 (wp_schedule_event with array of $args does not pass array to action) created by commentluv
when I schedule an event with an array of $args , when the action is …
12:15 Ticket #16896 (What about / Whom to ask for build-scripts and -binaries used to build ...) reopened by hakre
Replying to westi: > JavaScript and CSS are compressed by …
12:03 Ticket #16896 (What about / Whom to ask for build-scripts and -binaries used to build ...) closed by westi
worksforme: JavaScript and CSS are compressed by committers using the YUI …
12:00 Ticket #16896 (What about / Whom to ask for build-scripts and -binaries used to build ...) created by hakre
The [http://wordpress.org/download/release-archive/ WordPress software …
11:47 Ticket #16895 (wp_list_pluck cannot be used with arrays of references) created by dd32
Example code: […] Example output: […] Expected output: […] …
11:19 Ticket #16894 (Bulk load Comment Meta upon access) created by dd32
When we query posts, we bulk load all of the posts meta and taxonomies …
06:37 Ticket #16893 (Stop or reduce crawling of comment reply ?replytocom URLs) created by joelhardi
(For full background, you can check out the off-topic comments at the …

03/18/2011:

22:03 Ticket #10483 (Change post_name's length from 200 to 400) reopened by nacin
Reopening for discussion.
21:55 Ticket #10483 (Change post_name's length from 200 to 400) closed by nacin
maybelater: We're not adjusting anything for MySQL 5 at this time. Closing as …
19:55 Ticket #10550 (nofollow attribute added to comment_reply_link function) closed by hakre
fixed: Replying to solarissmoke: > Replying to [comment:15
18:59 Ticket #14401 (Unable to locate WordPress Content directory (wp-content).) closed by sivel
invalid: Replying to pavelevap: > Upgraded to latest 3.1 and …
18:09 Ticket #14401 (Unable to locate WordPress Content directory (wp-content).) reopened by pavelevap
Upgraded to latest 3.1 and problem is still here: "Unable to locate …
17:45 Ticket #16892 (make_clickable segfault) created by westi
Running the following nasty comment text through make_clickable …
17:33 Ticket #16891 (Deleting all attachments from post under 'Gallery' tab shows 'From ...) created by kawauso
Steps to Reproduce: 1. Attach images to post using 'Add an …
17:08 Ticket #16890 (Mutliple Location response headers can trigger notices) created by hakre
The current implementation for manual cUrl redirects (safemode / …
16:55 Ticket #15088 (Reduce Remote Dependency of the Network Admin) reopened by hakre
Replying to azaozz: > Replying to hakre: > > …
16:49 Ticket #16889 (Having a location header does not mean that there should be a redirection.) created by hakre
Having a location header does not mean that there should be a …
16:34 Ticket #16888 (WP HTTP Curl transport is only handling some but not all redirect ...) created by hakre
That's violating the specs by namely processing 301 and 302 only: …
16:32 Ticket #15088 (Reduce Remote Dependency of the Network Admin) closed by azaozz
wontfix: Replying to hakre: > ... > I wonder if it's possible to …
16:08 Ticket #16887 (Increase the default number of maximum redirects to 20) created by hakre
The default number of maximum redirects in the diverse HTTP …
16:00 Ticket #16886 (Adding readonly function to wp-includes/general-template.php) created by kakidcm
A quite simple improvement, really. Just like the checked, …
12:45 Ticket #16885 (Warning emited in Header parsing when server does not specify a ...) created by dd32
As reported in #16855 by cogmios, the HTTP API class can emit a …
12:15 Ticket #15088 (Reduce Remote Dependency of the Network Admin) reopened by hakre
Westi, then I place this a feature request. I'd like to have the same …
12:08 Ticket #15088 (Reduce Remote Dependency of the Network Admin) closed by westi
invalid
12:06 Ticket #15088 (Reduce Remote Dependency of the Network Admin) reopened by hakre
A remote API is not reliable at all if it's not available (e.g. …
11:49 Ticket #16884 (Wrong order of parameters in str_replace() in setup-config's get_bloginfo()) created by hakre
See str_replace()
10:49 Ticket #8552 (Change notice text when wpnonce is missing) closed by solarissmoke
duplicate: #15394 has a patch and is tagged for 3.2
08:49 Ticket #16879 (bug in function wp_count_comments in wp-includes/comment.php line 900) closed by nacin
duplicate
08:39 Ticket #16446 (Edgecase bug within wp_count_comments()) closed by solarissmoke
duplicate: #15215
08:18 Ticket #10550 (nofollow attribute added to comment_reply_link function) reopened by solarissmoke
See #16709, and also #16881. Removing the nofollow attributes causes …
07:14 Ticket #8665 (Too short timeout for trackbacks and pingbacks) closed by yogieanamcara
wontfix
07:13 Ticket #8665 (Too short timeout for trackbacks and pingbacks) reopened by yogieanamcara
Still the same issue on my WP Multisite in WP 3.1?
03:28 Ticket #16883 (Add check for "Template Version" on theme activation) created by nathanrice
Related: #16395 In addition to adding Template Version to the …

03/17/2011:

22:01 Ticket #15596 (Allow JS functions in TinyMCE $initArray) closed by azaozz
fixed: (In [17522]) Allow JS functions in the TinyMCE init array, fixes #15596
22:01 Changeset [17522] by azaozz
Allow JS functions in the TinyMCE init array, fixes #15596
21:08 Ticket #16882 (Add support for fetching comments posted since a specific date) created by koke
Adding a "since" option to wp.getComments and get_comments() could …
20:27 Ticket #16881 (Remove all unwanted 'nofollow' attributes from 'reply to comment' links) created by joelhardi
This should be a trivial fix. r16230 removed the rel="nofollow" …
19:25 Ticket #16880 (Suggestion: login links on all pages) created by dougal
My wife is (finally) getting to work with WordPress at her job. As a …
19:24 Ticket #16879 (bug in function wp_count_comments in wp-includes/comment.php line 900) created by tfnab
This seems to have been around for a while and keeps being ignored, or …
18:41 Ticket #16878 (PDF links open in same window despite target="_blank") closed by johnbillion
invalid: The JavaScript in your theme is overriding the link target.
18:23 Ticket #16878 (PDF links open in same window despite target="_blank") created by Frederik77
When I link to a PDF and specify target="_blank", the PDF will still …
17:12 Ticket #11185 (Plugin update notification enhancements) closed by nacin
wontfix: This should be proposed through the UI group then. Re-closing. The …
16:25 Ticket #16877 (Better education about placeholder in twentyten comment.) created by hakre
Just ran over this while creating a child-theme. I think it's worth to …
15:56 Ticket #16876 (Separate msgid "Post" from wp-includes/post.php:1154 for the ...) created by waclawjacek
Hey! It seems that both the custom menu creation screen and the …
15:48 Ticket #16875 (auth_redirect() minor code change) created by hakre
While looking into #16858 I stumbled over some is_ssl() related code …
15:47 Ticket #16874 (Admin bar problems in IE7 and Chrome) created by wpdavis
Love the new admin bar, but I'm noticing a minor problem in Chrome and …
14:59 Ticket #11185 (Plugin update notification enhancements) reopened by hakre
Replying to johnbillion: > No explanation for changes. …
14:00 Ticket #16873 (Almost all posts on stats system are marked "deleted"!) closed by scribu
invalid: trac is for reporting problems with the core WordPress software. For …
13:42 Ticket #16873 (Almost all posts on stats system are marked "deleted"!) created by herophuong
Almost all of the posts on my blog are marked as "deleted", although …
12:02 Ticket #16872 (Old/unused arguments in wp_dropdown_categories/wp_list_categories) created by solarissmoke
There are some arguments in wp_dropdown_categories/wp_list_categories …
08:43 Ticket #4679 (the_content() vs. the_excerpt() - apply different filters to posts ...) closed by solarissmoke
worksforme: Since this ticket was created, a wp_trim_excerpt filter was added …
08:15 Ticket #3603 (end-of-comment markers converted to em-dash) closed by solarissmoke
duplicate: #8912 - that one seems more active
04:47 Ticket #11185 (Plugin update notification enhancements) closed by johnbillion
wontfix: No explanation for changes.
04:33 Ticket #10734 (Gallery Shortcode Causes XHTML Validation Failure) closed by johnbillion
fixed: Fixed with the introduction of the 'use_default_gallery_style' filter …
04:21 Ticket #10479 (Prevent create empty "span" tags one edit media page) closed by johnbillion
duplicate: Dupe of #11569
04:07 Ticket #10228 (The insert gallery button doesn't go away when media items get deleted) closed by johnbillion
worksforme: Worksforme as of 3.1.
03:49 Ticket #9743 (Clicking the plugin's name performs different actions) closed by johnbillion
fixed: As of 3.1 these two issues have been addressed with the introduction …
03:29 Ticket #7634 (Need a way to cancel an upload edit) reopened by dd32
Still applies to the Media Edit page. Steps to Reproduce: 1. On the …
03:25 Ticket #7885 (Press This: Add Photo (n) instead of just Add Photo) closed by johnbillion
invalid: N/A due to subsequent string changes on the media upload buttons and …
03:21 Ticket #7634 (Need a way to cancel an upload edit) closed by johnbillion
worksforme: Not sure if this ticket applied to the inline media manager or the …
02:57 Ticket #6925 (Saved permalinks aren't Saved) closed by johnbillion
worksforme: We now have 'Ok' and 'Cancel' buttons instead of 'Save'.
02:53 Ticket #6530 (AJAX comment moderation doesn't update paging) closed by johnbillion
worksforme: Worksforme as of 3.1. The pagination controls are greyed out as …
02:50 Ticket #6601 (When AJAX adding a child category, dropdown "Category Parent" list ...) closed by johnbillion
worksforme: Replying to solarissmoke: > Looks like an old bug that has …
02:42 Ticket #5281 (request for category unions intersections via URL) closed by johnbillion
worksforme: This got fixed somewhere along the line. Worksforme as of 3.1.
02:30 Ticket #14984 (No backlink in comment error messages) closed by johnbillion
duplicate: Marking as dupe of #4332 See also …
02:18 Ticket #3880 (parent_page_item class is not applied when browsing blog archives) closed by johnbillion
fixed
02:14 Ticket #2870 (Make installation form pluggable (was: allow user to set password)) closed by johnbillion
fixed: The simplified password reset functionality introduced in 3.1 means …
01:44 Ticket #16871 (In Firefox 3.6.15, from the Admin Screen, Logout Function in tool bar ...) closed by dd32
worksforme: > Weird. Indeed. Given me and sivel can't reproduce it, and it's …
00:38 Ticket #16871 (In Firefox 3.6.15, from the Admin Screen, Logout Function in tool bar ...) created by Patirick
Please note: this ONLY happens in FireFox 3.6.15''''' When the …
Note: See TracTimeline for information about the timeline view.