[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
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/LinkObject2
ITSMConfigItem.pm, 1.11, 1.12
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Comments:
Update of /home/cvs/ITSMConfigItem/Kernel/Modules
In directory lancelot:/tmp/cvs-serv9317/Kernel/Modules
Modified Files:
AdminITSMConfigItem.pm AgentITSMConfigItem.pm
AgentITSMConfigItemAdd.pm AgentITSMConfigItemEdit.pm
AgentITSMConfigItemSearch.pm
AgentITSMConfigItemSearchResult.pm AgentITSMConfigItemZoom.pm
Log Message:
Code cleanup.
Author: mh
Index: AdminITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Modules/AdminITSMConfigItem.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** AdminITSMConfigItem.pm 22 May 2007 08:06:18 -0000 1.6
--- AdminITSMConfigItem.pm 2 Jul 2007 15:27:06 -0000 1.7
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use Kernel::System::GeneralCatalog;
Author: mh
Index: AgentITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Modules/AgentITSMConfigItem.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** AgentITSMConfigItem.pm 6 Apr 2007 15:21:25 -0000 1.12
--- AgentITSMConfigItem.pm 2 Jul 2007 15:27:06 -0000 1.13
***************
*** 1,5 ****
# --
# Kernel/Modules/AgentITSMConfigItem.pm - the OTRS::ITSM config item module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Modules/AgentITSMConfigItem.pm - the OTRS::ITSM config item module
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use Kernel::System::ITSMConfigItem;
Author: mh
Index: AgentITSMConfigItemAdd.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Modules/AgentITSMConfigItemAdd.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** AgentITSMConfigItemAdd.pm 23 May 2007 16:37:21 -0000 1.8
--- AgentITSMConfigItemAdd.pm 2 Jul 2007 15:27:06 -0000 1.9
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use Kernel::System::GeneralCatalog;
Author: mh
Index: AgentITSMConfigItemEdit.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Modules/AgentITSMConfigItemEdit.pm,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** AgentITSMConfigItemEdit.pm 6 Jun 2007 16:10:22 -0000 1.29
--- AgentITSMConfigItemEdit.pm 2 Jul 2007 15:27:06 -0000 1.30
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use Kernel::System::ITSMConfigItem;
Author: mh
Index: AgentITSMConfigItemSearch.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Modules/AgentITSMConfigItemSearch.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** AgentITSMConfigItemSearch.pm 6 Jun 2007 16:10:22 -0000 1.10
--- AgentITSMConfigItemSearch.pm 2 Jul 2007 15:27:06 -0000 1.11
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use Kernel::System::ITSMConfigItem;
Author: mh
Index: AgentITSMConfigItemSearchResult.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Modules/AgentITSMConfigItemSearchResult.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** AgentITSMConfigItemSearchResult.pm 7 Apr 2007 09:53:48 -0000 1.6
--- AgentITSMConfigItemSearchResult.pm 2 Jul 2007 15:27:06 -0000 1.7
***************
*** 1,5 ****
# --
# Kernel/Modules/AgentITSMConfigItemSearchResult.pm - the OTRS::ITSM config item search result module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Modules/AgentITSMConfigItemSearchResult.pm - the OTRS::ITSM config item search result module
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use Kernel::System::ITSMConfigItem;
Author: mh
Index: AgentITSMConfigItemZoom.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Modules/AgentITSMConfigItemZoom.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** AgentITSMConfigItemZoom.pm 11 Jun 2007 11:14:49 -0000 1.23
--- AgentITSMConfigItemZoom.pm 2 Jul 2007 15:27:06 -0000 1.24
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use Kernel::System::GeneralCatalog;
- Previous message: [otrs-cvs] ITSMConfigItem/Kernel/System/LinkObject2
ITSMConfigItem.pm, 1.11, 1.12
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list