Make WordPress Core

Timeline



12/01/2010:

22:51 Ticket #14740 ('taxonomy_template' Filter Name Clash) reopened by nacin
We don't need another function argument here. Why not a better filter …
22:39 Ticket #15545 (When using a persistent cache, there is a race condition in get_metadata()) closed by ryan
fixed
22:34 Ticket #14521 ("File type does not meet security guidelines" is a poor error message) closed by demetris
fixed: 14521.patch was committed in r16577. Closing ticket as fixed. (By …
22:12 Ticket #15605 (Bulk spam/unspam of a blog leads to inconsistencies when object cache ...) closed by ryan
fixed: [16673]
22:12 Changeset [16673] by ryan
Deprecate and ignore the refresh arg. fixes #15605
22:12 Ticket #14270 (HTML->Visual editor issues in Webkit browsers) closed by demetris
fixed: Replying to ocean90: > It works with Chrome 7.0.544.0 and …
22:10 Ticket #15636 ("New User Default Role" dropdown should order by privilege level) created by novasource
The New User Default Role dropdown at …
21:33 Ticket #15620 (Network setup page displays bad code after activation) closed by ryan
fixed: [16672]
21:32 Changeset [16672] by ryan
Network setup fixes. Props wpdavis. fixes #15620
21:29 Ticket #14147 (mysql2date uses spaces instead of tabs) closed by ryan
fixed
21:28 Ticket #15635 (Thickbox admin bar interactions) created by ocean90
[…]
21:28 Ticket #14696 (Personal Dashboard) closed by ryan
fixed
21:26 Ticket #15634 (WP Importer should warn if WXR format is newer than it nows about) created by lloydbudd
WP Importer should warn and recommend upgrade if WXR format is newer …
21:24 Ticket #12285 (Migrate Link Categories management page to edit-tags.php) closed by scribu
fixed: Yeah, guess we can call it a day.
21:06 Ticket #15633 (Add class to custom menu item when menu url is found in current page) created by elBradford
I found the need to identify custom nav menu items when the page is at …
20:48 Ticket #15169 (Dashboard Quick Press upload window (Thickbox) caption line doubled) closed by markjaquith
fixed: (In [16671]) Prevent double Thickbox caption line for Dashboard …
20:48 Changeset [16671] by markjaquith
Prevent double Thickbox caption line for Dashboard QuickPress uploads. …
20:43 Changeset [16670] by markjaquith
Throw WP_Error if post_type passed to register_post_type() is longer …
20:41 Changeset [16669] by markjaquith
Prevent media upload links from being clicked before lightbox is ready …
20:39 Changeset [16668] by markjaquith
Doh. [16646] and [16650] were made against the wrong branch. Revert. …
20:37 Ticket #12575 (Cache get_lastpostmodified() and get_lastpostdate()) closed by scribu
fixed: [13653]
20:29 Ticket #14820 (Allow WP XML-RPC Library to be Extended) closed by ryan
fixed
20:24 Ticket #12372 (Remove Archaic get_children() reference returns) closed by scribu
fixed: (In [16667]) Remove archaic reference return in get_children(). Props …
20:23 Changeset [16667] by scribu
Remove archaic reference return in get_children(). Props filosofo. …
20:21 Ticket #14321 (The permalink field should not show for post types that are not public) closed by automattor
fixed: (In [16666]) Don't show permalink box unless the post type is publicly …
20:21 Changeset [16666] by scribu
Don't show permalink box unless the post type is publicly queryable. …
20:16 Ticket #14740 ('taxonomy_template' Filter Name Clash) closed by scribu
fixed: (In [16665]) Get rid of misplaced 'taxonomy_template' filter. Fixes #14740
20:16 Changeset [16665] by scribu
Get rid of misplaced 'taxonomy_template' filter. Fixes #14740
20:14 Ticket #15412 (Hide Extra-Long admin bar text) closed by ryan
fixed: (In [16664]) Hide Extra-Long admin bar text. Props filosofo. fixes #15412
20:14 Changeset [16664] by ryan
Hide Extra-Long admin bar text. Props filosofo. fixes #15412
20:07 Ticket #14068 (Long plugin Upgrade Notice distorts update-core.php table) closed by ryan
fixed: [16663]
20:07 Changeset [16663] by ryan
Allow long plugin upgrade notices to wrap. Props duck_. fixes #14068
20:03 Changeset [16662] by ryan
Prevent default post formats from entering the DB. see #15629 #15582
19:46 Ticket #15632 (Theme license tags) created by pross
As per http://make.wordpress.org/themes/guidelines/changes-wp-3-1/
19:28 Ticket #15630 (Don't define IFRAME_REQUEST when $_GET['inline'] is set to fix the ...) closed by ryan
fixed: [16661]
19:28 Changeset [16661] by ryan
Define IFRAME_REQUEST only if not inline. Props ocean90. fixes #15630
19:26 Ticket #15456 (Warnings in wp-admin/user-new) closed by ryan
fixed
19:24 Ticket #15445 (Version numbers for lots of @since unknown) closed by ryan
fixed: (In [16660]) Update since phpdoc. Props demetris. fixes #15445
19:24 Changeset [16660] by ryan
Update since phpdoc. Props demetris. fixes #15445
19:11 Ticket #15465 (add_meta() can return the wrong meta_id) closed by ryan
fixed: (In [16659]) Save meta id before performing actions since the …
19:11 Changeset [16659] by ryan
Save meta id before performing actions since the insert_id can change. …
19:09 Ticket #14911 (Don't fetch theme_roots on every page load.) closed by ryan
fixed: I think that's a separate issue. Let's close this ticket and look at …
19:06 Ticket #15170 (Network admin pages don't scale) closed by ryan
fixed
19:02 Ticket #15631 (Custom fields auto-focus) created by jane
When you are on the post editor (page editor, whatever), if you want …
18:55 Ticket #15630 (Don't define IFRAME_REQUEST when $_GET['inline'] is set to fix the ...) created by ocean90
See title and screenshot: http://grab.by/7FKB
18:53 Ticket #15509 (Don't show the administration bar in plugin/theme install iframe) closed by PeteMall
fixed: (In [16658]) Set IFRAME_REQUEST for theme/plugin information iframe. …
18:53 Changeset [16658] by PeteMall
Set IFRAME_REQUEST for theme/plugin information iframe. Props …
18:51 Ticket #15629 (Only support registered post formats in XML-RPC) created by ericmann
Currently, the XML-RPC interface assumes a default post format when …
18:50 Ticket #13179 (Saving a custom post type with post_parent resets to zero) closed by automattor
fixed: (In [16657]) Prevent post_parent from being reset when there's no page …
18:50 Changeset [16657] by scribu
Prevent post_parent from being reset when there's no page attributes …
18:40 Ticket #13613 (Edit Image labels are grossly verbose) closed by scribu
fixed: (In [16656]) Make image edit labels more concise. Props lloydbudd. …
18:40 Changeset [16656] by scribu
Make image edit labels more concise. Props lloydbudd. Fixes #13613
18:21 Ticket #15356 (edit-tags AJAX add is broken) closed by scribu
fixed: (In [16655]) Fix edit-tags button conflict. Props batmoo. Fixes #15356
18:21 Changeset [16655] by scribu
Fix edit-tags button conflict. Props batmoo. Fixes #15356
18:13 Changeset [16654] by ryan
Set IFRAME_REQUEST for theme-information iframe. Props Utkarsh. see #15509
18:05 Ticket #14185 (ms-sites allows editing a site in a different WP network) closed by markmcwilliams
fixed: Mentioned to Ryan on IRC, he confirmed it at fixed! :)
17:43 Ticket #15628 (Trash_post action runs twice for each call) created by b-rad
Whenever I run […] in a plugin, the function being run (e.g. …
17:31 Ticket #14731 (wp-signup.php does not validate) closed by ryan
fixed: (In [16653]) Markup and gettext fixes. Props sorich87. fixes #14731
17:31 Changeset [16653] by ryan
Markup and gettext fixes. Props sorich87. fixes #14731
17:22 Ticket #15197 (WXR export/import umbrella ticket) closed by ryan
fixed: (In [16652]) Export filtering. Props duck_. fixes #15197
17:21 Changeset [16652] by ryan
Export filtering. Props duck_. fixes #15197
17:18 Ticket #14032 (When site is "Deactivated" it says "Deleted") closed by markmcwilliams
fixed: Looks like this has since been fixed during another commit, probably …
17:16 Ticket #13918 (Don’t nag to Change Permalinks if permalink structure is defined) closed by ryan
fixed: (In [16651]) Don’t nag to Change Permalinks if permalink structure is …
17:16 Changeset [16651] by ryan
Don’t nag to Change Permalinks if permalink structure is defined. …
17:13 Ticket #13709 (Post type name should be limited to 20 chars in register_post_type()) closed by markjaquith
fixed: (In [16650]) Throw WP_Error if post_type passed to …
17:13 Changeset [16650] by markjaquith
Throw WP_Error if post_type passed to register_post_type() is longer …
16:56 Ticket #15561 (Press This is broken) reopened by duck_
Still some styling issues.
16:54 Ticket #14510 (comment_notes_before does not work.) closed by ryan
fixed: [16649]
16:52 Changeset [16649] by ryan
Fix comment_notes_before. Props mrmist. fixes #14510
16:51 Changeset [16648] by ryan
Fix bulk comment keyboard shortcuts. Props duck_. fixes #15571
16:51 Ticket #15571 (Bulk action comment keyboard shortcuts not working) closed by ryan
fixed: (In [16647]) Fix bulk comment keyboard shortcuts. Props duck_. fixes #15571
16:51 Changeset [16647] by ryan
Fix bulk comment keyboard shortcuts. Props duck_. fixes #15571
16:40 Ticket #15561 (Press This is broken) closed by ryan
fixed
16:39 Ticket #14415 (Major fail of the pages widget in the nav-menu admin page when having ...) closed by duck_
fixed: Replying to scribu: > (In [16105]) Fix regression …
16:37 Ticket #15433 (Don't use 'name' query var if 'p' is already set) reopened by mlazarov
Replying to filosofo: > To put it another way, if > 123 => …
16:34 Ticket #15621 (Media upload links can be clicked before Lightbox JS is ready.) closed by markjaquith
fixed: (In [16646]) Prevent media upload links from being clicked before …
16:34 Changeset [16646] by markjaquith
Prevent media upload links from being clicked before lightbox is ready …
16:33 Ticket #15627 (wp_insert_user should not assume a default role) created by nickmomrik
In a MS install, creating new users can add them to the main blog with …
13:40 Ticket #15626 (get_terms bug: pad_counts doesn't work if you specify parent) created by yeswework
I'm not sure if this is related to #13176 or not. Anyway, to explain …
12:31 Ticket #15625 (Post format information is displayed in the Edit Posts table even when ...) closed by westi
fixed: (In [16645]) Don't show the Post Format if the current theme doesn't …
12:31 Changeset [16645] by westi
Don't show the Post Format if the current theme doesn't support them. …
12:29 Ticket #15625 (Post format information is displayed in the Edit Posts table even when ...) created by westi
_post_states doesn't check to see if the current theme supports …
11:27 Ticket #15624 (twentyten preview is wrong) created by drzraf
TwentyTen uses add_custom_image_header() without the 3rd argument. …
11:18 Ticket #15623 (Notice is_site_admin deprecated is showing in the dashboard) closed by westi
invalid: Something is calling a deprecated function :-) A theme or plugin - …
11:13 Ticket #15623 (Notice is_site_admin deprecated is showing in the dashboard) created by koke
Notice: is_site_admin is deprecated since version 3.0! Use …
10:43 Ticket #15622 (nav-menu loading before jquery-ui-sortable) created by Xertoz
For some reason it seems my installation uses the .sortable() function …
06:53 Ticket #15621 (Media upload links can be clicked before Lightbox JS is ready.) created by markjaquith
The media upload links can be clicked before the Lightbox JS is ready. …
06:02 Changeset [16644] by scribu
Validate pagination input. Props batmoo. See #15580
04:30 Ticket #15492 (Changing siteurl under multisite doesn't automatically change ...) closed by wpdavis
invalid: I did a bit of testing and it doesn't seem to break anything, so …
04:13 Ticket #15620 (Network setup page displays bad code after activation) created by wpdavis
Currently, the network setup page at wp-admin/network/setup.php …
03:47 Ticket #15619 (General Settings Tab Not Allowing trailing URL slash to be stored in ...) reopened by dsquared
Replying to dd32: > This is the expected behaviour. The …
02:52 Ticket #15619 (General Settings Tab Not Allowing trailing URL slash to be stored in ...) closed by dd32
wontfix: This is the expected behaviour. The path is not supposed to include …
02:35 Ticket #15619 (General Settings Tab Not Allowing trailing URL slash to be stored in ...) created by dsquared
Thank you for all of the efforts you've made regarding plugins …
01:54 Ticket #15618 (use prepare on trackback urls) closed by wpmuguru
fixed: see [16643]
01:52 Ticket #15618 (use prepare on trackback urls) created by wpmuguru
Noticed this when looking at [16624]. The addslashes escapes the …
01:51 Changeset [16643] by markjaquith
Use prepare() instead of addslashes(). props wpmuguru.
01:18 Ticket #15617 (2 PHP Notice in 3.0.1 & 3.0.2) closed by nacin
invalid: $base needs to be set in wp-config in MS. the $plugins one is …
01:10 Ticket #15617 (2 PHP Notice in 3.0.1 & 3.0.2) created by ctsttom
When running WP_DEBUG = true I get the following two messages with all …

11/30/2010:

23:38 Changeset [16642] by nacin
Bump.
23:20 Milestone 3.0.2 completed
23:16 Changeset [16641] by ryan
3.0.2
23:14 Changeset [16640] by ryan
3.0.2
22:57 Changeset [16639] by ryan
Bump
22:49 Ticket #13887 (comment_whitelist checking in check_comment) closed by markjaquith
fixed: (In [16638]) Drop pingback/trackback blogroll whitelisting feature. …
22:49 Changeset [16638] by markjaquith
Drop pingback/trackback blogroll whitelisting feature. Too many ways …
22:49 Ticket #10415 (URL not secured in wp-trackback.php) closed by nacin
fixed: [16624] [16625]
22:49 Ticket #13887 (comment_whitelist checking in check_comment) reopened by markjaquith
Re-open for 3.0.2
22:49 Ticket #10415 (URL not secured in wp-trackback.php) reopened by nacin
22:46 Ticket #13887 (comment_whitelist checking in check_comment) closed by markjaquith
fixed: (In [16637]) Drop pingback/trackback blogroll whitelisting feature. …
22:46 Changeset [16637] by markjaquith
Drop pingback/trackback blogroll whitelisting feature. Too many ways …
21:58 Ticket #12891 (Advanced multi-taxonomy WP_Query()s) closed by ryan
fixed: Report bugs on new tickets. Resolving this as fixed.
21:56 Ticket #14746 (Post Formats) closed by ryan
fixed: Resolving this as fixed. Further bug reports should go into individual …
21:51 Ticket #15592 (Admin Bar Problem) closed by ryan
fixed: (In [16636]) Add bump down for menu bar. Allow themes to add a custom …
21:50 Changeset [16636] by ryan
Add bump down for menu bar. Allow themes to add a custom bump …
21:42 Ticket #15616 (Avoid running win_is_writable() on non-IIS servers) closed by nbachiyski
fixed: (In [16635]) Add another pair of parentheses, so that the right-hand …
21:41 Changeset [16635] by nbachiyski
Add another pair of parentheses, so that the right-hand …
21:39 Ticket #15616 (Avoid running win_is_writable() on non-IIS servers) created by nbachiyski
win_is_writable() is both expensive (creates temporary files) …
20:50 Changeset [16634] by nbachiyski
Run the iis7_supports_permalinks() check first * It's cheapest, most …
20:45 Ticket #15591 (Endless redirection loop when accessing Network Admin with multiple ...) closed by PeteMall
fixed: (In [16633]) Address redirection loop with multiple networks and …
20:45 Changeset [16633] by PeteMall
Address redirection loop with multiple networks and network admin. …
20:44 Ticket #14450 (ms-files.php generates bad content-types for REQUEST_URI's with query ...) closed by nacin
fixed: (In [16632]) Ensure we don't generate incorrect content types when …
20:44 Changeset [16632] by nacin
Ensure we don't generate incorrect content types when files are …
20:40 Ticket #15122 (current_user_can_for_blog() doesn't use map_meta_cap for multisite ...) closed by nacin
fixed: (In [16631]) Use map_meta_cap for multisite super admins in …
20:40 Changeset [16631] by nacin
Use map_meta_cap for multisite super admins in …
20:38 Ticket #15122 (current_user_can_for_blog() doesn't use map_meta_cap for multisite ...) reopened by nacin
20:38 Changeset [16630] by nacin
Complete Twenty Ten 1.1 merge.
20:31 Changeset [16629] by PeteMall
Remove update notifications from site-themes. See #14897
20:29 Changeset [16628] by nacin
Merge Twenty Ten 1.1 to the 3.0 branch.
20:29 Ticket #15593 (Actions missing from Sites Edit pages in new Network Admin) closed by PeteMall
fixed: (In [16627]) Add missign hooks in site-options. Fixes #15593
20:29 Changeset [16627] by PeteMall
Add missign hooks in site-options. Fixes #15593
20:18 Changeset [16626] by ryan
Version bumps
20:04 Changeset [16625] by ryan
Prepare properly. Props Vladimir Kolesnikov.
20:04 Changeset [16624] by ryan
Prepare properly. Props Vladimir Kolesnikov.
19:57 Changeset [16623] by nbachiyski
Rename the $rm variable so that the logic in win_is_writable() makes …
19:13 Changeset [16622] by nbachiyski
Proper spacing in win_is_writable(), according to the coding standards
19:11 Changeset [16621] by nbachiyski
COonvert spaces to tabs
19:05 Ticket #15615 (Left admin menu slides open, hides closed) created by johnjamesjacoby
Noticed this a few weeks ago and figured it was probably temporary. …
18:34 Ticket #13947 (Featured image doesn't crop) closed by markjaquith
invalid: This bug needs a better description. What you did, what happened, what …
16:04 Ticket #15613 (Admin Bar overlapped header/content instead of pushing it down) closed by nacin
duplicate: Indeed.
16:01 Ticket #15614 (wp_get_attachment_image functions should check id for an image) created by mtdewvirus
The wp_get_attachment_image() and wp_get_attachment_image_src() …
15:52 Ticket #15613 (Admin Bar overlapped header/content instead of pushing it down) created by jane
Admin bar is supposed to push everything down on the screen, not sit …
11:38 Ticket #15612 (Fix indentation and wordwrap in CSS files) closed by duck_
invalid: That's the whole point, they're minified to make a smaller download …
11:33 Ticket #15612 (Fix indentation and wordwrap in CSS files) created by cri
Some CSS files (e.g. /wp-admin/css/login.css) lack proper wordwrap and …
09:30 Ticket #15595 (add_menu_page position conflict) closed by westi
worksforme: That is expected behaviour. You asked it to do that.
05:15 Ticket #15482 (AJAX searches should show the loading spinner) closed by batmoo
duplicate: Closing as dupe. See #14579 and #15580
04:55 Ticket #15122 (current_user_can_for_blog() doesn't use map_meta_cap for multisite ...) closed by nacin
fixed: Sure thing.
03:03 Changeset [16620] by PeteMall
Remove theme udpate notification from site admin for multisite installs.

11/29/2010:

23:31 Ticket #15611 (Admin bar sprite tidy up) created by apeatling
As of r16619 the admin bar sprite needs to be tidied up. A few things: …
21:30 Ticket #15223 (Details disclosure in theme installer broken) closed by ryan
fixed
21:23 Ticket #15609 (Link post title in Comments On "Post title") closed by automattor
fixed: (In [16619]) Link post title on comments for a single post screen. …
21:23 Changeset [16619] by scribu
Link post title on comments for a single post screen. Fixes #15609
21:05 Ticket #15610 (Comments on attachments don't appear in site-wide comments RSS feed) created by markel
Tested against r16950. Comments that are entered against an …
21:02 Ticket #15608 (Last-Modified Header is incorrect for non-post feeds) closed by prettyboymp
invalid: Nevermind, this looks like its already fixed in head as long as the …
20:59 Ticket #15609 (Link post title in Comments On "Post title") created by scribu
Since r16617, if you are on edit-comments.php?p=123, there is no …
20:55 Ticket #15608 (Last-Modified Header is incorrect for non-post feeds) created by prettyboymp
The "Last-Modified" header sent for a feed of a custom post type is …
20:37 Ticket #14579 (Ajaxify list-type screens in the admin) closed by scribu
fixed: I replied here: http://core.trac.wordpress.org/ticket/15580#comment:36
20:36 Ticket #15220 (Post custom fields and metakey starting with _) closed by nacin
worksforme
20:36 Ticket #15220 (Post custom fields and metakey starting with _) reopened by nacin
20:21 Changeset [16618] by potbot
POT, generated from r16617
20:15 Ticket #15607 (WP_Comments_List_Table post id) closed by scribu
fixed: (In [16617]) Get rid of in favor of . Fixes #15607. See #15580
20:15 Changeset [16617] by scribu
Get rid of in favor of . Fixes #15607. See #15580
19:45 Ticket #15607 (WP_Comments_List_Table post id) created by scribu
I'm really not happy with [15604]. It would be good if we could …
19:08 Changeset [16616] by scribu
Add missing quote char when creating overlay. See #14579. See #15580
18:57 Changeset [16615] by scribu
Update URL when performing ajaxified action. See #15580
18:42 Changeset [16614] by nbachiyski
Make comments_popup_link() calls in Twenty Ten respect languages with …
17:39 Ticket #15102 (tinymce language texts not loaded on page edit) closed by scribu
worksforme
17:39 Ticket #15102 (tinymce language texts not loaded on page edit) reopened by scribu
17:34 Changeset [16613] by nbachiyski
comments_number() doesn't need to call get_the_ID(), because …
16:54 Ticket #15577 (Proper l10n of the Add New menu) closed by nbachiyski
fixed: (In [16612]) Add New string fixes. Fixes #15577
16:54 Changeset [16612] by nbachiyski
Add New string fixes. Fixes #15577
16:41 Changeset [16611] by nbachiyski
Add context to Add New buttons in Network admin. See #15577
16:16 Changeset [16610] by ryan
Default Add New menu link to first post type in list. Avoids empty …
16:07 Ticket #15597 (Admin Bar: Don't show Manage Comments and Add Post link if the user ...) closed by ryan
fixed: (In [16609]) Admin Bar: Don't show Manage Comments and Add Post link …
16:07 Changeset [16609] by ryan
Admin Bar: Don't show Manage Comments and Add Post link if the user …
14:40 Ticket #15325 (Importer tries to open XML file in wrong location on Windows) closed by ryan
fixed: (In [16608]) Remove unnecessary addslashes. Props duck_. fixes #15325
14:40 Changeset [16608] by ryan
Remove unnecessary addslashes. Props duck_. fixes #15325
13:31 Changeset [16607] by westi
Make the list of actions that can be performed on a site in the User …
12:54 Ticket #15606 (Support thumbnails for non-image media types) created by acumensystems
Hi, As the web changes, browsers support more image extensions. Part …
12:22 Ticket #15605 (Bulk spam/unspam of a blog leads to inconsistencies when object cache ...) created by westi
If you use the bulk spam/unspam actions in the Network Admin when you …
12:14 Ticket #15604 (Empty post leads to use of excerpt in feed) created by niska
The content of my posts are empty. Instead I'm using custom fields. …
11:43 Ticket #15267 ('password_reset_message' filter arguments) closed by arena
wontfix: not applicable in 3.1
11:42 Ticket #12613 (screen options for plugins) closed by arena
wontfix: too old !
11:40 Ticket #13618 (mail code cleaning) closed by arena
wontfix
11:33 Ticket #15220 (Post custom fields and metakey starting with _) closed by arena
fixed: seems to be fixed in 3.0.1 beta 1
11:20 Ticket #15102 (tinymce language texts not loaded on page edit) closed by nb000
fixed: Everyone having the same problem (tinyMCE text not translated), should …
07:24 Changeset [16606] by PeteMall
Update and error messages for site-themes. See #14897
05:39 Changeset [16605] by scribu
Set get_users() as a replacement to get_editable_user_ids() and …
05:27 Ticket #15599 (Update check on multisite should use get_user_count()) closed by nacin
fixed: (In [16604]) Use get_user_count() if multisite in wp_version_check. …
05:27 Changeset [16604] by nacin
Use get_user_count() if multisite in wp_version_check. props PeteMall, …
05:16 Ticket #15602 (check_server_timer() doesn't do anything) closed by nacin
fixed: (In [16603]) Kill check_server_timer(). fixes #15602.
05:16 Changeset [16603] by nacin
Kill check_server_timer(). fixes #15602.
05:14 Ticket #15603 (Nav menu & new editor link dialog: ambigous page selection) closed by nacin
duplicate: #13499

11/28/2010:

23:19 Ticket #15603 (Nav menu & new editor link dialog: ambigous page selection) created by DreadLox
Hello, When having a lot of pages, it often happens that some pages …
22:58 Ticket #15602 (check_server_timer() doesn't do anything) created by nacin
This function is useless. It should either die, or become a functional …
19:05 Changeset [16602] by scribu
Make bottom admin pagination scroll to the top after rows are updated. …
17:39 Changeset [16601] by scribu
Fix problems with hidden columns on network users screen. Props …
14:43 Ticket #15601 (Cannot overwrite wp_set_password in pluggable.php) created by layotte
I was trying to force lowercase passwords (for a client), so I created …
13:36 Ticket #15600 (shortcode_unautop returns emtpy string) created by mdbitz
In some cases when a website uses plugins with ShortCode the …
07:08 Ticket #15599 (Update check on multisite should use get_user_count()) created by nacin
count_users() is intensive, and it's also not the right query, because …
03:57 Ticket #15598 (Use DIRECTORY_SEPARATOR for file paths instead of '/') created by jazzmind
Unix directory path separators ('/') are hardcoded in throughout …
00:10 Ticket #15597 (Admin Bar: Don't show Manage Comments and Add Post link if the user ...) created by ocean90
In wp_admin_bar_my_sites_menu() aren't cap checks for the comment …

11/27/2010:

19:45 Ticket #15596 (Allow JS functions in TinyMCE $initArray) created by janfabry
r16090 allowed …
19:42 Ticket #15595 (add_menu_page position conflict) created by vegasgeek
If add_menu_page() gets called more than once using the same value for …
11:45 Ticket #15594 (make pluggable the multisite/"wpmu" mails) created by arena
such as the one that is generated in the first lines of …
11:36 Ticket #15593 (Actions missing from Sites Edit pages in new Network Admin) created by mwidmann
In 3.0.1 ms-sites.php called a couple of actions and filters …
09:11 Ticket #15592 (Admin Bar Problem) created by louyx
Well, this happened after the update to the revision [16600]... the …
07:20 Ticket #15591 (Endless redirection loop when accessing Network Admin with multiple ...) created by mwidmann
I have 19 Blogs, divided in 3 Sites set up in WP 3.0.1 with the help …
05:42 Ticket #15590 (Media uploader giving non-admins wsod) created by wpdavis
It seems the following line in wp-admin/includes/media.php is causing …
04:30 Ticket #15589 (autocomplete changes case of first letter of username) created by aviceda
When I try to upgrade a plugin automatically using the "Connect …
01:27 Ticket #15588 (GoogleSpell.php preg_replace eval removed) created by underground-stockholm
Hello, I have found and fixed one more of the preg_replace /e eval …
01:14 Ticket #15573 (Post Count Links are Bogus When query_var = false) closed by scribu
fixed
01:12 Ticket #15572 (White screen bulk action but no selected comments) closed by scribu
fixed
01:05 Ticket #11482 (Add LIKE to meta_compare) closed by scribu
fixed: This was fixed in #9124

11/26/2010:

22:06 Ticket #15505 (Excerpt is being double-escaped) closed by ryan
fixed
22:05 Ticket #15507 (Remove wp_admin_body_style()) closed by ryan
fixed: (In [16600]) Remove wp_admin_body_style(). Props ocean90. fixes #15507
22:05 Changeset [16600] by ryan
Remove wp_admin_body_style(). Props ocean90. fixes #15507
21:57 Ticket #14936 (Improve theme searching/browsing) closed by ryan
fixed
21:51 Ticket #15418 (Admin Bar add-menu docs) closed by ryan
fixed: (In [16599]) Admin bar phpdoc update. Props filosofo. fixes #15418
21:51 Changeset [16599] by ryan
Admin bar phpdoc update. Props filosofo. fixes #15418
21:49 Ticket #15487 (Custom permalinks redirecting back to category list instead of post) closed by ryan
fixed
21:47 Ticket #15524 (Super-admin (mu) menu hover problem) closed by ryan
fixed: (In [16598]) Super admin menu hover fix. Props filosofo. fixes #15524
21:47 Changeset [16598] by ryan
Super admin menu hover fix. Props filosofo. fixes #15524
21:38 Changeset [16597] by ryan
Revert [16359]. Deal with it in 3.2. see #15361
21:35 Changeset [16596] by ryan
Meta data caching improvements. Props mdawaffe. see #15545
14:13 Ticket #15587 (Set Featured Image Bug) created by bkerensa
Hi Ben Sounds like a strange problem you have there. Unfortunately I …
13:22 Ticket #14472 (get_categories - child_of) closed by christian_gnoth
invalid: it is working - I close this ticket
11:16 Changeset [16595] by nbachiyski
Add context to Add New admin bar menu label -- we have many other Add New
09:12 Changeset [16594] by scribu
Update get_*_columns() method docs. See #15580
02:03 Changeset [16593] by scribu
Make date columns first sort in descending order. See #15580
00:43 Ticket #15586 (movabletype-importer, trivial: fix no index upload_type warning) created by lloydbudd
movabletype-importer, trivial: fix no index upload_type warning ENV: …
00:26 Ticket #15585 ("LGPL License" should just be "LGPL") created by lloydbudd
The GNU Lesser General Public License License? […]
00:20 Changeset [16592] by PeteMall
Site themes cleanup. See #14897
00:17 Ticket #15584 (Importers Specify Specific GPL version, should they?) created by lloydbudd
Importers Specify Specific GPL version, should they? Before WordPress …

11/25/2010:

20:21 Changeset [16591] by potbot
POT, generated from r16590
19:41 Ticket #15583 (wp-admin/options-discussion: make text consistent) created by latz
In wp-admin/options-discussion almost all lines have no period at the …
19:33 Ticket #15582 ("Format: Default" provides no info, and default might change) created by lloydbudd
"Format: Default" provides little info, and a site might want to …
19:02 Changeset [16590] by nacin
Post beta bump for tonight's build.
18:59 Changeset [16589] by nacin
Only link to the Gallery category if the post is in the category. (It …
18:45 Changeset [16588] by scribu
Make comment content column unsortable. See #15580
17:54 Ticket #15564 (Sequential <br> tags are stripped from posts on update/publish) closed by azaozz
wontfix: I think you meant sequential tags as single <br> tags work properly. …
16:57 Ticket #15581 (Incomplete Abstraction of wp_insert_category()) created by miqrogroove
in wp-admin/includes/taxonomy.php the function wp_insert_category() …
16:18 Ticket #15580 (Fixes to Ajaxify Admin before 3.1) created by jane
This ticket will hold the individual adjustments needed for the …
16:17 Ticket #14489 (Missing encoding in Admin-Sidebar) closed by nacin
fixed
16:17 Ticket #14591 (Admin menu.php incorrectly sets page taxonomy query string) closed by nacin
fixed
16:16 Changeset [16587] by westi
Things go bump in the night.
16:00 Ticket #15579 (Add XML mention to WP import instructions) created by rosso99
When exporting from WordPress, there is mention of both an .XML file …
14:03 Ticket #15578 (Add (Select Image From Attachments) Option In Background SubPanel) created by alex-ye
Hi Guys , i have a small suggestion , why not we add (Select Image …
11:12 Changeset [16586] by PeteMall
Create new user form for site-users. See #15558
10:47 Ticket #15376 (Post formats help text) reopened by PeteMall
10:29 Changeset [16585] by westi
Tighter match for the ACL.
09:25 Changeset [16584] by PeteMall
Exit after wp_redirect(). See #15558
09:20 Ticket #15376 (Post formats help text) closed by westi
fixed: (In [16583]) Add Post formats info to the help text. Fixes #15376
09:20 Changeset [16583] by westi
Add Post formats info to the help text. Fixes #15376 props vegasgeek
09:13 Changeset [16582] by PeteMall
Update and error messages for site-users. See #15558.
04:53 Ticket #15577 (Proper l10n of the Add New menu) created by SergeyBiryukov
The same “Add New” string is used for Sites, Users and the Admin Bar …
04:28 Ticket #12797 (Add comment permalink to plain-text email notification) reopened by demetris
Initial patch had an unneeded space before a colon. Attached patch …
02:57 Ticket #15576 (Proper l10n of items per page in the screen options) created by SergeyBiryukov
Sites, Users, Comments, Media items and Plugins have their own …
02:14 Ticket #15569 (Minor code beautification) closed by scribu
fixed: (In [16581]) Minor code beautification. Props hakre. Fixes #15569
02:14 Changeset [16581] by scribu
Minor code beautification. Props hakre. Fixes #15569
02:05 Changeset [16580] by scribu
Prevent WSOD when no comments selected for bulk action. See #15572
01:39 Changeset [16579] by scribu
Check public flag instead of query_var to decide if counts should be …

11/24/2010:

23:40 Ticket #15574 (Menus Don't Work in Chrome) closed by PeteMall
invalid
23:31 Ticket #15573 (Post Count Links are Bogus When query_var = false) reopened by nacin
Just because it doesn't have a query var, doesn't make it not …
23:29 Ticket #15573 (Post Count Links are Bogus When query_var = false) closed by scribu
fixed: (In [16578]) Don't link post counts if taxonomy isn't queryable. Fixes …
23:29 Changeset [16578] by scribu
Don't link post counts if taxonomy isn't queryable. Fixes #15573
22:01 Ticket #15575 (ftp upgrade fails on some system due to slash in remote destination) created by lordandrei
Routinely my users were unable to upgrade plugins on Mac OS X (10.5) …
21:34 Ticket #15574 (Menus Don't Work in Chrome) created by miqrogroove
The default theme works in IE 8 but not in Chrome 7.
21:20 Ticket #15573 (Post Count Links are Bogus When query_var = false) created by miqrogroove
If I call register_taxonomy() with $args = ('query_var' => FALSE) then …
21:04 Ticket #15572 (White screen bulk action but no selected comments) created by duck_
1. Visit wp-admin/edit-comments.php 2. Perform a bulk action without …
20:54 Ticket #15571 (Bulk action comment keyboard shortcuts not working) created by duck_
It seems that the bulk action comment moderation keyboard shortcuts …
20:45 Changeset [16577] by markjaquith
Improve the wording of the file upload security message. props …
20:44 Ticket #15570 (wp_nav_menu classes not named consistently) created by iandunn
The CSS classes assigned by wp_nav_menu seem to randomly switch …
20:34 Ticket #14997 (Single filter for all WP_Query clauses) closed by markjaquith
fixed: (In [16576]) Cast to array, to avoid notices. props hakre. fixes #14997
20:34 Changeset [16576] by markjaquith
Cast to array, to avoid notices. props hakre. fixes #14997
20:31 Ticket #15568 (Fatal Error in taxonomy.php) reopened by miqrogroove
WP needs to check the value of $wp_rewrite instead of crashing?
20:25 Changeset [16575] by markjaquith
Revert [15829] for now, consider better solution for 3.2. see #13550
20:20 Ticket #15568 (Fatal Error in taxonomy.php) closed by nacin
invalid: Taxonomies and post types need to be registered on init. This is …
20:18 Ticket #15569 (Minor code beautification) created by hakre
in wp-includes/functions.php, attaching patch…
20:10 Ticket #15568 (Fatal Error in taxonomy.php) created by miqrogroove
Call me behind the times, but I'm just starting to work on a 2.9 to …
20:03 Ticket #15567 (Incorrect user count in Network Admin > Users) closed by PeteMall
fixed: (In [16574]) Use get_user_count() in network admin users. Fixes #15567
20:03 Changeset [16574] by PeteMall
Use get_user_count() in network admin users. Fixes #15567
19:58 Ticket #15567 (Incorrect user count in Network Admin > Users) created by PeteMall
Network admin users screen is shows the user the count from the main …
19:51 Changeset [16573] by PeteMall
Hide posts column for site-users. Props ocean90, see #15558
18:18 Ticket #15566 (if + else = always) closed by hakre
invalid: thanks for the look.
18:06 Ticket #15566 (if + else = always) created by hakre
[…] should be written as […]
17:53 Ticket #14556 (get_pagenum_link() needs esc_url()) reopened by emartin24
Given that #13051 refers to links that come from the database/options, …
17:51 Changeset [16572] by westi
Cast to string so we return the correct datatype. See #15517 props barry.
17:41 Ticket #15565 (More context for clean_post_cache()) created by mdawaffe
I'd like more context to be available when the clean_post_cache hook …
17:27 Changeset [16571] by ryan
Press This fixes. Props duck_. see #15561
17:23 Ticket #15563 (Enhancement requests for the new link insert function) closed by jane
duplicate: Not an enhancement, this is a bug already being fixed under the …
16:54 Changeset [16570] by PeteMall
Add screen option in site-users. Props duck_, see #15558
16:43 Ticket #15562 (Non-unique ID attributes for user-new.php in MS) closed by markjaquith
fixed: (In [16569]) Fix duplicate HTML IDs for wp-admin/user-new.php on MS …
16:43 Changeset [16569] by markjaquith
Fix duplicate HTML IDs for wp-admin/user-new.php on MS installs. props …
16:31 Ticket #15064 (Template function for wp-admin submit buttons) closed by markjaquith
fixed: Closing as fixed. For any further issues, please open a new ticket.
16:30 Changeset [16568] by markjaquith
Do not double up on id attribute for submit_button() if id is provided …
16:14 Ticket #15564 (Sequential <br> tags are stripped from posts on update/publish) created by markel
When using either the Visual Editor or the HTML editor, line breaks, …
15:58 Ticket #15285 (PHP notices when doing quick edit of link categories) closed by PeteMall
fixed
15:51 Ticket #15064 (Template function for wp-admin submit buttons) reopened by duck_
If you pass an ID attribute to submit_button in the …
15:44 Ticket #15563 (Enhancement requests for the new link insert function) created by designsimply
Proposing the following changes for link inserts: * Remove http://
15:42 Ticket #15562 (Non-unique ID attributes for user-new.php in MS) created by duck_
I think you have to be a super admin for this. Bad from a validation …
15:41 Ticket #15561 (Press This is broken) created by westi
* When using Press This, you are unable to add tags to your post. * …
15:34 Changeset [16567] by ryan
Bump tinymce gz. see #15544
12:29 Ticket #15560 (Blogger Importer does not use HTTP API) created by rmccue
The Blogger Importer uses fsockopen() in several places instead of …
11:53 Changeset [16566] by westi
Let SimplePie do more of the date handling for us. Props rmccue.
11:19 Changeset [16565] by westi
Error suppression is lame!
10:08 Changeset [16564] by westi
Updated WebPI parameters.xml file. Props Chris Sfanos.
08:06 Changeset [16563] by PeteMall
Ignore role selector in network admin user-edit. See #14435.
06:47 Ticket #15559 (Deprecated update_usermeta() and delete_usermeta() do not invalidate ...) closed by scribu
fixed: (In [16562]) Correct cache invalidation in update_usermeta() and …
06:47 Changeset [16562] by scribu
Correct cache invalidation in update_usermeta() and delete_usermeta(). …
06:44 Ticket #15544 (Internal Linking not keyboard friendly) closed by markjaquith
fixed: (In [16561]) Make Linking and Internal Linking keyboard-friendly and …
06:44 Changeset [16561] by markjaquith
Make Linking and Internal Linking keyboard-friendly and …
05:35 Ticket #15559 (Deprecated update_usermeta() and delete_usermeta() do not invalidate ...) created by mdawaffe
update_usermeta() and delete_usermeta() are deprecated, …
05:31 Changeset [16560] by PeteMall
Adapt user-list-table for network admin site-users. See #15558
02:06 Ticket #15558 (Re-factor network/site-users.php to use a list table) created by PeteMall
Adapt wp-admin/includes/class-wp-users-list-table.php for the Network …
01:55 Ticket #15557 (Move attachments from one post to another) created by johnjamesjacoby
Ran into an instance where it would be nice if I could move images …
00:50 Ticket #15556 (Allow translators to change the dash symbol) created by SergeyBiryukov
In addition to curly quotes (see #10001), the dash symbol should be …
00:27 Changeset [16559] by PeteMall
Site Themes cleanup. See #14897.
00:19 Ticket #14718 (Network plugins not loaded on wp-activate.php in multisite mode) closed by ryan
fixed: (In [16558]) Load network plugins for wp-activate.php. Restore MU load …
00:19 Changeset [16558] by ryan
Load network plugins for wp-activate.php. Restore MU load order. Props …
Note: See TracTimeline for information about the timeline view.