@ISA = qw/Squirrel::Row/;
use Carp 'confess';
-our $VERSION = "1.007";
+our $VERSION = "1.008";
sub columns {
return qw/id articleId displayName filename sizeInBytes description
BSE::TB::AuditLog->log
(
component => "admin:edit:saveimage",
- level => "warn",
+ level => "warning",
object => $self,
actor => $actor,
msg => "Error saving file to storage $new_storage: $msg",
BSE::TB::AuditLog->log
(
component => "admin:edit:savefile",
- level => "warn",
+ level => "warning",
object => $self,
actor => $actor,
msg => "Error saving file to storage $new_storage: $msg",
@ISA = qw/Squirrel::Row BSE::ThumbCommon/;
use Carp qw(confess);
-our $VERSION = "1.005";
+our $VERSION = "1.006";
sub columns {
return qw/id articleId image alt width height url displayOrder name
BSE::TB::AuditLog->log
(
component => "admin:edit:saveimage",
- level => "warn",
+ level => "warning",
object => $image,
actor => $actor,
msg => "Error saving image to storage $new_storage: $msg",
BSE::TB::AuditLog->log
(
component => "admin:edit:saveimage",
- level => "warn",
+ level => "warning",
object => $image,
actor => $actor,
msg => "Error saving image to storage $new_storage: $msg",
package BSE::Util::ValidateHTML;
use strict;
-our $VERSION = "1.000";
+our $VERSION = "1.001";
sub validate {
my ($class, $cfg, $result) = @_;
BSE::TB::AuditLog->log
(
component => "template:validatehtml:load",
- level => "critical",
+ level => "crit",
actor => "S",
msg => "Could not load $real_class",
dump => $@,