[otrs-cvs] ITSMConfigItem/Kernel/System/ITSMConfigItem/XML/Type
Customer.pm, 1.1, 1.2 Date.pm, 1.1, 1.2 DateTime.pm, 1.1,
1.2 Dummy.pm, 1.1, 1.2 GeneralCatalog.pm, 1.3, 1.4 Integer.pm,
1.1, 1.2 Text.pm, 1.2, 1.3 TextArea.pm, 1.2, 1.3
cvs-log at otrs.org
cvs-log at otrs.org
Mon Jul 2 15:27:12 GMT 2007
- Previous message: [otrs-cvs]
ITSMConfigItem/Kernel/Modules AdminITSMConfigItem.pm, 1.6,
1.7 AgentITSMConfigItem.pm, 1.12,
1.13 AgentITSMConfigItemAdd.pm, 1.8,
1.9 AgentITSMConfigItemEdit.pm, 1.29,
1.30 AgentITSMConfigItemSearch.pm, 1.10,
1.11 AgentITSMConfigItemSearchResult.pm, 1.6,
1.7 AgentITSMConfigItemZoom.pm, 1.23, 1.24
- Next message: [otrs-cvs] ITSMConfigItem/Kernel/System/ITSMConfigItem/Number
AutoIncrement.pm, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Comments:
Update of /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/XML/Type
In directory lancelot:/tmp/cvs-serv9317/Kernel/System/ITSMConfigItem/XML/Type
Modified Files:
Customer.pm Date.pm DateTime.pm Dummy.pm GeneralCatalog.pm
Integer.pm Text.pm TextArea.pm
Log Message:
Code cleanup.
Author: mh
Index: Customer.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/XML/Type/Customer.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Customer.pm 28 Mar 2007 11:10:10 -0000 1.1
--- Customer.pm 2 Jul 2007 15:27:07 -0000 1.2
***************
*** 1,5 ****
# --
# Kernel/System/ITSMConfigItem/XML/Type/Customer.pm - xml backend module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/ITSMConfigItem/XML/Type/Customer.pm - xml 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: Date.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/XML/Type/Date.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Date.pm 26 Mar 2007 18:46:49 -0000 1.1
--- Date.pm 2 Jul 2007 15:27:07 -0000 1.2
***************
*** 1,5 ****
# --
# Kernel/System/ITSMConfigItem/XML/Type/Date.pm - xml backend module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/ITSMConfigItem/XML/Type/Date.pm - xml 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: DateTime.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/XML/Type/DateTime.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DateTime.pm 26 Mar 2007 18:46:49 -0000 1.1
--- DateTime.pm 2 Jul 2007 15:27:07 -0000 1.2
***************
*** 1,5 ****
# --
# Kernel/System/ITSMConfigItem/XML/Type/DateTime.pm - xml backend module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/ITSMConfigItem/XML/Type/DateTime.pm - xml 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: Dummy.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/XML/Type/Dummy.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Dummy.pm 27 Mar 2007 11:37:47 -0000 1.1
--- Dummy.pm 2 Jul 2007 15:27:07 -0000 1.2
***************
*** 1,5 ****
# --
# Kernel/System/ITSMConfigItem/XML/Type/Dummy.pm - xml backend module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/ITSMConfigItem/XML/Type/Dummy.pm - xml 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: GeneralCatalog.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/XML/Type/GeneralCatalog.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** GeneralCatalog.pm 15 Mar 2007 13:58:45 -0000 1.3
--- GeneralCatalog.pm 2 Jul 2007 15:27:07 -0000 1.4
***************
*** 1,5 ****
# --
# Kernel/System/ITSMConfigItem/XML/Type/GeneralCatalog.pm - xml backend module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/ITSMConfigItem/XML/Type/GeneralCatalog.pm - xml backend module
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use Kernel::System::GeneralCatalog;
Author: mh
Index: Integer.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/XML/Type/Integer.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Integer.pm 29 Mar 2007 12:40:38 -0000 1.1
--- Integer.pm 2 Jul 2007 15:27:07 -0000 1.2
***************
*** 1,5 ****
# --
# Kernel/System/ITSMConfigItem/XML/Type/Integer.pm - xml backend module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/ITSMConfigItem/XML/Type/Integer.pm - xml 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: Text.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/XML/Type/Text.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Text.pm 15 Mar 2007 13:58:45 -0000 1.2
--- Text.pm 2 Jul 2007 15:27:07 -0000 1.3
***************
*** 1,5 ****
# --
# Kernel/System/ITSMConfigItem/XML/Type/Text.pm - xml backend module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/ITSMConfigItem/XML/Type/Text.pm - xml 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: TextArea.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/XML/Type/TextArea.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TextArea.pm 15 Mar 2007 13:58:45 -0000 1.2
--- TextArea.pm 2 Jul 2007 15:27:07 -0000 1.3
***************
*** 1,5 ****
# --
# Kernel/System/ITSMConfigItem/XML/Type/TextArea.pm - xml backend module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/ITSMConfigItem/XML/Type/TextArea.pm - xml 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);
- Previous message: [otrs-cvs]
ITSMConfigItem/Kernel/Modules AdminITSMConfigItem.pm, 1.6,
1.7 AgentITSMConfigItem.pm, 1.12,
1.13 AgentITSMConfigItemAdd.pm, 1.8,
1.9 AgentITSMConfigItemEdit.pm, 1.29,
1.30 AgentITSMConfigItemSearch.pm, 1.10,
1.11 AgentITSMConfigItemSearchResult.pm, 1.6,
1.7 AgentITSMConfigItemZoom.pm, 1.23, 1.24
- Next message: [otrs-cvs] ITSMConfigItem/Kernel/System/ITSMConfigItem/Number
AutoIncrement.pm, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list