cvs-log-admin | 1 Jun 2003 19:17

[otrs-cvs] CVS: otrs/Kernel/System/PostMaster DestQueue.pm,1.11,1.12

Update of /home/cvs/otrs/Kernel/System/PostMaster
In directory nohl:/tmp/cvs-serv21511/Kernel/System/PostMaster

Modified Files:
	DestQueue.pm 
Log Message:
added Resent-To email header check for queue sorting of new ticket - http://lists.otrs.org/pipermail/otrs/2003-May/001845.html

Index: DestQueue.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/PostMaster/DestQueue.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** DestQueue.pm	18 May 2003 20:23:09 -0000	1.11
--- DestQueue.pm	1 Jun 2003 17:17:38 -0000	1.12
***************
*** 55,62 ****
      );
      # --
!     # check possible to and cc emailaddresses 
      # --
      my  <at> EmailAddresses = $Self->{ParseObject}->SplitAddressLine(
!         Line => $GetParam{To} .",". $GetParam{Cc},
      );
      foreach ( <at> EmailAddresses) {
--- 55,71 ----
      );
      # --
!     # check possible to, cc and resent-to emailaddresses 
(Continue reading)

cvs-log-admin | 1 Jun 2003 19:14

[otrs-cvs] CVS: otrs/Kernel/System/PostMaster DestQueue.pm,1.9.2.2,1.9.2.3

Update of /home/cvs/otrs/Kernel/System/PostMaster
In directory nohl:/tmp/cvs-serv21441/Kernel/System/PostMaster

Modified Files:
      Tag: rel-1_1
	DestQueue.pm 
Log Message:
added Resent-To email header check for queue sorting of new ticket - http://lists.otrs.org/pipermail/otrs/2003-May/001845.html

Index: DestQueue.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/PostMaster/DestQueue.pm,v
retrieving revision 1.9.2.2
retrieving revision 1.9.2.3
diff -C2 -r1.9.2.2 -r1.9.2.3
*** DestQueue.pm	18 May 2003 20:20:50 -0000	1.9.2.2
--- DestQueue.pm	1 Jun 2003 17:14:25 -0000	1.9.2.3
***************
*** 55,62 ****
      );
      # --
!     # check possible to and cc emailaddresses 
      # --
      my  <at> EmailAddresses = $Self->{ParseObject}->SplitAddressLine(
!         Line => $GetParam{To} .",". $GetParam{Cc},
      );
      foreach ( <at> EmailAddresses) {
--- 55,71 ----
      );
      # --
(Continue reading)

cvs-log-admin | 1 Jun 2003 19:17

[otrs-cvs] CVS: otrs/Kernel/Config Defaults.pm,1.75,1.76

Update of /home/cvs/otrs/Kernel/Config
In directory nohl:/tmp/cvs-serv21511/Kernel/Config

Modified Files:
	Defaults.pm 
Log Message:
added Resent-To email header check for queue sorting of new ticket - http://lists.otrs.org/pipermail/otrs/2003-May/001845.html

Index: Defaults.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Defaults.pm,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -r1.75 -r1.76
*** Defaults.pm	29 May 2003 16:11:48 -0000	1.75
--- Defaults.pm	1 Jun 2003 17:17:38 -0000	1.76
***************
*** 711,714 ****
--- 711,716 ----
        'Message-ID',
        'Message-Id',
+       'Resent-To',
+       'Resent-From',
        'Precedence',
        'Mailing-List',

_______________________________________________
OTRS mailing list: cvs-log - Web-CVS http://cvs.otrs.org/
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log

(Continue reading)

cvs-log-admin | 1 Jun 2003 19:14

[otrs-cvs] CVS: otrs/Kernel/Config Defaults.pm,1.68.2.5,1.68.2.6

Update of /home/cvs/otrs/Kernel/Config
In directory nohl:/tmp/cvs-serv21441/Kernel/Config

Modified Files:
      Tag: rel-1_1
	Defaults.pm 
Log Message:
added Resent-To email header check for queue sorting of new ticket - http://lists.otrs.org/pipermail/otrs/2003-May/001845.html

Index: Defaults.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Defaults.pm,v
retrieving revision 1.68.2.5
retrieving revision 1.68.2.6
diff -C2 -r1.68.2.5 -r1.68.2.6
*** Defaults.pm	29 May 2003 16:11:38 -0000	1.68.2.5
--- Defaults.pm	1 Jun 2003 17:14:25 -0000	1.68.2.6
***************
*** 708,711 ****
--- 708,713 ----
        'Message-ID',
        'Message-Id',
+       'Resent-To',
+       'Resent-From',
        'Precedence',
        'Mailing-List',

_______________________________________________
OTRS mailing list: cvs-log - Web-CVS http://cvs.otrs.org/
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
(Continue reading)

cvs-log-admin | 1 Jun 2003 20:05

[otrs-cvs] CVS: otrs/bin SetPermissions.sh,1.18,1.18.2.1

Update of /home/cvs/otrs/bin
In directory nohl:/tmp/cvs-serv22231/bin

Modified Files:
      Tag: rel-1_1
	SetPermissions.sh 
Log Message:
improved Kernel/System/Ticket/Number/*.pm (ticket number
generator modules) to work with non existing var/log/TicketCounter.log.
-=> So var/log/TicketCounter.log will be removed from the CVS and
tar.gz updates will be much easier! (TicketCounter.log will not be
reseted on tar-update of OTRS update)

Index: SetPermissions.sh
===================================================================
RCS file: /home/cvs/otrs/bin/SetPermissions.sh,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -C2 -r1.18 -r1.18.2.1
*** SetPermissions.sh	10 Mar 2003 15:01:43 -0000	1.18
--- SetPermissions.sh	1 Jun 2003 18:05:47 -0000	1.18.2.1
***************
*** 99,103 ****

  # set the var/log/TicketCounter.log file to OTRS and webserver user
! echo "chown $OTRSUSER:$WEBGROUP $OTRSDEST/var/log/TicketCounter.log"
  chown $OTRSUSER:$WEBGROUP $OTRSDEST/var/log/TicketCounter.log
  chmod 775 $OTRSDEST/var/log/TicketCounter.log
--- 99,104 ----

(Continue reading)

cvs-log-admin | 1 Jun 2003 20:05

[otrs-cvs] CVS: otrs/var/log TicketCounter.log,1.1,NONE

Update of /home/cvs/otrs/var/log
In directory nohl:/tmp/cvs-serv22231/var/log

Removed Files:
      Tag: rel-1_1
	TicketCounter.log 
Log Message:
improved Kernel/System/Ticket/Number/*.pm (ticket number
generator modules) to work with non existing var/log/TicketCounter.log.
-=> So var/log/TicketCounter.log will be removed from the CVS and
tar.gz updates will be much easier! (TicketCounter.log will not be
reseted on tar-update of OTRS update)

--- TicketCounter.log DELETED ---

_______________________________________________
OTRS mailing list: cvs-log - Web-CVS http://cvs.otrs.org/
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log

cvs-log-admin | 1 Jun 2003 20:05

[otrs-cvs] CVS: otrs/Kernel/System/Ticket/Number AutoIncrement.pm,1.8,1.8.2.1 Date.pm,1.7,1.7.2.1 DateChecksum.pm,1.8,1.8.2.1 Random.pm,1.7,1.7.2.1

Update of /home/cvs/otrs/Kernel/System/Ticket/Number
In directory nohl:/tmp/cvs-serv22231/Kernel/System/Ticket/Number

Modified Files:
      Tag: rel-1_1
	AutoIncrement.pm Date.pm DateChecksum.pm Random.pm 
Log Message:
improved Kernel/System/Ticket/Number/*.pm (ticket number
generator modules) to work with non existing var/log/TicketCounter.log.
-=> So var/log/TicketCounter.log will be removed from the CVS and
tar.gz updates will be much easier! (TicketCounter.log will not be
reseted on tar-update of OTRS update)

Index: AutoIncrement.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Ticket/Number/AutoIncrement.pm,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -r1.8 -r1.8.2.1
*** AutoIncrement.pm	29 Apr 2003 15:51:41 -0000	1.8
--- AutoIncrement.pm	1 Jun 2003 18:05:47 -0000	1.8.2.1
***************
*** 26,56 ****
      my $Self = shift;
      my $JumpCounter = shift || 0;
-     # --
      # get needed config options 
-     # --
      my $CounterLog = $Self->{ConfigObject}->Get('CounterLog');
      my $SystemID = $Self->{ConfigObject}->Get('SystemID');
(Continue reading)

cvs-log-admin | 1 Jun 2003 20:08

[otrs-cvs] CVS: otrs/Kernel/Modules AgentStatusView.pm,1.14.2.1,1.14.2.2

Update of /home/cvs/otrs/Kernel/Modules
In directory nohl:/tmp/cvs-serv22347/Kernel/Modules

Modified Files:
      Tag: rel-1_1
	AgentStatusView.pm 
Log Message:
added check if CustomerUserID exists

Index: AgentStatusView.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentStatusView.pm,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -C2 -r1.14.2.1 -r1.14.2.2
*** AgentStatusView.pm	29 May 2003 16:07:52 -0000	1.14.2.1
--- AgentStatusView.pm	1 Jun 2003 18:08:02 -0000	1.14.2.2
***************
*** 234,240 ****
      # customer info (customer name)
      # --
!     my %CustomerData = $Self->{CustomerUserObject}->CustomerUserDataGet(
!         User => $Article{CustomerUserID},
!     );
      if ($CustomerData{UserLogin}) {
          $Article{CustomerName} = $Self->{CustomerUserObject}->CustomerName(
--- 234,243 ----
      # customer info (customer name)
      # --
!     my %CustomerData = ();
(Continue reading)

cvs-log-admin | 1 Jun 2003 20:06

[otrs-cvs] CVS: otrs/bin SetPermissions.sh,1.18,1.19

Update of /home/cvs/otrs/bin
In directory nohl:/tmp/cvs-serv22272/bin

Modified Files:
	SetPermissions.sh 
Log Message:
improved Kernel/System/Ticket/Number/*.pm (ticket number
generator modules) to work with non existing var/log/TicketCounter.log.
-=> So var/log/TicketCounter.log will be removed from the CVS and
tar.gz updates will be much easier! (TicketCounter.log will not be
reseted on tar-update of OTRS update)

Index: SetPermissions.sh
===================================================================
RCS file: /home/cvs/otrs/bin/SetPermissions.sh,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** SetPermissions.sh	10 Mar 2003 15:01:43 -0000	1.18
--- SetPermissions.sh	1 Jun 2003 18:06:19 -0000	1.19
***************
*** 99,103 ****

  # set the var/log/TicketCounter.log file to OTRS and webserver user
! echo "chown $OTRSUSER:$WEBGROUP $OTRSDEST/var/log/TicketCounter.log"
  chown $OTRSUSER:$WEBGROUP $OTRSDEST/var/log/TicketCounter.log
  chmod 775 $OTRSDEST/var/log/TicketCounter.log
--- 99,104 ----

  # set the var/log/TicketCounter.log file to OTRS and webserver user
(Continue reading)

cvs-log-admin | 1 Jun 2003 20:08

[otrs-cvs] CVS: otrs/Kernel/Modules AgentStatusView.pm,1.15,1.16

Update of /home/cvs/otrs/Kernel/Modules
In directory nohl:/tmp/cvs-serv22358/Kernel/Modules

Modified Files:
	AgentStatusView.pm 
Log Message:
added check if CustomerUserID exists

Index: AgentStatusView.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentStatusView.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** AgentStatusView.pm	29 May 2003 16:08:03 -0000	1.15
--- AgentStatusView.pm	1 Jun 2003 18:08:09 -0000	1.16
***************
*** 234,240 ****
      # customer info (customer name)
      # --
!     my %CustomerData = $Self->{CustomerUserObject}->CustomerUserDataGet(
!         User => $Article{CustomerUserID},
!     );
      if ($CustomerData{UserLogin}) {
          $Article{CustomerName} = $Self->{CustomerUserObject}->CustomerName(
--- 234,243 ----
      # customer info (customer name)
      # --
!     my %CustomerData = ();
!     if ($Article{CustomerUserID}) {
(Continue reading)


Gmane