Make WordPress Core

Timeline

02/23/2010:

23:53 Changeset [13352] by wpmuguru
add menu delete & other custom menu cleanup, See #11817
23:46 Changeset [13351] by nacin
Proper RTL + .dev.css support, first pass. See #12292
23:39 Ticket #11583 (Styling the "urlfield" inside Media Uploader) closed by nacin
worksforme: Closing for now. Feel free to re-open with feedback.
23:32 Ticket #11609 (body_class and post_class bug with duplicate .page class possibility) closed by automattor
fixed: (In [13350]) Add .type-{post_type} to post_class. fixes #11609
23:32 Changeset [13350] by nacin
Add .type-{post_type} to post_class. fixes #11609
23:26 Ticket #11519 (Support Ogg audio and video file extensions and Internet media types) closed by nacin
fixed: (In [13349]) Support Ogg audio and video file extensions. Fixes #11519
23:26 Changeset [13349] by nacin
Support Ogg audio and video file extensions. Fixes #11519 props …
23:21 Ticket #12355 ("Not Found" error... sometimes!) closed by filosofo
invalid: When you're logged in, you can see drafts. Otherwise, you can't. …
23:19 Ticket #12355 ("Not Found" error... sometimes!) created by leftwave
Here are the links in question: …
23:13 Changeset [13348] by wpmuguru
fix custom menu hierarchy support in admin, See #11817
23:11 Ticket #12331 (class PasswordHash gives file access error when creating Network) closed by nacin
duplicate
23:03 Ticket #11985 (In RTL languages try to avoid italic fonts) closed by nacin
fixed: I committed this in [13226], though it was replaced in [13346] #12347.
23:01 Ticket #12338 (typo in wp-admin/custom-navigation.php li 99) closed by nacin
duplicate: Fixed at some point in #11817
22:43 Ticket #11841 (Validate $object_id in *_metadata() functions) closed by nacin
fixed: (In [13347]) Validate $object_id in *_metadata() functions. Props …
22:42 Changeset [13347] by nacin
Validate $object_id in *_metadata() functions. Props scribu fixes #11841
22:35 Ticket #12347 (Dashboard RTL fixes) closed by nacin
fixed: (In [13346]) RTL fixes. fixes #12347 props yoavf
22:35 Changeset [13346] by nacin
RTL fixes. fixes #12347 props yoavf
22:07 Changeset [13345] by ryan
Fix php open tag. Props TobiasBg. see #11817
22:06 Changeset [13344] by ryan
Some nav menu API. see #11817
22:04 Changeset [13343] by nacin
More wpdb cleanups, docs. see #11644 props hakre
22:02 Ticket #12354 (WP_WidgetArea class) created by jimisaacs
After a short discussion involving the state of the Widget API within …
21:03 Ticket #12353 (class-struktur for "custom menu") created by markus.zeeh
This menu needs a class-system, like this <ul class="level1"> <li …
20:48 Changeset [13342] by ryan
Cleanups. see #11817
20:38 Changeset [13341] by nacin
Fall back to $wpdb::blogid, not main blog id, in wpdb->tables(). See #11644
20:38 Changeset [13340] by ryan
Use 'Menus'. see #11817
20:28 Changeset [13339] by ryan
Drop 'Custom' from menu names. Use 'Menus' instead of Navigation. see …
20:22 Changeset [13338] by ryan
More output consolidation. see #11817
20:17 Ticket #12352 (upgrade claims my DB needs repair) created by ipstenu
I tried upgrading my 3.0-alpha multisite install to the latest trunk …
20:04 Ticket #12351 (Date Localization is a pain with date() syntax) created by brodock
Because Wordpress makes use of Date syntax, non english languages has …
19:58 Changeset [13337] by nacin
Ensure we have MS global tables defined during network install. See #11644
19:28 Changeset [13336] by ryan
More output consolidation. see #11817
19:08 Changeset [13335] by iammattthomas
Tag editor-style support, adjust site-info font size in twentyten. See …
18:45 Changeset [13334] by ryan
More output consolidation. see #11817
18:41 Ticket #12350 (Check folder permissions before uploading file) created by not2bug
It would be nice if wordpress - or especially the media-upload module …
18:27 Ticket #7164 (Automatic text replacements should be localized) closed by nbachiyski
fixed: This was fixed in [11504]
18:23 Changeset [13333] by iammattthomas
Move headers to images directory, remove old header in twentyten. See …
18:23 Ticket #4559 (Slightly different approach to javascript localization) closed by nbachiyski
wontfix: This was a long time ago.
18:17 Changeset [13332] by ryan
Start consolidatinh menu item outupt into output_menu_item(). DRY. see …
17:13 Changeset [13331] by ryan
Nav cleanup. see #11817
16:34 Ticket #11757 (redundant logic in max upload size checking) closed by wpmuguru
invalid: Looks are deceiving. They don't serve the same function and are both …
16:29 Ticket #12349 (wp_insert_term doesn't check for already existing slugs if the slug is ...) created by nbachiyski
Expected: even if the slug of the new term isn't explicitly provided, …
16:23 Ticket #12199 (Add actions before and after signup form on wp-signup.php) closed by wpmuguru
invalid: Both header.php and footer.php from the active theme are called by …
15:46 Ticket #12346 (Saving settings in multiple plugins results in You do not have ...) closed by wpmuguru
invalid: use admin_url('options-general.php?page=Sociable')
15:21 Ticket #12348 (Improve default callback for taxonomies categories/post_tag) created by momo360modena
See patch. With the new API of taxonomies, one taxonomy can have …
14:58 Ticket #12347 (Dashboard RTL fixes) created by yoavf
Attached patch fixes: - Missing margin on upload form labels …
14:28 Ticket #11526 (JavaScript l10n inconsistency) closed by nbachiyski
wontfix: We should make plugin developers properly use the enqueue functions. I …
11:59 Ticket #11591 (Translations need context when the string is integer value) closed by nbachiyski
duplicate: Duplicate of #11851
11:57 Ticket #12089 (Unintended blank lines in plugins break XML for feeds) reopened by miqrogroove
Viper007Bond reported an error activating Akismet in debug mode, where …
11:16 Ticket #9686 (Make pomo class flushable/reloadable) closed by nacin
fixed: (In [13330]) Introduce unload_textdomain() and add plugin_locale and …
11:14 Changeset [13330] by nacin
Introduce unload_textdomain() and add plugin_locale and theme_locale …
10:46 Ticket #10837 (Add *_user_meta() functions) closed by nacin
fixed: (In [13329]) Switch over to *_user_meta() syntax. The old …
10:42 Changeset [13329] by nacin
Switch over to *_user_meta() syntax. The old get_usermeta() would …
10:30 Changeset [13328] by nacin
Don't show two ellipses in wp_widget_rss_output(). Fixes #11244 props …
10:18 Ticket #12346 (Saving settings in multiple plugins results in You do not have ...) created by guyn
The problems occurs due to a duplicity in the url which appears inside …
09:44 Changeset [13327] by nacin
Use sprintf() in hard-coded string. Use same comment and error code as …
09:15 Changeset [13326] by nacin
Ensure we're back compat with return values and actions in deprecated …
09:08 Changeset [13325] by nacin
Change inline docs to reflect [13324]
09:06 Changeset [13324] by nacin
Improvements and fixes to wpdb::tables(). See #12083 see #11644
08:50 Ticket #11865 (Somethimes xml response instead of html) reopened by vibechild
I am having this exact problem. I have it with or without a custom …
08:23 Ticket #10837 (Add *_user_meta() functions) reopened by nacin
The old *_usermeta() functions should be backwards compatible. I'm …
07:10 Changeset [13323] by dd32
Restore [13194] which was accidentally overwritten in [13315]. See #12256
04:25 Ticket #12345 (Reposition Loading Spinner for Quick Edit to sit next to "Update Post" ...) created by batmoo
The Loading Spinner for Quick Edit currently sits next to the cancel …
03:19 Changeset [13322] by wpmuguru
add function for deleting individual menus, see #11817
02:37 Ticket #12344 (wp_set_object_terms() causes php notice when WP_DEBUG is on) closed by wpmuguru
fixed: (In [13321]) fix debug notice in wp_set_object_terms(), props …
02:37 Changeset [13321] by wpmuguru
fix debug notice in wp_set_object_terms(), props jeremyclarke, fixes #12344
02:31 Ticket #12344 (wp_set_object_terms() causes php notice when WP_DEBUG is on) created by jeremyclarke
Super simple problem. When WP_DEBUG is set to true and the $append …
02:23 Changeset [13320] by iammattthomas
New screenshot for twentyten, see #9015
01:46 Changeset [13319] by ryan
Add a selection of headers to twentyten. see #9015
01:29 Ticket #12343 (Custom Header Selector) created by ryan
Allow themes to register multiple pre-made headers from which to …
01:13 Changeset [13318] by ryan
Revert [13187] pending further debate. see #12267
00:36 Ticket #12342 (New widget option after calling register_widget creating empty widget) created by jimisaacs
After I register a new widget class that has never been registered …

02/22/2010:

23:43 Ticket #12341 (Invalid feed type returns 500 HTTP response) created by aaroncampbell
It looks like passing a bad value to the get variable "feed" gives an …
23:15 Ticket #12340 (Assign Certain Categories/Taxonomies To Site Authors) created by markmcwilliams
We all know that WP is more like a CMS compared to just a piece of …
23:14 Changeset [13317] by ryan
Formatting cleanups. see #11817
23:12 Changeset [13316] by markjaquith
Whitespace cleanup
22:59 Ticket #12250 (Generate 404s consistently when querying something that does not exist) closed by nacin
fixed: [13315]
22:58 Ticket #10930 (Wordpress incorrectly returns a 200 on a 404) closed by nacin
fixed: MarkJaquith FTW in [13315]
22:54 Changeset [13315] by markjaquith
Serve a real 404 for ?p=does-not-exist, ?cat=does-not-exist, etc. …
22:53 Changeset [13314] by nacin
Docs and code convention cleanups. see #11644 props hakre
22:01 Ticket #12339 (custom-navigation-dynamic-functions.js bug) created by junsuijin
The first li should be id="menu-1" rather than id="menu-0", since this …
21:59 Ticket #10399 (Random order of Category List in Add/Edit Link) closed by nacin
fixed: (In [13313]) Order link categories by name, not count, on Add/Edit …
21:59 Changeset [13313] by nacin
Order link categories by name, not count, on Add/Edit Link page. Fixes …
21:54 Ticket #12338 (typo in wp-admin/custom-navigation.php li 99) created by junsuijin
There is a call to e() that should be just (). This causes the …
21:29 Ticket #12337 (Parse error: syntax error, unexpected T_ELSE in ...) closed by nacin
fixed: [13312]
21:26 Changeset [13312] by nacin
Don't use PHP short tag. Fixes #12337 props junsuijin
21:25 Changeset [13311] by nacin
Don't use deprecated *_usermeta() functions. Props technosailor fixes …
21:23 Ticket #12337 (Parse error: syntax error, unexpected T_ELSE in ...) created by junsuijin
There is a <? where there should be a <?php directly before this line. …
20:27 Ticket #12305 (Update jQuery to 1.4.2) closed by ryan
fixed: (In [13310]) jQuery 1.4.2. fixes #12305
20:27 Changeset [13310] by ryan
jQuery 1.4.2. fixes #12305
20:27 Ticket #12221 (Remove 'secret' option) closed by nacin
fixed: (In [13309]) Remove unused 'secret' option. Fixes #12221
20:27 Changeset [13309] by nacin
Remove unused 'secret' option. Fixes #12221
20:15 Changeset [13308] by ryan
Typo fix. see #12186
20:15 Changeset [13307] by ryan
Grammar fix. Don't show empty img. Cleanup POST handler. see #12186
19:49 Ticket #12324 (Broken .htaccess File Created By WP 2.9.2) reopened by kevinB
It does appear that Role Scoper triggers redundant calls to …
19:48 Ticket #10849 (OPML import file size limit) closed by nacin
fixed: (In [13306]) Fix notice, and use wp_max_upload_size() to fill …
19:48 Changeset [13306] by nacin
Fix notice, and use wp_max_upload_size() to fill MAX_FILE_SIZE hidden …
19:37 Changeset [13305] by nacin
Add a boolean filter to allow suppression of the new mu-plugins and …
19:10 Ticket #10527 (load_textdomain() merges even if not needed.) closed by automattor
fixed: (In [13304]) Introduce is_textdomain_loaded(). Fixes #10527 props …
19:10 Changeset [13304] by nacin
Introduce is_textdomain_loaded(). Fixes #10527 props nbachiyski.
19:02 Ticket #12336 (WP.org Profiles - Trac Replies are not reported) created by archon810
Since WP.org Profiles already has forum post creations and replies, …
18:51 Ticket #12301 (built up sitemap) closed by jorbin
wontfix: There are already plugins that do this.
18:46 Changeset [13303] by ryan
Custom background styling fixes. Props yoavf. see #12186
18:45 Ticket #12316 (WP_HTTP doesnt handle 'HttpOnly' cookies correctly) closed by nacin
fixed: (In [13302]) Fix notice in WP_Http. Fixes #12316 props sivel.
18:45 Changeset [13302] by nacin
Fix notice in WP_Http. Fixes #12316 props sivel.
18:41 Ticket #11803 (create a manage_sites cap for super admins) closed by wpmuguru
fixed: (In [13301]) multisite UX, see #11644, add manage_ caps for …
18:41 Changeset [13301] by wpmuguru
multisite UX, see #11644, add manage_ caps for super_admin, fixes #11803
18:35 Ticket #10837 (Add *_user_meta() functions) closed by nacin
fixed: (In [13300]) Introduce *_user_meta() functions, deprecate *_usermeta() …
18:35 Changeset [13300] by nacin
Introduce *_user_meta() functions, deprecate *_usermeta() family. …
18:32 Ticket #12335 (wpautop() adds pee's around closing tag of HTML 5 block-level element ...) created by springfeld
If you add a figure-element into a post, it will only be altered on …
18:27 Ticket #12309 (Deprecate clean_url() in favor of esc_url() and esc_url_raw()) closed by nacin
fixed: [13299]
18:25 Changeset [13299] by nacin
Deprecate clean_url() for esc_url(). Fixes #12309
18:16 Changeset [13298] by ryan
More gettext. see #11817
18:15 Changeset [13297] by nacin
Use esc_url() instead of clean_url(). See #12309
18:12 Changeset [13296] by ryan
More gettext. see #11817
18:03 Changeset [13295] by ryan
Some gettext and formatting. see #11817
17:48 Changeset [13294] by wpmuguru
add apostophes to custom menu update messages, See #11817
17:27 Changeset [13293] by wpmuguru
improve custom menu hierarchy logic, See #11817
17:22 Ticket #12334 (A series of typos/thinkos that should be fixed) created by rlerdorf
In wp-includes/capabilities.php around line 773: […] The author …
17:21 Changeset [13292] by ryan
Handle custom post types in inline edit js. Props jfarthing84. see #9674
17:19 Changeset [13291] by ryan
Don't require a default category for attachment types other than …
16:54 Ticket #12278 (3 year old bugs in wp-admin file uploading) closed by ryan
fixed: (In [13290]) Pass overrides. Allow ref array calling. Props tychay. …
16:54 Changeset [13290] by ryan
Pass overrides. Allow ref array calling. Props tychay. fixes #12278
16:53 Ticket #1258 (Curly quotes mixups) reopened by HarryRAR
I know this was lumped into another ticket, but since it's 5 years old …
16:38 Ticket #12324 (Broken .htaccess File Created By WP 2.9.2) closed by nacin
invalid: Closing as invalid. There's also #11903, so it could be considered a …
14:48 Ticket #12333 (Get "message" and "error" params in wp-login.php) created by FiloSottile
It might be useful a parameter like "redirect_to" to set $message and …
12:17 Ticket #12332 (Path rewrites on Multisite with subdirectories (htaccess)) created by automaton
I'm trying to create a Network on www.example.com/wp3/ with sub-sites …
12:10 Ticket #12331 (class PasswordHash gives file access error when creating Network) created by automaton
The error occurs in line 58: […] Could be a symbolic link issue.
11:59 Ticket #12106 (get_attachment_template needs namespace) closed by nacin
worksforme
09:34 Ticket #12330 (wp_get_attachment_url() is returning original image url after cropping) created by ssandison
I noticed this by uploading an image in posts/pages and cropping it. …
08:36 Changeset [13289] by dd32
Introduce assign_cap for Taxonomies, Defaults to 'edit_posts'. Allows …
08:26 Ticket #11739 (Add changelog or version info link to wp-admin/update-core.php) closed by nacin
fixed: I avoided wp-admin/includes/update-core.php, as that file is actually …
08:26 Changeset [13288] by dd32
Links to Comment on Comments page, even for users that cannot modify it.
08:19 Ticket #11357 (tag cloud option to show all tags) closed by nacin
worksforme: Using number = 0 as an argument for wp_tag_cloud() shows all tags.
05:55 Ticket #12329 (Fix proposed for sidebar widget code to be HTML5 compliant) created by gfitzp
Using the code from the [http://codex.wordpress.org/Widgetizing_Themes
04:12 Ticket #12328 (No edit media fields...) created by jfarthing84
Is it just me or is there no media fields for anything other than …
02:01 Changeset [13287] by wpmuguru
output correct parent id, visual hierarchy in admin, See #11817
00:26 Changeset [13286] by wpmuguru
add custom menu hierarchy support to admin, See #11817

02/21/2010:

23:38 Ticket #12327 (Draft pages do not show parent pages in prospective URL) created by markjaquith
When a draft page has a parent page set, its prospective URL does not …
22:38 Ticket #12326 (Media uploader breaks thickbox) created by delayedinsanity
When trying to use the media uploader on a custom options page, the …
22:28 Ticket #12324 (Broken .htaccess File Created By WP 2.9.2) reopened by miqrogroove
It seems premature to say invalid. At least consider marking as …
21:55 Ticket #12325 (Hook 'restrict_manage_posts' in upload.php out of place) created by jfarthing84
For some strange reason, the hook to add extra html for restricting …
21:24 Changeset [13285] by markjaquith
Use correct labels for additional hierarchical taxonomies instead of …
19:23 Ticket #12324 (Broken .htaccess File Created By WP 2.9.2) closed by sivel
invalid: I cannot reproduce this error. Please use …
18:24 Changeset [13284] by ryan
Use nav_menu as the taxonomy name and nav_menu_item as the post type. …
18:23 Ticket #12324 (Broken .htaccess File Created By WP 2.9.2) created by magblogapi
The attached .htaccess file was generated by WP this morning. Line 21 …
17:40 Ticket #11564 (Clearing tags in Quick Edit not working) closed by nacin
duplicate: Duplicate: #12318. Closing this one even though it was opened first …
17:15 Ticket #12323 (Original images linked when using [gallery] instead of edited images.) created by materdaddy
When using the built-in [gallery] in WPMU, any images you've edited …
17:14 Ticket #12322 (Blog import fails to generate reduced-size images) created by daveabrahams
I just imported from http://daveabrahams.wordpress.com (go ahead, try …
14:18 Ticket #12321 (When configuring, widget titles are smaller than before) created by ocean90
If I want to configure the 'recent comments' widget, the widget …
13:42 Ticket #12320 (Invalid call to wp_reset_query() inside Recent Posts widget) created by michelwppi
Description: When adding Recent posts widget in sidebar of a …
13:39 Ticket #12182 (Error on links page) closed by thee17
worksforme: It was a corrupted _links db table.
11:21 Ticket #11805 (Can't delete alternate text from image in media library) closed by dd32
fixed: (In [13283]) Allow Deletion of Media Alt text. Props reaperhulk. Fixes …
11:21 Changeset [13283] by dd32
Allow Deletion of Media Alt text. Props reaperhulk. Fixes #11805
11:02 Ticket #11340 (Link From Tags Admin to Posts Admin Missing When Count == 0) closed by dd32
fixed: (In [13282]) Link to Posts page on Taxonomy Administration page even …
11:02 Changeset [13282] by dd32
Link to Posts page on Taxonomy Administration page even for Count == …
10:57 Ticket #12319 (Code Typo introduced in [13261]) closed by dd32
fixed: (In [13281]) Fix Typo. Props TobiasBg. Fixes #12319. See #11817
10:57 Changeset [13281] by dd32
Fix Typo. Props TobiasBg. Fixes #12319. See #11817
10:55 Changeset [13280] by dd32
Set svn:eol-style on new navigation file, Temporarily fix Notice in …
10:51 Changeset [13279] by dd32
Fix New Menu term handling. See #11817
10:19 Changeset [13278] by dd32
Sync Installer/WP_Die background colour with the Fresh colour scheme …
10:06 Ticket #12319 (Code Typo introduced in [13261]) created by TobiasBg
[13261] added an erroneous ` before the menu_order var. The attached …
06:50 Ticket #12318 (Removing Last Tag in Quick Edit) created by zachware
In 2.9-beta-2 create a post with a tag (any tag.) Nav to Edit. Hover …
04:20 Ticket #12317 (Plugin Compatibility Missing for 2.9, 2.9.1, etc.) created by miqrogroove
The versions being displayed by Plugin Compatibility are 2.8.4, 2.8.5, …
03:56 Ticket #11553 ("Recommendations" Should Be "Requirements") closed by dd32
duplicate: Closing this as a duplicate of #10835 (Readme.html cleanups, rework) …
03:51 Ticket #5538 (wp-config.php generator should allow setting of secret key and other ...) closed by dd32
duplicate: See #12159
02:55 Changeset [13277] by dd32
add show_tagcloud to Taxonomy registration & add basic PHPDoc, See #11612
02:48 Ticket #11612 (Expand the Tag cloud widget to support non-tag taxonomies) closed by dd32
fixed: (In [13276]) Allow the Tag Cloud Widget to support non-tag taxonomies. …
02:47 Changeset [13276] by dd32
Allow the Tag Cloud Widget to support non-tag taxonomies. Props Sivel. …
02:17 Ticket #11899 (Add FunnyOrDie.com oEmbed support) closed by dd32
fixed: (In [13275]) Add FunnyOrDie.com oEmbed support. Props Viper007Bond. …
02:17 Changeset [13275] by dd32
Add FunnyOrDie.com oEmbed support. Props Viper007Bond. Fixes #11899.
02:06 Ticket #11559 (split HTTP Class and Functions) closed by automattor
fixed: (In [13274]) Split WP_Http classes into separate file. Fixes #11559
02:06 Changeset [13274] by dd32
Split WP_Http classes into separate file. Fixes #11559
02:00 Ticket #12316 (WP_HTTP doesnt handle 'HttpOnly' cookies correctly) created by dd32
Spits on an error: {{{ Notice: Undefined offset: 1 in …
01:33 Ticket #12310 (Move 'restrict_manage_posts' hook outside of category if statement) closed by dd32
fixed: (In [13273]) Move 'restrict_manage_posts' out of category check. Props …
01:33 Changeset [13273] by dd32
Move 'restrict_manage_posts' out of category check. Props jfarthing84. …
01:10 Ticket #12315 ("Link URL" on uploaded images does not update when saving a post) created by broofa
This bug occurs whenever there is a linked image in a post of the form …
01:07 Ticket #12314 (WP.org Profiles - Replies notices duplicate Created notices) created by archon810
I've been observing this bug for a while: when you start a new topic …
01:06 Ticket #12306 (Custom attachment types) closed by jfarthing84
invalid: After more testing, I am able to achieve what I want to by using …
01:02 Ticket #11992 (Enable comment threading by default) closed by wpmuguru
fixed: (In [13272]) enable threaded comments by default, fixes #11992
01:02 Changeset [13272] by wpmuguru
enable threaded comments by default, fixes #11992
01:01 Ticket #12313 (WP.org Profiles should add an RSS feed) created by archon810
I'm not sure where to report feature requests for WP.org Profiles so …
00:43 Ticket #12312 (Category tree gets mangled in the edit post page for categories with ...) created by archon810
This might be solved in 3.0, I'm not sure, but please consider this …
00:35 Ticket #12290 (Term taxonomy attachments) closed by scribu
duplicate: #12306
00:34 Changeset [13271] by ryan
Cleanups. see #11817
00:32 Ticket #11306 (Option to disable theme/plugin editor) closed by nacin
fixed: [13270]
00:19 Ticket #12109 (map_meta_cap doesnt work for multisite superadmins) closed by wpmuguru
fixed: (In [13270]) use map_meta_cap for multisite superadmins, props dd32, …
00:19 Changeset [13270] by wpmuguru
use map_meta_cap for multisite superadmins, props dd32, fixes #12109
00:10 Changeset [13269] by ryan
Use core jQuery UI. see #11817
00:03 Changeset [13268] by ryan
Trim trailing whites
00:02 Changeset [13267] by ryan
Add icons. see #11817

02/20/2010:

23:58 Changeset [13266] by ryan
Make js noConflict compat. see #11817
23:47 Ticket #12311 (xml export of post gallery) created by unsalkorkmaz
Hi, Default Wordpress post gallery system is good. But couldnt find a …
23:41 Changeset [13265] by ryan
Update paths in custom nav css. see #11817
23:35 Changeset [13264] by ryan
Remove custom jquery. see #11817
23:35 Changeset [13263] by ryan
Move autocomplete to standard jquery directory. Use core jQuery. Use …
23:18 Changeset [13262] by ryan
Rename file. see #11817
22:44 Changeset [13261] by ryan
Set type in post meta. see #11817
22:35 Changeset [13260] by ryan
Remove custom post states. Register taxonomy against menu_item post …
22:24 Changeset [13259] by ryan
Don't show menu for menu taxonomy. see #11817
22:21 Changeset [13258] by ryan
Set taxonomy label if none given.
21:57 Changeset [13257] by wpmuguru
introduce custom menus, props jeffikus, See #11817
21:44 Ticket #12306 (Custom attachment types) reopened by jfarthing84
Sorry, but I realize why I was confused. My idea was wanting to …
21:38 Ticket #12310 (Move 'restrict_manage_posts' hook outside of category if statement) created by jfarthing84
As it is now, the hook is usesless except for categories: […] We …
21:33 Ticket #12306 (Custom attachment types) closed by jfarthing84
invalid: Because I wasn't thinking right! LOL! Wow, I wasted a lot of …
21:11 Ticket #12300 (Allow filtration of image src URLs in wp-admin/) closed by nacin
fixed: [13256]
21:09 Changeset [13256] by nacin
Use admin_url() for images in wp-admin, to allow for filtering. Props …
21:00 Changeset [13255] by nacin
Set svn eol-style native on new files
20:42 Ticket #12309 (Deprecate clean_url() in favor of esc_url() and esc_url_raw()) created by nacin
Though eliminating a straight alias doesn't make much of a difference, …
18:20 Ticket #12308 (files in wp-includes missing closing php tags) closed by nacin
duplicate: Duplicate of #12307.
18:20 Ticket #12308 (files in wp-includes missing closing php tags) reopened by nacin
18:18 Ticket #12308 (files in wp-includes missing closing php tags) closed by Lazy79
invalid: The closing tag of a PHP block at the end of a file is optional, and …
18:13 Ticket #12308 (files in wp-includes missing closing php tags) created by washer
files in wp-includes missing closing php tags Numerous files in the …
18:12 Ticket #12307 (files missing closing php tags) created by washer
Numerous files in the 2.9.2 'wp-includes' folder are missing closing …
18:07 Ticket #12083 (Merge is_installed() into wp_not_installed() and is_blog_installed()) closed by nacin
fixed: wpmuguru and I agreed there's no need to account for the renaming of …
17:17 Ticket #12306 (Custom attachment types) created by jfarthing84
I am testing using custom post types as custom attachment types and it …
16:17 Ticket #11367 (Add Twitter & Facebook Options to User Contact Info) closed by nacin
worksforme: If anything, they'll all be stripped from core. See #11541. There's a …
15:43 Ticket #11918 (do_robots() Enhancement) closed by sivel
wontfix: I agree with all of the -1 votes. Closing as wontfix.
15:41 Ticket #11634 (Better minified Jcrop Script) closed by nacin
wontfix
14:23 Ticket #11861 (Show list of drop-ins and must-use plugins in admin area) closed by nacin
fixed
14:20 Ticket #12305 (Update jQuery to 1.4.2) created by xibe
Following up with [http://core.trac.wordpress.org/ticket/11595 the …
14:07 Changeset [13254] by nacin
Minor MS startup cleanups. See #11644
14:01 Ticket #12304 (Add Support for Built-In Colophon Page) created by chipbennett
Add support for a built-in colophon page, with appropriate …
13:51 Changeset [13253] by nacin
Rename is_installed() to ms_not_installed(). See #12083
13:32 Ticket #12303 (Mobile Safari Tweaks for TwentyTen) created by Simek
Use additional style sheet when HTTP_USER_AGENT is a Mobile Safari ( …
13:31 Ticket #11881 (setup-config.php step 2 broken) closed by nacin
fixed
12:59 Ticket #11681 (Erratic Behavior When wp-includes/pomo Missing) closed by nacin
fixed: [13251]
12:59 Ticket #11834 (Use require() in wp-settings.php) closed by nacin
fixed: [13251]
12:58 Ticket #11242 (Add "template_include" action to be run just before templates are included) closed by nacin
fixed: (In [13252]) Add template_include filter, to modify the template path …
12:58 Changeset [13252] by nacin
Add template_include filter, to modify the template path before it is …
12:50 Changeset [13251] by nacin
Force fatal errors via require() if we're missing something we need. …
12:28 Changeset [13250] by nacin
Add links to the codex changelog in update notification strings. props …
12:09 Changeset [13249] by nacin
Use utf8_encode() consistently in wp_read_image_metadata(). Also add …
11:56 Ticket #11362 (Pass instance & id_base to the widget_title filter) closed by nacin
fixed: (In [13248]) Always pass widget instance to widget_title filter. Also …
11:56 Changeset [13248] by nacin
Always pass widget instance to widget_title filter. Also add widget …
11:52 Ticket #11441 (Comment moderation AYS should provide feedback on comment's current status) closed by nacin
fixed
11:48 Changeset [13247] by nacin
Show awareness of comment's current status when moderating via …
11:18 Changeset [13246] by nacin
Comments moderation code cleanup. Dry up some code, add screen icon to …
10:52 Ticket #12302 (add_metadata() Fails to Store Serialized Values as BINARY) created by miqrogroove
Symptoms: WordPress stores corrupt values in post_metadata if there …
10:50 Changeset [13245] by nacin
Fix wpdb::tables() prefix handling. Ensures PHP4 compat. See #12083
09:49 Ticket #12301 (built up sitemap) created by omponk
version 3.+ pls give a built up sitemap to search engine, like …
09:17 Changeset [13244] by nacin
Improved IPTC and EXIF handling. Drag a wider net and also try to …
08:19 Ticket #11976 (wp_iframe() style inclusion when using objects/methods) closed by nacin
fixed: (In [13243]) Allow class/method array pair in wp_iframe() when …
08:19 Changeset [13243] by nacin
Allow class/method array pair in wp_iframe() when checking callback …
03:43 Ticket #12300 (Allow filtration of image src URLs in wp-admin/) created by mdawaffe
For caching purposes, large multisites will probably want to serve …
02:01 Ticket #12299 (Variable cleanups; Unused vars, Typo'd vars, and excess code blocks) closed by dd32
fixed: (In [13242]) Variable Cleanup, Unused variables, Typo'd variables, …
02:01 Changeset [13242] by dd32
Variable Cleanup, Unused variables, Typo'd variables, unused code …
01:59 Ticket #12299 (Variable cleanups; Unused vars, Typo'd vars, and excess code blocks) created by dd32
I've just done a cleanup of many variables which were only used once, …
01:45 Changeset [13241] by dd32
Update wpmu_delete_user() to use wp_delete_user()'s Link Deletion API, …
01:42 Ticket #12298 (wpmu_delete_user() doesnt use Link deletion API) created by dd32
wpmu_delete_user() doesnt use the Link deletion API. Patch makes it …
00:50 Changeset [13240] by dd32
Remove unused references to global $wpdb
00:39 Ticket #12297 ([11737] uses a PHP 4.3.2 function) created by dd32
Currently WordPress is set to require PHP 4.3, however [11737]
00:02 Changeset [13239] by nacin
Suffix and version bump for ie.css, see #12292

02/19/2010:

23:55 Changeset [13238] by nacin
Minify remaining RTL css files, and ie.css. See #12292.
23:26 Ticket #12256 (robots.txt not generated without posts) closed by dd32
fixed: Closing as fixed then, Remaining issues can be handled in #10886.
23:23 Ticket #12296 (wp_insert_attachment and categories) closed by dd32
duplicate: It was a choice at one point in time that all objects …
22:55 Changeset [13237] by nacin
Add ms.css to script-loader.php. See #11644
22:11 Ticket #12296 (wp_insert_attachment and categories) created by jfarthing84
I never knew attachments had categories. Why does the default category …
22:02 Ticket #12294 (Wrong nested IF statements in wp-admin/user-edit.php) closed by nacin
fixed: (In [13236]) Fix nesting of an if statement. Show keyboard shortcuts …
22:02 Changeset [13236] by nacin
Fix nesting of an if statement. Show keyboard shortcuts option even …
21:53 Changeset [13235] by nacin
Full Multisite support for dropins/mu-plugins in admin area. Ensure …
21:19 Changeset [13234] by nacin
Fix notice in populate_network(). See #11644
21:16 Changeset [13233] by nacin
Show must-use plugins and drop-ins in the plugins admin panel. First …
21:14 Ticket #12295 (More support to customize user profile edit page) created by pampfelimetten
Right now I can edit the contact methods via the user_contactmethods …
21:08 Ticket #12294 (Wrong nested IF statements in wp-admin/user-edit.php) created by pampfelimetten
if you remove one of the two wp_admin_css_color options in …
21:03 Ticket #12293 (Frame Busting in the Admin) created by ryan
We discussed this before when Twitter was suffering from the iframe …
20:58 Ticket #12159 (Define random keys and salts during setup-config.php) closed by nacin
fixed: [13232] adds a URL query var to prevent the http call, and with that, …
20:56 Changeset [13232] by nacin
Allow bypass of http call to wp.org (for keys/salts), via URL query …
20:27 Ticket #11880 (Avatars in Custom Comment Type) closed by nacin
fixed: (In [13231]) Add filter to get_avatar() to allow avatars for custom …
20:27 Changeset [13231] by nacin
Add filter to get_avatar() to allow avatars for custom comment types. …
20:14 Ticket #12288 (Use get_edit_post_link in edit-attachment-rows.php) closed by nacin
fixed: [13230]
20:03 Changeset [13230] by nacin
Use get_edit_post_link(). Props jfarthing84, fixes #12288
19:57 Ticket #11614 (phpdoc and cleanup of deprecated $table globals) closed by nacin
fixed: (In [13229]) Introduce wpdb::tables() to fetch table names on a global …
19:57 Changeset [13229] by nacin
Introduce wpdb::tables() to fetch table names on a global or blog …
19:40 Ticket #12237 (Merge STYLE_DEBUG with SCRIPT_DEBUG) closed by nacin
fixed: #12292
19:40 Ticket #12292 (Create missing .dev stylesheets and fix RTL handling) created by nacin
We need to create any missing .dev stylesheets and also fix WP_Styles …
19:12 Ticket #12291 (floated_admin_avatar makes it difficult to use other avatars) created by Otto42
The get_avatar function is quite clever. It can take several different …
19:08 Ticket #12290 (Term taxonomy attachments) created by jfarthing84
How cool would it be to associate an image, or any kind of attachment …
19:01 Ticket #11206 (Avatars in comments) closed by Otto42
worksforme
18:32 Ticket #12237 (Merge STYLE_DEBUG with SCRIPT_DEBUG) reopened by matveb
Shouldn't wp-admin/css/ms.dev.css be included when SCRIPT_DEBUG?
18:11 Ticket #9544 (CJK language in RSS feeds) closed by nbachiyski
wontfix: The Japanase WordPress version includes a …
18:01 Ticket #11832 (merge_with() inconsistency in load_textdomain()) closed by automattor
fixed: (In [13228]) Sync pomo. Props nbachiyski. fixes #11832
18:01 Changeset [13228] by ryan
Sync pomo. Props nbachiyski. fixes #11832
17:56 Ticket #12289 (Add comment_parent index to comments table schema) closed by automattor
fixed: (In [13227]) Add an index on comment_parent to speed up …
17:56 Changeset [13227] by ryan
Add an index on comment_parent to speed up wp_delete_comment() …
17:51 Ticket #12289 (Add comment_parent index to comments table schema) created by ryan
wp_delete_comment() generates queries like this when reparenting …
17:35 Ticket #12288 (Use get_edit_post_link in edit-attachment-rows.php) created by jfarthing84
Just like the title says. Instead of hardcoding the edit link, use the …
15:55 Ticket #11884 (mod_rewrite optimization) closed by nacin
wontfix: Replying to sivel: > -1 from me. I can see a situation …
15:42 Changeset [13226] by nacin
Don't italicize admin footer in RTL. Props raimy, fixes #11985
15:30 Ticket #12287 (Bug with : Query Posts, Post status and Custom Taxonomy) created by momo360modena
I use a category for a events section of my website. I filter on two …
15:04 Changeset [13225] by nacin
Fix potential notice. props hakre, see #12283
14:33 Changeset [13224] by nacin
First pass at Multisite support in DB repair. When MS, include main …
14:12 Changeset [13223] by nacin
Remove debug cruft. Fixes #12230
13:39 Ticket #11654 (wp-settings.php is missing i18n) closed by nacin
fixed: (In [13222]) Add missing i18n comment for a hard-coded string. Props …
13:39 Changeset [13222] by nacin
Add missing i18n comment for a hard-coded string. Props Nao, fixes #11654
13:35 Ticket #9235 (Extract real IP behind a load balancer) reopened by hpatoio
@westi I do agree but how do I fix this without hacking the core ? I …
13:33 Ticket #12270 (Incorrect menu active for edit custom taxonomy form) closed by nacin
fixed
13:26 Ticket #12286 (bug and fix when importing from Movable Type) created by leyburn888
I'm running WP Mu 2.9.1.1 and had a problem importing a Movable Type …
12:47 Ticket #11832 (merge_with() inconsistency in load_textdomain()) reopened by nbachiyski
12:30 Ticket #11832 (merge_with() inconsistency in load_textdomain()) closed by nbachiyski
fixed: This was fixed in http://trac.glotpress.org/changeset/375
10:59 Ticket #12230 (Upgrade error - Incompatible Archive - ZipArchive) closed by dd32
fixed: (In [13221]) Fallback to PclZip in the event that ZipArchive cannot …
10:59 Changeset [13221] by dd32
Fallback to PclZip in the event that ZipArchive cannot handle a given …
10:49 Changeset [13220] by dd32
Update get_user_option()'s PHPDoc Comment to remove mentions of blog …
10:45 Changeset [13219] by dd32
Make better use of $wp_query->get_queried_object() instead of …
10:41 Changeset [13218] by dd32
Remove Unneeded the_post/rewind_posts() calls, Add a "No posts for …
10:38 Ticket #12285 (Migrate Link Categories management page to edit-tags.php) created by dd32
In 3.0 with #11838, I've migrated the Categories page and any custom …
10:31 Ticket #12117 (no admin 18n after upgrade) closed by nbachiyski
wontfix: 20MB memory limit is really low. Many parts of WordPress require 32 or …
10:26 Changeset [13217] by dd32
More Taxonomy cap checks. See #12035
10:21 Changeset [13216] by dd32
First pass at giving taxonomies a show_ui param. See #10773
10:05 Changeset [13215] by dd32
Use the public query param instead of show_ui to determine if the Post …
10:00 Ticket #12231 (Better name for "themes_loaded") closed by dd32
fixed: (In [13214]) Rename the new 'themes_loaded' hook to …
10:00 Changeset [13214] by dd32
Rename the new 'themes_loaded' hook to 'after_setup_theme' to prevent …
09:54 Changeset [13213] by dd32
Fix $post_type handling/passing in the Taxonomy edit links. Fix the …
09:33 Changeset [13212] by dd32
More Taxonomy cap checks. See #12035
02:54 Ticket #12284 (I/O Sanity Failures With Invalid HTML Entity References) created by miqrogroove
Background While testing moderation and sanitize functions for …
02:16 Ticket #12283 (Tests do warnings on unset variables) created by hakre
Just a small warning / unset variable. Experienced that in running tests.
01:55 Ticket #11892 (Test-Suite: make wp_die() a pluggable function) closed by hakre
fixed: Changeset is r289 in the testing repository. enclose parts that die() …
01:27 Ticket #11648 (External: Text_Diff Version 1.1.1 (Current: 1.0.0)) closed by nacin
duplicate: #9467
01:25 Ticket #9467 (Update Diff Engine [patch included]) closed by automattor
fixed: (In [13211]) Update Text_Diff. Props simek. Fixes #9467
01:25 Changeset [13211] by nacin
Update Text_Diff. Props simek. Fixes #9467
01:19 Ticket #12282 (Redirect option after registration and password recovery) created by usermrpapa
we get a lot of user requests (and would be handy indeed) for a …
01:08 Ticket #12215 (phpdoc patch for functions.php) closed by automattor
fixed: (In [13210]) Some more phpdoc bits for functions.php. Props …
01:08 Changeset [13210] by nacin
Some more phpdoc bits for functions.php. Props miqrogroove, fixes #12215
01:04 Ticket #12041 (wp-includes/wp-db.php WP_DEBUG constant) closed by automattor
fixed: (In [13209]) Assume WP_DEBUG is defined in wpdb. Remove unnecessary …
01:03 Changeset [13209] by nacin
Assume WP_DEBUG is defined in wpdb. Remove unnecessary constant() …
00:46 Ticket #12280 (^ is an escape char in the windows OS) closed by nacin
invalid
00:28 Ticket #12281 (Double Escaped Problem in wp_getComments) closed by ryan
fixed: (In [13208]) Fix double escaping in wp_getComments. Props josephscott. …
00:28 Changeset [13208] by ryan
Fix double escaping in wp_getComments. Props josephscott. fixes #12281
00:28 Changeset [13207] by ryan
Fix double escaping in wp_getComments. Props josephscott. fixes #12281
00:18 Ticket #12281 (Double Escaped Problem in wp_getComments) created by josephscott
The XML-RPC method wp.getComments uses the wp_getComment function to …
00:03 Changeset [13206] by nacin
Allow more special characters in wp_generate_password() second pass. …

02/18/2010:

23:41 Ticket #3426 (Should include default favicon) closed by nacin
fixed: (In [13205]) Bail early for favicon.ico requests so we don't load WP …
23:41 Changeset [13205] by nacin
Bail early for favicon.ico requests so we don't load WP twice. Props …
23:20 Ticket #11388 (Deprecated functions: Formally deprecate and/or move to deprecated.php) closed by nacin
fixed: Six changesets later, I have nothing left for this ticket at this …
23:17 Changeset [13204] by nacin
Move deprecated pluggable functions to a new file to lower their …
23:05 Ticket #12280 (^ is an escape char in the windows OS) created by hakre
It should be removed from filenames then, otherwise the …
23:02 Ticket #12182 (Error on links page) reopened by thee17
No, I guess this came back after importing an opml file, even with no …
22:43 Tickets #11556,​12157 batch updated by automattor
fixed: (In [13203]) Add Youtu.be short URLs and Smugmug to the default oEmbed …
22:43 Changeset [13203] by nacin
Add Youtu.be short URLs and Smugmug to the default oEmbed providers. …
22:09 Changeset [13202] by westi
Move more references from default to WP_FALLBACK_THEME. To make …
21:32 Ticket #12279 (Allow to asign multiple parents to a taxonomy term) created by Atoon
I think it will be nice to allow terms in hierachical taxonomies to …
20:54 Ticket #11595 (Update jQuery UI to newest version) closed by ryan
fixed
20:49 Changeset [13201] by ryan
jQuery UI 1.7.2. fixes #11595
20:08 Changeset [13200] by ryan
Deny commenting on any post with a non-public status. see #9674
20:03 Changeset [13199] by ryan
Don't use array_fill_keys() as it is PHP5 only. see #9674
20:01 Changeset [13198] by ryan
Don't include internal post types in the total. see #9674
19:43 Ticket #11474 (Add validation error reporting system to Settings API) closed by ryan
fixed: (In [13197]) add_settings_error fixes. Props jeremyclarke. fixes #11474
19:43 Changeset [13197] by ryan
add_settings_error fixes. Props jeremyclarke. fixes #11474
19:21 Ticket #12278 (3 year old bugs in wp-admin file uploading) created by tychay
They're relatively minor: - in media.php, $overrides was supposed to …
19:04 Ticket #12277 (Test-Suite: Cross-Plattform portability: No Color Codes in Windows Shell) created by hakre
The Windows Shell does not provide any colors. Well to be more precise …
18:03 Ticket #12274 (get_themes() Support for gzipped style.css) closed by scribu
worksforme: You can easily do this by adding a filter to 'stylesheet_uri' (also …
17:15 Ticket #12276 (do_pings/do_all_pings emit E_WARNINGs on malformed URLs) created by rowanbeentje
When running WP_CRON, do_pings/do_all_pings causes E_WARNINGs and may …
16:59 Ticket #12275 (get_themes() returns formatted data) created by GeorgWP
WP 2.9 has changed the way get_themes() functions. The variable …
15:40 Changeset [13196] by wpmuguru
revert [13036], change not consistent with MU, See #11644
15:34 Ticket #12274 (get_themes() Support for gzipped style.css) created by anonymized_166966
Please add support for style.css.gz and style.gz.css as theme default …
15:10 Ticket #12273 (Better support for sites with LOTS of pages) created by mkjones
The default page listing is inadequate for sites utilise Pages as …
12:28 Ticket #12256 (robots.txt not generated without posts) reopened by nacin
dd32 indicated he wanted to review this further.
12:27 Ticket #12256 (robots.txt not generated without posts) closed by hakre
fixed: I would not say "even". This is clearly a bug IMHO.
12:22 Ticket #12272 (No more trac email for me) created by jidanni
I wish to not receive any more email from this bug reporter system. …
11:20 Ticket #12244 (Taxonomy Checkboxes sync to any checkbox array on the edit form) closed by azaozz
fixed: (In [13195]) Sync checkboxes only for categories, some white space …
11:20 Changeset [13195] by azaozz
Sync checkboxes only for categories, some white space cleanup, props …
11:18 Ticket #11308 (Handling plugin dependencies) closed by nacin
worksforme
10:57 Changeset [13194] by dd32
Display robots.txt even on blogs with 0 posts on the home page. See #12256
10:41 Ticket #11556 (Add support for embedding YouTu.be URLs) reopened by Viper007Bond
Actually, we still need to add that format to the whitelist, we just …
10:30 Ticket #11820 ('colors' meta-css src (boolean) generates parse_url errors in _css_href) closed by azaozz
fixed: (In [13193]) Fix the 'colors' meta-css src (boolean) value generating …
10:30 Changeset [13193] by azaozz
Fix the 'colors' meta-css src (boolean) value generating parse_url …
08:45 Ticket #12271 (Using # in permalinks breaks preg_match in parse_request) created by timsogard
When using a hash symbol (#) in a custom permalink structure the …
07:46 Ticket #11647 (Clean attachment cache when reattaching) closed by azaozz
fixed: Fixed in [13192]
07:43 Changeset [13192] by azaozz
Clean attachment cache when reattaching, fixes #11647
06:11 Ticket #12270 (Incorrect menu active for edit custom taxonomy form) created by jfarthing84
When using edit-tag-form.php for a custom taxonomy, the correct menu …
05:58 Ticket #11556 (Add support for embedding YouTu.be URLs) closed by nacin
worksforme: YouTube's oEmbed provider now understands shortened URLs.
05:55 Ticket #12269 (Share terms across taxonomies?) created by jfarthing84
Is there any reason that a term can't be shared across a taxonomy? For …
05:14 Ticket #12204 (Allow indenting/tabbing in the plugin/theme editors) closed by nacin
fixed: (In [13191]) Allow tab to intent in plugin/theme editors. Reverts …
05:14 Changeset [13191] by nacin
Allow tab to intent in plugin/theme editors. Reverts first pass, …
05:03 Ticket #12268 (image_resize() should fail consistently) created by filosofo
Currently, in all but one failure condition it returns a WP_Error …
04:46 Changeset [13190] by nacin
Use background-position, as background-position-x has incomplete …
03:12 Changeset [13189] by ryan
Add defaults for background option radios. see #12186
03:01 Changeset [13188] by ryan
Use background-position-x. Props iammattthomas. see #12186
01:52 Changeset [13187] by wpmuguru
introduce post & comment classes, props skeltoac, See #12267
00:19 Ticket #12267 (Upgrade loop objects to provide identical presentational interfaces) created by andy
Usually wpdb returns rows as stdClass objects. We are used to getting …
00:14 Changeset [13186] by ryan
Add some options to custom background admin. Needs styling. see #12186

02/17/2010:

23:56 Ticket #12266 (More info on reading page in wp-admin) created by driz
If you're using WordPress as a CMS and therefore require a static …
23:52 Ticket #12265 (wp_list_pages link_before / link_after not working in WP 2.9.2) created by mindshare
After upgrading from 2.9.1 to 2.9.2 wp_list_pages doesn't render the …
23:30 Ticket #12215 (phpdoc patch for functions.php) reopened by miqrogroove
Added 2nd patch.
22:05 Ticket #12261 (Bring hard-coded strings under control of i18n) closed by ryan
invalid
22:04 Ticket #11726 (wp-admin/users.php crashes on sites with large number of subscribers) closed by miqrogroove
duplicate: #11914 has the more general description, showing problems in schema, …
22:00 Ticket #12263 (Link updated time for Bookmarks showing 0000-00-00 00:00:00) closed by ryan
invalid: link_updated does not track local modifications. It tracks when …
20:37 Ticket #12237 (Merge STYLE_DEBUG with SCRIPT_DEBUG) closed by nacin
fixed: (In [13183]) Remove STYLE_DEBUG constant, SCRIPT_DEBUG now handles …
20:36 Ticket #12236 (Reference WP_DEBUG in wp-config-sample.php) closed by nacin
fixed: (In [13185]) Add initial WP_DEBUG define to wp-config-sample.php and …
20:36 Changeset [13185] by nacin
Add initial WP_DEBUG define to wp-config-sample.php and suggest …
20:33 Changeset [13184] by ryan
Don't require a default category for post types other than 'post'. see …
20:27 Ticket #12264 (links truncated: link_url column in wp_links table -- datatype too small) created by goto10
Here is my original post about the issue: …
20:25 Changeset [13183] by nacin
Remove STYLE_DEBUG constant, SCRIPT_DEBUG now handles both scripts and …
20:22 Ticket #12263 (Link updated time for Bookmarks showing 0000-00-00 00:00:00) created by sbruner
The link_updated field in wp_links shows 0000-00-00 00:00:00 for all …
20:16 Ticket #12211 (Make it obvious when a blog is set to private) closed by nacin
fixed: (In [13182]) Modify style of new "Privacy On" admin header indicator. …
20:16 Changeset [13182] by nacin
Modify style of new "Privacy On" admin header indicator. props …
20:02 Ticket #12262 (Adding a Link without URL - Validation Feedback Fail) created by ianatkins
Submitting the add link form (wp-admin/link-add.php) with no content …
19:32 Changeset [13181] by iammattthomas
Fix meta-sep divider on gallery items in twentyten, see #9015
19:28 Changeset [13180] by ryan
Comment form output tweaks. Props beaulebens. see #10910
19:05 Changeset [13179] by iammattthomas
Adding single-column, no sidebar page template to twentyten. See #9015
18:50 Changeset [13178] by iammattthomas
Give the visual editor a max-width that matches the content width in …
18:47 Ticket #12261 (Bring hard-coded strings under control of i18n) created by pander
Please, bring the following hard-coded strings under control of i18n …
18:04 Ticket #12260 (Add PHP requirement to plugin info retrieved trough API call) created by petervanderdoes
Setup: Add a field to the header of the readme.txt Example: Requires …
17:50 Changeset [13177] by ryan
Option validation error reporting. Props jeremyclarke. see #11474
16:37 Ticket #12258 (Bug: Wrong blog title) closed by wpmuguru
wontfix: Add the function to the theme file.
14:03 Ticket #12259 (Chrome OSX crashes with Wordpress 2.9.2 admin) closed by sivel
invalid: This is a problem with the browser and not WordPress. As Lazy79 …
13:58 Ticket #12255 (apache_get_modules() not returning mod_rewrite status) reopened by nacin
It's actually a duplicate (well, it will be) of #11848, in that …
13:18 Ticket #11987 (Incorrect handling of WP_DEBUG_DISPLAY) closed by nacin
fixed: (In [13176]) Better inline documentation for WP_DEBUG, …
13:14 Changeset [13176] by nacin
Better inline documentation for WP_DEBUG, WP_DEBUG_DISPLAY, and …
12:26 Ticket #12122 (Unchecked Indexes in admin-ajax.php) closed by nacin
fixed: (In [13175]) Fix notices, props sivel. Fixes #12122
12:26 Changeset [13175] by nacin
Fix notices, props sivel. Fixes #12122
12:13 Ticket #11721 (Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1112) closed by nacin
fixed: (In [13174]) Fix suppressed notice in wpdb::get_caller(). Props arena, …
12:13 Changeset [13174] by nacin
Fix suppressed notice in wpdb::get_caller(). Props arena, fixes #11721
12:04 Ticket #12259 (Chrome OSX crashes with Wordpress 2.9.2 admin) created by parmendil
Chrome version 5.0.307.7 beta crashes when pasting text on the input …
11:51 Ticket #11408 (Add Media should open Gallery if media is already uploaded) closed by nacin
wontfix
09:58 Ticket #12258 (Bug: Wrong blog title) reopened by _DorsVenabili
I'm sorry nacin, but I wrote the solution for the buddypress theme …
09:48 Ticket #12258 (Bug: Wrong blog title) closed by nacin
invalid: Is this a bug in BuddyPress? If so it should be reported to …
09:44 Ticket #12258 (Bug: Wrong blog title) reopened by nacin
09:37 Ticket #12258 (Bug: Wrong blog title) closed by _DorsVenabili
fixed: I've fixed it. In file: …
08:00 Ticket #10629 (Also show comment count in wp-admin/users.php) closed by nacin
wontfix: Hooks should be there to do this. If not, feel free to re-open.
07:57 Ticket #12258 (Bug: Wrong blog title) created by _DorsVenabili
Using the Default theme based on Kubrick theme, when I create a new …
03:12 Ticket #12214 (Add singular_label for custom post types) closed by nacin
fixed
03:08 Ticket #12215 (phpdoc patch for functions.php) closed by nacin
fixed
03:08 Ticket #12257 (wpdb Scales Badly Due to Unnecessary Copies of All Query Results) created by miqrogroove
While working on #11726, I encountered a reproducible crash in …
01:20 Ticket #12255 (apache_get_modules() not returning mod_rewrite status) closed by sivel
duplicate: Closing as a duplicate of #11604 The same checks are used in single …

02/16/2010:

21:55 Ticket #11908 (erroneous check in theme updates) closed by ryan
fixed: (In [13173]) Correct the Theme update package check. Props …
21:55 Changeset [13173] by ryan
Correct the Theme update package check. Props Denis-de-Bernardy. Fixes …
21:45 Ticket #12256 (robots.txt not generated without posts) created by willshouse
when there are no posts and only pages, robots.txt is not available …
21:13 Changeset [13172] by ryan
Flag post statuses as public, private, protected, or internal. Add …
20:48 Ticket #12255 (apache_get_modules() not returning mod_rewrite status) created by JohnONolan
When testing "Network" activation on WP3.0a received a notification …
19:31 Ticket #12254 (Move show_message() into WP_Error class and add support for various ...) created by jeremyclarke
Revisiting an old ticket about the mass upgrader (#11232) after …
18:53 Ticket #11908 (erroneous check in theme updates) reopened by nacin
18:00 Ticket #12249 (Add $post_id parameter to get_comments_link()) closed by ryan
fixed: [13171]
17:59 Ticket #11518 (Fatal error: Call to undefined method WP_Error::__destruct()) closed by hakre
fixed
17:58 Ticket #11518 (Fatal error: Call to undefined method WP_Error::__destruct()) reopened by hakre
Replying to miqrogroove: > Replying to [comment:24
17:57 Ticket #12253 (MU global taxonomy can be disrupted when blog db tables are copied ...) created by donncha
If you've used MU much you'll probably have noticed that term_ids …
17:54 Changeset [13171] by ryan
Add optional post ID arg to get_comments_link(). Props scribu. fixes #12249
17:25 Ticket #12252 (Validation Error because of Link Title-Tags) created by Bichareh
Missing Space between href and "title". It burns the Validation. …
16:21 Ticket #12206 (WPMU: Category ID changes when updating a category name) closed by donncha
invalid: Closing, this is how MU works.
15:13 Ticket #12251 (mb_substr() works strangely in some environment.) created by Cyrus H.
http://wordpress.org/support/topic/357562 First of all, this is not a …
14:12 Ticket #11236 (Trashed pages can still be opened when logged in) closed by sivel
fixed: [13117] and [13118] Add trash to edit cap check fixes #11236
13:47 Ticket #12246 (Canoncial Crash With WP_DEBUG) closed by miqrogroove
duplicate: #12250
13:38 Ticket #12245 (Canonical Backtrace) closed by miqrogroove
fixed: Tested and /?cat=1 is fixed. Thank you dd32 :) All remaining issues …
13:27 Ticket #11987 (Incorrect handling of WP_DEBUG_DISPLAY) reopened by adam.spiers
Hi guys, hope you don't mind if I reopen this: Replying to [comment:5
12:13 Ticket #12250 (Generate 404s consistently when querying something that does not exist) created by markjaquith
WordPress 404s are inconsistent. /2010/02/this-is-not-a-real-post/ …
11:16 Ticket #12249 (Add $post_id parameter to get_comments_link()) created by scribu
It would be really useful if get_comments_link() accepted an optional …
09:08 Changeset [13170] by dd32
2nd pass at Taxonomy Term canonicalisation. Fix get_term_link() to …
08:54 Ticket #12248 (get_generic_template action should pass both slug and name as parameters) created by ptahdunbar
get_generic_template() has a do_action call that gets fired when it's …
08:54 Ticket #12247 (wp_link_pages link_before link_after used wrong and not just with <a> tags) created by openmtl
In the function wp_link_pages() in /wp-includes/post-template.php then …
08:37 Ticket #11780 (Memory Leak in plugins_api) reopened by hakre
Please define "normal definition". I'm using PHP documentation/manual …
08:34 Ticket #11663 (Return by Referenced missed - PHP4 Compat) reopened by hakre
Miqrogroove, can I read your comment as the per-se core-dev feedback …
08:31 Ticket #11597 (__destruct() is not designed to clean up circular references) reopened by hakre
Assumption over assumption so nothing for close. Thanks miqrogroove, …
07:52 Ticket #11840 (Define WP_PLUGIN_DIR before loading db.php) closed by nacin
wontfix: Many default constants are defined at specific places so they can be …
07:42 Ticket #11161 (delete_transient action) closed by nacin
duplicate: If this wasn't already in, I'm pretty sure it was, then it was handled …
06:08 Ticket #12246 (Canoncial Crash With WP_DEBUG) created by miqrogroove
Steps to reproduce: 1. Enable pretty permalinks. 2. Enable WP_DEBUG. …
04:56 Ticket #12245 (Canonical Backtrace) created by miqrogroove
Disabled all plugins. Hit path /?cat=1 WordPress throws this every …
04:21 Ticket #12211 (Make it obvious when a blog is set to private) reopened by janeforshort
Making it a button instead of text is a problem. Buttons are used to …
04:16 Changeset [13169] by nacin
Use esc_attr. Fixes #12211
03:55 Ticket #12089 (Unintended blank lines in plugins break XML for feeds) closed by miqrogroove
fixed: Changeset [13167] by markjaquith Detect plugin output on activation, …
03:54 Ticket #12211 (Make it obvious when a blog is set to private) closed by automattor
fixed: (In [13168]) Place a "Privacy On" mini-alert in the wp-admin header …
03:54 Changeset [13168] by markjaquith
Place a "Privacy On" mini-alert in the wp-admin header when it is on, …
03:44 Changeset [13167] by markjaquith
Detect plugin output on activation, as well as fatal errors. props …
00:21 Changeset [13166] by markjaquith
revert function rename from r13129 which broke the comments form. …
Note: See TracTimeline for information about the timeline view.