[otrs-cvs] ITSMConfigItem/Kernel/Output/HTML
ITSMConfigItemLayoutCustomer.pm, 1.3,
1.4 ITSMConfigItemLayoutDate.pm, 1.6,
1.7 ITSMConfigItemLayoutDateTime.pm, 1.7,
1.8 ITSMConfigItemLayoutDummy.pm, 1.4,
1.5 ITSMConfigItemLayoutGeneralCatalog.pm, 1.11,
1.12 ITSMConfigItemLayoutInteger.pm, 1.1,
1.2 ITSMConfigItemLayoutText.pm, 1.10,
1.11 ITSMConfigItemLayoutTextArea.pm, 1.11,
1.12 ITSMConfigItemMenuGeneric.pm, 1.1.1.1,
1.2 ITSMConfigItemMenuVersions.pm, 1.1,
1.2 LayoutITSMConfigItem.pm, 1.7,
1.8 LinkObject2LayoutITSMConfigItem.pm, 1.10, 1.11
cvs-log at otrs.org
cvs-log at otrs.org
Mon Jul 2 15:27:12 GMT 2007
- Previous message: [otrs-cvs] ITSMConfigItem/Kernel/System/ITSMConfigItem
Definition.pm, 1.9, 1.10 Number.pm, 1.3, 1.4 Version.pm, 1.11,
1.12 XML.pm, 1.7, 1.8
- Next message: [otrs-cvs] ITSMConfigItem/Kernel/Output/HTML/Standard
AdminITSMConfigItem.dtl, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Comments:
Update of /home/cvs/ITSMConfigItem/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv9317/Kernel/Output/HTML
Modified Files:
ITSMConfigItemLayoutCustomer.pm ITSMConfigItemLayoutDate.pm
ITSMConfigItemLayoutDateTime.pm ITSMConfigItemLayoutDummy.pm
ITSMConfigItemLayoutGeneralCatalog.pm
ITSMConfigItemLayoutInteger.pm ITSMConfigItemLayoutText.pm
ITSMConfigItemLayoutTextArea.pm ITSMConfigItemMenuGeneric.pm
ITSMConfigItemMenuVersions.pm LayoutITSMConfigItem.pm
LinkObject2LayoutITSMConfigItem.pm
Log Message:
Code cleanup.
Author: mh
Index: ITSMConfigItemLayoutCustomer.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/ITSMConfigItemLayoutCustomer.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ITSMConfigItemLayoutCustomer.pm 13 Apr 2007 11:40:56 -0000 1.3
--- ITSMConfigItemLayoutCustomer.pm 2 Jul 2007 15:27:07 -0000 1.4
***************
*** 1,5 ****
# --
# Kernel/Output/HTML/ITSMConfigItemLayoutCustomer.pm - layout backend module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Output/HTML/ITSMConfigItemLayoutCustomer.pm - layout backend module
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use Kernel::System::CustomerUser;
Author: mh
Index: ITSMConfigItemLayoutDate.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/ITSMConfigItemLayoutDate.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ITSMConfigItemLayoutDate.pm 28 Mar 2007 11:09:44 -0000 1.6
--- ITSMConfigItemLayoutDate.pm 2 Jul 2007 15:27:07 -0000 1.7
***************
*** 1,5 ****
# --
# Kernel/Output/HTML/ITSMConfigItemLayoutDate.pm - layout backend module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Output/HTML/ITSMConfigItemLayoutDate.pm - layout backend module
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use vars qw(@ISA $VERSION);
Author: mh
Index: ITSMConfigItemLayoutDateTime.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/ITSMConfigItemLayoutDateTime.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ITSMConfigItemLayoutDateTime.pm 28 Mar 2007 11:09:44 -0000 1.7
--- ITSMConfigItemLayoutDateTime.pm 2 Jul 2007 15:27:07 -0000 1.8
***************
*** 1,5 ****
# --
# Kernel/Output/HTML/ITSMConfigItemLayoutDateTime.pm - layout backend module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Output/HTML/ITSMConfigItemLayoutDateTime.pm - layout backend module
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use vars qw(@ISA $VERSION);
Author: mh
Index: ITSMConfigItemLayoutDummy.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/ITSMConfigItemLayoutDummy.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ITSMConfigItemLayoutDummy.pm 28 Mar 2007 13:26:11 -0000 1.4
--- ITSMConfigItemLayoutDummy.pm 2 Jul 2007 15:27:07 -0000 1.5
***************
*** 1,5 ****
# --
# Kernel/Output/HTML/ITSMConfigItemLayoutDummy.pm - layout backend module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Output/HTML/ITSMConfigItemLayoutDummy.pm - layout backend module
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use vars qw(@ISA $VERSION);
Author: mh
Index: ITSMConfigItemLayoutGeneralCatalog.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/ITSMConfigItemLayoutGeneralCatalog.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ITSMConfigItemLayoutGeneralCatalog.pm 11 Jun 2007 11:14:49 -0000 1.11
--- ITSMConfigItemLayoutGeneralCatalog.pm 2 Jul 2007 15:27:07 -0000 1.12
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use Kernel::System::GeneralCatalog;
Author: mh
Index: ITSMConfigItemLayoutInteger.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/ITSMConfigItemLayoutInteger.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ITSMConfigItemLayoutInteger.pm 29 Mar 2007 12:40:38 -0000 1.1
--- ITSMConfigItemLayoutInteger.pm 2 Jul 2007 15:27:07 -0000 1.2
***************
*** 1,5 ****
# --
# Kernel/Output/HTML/ITSMConfigItemLayoutInteger.pm - layout backend module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Output/HTML/ITSMConfigItemLayoutInteger.pm - layout backend module
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use vars qw(@ISA $VERSION);
Author: mh
Index: ITSMConfigItemLayoutText.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/ITSMConfigItemLayoutText.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ITSMConfigItemLayoutText.pm 11 Jun 2007 11:14:49 -0000 1.10
--- ITSMConfigItemLayoutText.pm 2 Jul 2007 15:27:07 -0000 1.11
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use vars qw(@ISA $VERSION);
Author: mh
Index: ITSMConfigItemLayoutTextArea.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/ITSMConfigItemLayoutTextArea.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ITSMConfigItemLayoutTextArea.pm 11 Jun 2007 11:14:49 -0000 1.11
--- ITSMConfigItemLayoutTextArea.pm 2 Jul 2007 15:27:07 -0000 1.12
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use vars qw(@ISA $VERSION);
Author: mh
Index: ITSMConfigItemMenuGeneric.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/ITSMConfigItemMenuGeneric.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ITSMConfigItemMenuGeneric.pm 7 Mar 2007 13:47:32 -0000 1.1.1.1
--- ITSMConfigItemMenuGeneric.pm 2 Jul 2007 15:27:07 -0000 1.2
***************
*** 1,5 ****
# --
# Kernel/Output/HTML/ITSMConfigItemMenuGeneric.pm
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Output/HTML/ITSMConfigItemMenuGeneric.pm
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use vars qw($VERSION);
Author: mh
Index: ITSMConfigItemMenuVersions.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/ITSMConfigItemMenuVersions.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ITSMConfigItemMenuVersions.pm 29 Mar 2007 10:33:18 -0000 1.1
--- ITSMConfigItemMenuVersions.pm 2 Jul 2007 15:27:07 -0000 1.2
***************
*** 1,5 ****
# --
# Kernel/Output/HTML/ITSMConfigItemMenuVersions.pm
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Output/HTML/ITSMConfigItemMenuVersions.pm
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use vars qw($VERSION);
Author: mh
Index: LayoutITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/LayoutITSMConfigItem.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** LayoutITSMConfigItem.pm 5 May 2007 18:03:11 -0000 1.7
--- LayoutITSMConfigItem.pm 2 Jul 2007 15:27:07 -0000 1.8
***************
*** 1,5 ****
# --
# Kernel/Output/HTML/LayoutITSMConfigItem.pm - provides generic HTML output for ITSMConfigItem
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Output/HTML/LayoutITSMConfigItem.pm - provides generic HTML output for ITSMConfigItem
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use vars qw(@ISA $VERSION);
Author: mh
Index: LinkObject2LayoutITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/LinkObject2LayoutITSMConfigItem.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** LinkObject2LayoutITSMConfigItem.pm 11 Jun 2007 12:55:26 -0000 1.10
--- LinkObject2LayoutITSMConfigItem.pm 2 Jul 2007 15:27:07 -0000 1.11
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use Kernel::System::GeneralCatalog;
- Previous message: [otrs-cvs] ITSMConfigItem/Kernel/System/ITSMConfigItem
Definition.pm, 1.9, 1.10 Number.pm, 1.3, 1.4 Version.pm, 1.11,
1.12 XML.pm, 1.7, 1.8
- Next message: [otrs-cvs] ITSMConfigItem/Kernel/Output/HTML/Standard
AdminITSMConfigItem.dtl, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list