cvs-log | 5 Nov 2007 14:16

[otrs-cvs] otrs/Kernel/System Email.pm,1.33,1.34

Comments:
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv12724/Kernel/System

Modified Files:
	Email.pm 
Log Message:
Fixed bug# 2472 - Emails in utf8 are not sent correctly (problem after upgrading Kernel/cpan-lib/MIME/*.pm).

Author: martin

Index: Email.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Email.pm,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** Email.pm	2 Oct 2007 10:38:37 -0000	1.33
--- Email.pm	5 Nov 2007 13:16:06 -0000	1.34
***************
*** 258,262 ****

      # define email encoding
!     if ( $Param{Charset} && $Param{Charset} =~ /utf(8|-8)/i ) {
          $Header{'Encoding'} = '8bit';
      }
--- 258,262 ----

      # define email encoding
!     if ( $Param{Charset} && $Param{Charset} =~ /^iso/i ) {
(Continue reading)

cvs-log | 5 Nov 2007 14:16

[otrs-cvs] otrs CHANGES,1.501,1.502

Comments:
Update of /home/cvs/otrs
In directory lancelot:/tmp/cvs-serv12724

Modified Files:
	CHANGES 
Log Message:
Fixed bug# 2472 - Emails in utf8 are not sent correctly (problem after upgrading Kernel/cpan-lib/MIME/*.pm).

Author: martin

Index: CHANGES
===================================================================
RCS file: /home/cvs/otrs/CHANGES,v
retrieving revision 1.501
retrieving revision 1.502
diff -C2 -d -r1.501 -r1.502
*** CHANGES	31 Oct 2007 09:58:06 -0000	1.501
--- CHANGES	5 Nov 2007 13:16:05 -0000	1.502
***************
*** 32,36 ****
   - (2007/09/13) Improved report overview of perfornance log.

! 2.2.4 (????/??/??)
   - (2007/10/26) Fixed bug# 2446 - Subject is not quoted.
   - (2007/10/26) Fixed bug# 2442 - disappearing ticketfreetime checkboxes in
--- 32,38 ----
   - (2007/09/13) Improved report overview of perfornance log.

! 2.2.4 (2007/11/05)
(Continue reading)

cvs-log | 5 Nov 2007 14:18

[otrs-cvs] otrs CHANGES,1.465.2.25,1.465.2.26

Comments:
Update of /home/cvs/otrs
In directory lancelot:/tmp/cvs-serv12802

Modified Files:
      Tag: rel-2_2
	CHANGES 
Log Message:
Fixed bug# 2472 - Emails in utf8 are not sent correctly (problem after upgrading Kernel/cpan-lib/MIME/*.pm).

Author: martin

Index: CHANGES
===================================================================
RCS file: /home/cvs/otrs/CHANGES,v
retrieving revision 1.465.2.25
retrieving revision 1.465.2.26
diff -C2 -d -r1.465.2.25 -r1.465.2.26
*** CHANGES	26 Oct 2007 14:40:33 -0000	1.465.2.25
--- CHANGES	5 Nov 2007 13:18:11 -0000	1.465.2.26
***************
*** 10,14 ****
  # --

! 2.2.4 (????/??/??)
   - (2007/10/26) Fixed bug# 2446 - Subject is not quoted.
   - (2007/10/26) Fixed bug# 2442 - disappearing ticketfreetime checkboxes in
--- 10,16 ----
  # --

(Continue reading)

cvs-log | 5 Nov 2007 14:18

[otrs-cvs] otrs/Kernel/System Email.pm,1.31,1.31.2.1

Comments:
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv12802/Kernel/System

Modified Files:
      Tag: rel-2_2
	Email.pm 
Log Message:
Fixed bug# 2472 - Emails in utf8 are not sent correctly (problem after upgrading Kernel/cpan-lib/MIME/*.pm).

Author: martin

Index: Email.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Email.pm,v
retrieving revision 1.31
retrieving revision 1.31.2.1
diff -C2 -d -r1.31 -r1.31.2.1
*** Email.pm	22 Aug 2007 12:02:33 -0000	1.31
--- Email.pm	5 Nov 2007 13:18:11 -0000	1.31.2.1
***************
*** 247,251 ****
      $Header{'Type'} = $Param{Type} || 'text/plain';
      # define email encoding
!     if ($Param{Charset} && $Param{Charset} =~ /utf(8|-8)/i) {
          $Header{'Encoding'} = '8bit';
      }
--- 247,251 ----
      $Header{'Type'} = $Param{Type} || 'text/plain';
      # define email encoding
(Continue reading)

cvs-log | 5 Nov 2007 14:28

[otrs-cvs] otrs/Kernel/System/Cache File.pm,1.3.2.1,1.3.2.2

Comments:
Update of /home/cvs/otrs/Kernel/System/Cache
In directory lancelot:/tmp/cvs-serv13399/Kernel/System/Cache

Modified Files:
      Tag: rel-2_2
	File.pm 
Log Message:
Fixed bug# 2473 - Not able to update existing cache files of customer user backend because of file
permission problems (cache files are created with 644).

Author: martin

Index: File.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Cache/File.pm,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -d -r1.3.2.1 -r1.3.2.2
*** File.pm	22 Oct 2007 16:09:42 -0000	1.3.2.1
--- File.pm	5 Nov 2007 13:27:55 -0000	1.3.2.2
***************
*** 58,61 ****
--- 58,62 ----
          Mode => 'utf8',
          Type => 'MD5',
+         Permission => '664',
      );

_______________________________________________
(Continue reading)

cvs-log | 5 Nov 2007 14:28

[otrs-cvs] otrs CHANGES,1.465.2.26,1.465.2.27

Comments:
Update of /home/cvs/otrs
In directory lancelot:/tmp/cvs-serv13399

Modified Files:
      Tag: rel-2_2
	CHANGES 
Log Message:
Fixed bug# 2473 - Not able to update existing cache files of customer user backend because of file
permission problems (cache files are created with 644).

Author: martin

Index: CHANGES
===================================================================
RCS file: /home/cvs/otrs/CHANGES,v
retrieving revision 1.465.2.26
retrieving revision 1.465.2.27
diff -C2 -d -r1.465.2.26 -r1.465.2.27
*** CHANGES	5 Nov 2007 13:18:11 -0000	1.465.2.26
--- CHANGES	5 Nov 2007 13:27:54 -0000	1.465.2.27
***************
*** 11,14 ****
--- 11,17 ----

  2.2.4 (2007/11/05)
+  - (2007/11/05) Fixed bug# 2473 - Not able to update existing cache files of
+     customer user backend because of file permission problems (cache files are
+     created with 644). From now on cache files are created with 664 permissions.
   - (2007/11/05) Fixed bug# 2472 - Emails in utf8 are not sent correctly (problem
(Continue reading)

cvs-log | 5 Nov 2007 14:28

[otrs-cvs] otrs CHANGES,1.502,1.503

Comments:
Update of /home/cvs/otrs
In directory lancelot:/tmp/cvs-serv13436

Modified Files:
	CHANGES 
Log Message:
Fixed bug# 2473 - Not able to update existing cache files of customer user backend because of file
permission problems (cache files are created with 644).

Author: martin

Index: CHANGES
===================================================================
RCS file: /home/cvs/otrs/CHANGES,v
retrieving revision 1.502
retrieving revision 1.503
diff -C2 -d -r1.502 -r1.503
*** CHANGES	5 Nov 2007 13:16:05 -0000	1.502
--- CHANGES	5 Nov 2007 13:28:05 -0000	1.503
***************
*** 33,36 ****
--- 33,39 ----

  2.2.4 (2007/11/05)
+  - (2007/11/05) Fixed bug# 2473 - Not able to update existing cache files of
+     customer user backend because of file permission problems (cache files are
+     created with 644). From now on cache files are created with 664 permissions.
   - (2007/11/05) Fixed bug# 2472 - Emails in utf8 are not sent correctly (problem
      after upgrading Kernel/cpan-lib/MIME/*.pm).
(Continue reading)

cvs-log | 5 Nov 2007 14:28

[otrs-cvs] otrs/Kernel/System/Cache File.pm,1.6,1.7

Comments:
Update of /home/cvs/otrs/Kernel/System/Cache
In directory lancelot:/tmp/cvs-serv13436/Kernel/System/Cache

Modified Files:
	File.pm 
Log Message:
Fixed bug# 2473 - Not able to update existing cache files of customer user backend because of file
permission problems (cache files are created with 644).

Author: martin

Index: File.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Cache/File.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** File.pm	22 Oct 2007 16:10:20 -0000	1.6
--- File.pm	5 Nov 2007 13:28:05 -0000	1.7
***************
*** 59,62 ****
--- 59,63 ----
          Mode      => 'utf8',
          Type      => 'MD5',
+         Permission => '664',
      );

_______________________________________________
OTRS mailing list: cvs-log - Web-CVS http://cvs.otrs.org/
(Continue reading)

cvs-log | 5 Nov 2007 14:34

[otrs-cvs] otrs/scripts/database otrs-initial_insert.db2.sql, 1.12, 1.13 otrs-initial_insert.maxdb.sql, 1.12, 1.13 otrs-initial_insert.mssql.sql, 1.12, 1.13 otrs-initial_insert.mysql.sql, 1.12, 1.13 otrs-initial_insert.oracle.sql, 1.12, 1.13 otrs-initial_insert.postgresql.sql, 1.12, 1.13 otrs-initial_insert.xml, 1.10, 1.11

Comments:
Update of /home/cvs/otrs/scripts/database
In directory lancelot:/tmp/cvs-serv13821

Modified Files:
	otrs-initial_insert.db2.sql otrs-initial_insert.maxdb.sql 
	otrs-initial_insert.mssql.sql otrs-initial_insert.mysql.sql 
	otrs-initial_insert.oracle.sql 
	otrs-initial_insert.postgresql.sql otrs-initial_insert.xml 
Log Message:
Fixed small typo in the escalation notification.

Author: mh

Index: otrs-initial_insert.db2.sql
===================================================================
RCS file: /home/cvs/otrs/scripts/database/otrs-initial_insert.db2.sql,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** otrs-initial_insert.db2.sql	31 Aug 2007 09:14:53 -0000	1.12
--- otrs-initial_insert.db2.sql	5 Nov 2007 13:34:13 -0000	1.13
***************
*** 1,4 ****
  -- ----------------------------------------------------------
! --  driver: db2, generated: 2007-08-30 16:43:31
  -- ----------------------------------------------------------
  -- ----------------------------------------------------------
--- 1,4 ----
  -- ----------------------------------------------------------
(Continue reading)

cvs-log | 5 Nov 2007 14:39

[otrs-cvs] otrs/scripts/database otrs-initial_insert.db2.sql, 1.12, 1.12.2.1 otrs-initial_insert.maxdb.sql, 1.12, 1.12.2.1 otrs-initial_insert.mssql.sql, 1.12, 1.12.2.1 otrs-initial_insert.mysql.sql, 1.12, 1.12.2.1 otrs-initial_insert.oracle.sql, 1.12, 1.12.2.1 otrs-initial_insert.postgresql.sql, 1.12, 1.12.2.1 otrs-initial_insert.xml, 1.10, 1.10.2.1

Comments:
Update of /home/cvs/otrs/scripts/database
In directory lancelot:/tmp/cvs-serv14165

Modified Files:
      Tag: rel-2_2
	otrs-initial_insert.db2.sql otrs-initial_insert.maxdb.sql 
	otrs-initial_insert.mssql.sql otrs-initial_insert.mysql.sql 
	otrs-initial_insert.oracle.sql 
	otrs-initial_insert.postgresql.sql otrs-initial_insert.xml 
Log Message:
Fixed small typo in the escalation notification.

Author: mh

Index: otrs-initial_insert.db2.sql
===================================================================
RCS file: /home/cvs/otrs/scripts/database/otrs-initial_insert.db2.sql,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -d -r1.12 -r1.12.2.1
*** otrs-initial_insert.db2.sql	31 Aug 2007 09:14:53 -0000	1.12
--- otrs-initial_insert.db2.sql	5 Nov 2007 13:39:28 -0000	1.12.2.1
***************
*** 1,4 ****
  -- ----------------------------------------------------------
! --  driver: db2, generated: 2007-08-30 16:43:31
  -- ----------------------------------------------------------
  -- ----------------------------------------------------------
--- 1,4 ----
(Continue reading)


Gmane