[wp-trac] Re: [WordPress Trac] #2499: Rework Link Categories

WordPress Trac wp-trac at lists.automattic.com
Sun Feb 26 04:35:28 GMT 2006


#2499: Rework Link Categories
----------------------------+-----------------------------------------------
       Id:  2499            |      Status:  new                     
Component:  Administration  |    Modified:  Sun Feb 26 04:35:28 2006
 Severity:  normal          |   Milestone:  2.1                     
 Priority:  low             |     Version:  2.0.1                   
    Owner:  ryan            |    Reporter:  ryan                    
----------------------------+-----------------------------------------------
Comment (by MichaelH):

 After installing link_categories.10.diff and doing a new install.php;

 1. In link-manager.php separate each Bookmark's Categories with commas (it
 does that in edit.php) (was 14 before).

 2.  In link-import.php, after the import is done it says "Inserted 50
 links into category 1. All done! Go manage those links."  Change the two
 references from links to Bookmarks.

 3.  In link-import.php, it also says it imported into category 1, but it
 didn't write any records to wp_link2cat.  It also didn't update the
 link_count in wp_categories.

 4.  In categories.php the delete confirmation message refers to "links"
 but should be "Bookmarks".

 5.  In categories.php, deleting a Category with one Bookmark updates
 wp_link2cat properly but not the link_count in wp_categories.

 6.  If you have a Bookmark in two Categories (MyCat1 and MyCat2), and
 neither Category is the default Bookmark Category, if you delete the
 Category MyCat1, that Bookmark is left assigned to MyCat2 AND gets newly
 assigned the default (Blogroll) Category.  Just not sure if that Bookmark
 should get assigned that default Category...  Regardless, even though it
 does update wp_link2cat, it doesn't update the link_count in
 wp_categories.

 7. In categories.php, if you have both a Bookmark and a POST assigned to a
 Category that is not designated as a default, when you delete the Category
 it updates the link_count correctly in wp_categories but the
 category_count doesn't get updated (wp_post2cat gets updated okay though).

 8.  Consider dividing the Bookmarks menu choices up and put them under the
 Write, Manage, and Import menus?

-- 
Ticket URL: <http://trac.wordpress.org/ticket/2499>
WordPress Trac <http://wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list