Timeline
01/30/2011:
- 23:45 Ticket #16418 (get_plugin_data() doesn't apply kses when $markup and $translate are false) created by
-
get_plugin_data()
uses_get_plugin_data_markup_translate()
to … - 23:13 Ticket #16417 ("Add New" buttons in headers inherit serif type instead of sans) created by
- Buttons that are embedded in h2s (the example I'm using here is Add …
- 23:05 Ticket #16416 (Settings -> Privacy "block search engines" option is not accurate) created by
- There is an option on the Settings -> Privacy page says it will "block …
- 22:58 Ticket #16415 (Don't require CPTs to have archives in order to have feeds) created by
- When archives and feeds were added to custom post types (see #13818) …
- 22:13 Ticket #16414 (Theme and Plugins options pages need improved tabs) created by
- We've talked about this in UI group before, this is essentially a …
- 21:24 Ticket #15595 (add_menu_page position conflict) reopened by
- 21:23 Changeset [17371] by
- Please switch to branches/3.1! See: http://wp.me/pbNCB-lf for background.
- 20:45 Changeset [17370] by
- Branching for 3.1
- 20:22 Ticket #16413 (Settings page needs HTML refactoring and UI improvements) created by
- The settings pages haven't had much attention or improvement in a …
- 17:24 Ticket #16412 (Add RAR and 7z to allowed MIME types) created by
- I think those two well-known and used file formats should be added. In …
- 16:40 Ticket #16411 (Custom Login and Registration URLs) created by
- For bigger websites it would be beneficial to allow custom …
- 16:18 Ticket #16410 (Open basedir problem in /wp-includes/theme.php) created by
- On line 590 in theme.php there's: […] please change this to: …
- 16:04 Ticket #16409 (Post types permalink and behavior) closed by
- invalid: It is supported. See #13818. You have to set the has_archive …
- 15:49 Ticket #16409 (Post types permalink and behavior) created by
- Post types autom. have a permalink with category base. This should no …
- 08:04 Ticket #16408 (get_bloginfo('template_url') is not returning valid URLs.) created by
- There seems to be a general consensus on the #wordpress IRC channel …
01/29/2011:
- 19:45 Ticket #7650 (Multiple post authors) closed by
- maybelater: As indicated, this is plugin material. It doesn't apply to most users …
- 17:58 Ticket #7650 (Multiple post authors) reopened by
- I am reopening this ticket to see if this functionality is possible at …
- 17:58 Ticket #14094 (get_editable_user_ids() does not function properly with multisite.) closed by
- wontfix: get_editable_user_ids() isn't used in edit-form-advanced.php.
- 15:47 Ticket #16407 (Wrong search button label on post type listing panel?) closed by
- invalid: Alright, got it. Thanks for making this one clear for me. Changing the …
- 14:44 Ticket #16407 (Wrong search button label on post type listing panel?) created by
- Hewwo, dunno if this is actually a bug, but I noticed that the search …
- 10:30 Ticket #16406 (Admin bar localization) created by
- Admin bar is not localized correctly for many languages (example in …
- 10:29 Ticket #16405 (filter escaping close comment only) closed by
- duplicate: #16060
- 06:24 Ticket #16405 (filter escaping close comment only) created by
- WP 3.0.4 With this code on a page: "wegege<!-- asd> -->ertgew" the …
- 00:42 Ticket #16404 (WordPress Importer fails to import images) created by
- WordPress Importer fails to import images and update image src urls …
01/28/2011:
- 22:35 Ticket #16403 (redirect_to and force_ssl_login sends to wrong protocol) created by
- WP 3.0.4, multisite, force_ssl_login is TRUE. …
- 21:58 Ticket #16402 (IXR client doesn't properly handle XMLRPC over HTTPS) created by
- There are two problems with the IXR XMLRPC client: 1. The current IXR …
- 21:26 Ticket #16385 (Catchable fatal error in WP 3.1 RC3 - echo get_category_link) reopened by
- Moving to 3.1 as this is concerning. We need feedback here though.
- 20:24 Ticket #16401 (Add hook to delete_theme() on successful delete) created by
- Add an action or filter to the end of /wp-admin/includes/theme.php …
- 20:16 Ticket #16400 (Add hook to delete_plugins() on successful delete) created by
- Add an action or filter to the end of /wp-admin/includes/plugin.php …
- 20:08 Ticket #16388 (Unresponsive script when switching from Visual to HTML Editor with ...) closed by
-
invalid: The
<br class="spacer_" />
placeholder actually comes from the … - 20:06 Ticket #16399 (Add a hook to the plugin editor page when the write is successful) created by
- Add an action or filter to the end of plugin-editor.php's processing …
- 19:52 Ticket #16398 (Add new updated_core hook upon successfully updating WordPress core) created by
- wp-admin/includes/update-core.php requesting the addition of a hook of …
- 19:40 Ticket #16397 (Selecting Sub-Category should select parent category.) created by
- If you have the current structure: * Category A * Child Category B …
- 17:29 Ticket #16396 (Add a hook to the theme editor page when the write is successful) created by
- Add a filter to the end of theme-editor.php's processing when the …
- 16:36 Ticket #16395 (Add 'Template Version' for use with 'Template' in Child-Themes) created by
- From the discussions on the http://make.wordpress.org/themes/ site I …
- 13:20 Ticket #16394 (comment_class() doesn't show classes for logged in user's comment) created by
- while testing a theme I'm designing, based off the toolbox theme by …
- 12:25 Ticket #12913 (Notification mechanism for deprecated actions) closed by
- duplicate: Cross referencing with #10441 and closing as a dupe.
- 10:30 Ticket #13931 (Child category IDs reset when category is updated) closed by
- worksforme
- 05:35 Ticket #16393 (Use of deprecated hook in ms-default-filters.php) created by
-
private_to_published
is deprecated in favour ofprivate_to_publish
01/27/2011:
- 22:22 Ticket #16392 (Quick Edit API should allow to pick up custom field values automatically) created by
- Attached are two screenshots of the same plugin in 3.0 and 3.1. The …
- 21:08 Ticket #16391 (Don't add empty "_wp_attachment_metadata" on non-image media files) created by
- I'm currently working on a community project where there are a lot of …
- 19:37 Ticket #16378 (Use of array_intersect_key() breaks PHP4 compat) closed by
- fixed: (In [17369]) Use array_intersec_assoc. props duck_, fixes #16378.
- 19:37 Changeset [17369] by
- Use array_intersec_assoc. props duck_, fixes #16378.
- 18:14 Ticket #16390 (Post format index pages should show up among nav menu options.) created by
- It seems like an obvious enhancement to me. Patch shows them only if …
- 15:53 Ticket #16389 (register_shutdown_function isn't run in SHORTINIT mode) created by
- I was noticing problems upgrading from 2.9.2 MU to 3.0.4 where some of …
- 15:18 Ticket #15507 (Remove wp_admin_body_style()) closed by
- fixed: (In [17368]) Admin bar CSS fix; removes unnecessary scrollbars. Props …
- 15:18 Changeset [17368] by
- Admin bar CSS fix; removes unnecessary scrollbars. Props WraithKenny. …
- 14:52 Ticket #16388 (Unresponsive script when switching from Visual to HTML Editor with ...) created by
- When editing long posts with a fair amount of (nested) HTML tags, …
- 11:28 Ticket #12276 (do_pings/do_all_pings emit E_WARNINGs on malformed URLs) closed by
- duplicate: #11029
- 11:10 Ticket #16387 (Exclude multiple categories in feed fails) closed by
- invalid: You have to pass it as the same parameter: /feed/?cat=-107,-108
- 11:05 Ticket #16387 (Exclude multiple categories in feed fails) created by
- Trying to exclude multiple categories fails partly. Typing: …
- 10:28 Ticket #16386 (Issues with broken wp-admin urls) created by
- Hi, i've just finish a brand new distributed setup and i ran into 2 …
- 07:15 Ticket #16385 (Catchable fatal error in WP 3.1 RC3 - echo get_category_link) closed by
- duplicate: #16282
- 07:03 Ticket #16385 (Catchable fatal error in WP 3.1 RC3 - echo get_category_link) created by
- I have in index.php the line 6: <a href="<?php echo …
- 05:16 Ticket #16384 (Typo in get_post_type_capabilities() docs) created by
- See patch.
- 02:47 Ticket #16383 (Width of Site Address input box in network/site-new.php) created by
- See screenshots
01/26/2011:
- 22:37 Ticket #16382 (Menus adds "current_page_parent" class to the blog page when viewing a ...) created by
- Here is an example: http://www.flowermag.com/article/love-rocks/ This …
- 21:59 Ticket #16381 (Adding little numbers to custom post types admin menu entry) created by
- It would be useful to be able to add the little numbers (like comments …
- 21:16 Ticket #16380 (Whitespace missing between strings) created by
- If you bulk edit some posts and some (but not all) are locked due to …
- 20:36 Changeset in tests [331] by
- Formatting tests: js_escape and clean_url are deprecated, remove old …
- 19:59 Ticket #10256 (Autosave while typing title creates permalink too soon) closed by
- wontfix: solarissmoke is correct. The permalink isn't "set" until you publish, …
- 19:56 Ticket #8976 (making "preview changes" more user-friendly) closed by
- fixed: daveabrahams — make you're you're not opening the link in a new …
- 19:47 Ticket #16379 (Better UI for doing "Page on Front") created by
- [[Image(...)]] …
- 17:17 Ticket #16378 (Use of array_intersect_key() breaks PHP4 compat) created by
- Introduced in [17297], use of this function breaks PHP4 compatibility.
- 16:35 Ticket #16297 (User admin shouldn't kick in if not multisite) closed by
- fixed: (In [17367]) Use get_dashboard_url() to redirect to the active blog if …
- 16:35 Changeset [17367] by
- Use get_dashboard_url() to redirect to the active blog if the user …
- 15:16 Ticket #16377 (admin tools "broken links" pagination links are incorrect) closed by
- invalid: WordPress does not ship with a broken link detector. This must have …
- 15:03 Ticket #16377 (admin tools "broken links" pagination links are incorrect) created by
- On the admin page, under Tools > Broken Links, (if you have more than …
- 14:16 Ticket #16376 (Search button not translatable on list table) closed by
- invalid: I'm VERY sorry - i have been using one plugin (Fluency), and that …
- 13:36 Ticket #16376 (Search button not translatable on list table) created by
- Search button on list table (e.g. /wp-admin/plugins.php - on the top) …
- 12:03 Ticket #16375 (is_tax() and get_taxonomy_template() support for post formats) created by
- Two things it seemed we forgot. Currently you'd need to use is_tax() …
- 11:55 Ticket #6697 (Percent Encoding in URL should be capital alphabets instead of small ...) closed by
- maybelater: I agree closing as maybelater - this is probably best in a plugin for …
- 11:52 Ticket #16374 (Flawed handling of some characters in %postname% and %pagename%) closed by
- duplicate: Duplicate of #14773
- 10:12 Ticket #16374 (Flawed handling of some characters in %postname% and %pagename%) created by
- Say I write a post whose url is …
- 09:56 Ticket #16357 (Bugs with pagination input) closed by
- fixed: (In [17366]) Don't redirect continually on empty search results pages. …
- 09:56 Changeset [17366] by
- Don't redirect continually on empty search results pages. Fixes #16357 …
- 00:11 Ticket #15507 (Remove wp_admin_body_style()) reopened by
01/25/2011:
- 22:00 Ticket #16357 (Bugs with pagination input) reopened by
- This breaks Network > Users when no search results - we end up with a …
- 21:51 Ticket #16373 (Wrong page loaded requesting custom registered query_vars when ...) created by
- * Install vanilla WP 3.0.4. * Register a new 'qv_test' query var in …
- 21:21 Ticket #16372 (Abstract the word-trimming logic in wp_trim_excerpt) created by
- Currently, wp_trim_excerpt() takes a $text value, but if it exists, …
- 20:10 Ticket #16297 (User admin shouldn't kick in if not multisite) reopened by
- In multisite, when I have a user who is an editor on one site (not the …
- 20:04 Changeset [17365] by
- Bump
- 20:00 Ticket #14936 (Improve theme searching/browsing) closed by
- fixed: (In [17364]) Fix theme filtering when no JS. Props dd32. fixes #14936
- 20:00 Changeset [17364] by
- Fix theme filtering when no JS. Props dd32. fixes #14936
- 19:36 Ticket #16361 (Reassigning posts on user deletion broken in [17010]) closed by
- fixed: (In [17363]) Add name to reassign user dropdown. Props nacin. fixes #16361
- 19:36 Changeset [17363] by
- Add name to reassign user dropdown. Props nacin. fixes #16361
- 19:30 Ticket #16355 (Clicking "Apply" in trash view shifts view back to All Items) closed by
- fixed: (In [17362]) Fix redirects for trashed post bulk ops. Props nacin, …
- 19:30 Changeset [17362] by
- Fix redirects for trashed post bulk ops. Props nacin, SergeyBiryukov. …
- 19:20 Ticket #16357 (Bugs with pagination input) closed by
- fixed: (In [17361]) Pagination fixes. Props garyc40. fixes #16357
- 19:20 Changeset [17361] by
- Pagination fixes. Props garyc40. fixes #16357
- 18:48 Ticket #16266 (Plugin(s) display incorrect update date) reopened by
- This is still an ongoing issue. I now see it with Bad Behavior, and no …
- 17:39 Ticket #15605 (Bulk spam/unspam of a blog leads to inconsistencies when object cache ...) closed by
- fixed: (In [17360]) Don't pass deprecated arg to update_blog_status(). Props …
- 17:39 Changeset [17360] by
- Don't pass deprecated arg to update_blog_status(). Props PeteMall. …
- 15:57 Ticket #16366 (Search Users box on ms-users.php doesn't search all fields) reopened by
- Hold on a sec. Where's the feature request for westi's comment above?
- 15:39 Ticket #16366 (Search Users box on ms-users.php doesn't search all fields) closed by
- wontfix
- 15:29 Ticket #16364 (Bulk actions of Network > Sites and Network > Users broken) closed by
- fixed: [17359]
- 14:49 Ticket #16259 (Problems with nav-menus.php) closed by
- invalid
- 14:49 Ticket #16259 (Problems with nav-menus.php) reopened by
- 14:48 Ticket #16259 (Problems with nav-menus.php) closed by
- fixed: I figured out what was causing it. It was being caused by Rolopress so …
- 14:40 Ticket #15290 (Blogger Importer plugin broken) reopened by
- Still broken in wp 3.0.4. Not a sporadic failure, never was, fails …
- 14:34 Changeset [17359] by
- Fix the bulk actions on Network > Sites and Network > Users. Fixes #16364
- 14:21 Ticket #16371 (Cannot mark users as spam) closed by
- duplicate: #16364
- 14:20 Ticket #16370 (Vulnerability: Comment posting by Guest) closed by
- duplicate: Duplicate of #10931.
- 14:16 Ticket #16371 (Cannot mark users as spam) created by
- Using 3.1 nightly (from this morning) I cannot mark a user as spam …
- 14:06 Ticket #16370 (Vulnerability: Comment posting by Guest) created by
- If on "Discussion Settings" console page "Users must be …
- 10:44 Ticket #16369 (Tag to category and categories to tag converter links) created by
- In the Post Tags and Categories pages, links are made available to …
- 10:15 Changeset in tests [330] by
- Numerous formatting test fixes - Removed TEST_DATA define - Moved …
- 09:59 Ticket #14094 (get_editable_user_ids() does not function properly with multisite.) reopened by
- Then get_users() should be used in wp-admin/edit-form-advanced.php …
- 04:12 Ticket #16368 (XML-RPC posting adds default category) created by
- When posting to a Wordpress 3.04 blog using a blog editing tool such …
- 02:51 Ticket #16367 (Total number of users on Network Admin Users screen is incorrect) closed by
- wontfix: Funky.
- 00:17 Ticket #15388 (get_posts does not order by menu_order) closed by
- worksforme
01/24/2011:
- 23:35 Ticket #15388 (get_posts does not order by menu_order) reopened by
- I got the same issue as "ggus" (reporter): […] produces: […]
- 23:21 Ticket #16367 (Total number of users on Network Admin Users screen is incorrect) created by
- There are three users. One of them is a Super Admin. The "All" number …
- 22:10 Ticket #16366 (Search Users box on ms-users.php doesn't search all fields) created by
- The Search Users box on ms-users.php isn't working for …
- 21:15 Ticket #16347 (is_post_type_archive doesn't return correctly outside of loop) closed by
- fixed: (In [17358]) Get is_post_type_archive( 'my-post-type' ) working …
- 21:15 Changeset [17358] by
- Get is_post_type_archive( 'my-post-type' ) working properly outside of …
- 21:07 Ticket #16365 (Comment transition for new comments) created by
- As far as I can tell wp_transitions_comment_status() does not get …
- 18:39 Ticket #15197 (WXR export/import umbrella ticket) closed by
- fixed: Success! The beta importer works as anticipated. Sorry about the …
- 18:07 Ticket #15197 (WXR export/import umbrella ticket) reopened by
- Still having problems importing custom taxonomy in version 3.1 RC3. I …
- 18:00 Ticket #15605 (Bulk spam/unspam of a blog leads to inconsistencies when object cache ...) reopened by
- 17:45 Ticket #16364 (Bulk actions of Network > Sites and Network > Users broken) created by
- The bulk actions no longer work - e.g. spamming users :-( Possibly …
- 16:47 Ticket #16282 (PHP catchable error with get_term_link and WP3.1RC2) reopened by
- Say I have a category with the slug 'șir', which I brought over from …
- 12:08 Ticket #16363 (current_user_can()) closed by
- invalid: You're using it too early. You need to wait until the current user is …
- 12:05 Ticket #16363 (current_user_can()) created by
- I use the function current_user_can() and then I get the error Fatal …
- 10:08 Ticket #16362 (wp_update_themes spawns HTTP request on every themes.php/update.php ...) created by
- wp_update_themes is not handling caching the HTTP request correctly. …
- 08:26 Ticket #16361 (Reassigning posts on user deletion broken in [17010]) created by
- [17010] -- We're missing a name on the dropdown. :-( Needs to be …
- 08:22 Ticket #16360 (When bulk deleting users, the string remains singular) created by
- "What should be done with posts and links owned by this user?" Should …
- 08:19 Ticket #16359 (When deleting a user, wp_delete_post needs to force-delete) created by
- Currently we orphan all of the posts and send them to the trash. I …
- 08:17 Ticket #16358 (Menu items get deleted with the user who created them) created by
- Say a user edits a nav menu or two, adding some menu items. Then, said …
- 06:26 Ticket #16282 (PHP catchable error with get_term_link and WP3.1RC2) closed by
- fixed: (In [17357]) Revert [16832]. see #9591. fixes #16282
- 06:26 Changeset [17357] by
- Revert [16832]. see #9591. fixes #16282
- 04:48 Ticket #16356 (Pagination UI different between top and bottom on administration screens) closed by
- wontfix: Sorry for unintentionally hijacking this ticket :( Reposted …
- 04:45 Ticket #16357 (Bugs with pagination input) created by
- (moved from #16356) There are a few bugs with pagination that I found …
- 04:16 Ticket #16348 (Dashboard widget preferences not being honored) closed by
- fixed: (In [17356]) Make sure we don't double-add -user or -network suffixes …
- 04:16 Changeset [17356] by
- Make sure we don't double-add -user or -network suffixes in …
01/23/2011:
- 23:40 Ticket #14936 (Improve theme searching/browsing) reopened by
- This needs some no-js love, ?filter=1 is present in the Link, however …
- 21:15 Ticket #16356 (Pagination UI different between top and bottom on administration screens) created by
- Go to any paginated administration screen. At the top of the items …
- 20:41 Ticket #12759 ("Template" shouldn't show for custom hierarchical post types) closed by
- fixed: This ticket was closed on a completed milestone. New ticket, please.
- 18:58 Ticket #16354 (edit-comments not working) closed by
- invalid: No idea what this was, but since restarting IIS has removed the issue, …
- 18:40 Ticket #16282 (PHP catchable error with get_term_link and WP3.1RC2) reopened by
- Let's update the documentation so that other people don't fall into …
- 18:18 Ticket #12759 ("Template" shouldn't show for custom hierarchical post types) reopened by
- This seems a poor solution, as custom templates do not have to be …
- 18:00 Ticket #16282 (PHP catchable error with get_term_link and WP3.1RC2) closed by
- fixed: Odd, I alsy tried it with using the slug (as below), but that gave me …
- 12:42 Ticket #16353 (Allow element between li's but not after final element in wp_list_bookmarks) closed by
- wontfix
- 12:03 Ticket #16355 (Clicking "Apply" in trash view shifts view back to All Items) created by
- Scenerio - Trash a post as an admin. Visit the trash posts page as …
- 11:58 Ticket #16354 (edit-comments not working) created by
- Visiting wp-admin/edit-comments.php with any (inbuilt) level of user …
- 10:33 Ticket #16282 (PHP catchable error with get_term_link and WP3.1RC2) reopened by
- As I discussed with nacin on twitter: this issue is not resolved yet, …
- 03:52 Ticket #16351 (Default Text Widget Creates Invalid HTML) closed by
- invalid
- 03:32 Ticket #16353 (Allow element between li's but not after final element in wp_list_bookmarks) created by
- Many times when displaying a list, one wants a separator between the …
- 01:55 Ticket #16352 (TinyMCE Problems) created by
- Downloaded latest release as of 22 Jan 2011 8:45 p.m. GMT -5 Problem …
- 01:51 Ticket #16351 (Default Text Widget Creates Invalid HTML) created by
- The default text widget in default-widgets.php creates HTML that is …
- 01:50 Ticket #16349 (return list of images actually being used in post) reopened by
- Thank you for reviewing my request but I feel you missed what I was …
Note: See TracTimeline
for information about the timeline view.