Show
Ignore:
Timestamp:
05/20/08 19:33:19 (19 months ago)
Author:
bchoate
Message:

Added Digest::MD5 to optional module requirements. BugId:79843

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/mt-check.cgi.pre

    r2319 r2402  
    343343    [ 'Digest::SHA1', 0, 0, translate('Digest::SHA1 and its dependencies are required in order to allow commenters to be authenticated by OpenID providers including Vox and LiveJournal.')], 
    344344    [ 'Mail::Sendmail', 0, 0, translate('Mail::Sendmail is required for sending mail via SMTP Server.')], 
     345    [ 'Safe', 0, 0, translate('This module is used in test attribute of MTIf conditional tag.')], 
     346    [ 'Digest::MD5', 0, 0, translate('This module is used by the Markdown text filter.')], 
    345347); 
    346348