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/api/comment.php

    r580 r1352  
    1919                echo "</response>"; 
    2020        } else { 
    21                 header('WWW-Authenticate: Basic realm="Feed Me Links XML API"'); 
     21                header('WWW-Authenticate: Basic realm="Feed_Me_Links_XML_API"'); 
    2222                header('HTTP/1.0 401 Unauthorized'); 
    2323                echo "<response>login first, please.