[otrs-cvs] CVS: Advisory/Kernel/Config/Files Advisory.pm,1.42,1.43
cvs-log at otrs.org
cvs-log at otrs.org
Wed Dec 6 08:41:48 CET 2006
Update of /home/cvs/Advisory/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv386/Kernel/Config/Files
Modified Files:
Advisory.pm
Log Message:
perl syntaxcheck problem
Index: Advisory.pm
===================================================================
RCS file: /home/cvs/Advisory/Kernel/Config/Files/Advisory.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** Advisory.pm 29 Sep 2005 10:17:22 -0000 1.42
--- Advisory.pm 6 Dec 2006 07:41:46 -0000 1.43
***************
*** 1,4 ****
!
! # Advisory - Config
$Self->{'Frontend::Module'}->{'AgentAdvisory'} = {
--- 1,12 ----
! # --
! # Advisory.pm - the config for advisory module
! # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
! # --
! # $Id$
! # --
! # This software comes with ABSOLUTELY NO WARRANTY. For details, see
! # the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
! # --
$Self->{'Frontend::Module'}->{'AgentAdvisory'} = {
***************
*** 9,59 ****
Title => 'Advisory',
NavBar => [
! {
! Description => 'Advisory',
! Name => 'Advisory',
! Image => 'advisory.png',
! Link => 'Action=AgentAdvisory&Subaction=Overview',
! NavBar => 'Advisory',
! Type => 'Menu',
! Prio => 2100,
! Block => 'ItemArea',
! AccessKey => 'd',
! },
! {
! GroupRo => ['advisory_handler_group'],
! Description => 'Overview',
! Name => 'Overview',
! Image => 'overview.png',
! Link => 'Action=AgentAdvisory&Subaction=Overview',
! NavBar => 'Advisory',
! AccessKey => 'o',
! Prio => 100,
! Type => '',
! Block => '',
! },
! {
! Group => ['advisory_handler_group'],
! Description => 'New',
! Name => 'New',
! Image => 'new.png',
! Link => 'Action=AgentAdvisory&Subaction=Add',
! NavBar => 'Advisory',
! AccessKey => 'n',
! Prio => 200,
! Type => '',
! Block => '',
! },
! {
! GroupRo => ['advisory_handler_group'],
! Description => 'Search',
! Name => 'Search',
! Image => 'search.png',
! Link => 'Action=AgentAdvisory&Subaction=Search',
! NavBar => 'Advisory',
! AccessKey => 's',
! Prio => 300,
! Type => '',
! Block => '',
! },
],
};
--- 17,67 ----
Title => 'Advisory',
NavBar => [
! {
! Description => 'Advisory',
! Name => 'Advisory',
! Image => 'advisory.png',
! Link => 'Action=AgentAdvisory&Subaction=Overview',
! NavBar => 'Advisory',
! Type => 'Menu',
! Prio => 2100,
! Block => 'ItemArea',
! AccessKey => 'd',
! },
! {
! GroupRo => ['advisory_handler_group'],
! Description => 'Overview',
! Name => 'Overview',
! Image => 'overview.png',
! Link => 'Action=AgentAdvisory&Subaction=Overview',
! NavBar => 'Advisory',
! AccessKey => 'o',
! Prio => 100,
! Type => '',
! Block => '',
! },
! {
! Group => ['advisory_handler_group'],
! Description => 'New',
! Name => 'New',
! Image => 'new.png',
! Link => 'Action=AgentAdvisory&Subaction=Add',
! NavBar => 'Advisory',
! AccessKey => 'n',
! Prio => 200,
! Type => '',
! Block => '',
! },
! {
! GroupRo => ['advisory_handler_group'],
! Description => 'Search',
! Name => 'Search',
! Image => 'search.png',
! Link => 'Action=AgentAdvisory&Subaction=Search',
! NavBar => 'Advisory',
! AccessKey => 's',
! Prio => 300,
! Type => '',
! Block => '',
! },
],
};
***************
*** 109,113 ****
];
-
# for Advisory shortcreatesory::DefaultArt
$Self->{'Advisory::DefaultQueue'} = 'Advisory';
--- 117,120 ----
***************
*** 541,545 ****
NotCommonField => 0,
},
! explanation => {
TagType => {
Required => '*',
--- 548,552 ----
NotCommonField => 0,
},
! explanation => {
TagType => {
Required => '*',
***************
*** 1923,1927 ****
# },
# checksum_alg => {
! # TagType => {
# Block => 'checksum_alg',
# },
--- 1930,1934 ----
# },
# checksum_alg => {
! # TagType => {
# Block => 'checksum_alg',
# },
***************
*** 2161,2165 ****
replicating => 'very_high',
},
! },
$Self->{'Advisory::ImpactTable'} = {
--- 2168,2172 ----
replicating => 'very_high',
},
! };
$Self->{'Advisory::ImpactTable'} = {
***************
*** 2213,2218 ****
network => 'very_high',
},
! },
!
$Self->{'Advisory::CurrentImpactTable'} = {
--- 2220,2224 ----
network => 'very_high',
},
! };
$Self->{'Advisory::CurrentImpactTable'} = {
***************
*** 2252,2256 ****
very_high => 'very_high',
},
! },
$Self->{'Advisory::RequirementOptions'} = {
--- 2258,2262 ----
very_high => 'very_high',
},
! };
$Self->{'Advisory::RequirementOptions'} = {
***************
*** 2299,2303 ****
Position => 11,
},
! },
$Self->{'Advisory::SolutionOptions'} = {
--- 2305,2309 ----
Position => 11,
},
! };
$Self->{'Advisory::SolutionOptions'} = {
***************
*** 2318,2322 ****
Position => 4,
},
! },
$Self->{'Advisory::ReferenceOptions'} = {
--- 2324,2328 ----
Position => 4,
},
! };
$Self->{'Advisory::ReferenceOptions'} = {
***************
*** 2349,2353 ****
Position => 7,
},
! },
$Self->{'Advisory::TemplateOptions'} = {
--- 2355,2359 ----
Position => 7,
},
! };
$Self->{'Advisory::TemplateOptions'} = {
***************
*** 2360,2365 ****
Position => 2,
},
! },
!
# attachment module to import daf
--- 2366,2370 ----
Position => 2,
},
! };
# attachment module to import daf
***************
*** 2389,2392 ****
};
# workflow
! $Self->{Workflow}->{'Advisory'}->{'Advisory'} = ['Coordination', 'Advisory', 'Advisory::Inquiries (Mailinglists)', 'Advisory::Inquiries (Vulnerability)', 'Advisory::Inquiries (Web)', 'Advisory::QA', 'Advisory::Outbox'];
--- 2394,2403 ----
};
# workflow
! $Self->{Workflow}->{'Advisory'}->{'Advisory'} = [
! 'Coordination', 'Advisory',
! 'Advisory::Inquiries (Mailinglists)',
! 'Advisory::Inquiries (Vulnerability)',
! 'Advisory::Inquiries (Web)', 'Advisory::QA', 'Advisory::Outbox',
! ];
+ 1;
\ No newline at end of file
More information about the cvs-log
mailing list