[freeside-commits] freeside/FS/FS Mason.pm, 1.11, 1.12 Conf.pm, 1.296, 1.297
Ivan,,,
ivan at wavetail.420.am
Wed Jul 8 04:12:48 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv14082/FS/FS
Modified Files:
Mason.pm Conf.pm
Log Message:
borg RT menus, RT#1169
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- Conf.pm 7 Jul 2009 09:23:20 -0000 1.296
+++ Conf.pm 8 Jul 2009 11:12:46 -0000 1.297
@@ -2881,6 +2881,13 @@
'type' => 'checkbox',
},
+ {
+ 'key' => 'rt-crontool',
+ 'section' => '',
+ 'description' => 'Enable the RT CronTool extension.',
+ 'type' => 'checkbox',
+ },
+
);
1;
Index: Mason.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Mason.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Mason.pm 30 Jun 2009 01:42:55 -0000 1.11
+++ Mason.pm 8 Jul 2009 11:12:46 -0000 1.12
@@ -384,6 +384,9 @@
${$_[0]} = "'". ${$_[0]}. "'";
}
},
+ compiler => HTML::Mason::Compiler::ToObject->new(
+ allow_globals => [qw(%session)],
+ ),
);
my $rt_interp = new HTML::Mason::Interp (
More information about the freeside-commits
mailing list