cvs-log | 1 Oct 2005 13:58

[otrs-cvs] CVS: otrsweb logo.shtml,1.8,1.9

Update of /home/cvs/otrsweb
In directory osser:/tmp/cvs-serv451

Modified Files:
	logo.shtml 
Log Message:
removed damaged banner

Index: logo.shtml
===================================================================
RCS file: /home/cvs/otrsweb/logo.shtml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** logo.shtml	2 Jun 2005 09:59:45 -0000	1.8
--- logo.shtml	1 Oct 2005 11:58:42 -0000	1.9
***************
*** 1,8 ****
   <at> SiteTitle <at> :OTRS::Email Management::Trouble Ticket System::Logos!
   <at> SiteCharset <at> :ISO-8859-1
!  <at> SiteContentType <at> :text/html; 
   <at> ArticleTitle0 <at> :Logos
   <at> ArticleContent0 <at> :<p>
! Please feel free to use any of these banners on your webpage. Every link to http://otrs.org/ is
appreciated. 
  </p>
  <p align="left">
--- 1,8 ----
   <at> SiteTitle <at> :OTRS::Email Management::Trouble Ticket System::Logos!
   <at> SiteCharset <at> :ISO-8859-1
(Continue reading)

cvs-log | 1 Oct 2005 15:13

[otrs-cvs] CVS: otrs/Kernel/Output/HTML ArticleCheckPGP.pm, 1.5, 1.6 ArticleCheckSMIME.pm,1.4,1.5

Update of /home/cvs/otrs/Kernel/Output/HTML
In directory osser:/tmp/cvs-serv1200/Kernel/Output/HTML

Modified Files:
	ArticleCheckPGP.pm ArticleCheckSMIME.pm 
Log Message:
removed perl die

Index: ArticleCheckPGP.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/ArticleCheckPGP.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** ArticleCheckPGP.pm	6 Dec 2004 22:27:35 -0000	1.5
--- ArticleCheckPGP.pm	1 Oct 2005 13:13:44 -0000	1.6
***************
*** 1,5 ****
  # --
  # Kernel/Output/HTML/ArticleCheckPGP.pm
! # Copyright (C) 2001-2004 Martin Edenhofer <martin+code <at> otrs.org>
  # --
  # $Id$
--- 1,5 ----
  # --
  # Kernel/Output/HTML/ArticleCheckPGP.pm
! # Copyright (C) 2001-2005 Martin Edenhofer <martin+code <at> otrs.org>
  # --
  # $Id$
***************
(Continue reading)

cvs-log | 1 Oct 2005 15:14

[otrs-cvs] CVS: otrs/Kernel/Modules AdminGenericAgent.pm,1.18,1.19

Update of /home/cvs/otrs/Kernel/Modules
In directory osser:/tmp/cvs-serv1271/Kernel/Modules

Modified Files:
	AdminGenericAgent.pm 
Log Message:
moved default limit to 500

Index: AdminGenericAgent.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AdminGenericAgent.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** AdminGenericAgent.pm	29 Jul 2005 11:32:16 -0000	1.18
--- AdminGenericAgent.pm	1 Oct 2005 13:14:55 -0000	1.19
***************
*** 54,58 ****
      # get confid data
      $Self->{StartHit} = $Self->{ParamObject}->GetParam(Param => 'StartHit') || 1;
!     $Self->{SearchLimit} = $Self->{ConfigObject}->Get('SearchLimit') || 200;
      $Self->{SortBy} = $Self->{ParamObject}->GetParam(Param => 'SortBy') || 'Age';
      $Self->{Order} = $Self->{ParamObject}->GetParam(Param => 'Order') || 'Down';
--- 54,58 ----
      # get confid data
      $Self->{StartHit} = $Self->{ParamObject}->GetParam(Param => 'StartHit') || 1;
!     $Self->{SearchLimit} = $Self->{ConfigObject}->Get('SearchLimit') || 500;
      $Self->{SortBy} = $Self->{ParamObject}->GetParam(Param => 'SortBy') || 'Age';
      $Self->{Order} = $Self->{ParamObject}->GetParam(Param => 'Order') || 'Down';

(Continue reading)

cvs-log | 1 Oct 2005 15:15

[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard AAABase.dtl, 1.38, 1.39 AAATicket.dtl,1.13,1.14

Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory osser:/tmp/cvs-serv1335/Kernel/Output/HTML/Standard

Modified Files:
	AAABase.dtl AAATicket.dtl 
Log Message:
added new words

Index: AAABase.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AAABase.dtl,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** AAABase.dtl	28 Jul 2005 20:31:05 -0000	1.38
--- AAABase.dtl	1 Oct 2005 13:15:34 -0000	1.39
***************
*** 195,198 ****
--- 195,199 ----
  $Text{"Normal"}
  $Text{"Preview"}
+ $Text{"Package not correctly deployed, you need to deploy it again!"}

  $Text{"Added User "%s""}
***************
*** 214,215 ****
--- 215,219 ----
  $Text{"Crypt"}

+ $Text{"Office"}
(Continue reading)

cvs-log | 1 Oct 2005 15:18

[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard PrintHeader.dtl, 1.14, 1.15

Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory osser:/tmp/cvs-serv1406/Kernel/Output/HTML/Standard

Modified Files:
	PrintHeader.dtl 
Log Message:
set table content to vertical-align:top

Index: PrintHeader.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/PrintHeader.dtl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** PrintHeader.dtl	1 Apr 2005 08:24:09 -0000	1.14
--- PrintHeader.dtl	1 Oct 2005 13:18:01 -0000	1.15
***************
*** 45,49 ****
  # message
    .message { color:#000000;font-size:12px;font-family:monospace, fixed; }
!   .small { font-family:Geneva,Helvetica,Arial,sans-serif;font-size:10px; }
    .container {
      color: #333;
--- 45,49 ----
  # message
    .message { color:#000000;font-size:12px;font-family:monospace, fixed; }
!   .small { font-family:Geneva,Helvetica,Arial,sans-serif;font-size:10px;vertical-align:top; }
    .container {
      color: #333;

(Continue reading)

cvs-log | 1 Oct 2005 16:13

[otrs-cvs] CVS: otrs/Kernel/Output/HTML Generic.pm,1.193,1.194

Update of /home/cvs/otrs/Kernel/Output/HTML
In directory osser:/tmp/cvs-serv2741/Kernel/Output/HTML

Modified Files:
	Generic.pm 
Log Message:
fixed time (minute and hour) default selection if 01 minues or 01 hours are used

Index: Generic.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Generic.pm,v
retrieving revision 1.193
retrieving revision 1.194
diff -C2 -r1.193 -r1.194
*** Generic.pm	17 Sep 2005 10:39:10 -0000	1.193
--- Generic.pm	1 Oct 2005 14:13:25 -0000	1.194
***************
*** 2100,2104 ****
                  Name => $Prefix.'Hour',
                  Data => \%Hour,
!                 SelectedID => defined($Param{$Prefix.'Hour'}) ? int($Param{$Prefix.'Hour'}) : $h,
              );
          }
--- 2100,2104 ----
                  Name => $Prefix.'Hour',
                  Data => \%Hour,
!                 SelectedID => defined($Param{$Prefix.'Hour'}) ? sprintf("%02d",int($Param{$Prefix.'Hour'})) : $h,
              );
          }
***************
(Continue reading)

cvs-log | 1 Oct 2005 16:20

[otrs-cvs] CVS: doc-developer/en package-building.xml,1.7,1.8

Update of /home/cvs/doc-developer/en
In directory osser:/tmp/cvs-serv3004/en

Modified Files:
	package-building.xml 
Log Message:
fixed wrong PackageRequired information

Index: package-building.xml
===================================================================
RCS file: /home/cvs/doc-developer/en/package-building.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** package-building.xml	19 Sep 2005 11:38:53 -0000	1.7
--- package-building.xml	1 Oct 2005 14:20:26 -0000	1.8
***************
*** 92,100 ****
                  </listitem>
                  <listitem>
!                     <para>Required</para>
!                     <para>Required modules needs to be installed before.</para>
                      <programlisting format="linespecific">
! &lt;Required&gt;SomeOtherPackage&lt;/Required&gt;
! &lt;Required&gt;SomeotherPackage2&lt;/Required&gt;
                      </programlisting>
                  </listitem>
--- 92,100 ----
                  </listitem>
                  <listitem>
(Continue reading)

cvs-log | 2 Oct 2005 11:58

[otrs-cvs] CVS: doc-admin/en otrs.xml,1.2,1.3

Update of /home/cvs/doc-admin/en
In directory osser:/tmp/cvs-serv13686/en

Modified Files:
	otrs.xml 
Log Message:
fixed head line

Index: otrs.xml
===================================================================
RCS file: /home/cvs/doc-admin/en/otrs.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** otrs.xml	21 Sep 2005 09:26:39 -0000	1.2
--- otrs.xml	2 Oct 2005 09:58:17 -0000	1.3
***************
*** 481,485 ****

  <sect1 id="commercial-support-for-otrs">
! <title>Kommerzieller Support f?r OTRS</title>

  <para>
--- 481,485 ----

  <sect1 id="commercial-support-for-otrs">
! <title>Commercial Support for OTRS</title>

  <para>

(Continue reading)

cvs-log | 2 Oct 2005 12:46

[otrs-cvs] CVS: otrs/scripts/auto_build xml2docbook.pl,1.4,1.5

Update of /home/cvs/otrs/scripts/auto_build
In directory osser:/tmp/cvs-serv14567/scripts/auto_build

Modified Files:
	xml2docbook.pl 
Log Message:
improved table size of references

Index: xml2docbook.pl
===================================================================
RCS file: /home/cvs/otrs/scripts/auto_build/xml2docbook.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** xml2docbook.pl	26 Aug 2005 15:53:18 -0000	1.4
--- xml2docbook.pl	2 Oct 2005 10:46:24 -0000	1.5
***************
*** 93,99 ****
              $Link =~ s/\///g;
              print "<sect3 id=\"$Group:$SubGroup:$Link\"><title>$Name</title> \n";
!             print "<informaltable>\n<tgroup cols=\"2\">\n";
!             print "<thead>\n<row>\n<entry>Description</entry>\n";
!             print "<entry>Value</entry>\n</row>\n</thead>\n<tbody>\n";
              #Description
              my %HashLang;
--- 93,109 ----
              $Link =~ s/\///g;
              print "<sect3 id=\"$Group:$SubGroup:$Link\"><title>$Name</title> \n";
!             print "<informaltable>\n";
!             print " <tgroup cols=\"4\">\n";
(Continue reading)

cvs-log | 2 Oct 2005 13:28

[otrs-cvs] CVS: otrs/scripts/auto_build xml2docbook.pl,1.5,1.6

Update of /home/cvs/otrs/scripts/auto_build
In directory osser:/tmp/cvs-serv15597/scripts/auto_build

Modified Files:
	xml2docbook.pl 
Log Message:
fixed default Valid and Required

Index: xml2docbook.pl
===================================================================
RCS file: /home/cvs/otrs/scripts/auto_build/xml2docbook.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** xml2docbook.pl	2 Oct 2005 10:46:24 -0000	1.5
--- xml2docbook.pl	2 Oct 2005 11:28:04 -0000	1.6
***************
*** 143,151 ****
              print "<row>\n";
              print " <entry>Valid:</entry>\n";
!             print " <entry namest=\"col2\" nameend=\"col4\">".($ConfigItemDefault{Valid}||1)."</entry>\n";
              print "</row>\n";
              print "<row>\n";
              print " <entry>Required:</entry>\n";
!             print " <entry namest=\"col2\" nameend=\"col4\">".($ConfigItemDefault{Required}||0)."</entry>\n";
              print "</row>\n";

--- 143,151 ----
              print "<row>\n";
              print " <entry>Valid:</entry>\n";
(Continue reading)


Gmane