
interchange-cvs at icdevgroup
Jul 12, 2013, 6:53 AM
Post #1 of 1
(30 views)
Permalink
|
|
[interchange] Show Digest::SHA status in UI's Administration > Perl Information tab
|
|
commit beba56fe3ab663500fd259edfa7f26b501e67c0b Author: Jon Jensen <jon [at] endpoint> Date: Fri Jul 12 14:51:47 2013 +0100 Show Digest::SHA status in UI's Administration > Perl Information tab code/UI_Tag/version.coretag | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- diff --git a/code/UI_Tag/version.coretag b/code/UI_Tag/version.coretag index 6cfebaa..da216f9 100644 --- a/code/UI_Tag/version.coretag +++ b/code/UI_Tag/version.coretag @@ -150,6 +150,7 @@ sub { Crypt::SSLeay DBI Digest::MD5 + Digest::SHA Image::Size LWP::Simple MIME::Base64 @@ -173,6 +174,7 @@ sub { 'Crypt::SSLeay' => q{Payment interface links via HTTPS/SSL.}, 'DBI' => q{Most people want to use SQL with Interchange, and this is a requirement. You will also need the appropriate DBD module, i.e. DBD::mysql to support MySQL.}, 'Digest::MD5' => q{IMPORTANT: cache keys and other search-related functions will not work.}, + 'Digest::SHA' => q{Used by sha1 filter, optional UserDB functionality, and some payment modules.}, 'Image::Size' => q{Optional but recommended for [image ...] tag.}, 'LWP::Simple' => q{External UPS lookup and other internet-related functions will not work.}, 'MIME::Base64' => q{Provides HTTP services for internal HTTP server and basic authentication.}, _______________________________________________ interchange-cvs mailing list interchange-cvs [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
|