Changeset 2402
- Timestamp:
- 05/20/08 19:33:19 (21 months ago)
- Location:
- branches/release-38
- Files:
-
- 2 modified
-
lib/MT/App/Wizard.pm (modified) (1 diff)
-
mt-check.cgi.pre (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/lib/MT/App/Wizard.pm
r1822 r2402 191 191 link => 'http://search.cpan.org/dist/Safe', 192 192 label => 'This module is used in test attribute of MTIf conditional tag.', 193 }, 194 'Digest::MD5' => { 195 link => 'http://search.cpan.org/dist/Digest-MD5', 196 label => 'This module is used by the Markdown text filter.', 193 197 }, 194 198 }, -
branches/release-38/mt-check.cgi.pre
r2319 r2402 343 343 [ '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.')], 344 344 [ '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.')], 345 347 ); 346 348
