Show
Ignore:
Timestamp:
03/01/07 18:58:29 (2 years ago)
Author:
jm3
Message:

lots o changes (big ones in bold):

  • added export in delicious format xml
  • account removal
  • much, much nicer (as in, they actually exist) reminder emails for pending account expiration
  • added self-service account re-enablement for auto-disabled users
  • much, much nicer emails for
  • added two new answers to the FAQ
  • re-arranged search to move the options to the top (duh)
  • refactored tag-ame related functions
  • added AIM as a valid profile field
  • wrote validation code process to linking your AIM account to FML
  • whee!!!!
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/modules/recent-with-times.inc.php

    r1331 r1352  
    148148                <%= $i == 0 ? getCommentCSS() : "" %> 
    149149                <%= getCommentsForLink( $id, "nobody", $debug ) %> 
    150                 <% $cats = getCategoriesForLinkAsRss( $id, "nobody", "add-trailing-noun=1", 0 ); %> 
     150                <% $cats = get_tag_IDs( $id, "nobody", "add-trailing-noun=1", 0 ); %> 
    151151        ]]></content:encoded> 
    152152        <dc:subject><%= $cats ? "$cats" : "(" . getUnCattedName() . ")" %></dc:subject>