Not signed in (Sign In)
    • CommentAuthordavedash
    • CommentTimeMar 4th 2009 edited
     
    Hi folks, yesterday we released some new enhancements:

    * Users now have the ability to remove items from their Inbox either individually or through bulk edit.
    * We now support imports of Firefox JSON files with tags (aka Firefox "backup" files), Furl files with tags, and Firefox "smart bookmarks" files.
    * The Watchmen will be available in theaters starting Friday.
    * Save/cancel buttons are now added to the bottom of the tag bundle edit page.
    * Linkrolls/tagrolls support empty titles.
    * Better API support for Google App Engine users.

    Other enhancements from the past few weeks:

    * Permanent login is now available. When signed in, click the checkbox labeled "Keep me logged in" and you won't have to log in again until you want to. (Yes, this means that we removed the two-week limit.)
    * URL details pages (the ones like http://delicious.com/url/7439baff5f8040da62aca7dac0c8e7e3) now display 30 Top Tags instead of the previous 10.
    * The "type a tag" bar is now a little taller and tag entry field is a little larger.
    * You can now get a private (keyed) RSS feed for your bookmarks, including private bookmarks. When logged in, you can find this linked next to the normal public RSS feed - right below the last bookmark on your Bookmarks page.

    We have a beta version of the Firefox add-on with bugfixes and AwesomeBar integration: http://support.delicious.com/forum/comments.php?DiscussionID=2083

    Bonus tip: We have bookmarklet buttons for Chrome available from the bookmarklet page - http://delicious.com/help/bookmarklets (and check out the very bottom of that page for a couple fancy buttons).

    Enjoy.
    • CommentAuthorani625
    • CommentTimeMar 4th 2009
     
    The most important one being "The Watchmen will be available in theaters starting Friday" .
    Thx
    • CommentAuthordavedash
    • CommentTimeMar 4th 2009
     
    ani625 or if you are willing to spend more money... Thursday ;)
  1.  
    I installed the bookmarklets in Chrome and also notice that the note field can be resized.

    Nice but the Tag field stays on top even when the notes field is resized below the tag field.

    This is probably a hint of what is to come but thought to let you know of this bug.

    Regards
    • CommentAuthordavedash
    • CommentTimeMar 4th 2009
     
    Bartcelona,

    Thanks for pointing this out... both Chrome and Safari should be resizable (that's how webkit works) - but we'll have to accommodate for that in our submission forms.

    -d
  2.  
    Thanks Dave and the rest of the team - there's some really useful things in there
  3.  
    I'm having a problem with link roll which seems to have start yesterday. All my link rolls now have the title "My Delecious Bookmarks" followed then by the title I actually want and have arranged at my typepad set-up. Also when I've gone to check on your link roll page - http://delicious.com/help/linkrolls - to test my code I get nothing i.e. I delete your standard title and enter the tag I actually want listed, not all bookmarks, nothing happens. The code looks the same as I currently am using at typepad but the preview stays stuck with general bookmarks.

    This is frustrating Is it possible that the latest changes you have made to link rolls have caused some changes that I must now find a work around to?
  4.  
    As a follow up to my note above, here is the code I'm using for my typepad page:

    <script type="text/javascript" src="http://del.icio.us/feeds/js/drpangloss/today?extended;count=40"></script> <noscript><a href="http://del.icio.us/drpangloss/today">my del.icio.us</a></noscript>

    This has noow started putting "My Delicious Bookmarks" as its title which I don't want.

    Here is the code produced by your link roll example and preview page:

    <script type="text/javascript" src="http://feeds.delicious.com/v2/js/DrPangloss/Today?title=&count=40&sort=date"></script>

    which simply produces 40 of my most recent bookmarks.
  5.  
    I've fixed my code in typelists at typepad. I've specifically added a "title" element and set it to null - title=;count=10; etc.etc. that fixed the problem of having "my Delicious Bookmarks" showing up as a title. So for example the code for one of my link rolls now looks like this:

    <script type="text/javascript" src="http://del.icio.us/feeds/js/DrPangloss/special?title=;count=10;sort=alpha"></script> <noscript><a href="http://del.icio.us/DrPangloss/special">my del.icio.us</a></noscript>

    Your link roll page preview still seems to have a problem actually showing anything other than a modified general set of book marks and not a specific tag component.
    • CommentAuthorbritta
    • CommentTimeMar 8th 2009
     
    Delicious team member
    A few other people noticed this unexpected linkroll title too: http://support.delicious.com/forum/comments.php?DiscussionID=2127 - I responded there.

    Yes, the linkroll page does have a bug with displaying tag-filtered bookmarks, and we have it on our list to fix. The code should still work properly when included in a website.
    • CommentAuthoralsutton
    • CommentTimeMar 19th 2009
     
    Could these changes be responsible for the IE plugin not working any more?
    • CommentAuthorbritta
    • CommentTimeMar 23rd 2009
     
    Delicious team member
    alsutton: Can you explain a little bit about what issues you're noticing with the IE plugin? They're probably not caused by this update, but something else might be going wrong.