[otrs-cvs] Survey/var/httpd/htdocs/js,NONE,NONE

Comments:
Update of /home/cvs/Survey/var/httpd/htdocs/js
In directory lancelot:/tmp/cvs-serv11789/var/httpd/htdocs/js

Log Message:
Directory /home/cvs/Survey/var/httpd/htdocs/js added to the repository
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log

[otrs-cvs] Survey/var/httpd/htdocs/js Survey.Agent.SurveyZoom.js, NONE, 1.1

Comments:
Update of /home/cvs/Survey/var/httpd/htdocs/js
In directory lancelot:/tmp/cvs-serv11800/var/httpd/htdocs/js

Added Files:
	Survey.Agent.SurveyZoom.js 
Log Message:
Improved HTML view on SurveyZoom related to Bug#4784.

Author: dz

--- NEW FILE: Survey.Agent.SurveyZoom.js ---
// --
// Survey.Agent.SurveyZoom.js - provides the special module functions for SurveyZoom
// Copyright (C) 2001-2011 OTRS AG, http://otrs.org/\n";
// --
// $Id: Survey.Agent.SurveyZoom.js,v 1.1 2011/02/01 01:39:24 dz Exp $
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (AGPL). If you
// did not receive this file, see http://www.gnu.org/licenses/agpl.txt.
// --

"use strict";

var Survey = Survey || {};
Survey.Agent = Survey.Agent || {};

/**
 *  <at> namespace
(Continue reading)

[otrs-cvs] Survey/Kernel/Output/HTML/Standard AgentSurveyZoom.dtl, 1.12, 1.13 AgentSurvey.dtl, 1.49, 1.50

Comments:
Update of /home/cvs/Survey/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv11800/Kernel/Output/HTML/Standard

Modified Files:
	AgentSurveyZoom.dtl AgentSurvey.dtl 
Log Message:
Improved HTML view on SurveyZoom related to Bug#4784.

Author: dz

Index: AgentSurveyZoom.dtl
===================================================================
RCS file: /home/cvs/Survey/Kernel/Output/HTML/Standard/AgentSurveyZoom.dtl,v
retrieving revision 1.12
retrieving revision 1.13
diff -2 -u -d -r1.12 -r1.13
--- AgentSurveyZoom.dtl	27 Jan 2011 05:15:36 -0000	1.12
+++ AgentSurveyZoom.dtl	1 Feb 2011 01:39:24 -0000	1.13
 <at>  <at>  -113,19 +113,42  <at>  <at> 
                         <div class="Clear"></div>

-                        <label class="Textarea">$Text{"Introduction"}:</label>
-                        <div class="Field Textarea">$Data{"Introduction"}</div>
-                        <div class="Clear"></div>
-
                         <label>$Text{"Queues"}:</label>
                         <div class="Field" title="$QData{"QueueListString"}">$QData{"QueueListString","80"} $QData{"NoQueueMessage"}</div>
                         <div class="Clear"></div>

(Continue reading)

[otrs-cvs] Survey/Kernel/Config/Files Survey.xml,1.23,1.24

Comments:
Update of /home/cvs/Survey/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv11800/Kernel/Config/Files

Modified Files:
	Survey.xml 
Log Message:
Improved HTML view on SurveyZoom related to Bug#4784.

Author: dz

Index: Survey.xml
===================================================================
RCS file: /home/cvs/Survey/Kernel/Config/Files/Survey.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -2 -u -d -r1.23 -r1.24
--- Survey.xml	31 Jan 2011 22:46:34 -0000	1.23
+++ Survey.xml	1 Feb 2011 01:39:24 -0000	1.24
 <at>  <at>  -60,4 +60,5  <at>  <at> 
                     <CSS>Survey.Agent.Default.css</CSS>
                     <CSS_IE7>Survey.Agent.Default.IE7.css</CSS_IE7>
+                    <JavaScript>Survey.Agent.SurveyZoom.js</JavaScript>
                 </Loader>
             </FrontendModuleReg>
 <at>  <at>  -202,4 +203,20  <at>  <at> 
         </Setting>
     </ConfigItem>
+    <ConfigItem Name="Survey::Frontend::HTMLRichTextHeightDefault" Required="1" Valid="1">
+        <Description Translatable="1">Defines the default height for Richtext views fot SurveyZoom elements.</Description>
(Continue reading)

[otrs-cvs] Survey/Kernel/Modules AgentSurveyZoom.pm,1.5,1.6

Comments:
Update of /home/cvs/Survey/Kernel/Modules
In directory lancelot:/tmp/cvs-serv11800/Kernel/Modules

Modified Files:
	AgentSurveyZoom.pm 
Log Message:
Improved HTML view on SurveyZoom related to Bug#4784.

Author: dz

Index: AgentSurveyZoom.pm
===================================================================
RCS file: /home/cvs/Survey/Kernel/Modules/AgentSurveyZoom.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -2 -u -d -r1.5 -r1.6
--- AgentSurveyZoom.pm	19 Jan 2011 19:21:14 -0000	1.5
+++ AgentSurveyZoom.pm	1 Feb 2011 01:39:24 -0000	1.6
 <at>  <at>  -48,4 +48,75  <at>  <at> 
     my $Output;

+    # view attachment for html email
+    if ( $Self->{Subaction} eq 'HTMLView' ) {
+
+        # get params
+        my $SurveyID    = $Self->{ParamObject}->GetParam( Param => "SurveyID" );
+        my $SurveyField = $Self->{ParamObject}->GetParam( Param => "SurveyField" );
+
+        # needed params
(Continue reading)

[otrs-cvs] Survey CHANGES-Survey,1.1,1.2

Comments:
Update of /home/cvs/Survey
In directory lancelot:/tmp/cvs-serv11800

Modified Files:
	CHANGES-Survey 
Log Message:
Improved HTML view on SurveyZoom related to Bug#4784.

Author: dz

Index: CHANGES-Survey
===================================================================
RCS file: /home/cvs/Survey/CHANGES-Survey,v
retrieving revision 1.1
retrieving revision 1.2
diff -2 -u -d -r1.1 -r1.2
--- CHANGES-Survey	31 Jan 2011 22:46:34 -0000	1.1
+++ CHANGES-Survey	1 Feb 2011 01:39:24 -0000	1.2
 <at>  <at>  -11,4 +11,5  <at>  <at> 

 1.2.92 - 2011-02-04
+ - 2011-01-31 - Improved HTML view on SurveyZoom related to Bug#4784.
  - 2011-01-31 - Implemented - Show survey answered on read-only mode.
     http://otrsteam.ideascale.com/a/dtd/Show-survey-answered-on-read-only-mode./103470-10369.
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log

(Continue reading)

[otrs-cvs] otrsweb news.shtml,1.399,1.400

Comments:
Update of /home/cvs/otrsweb
In directory lancelot:/tmp/cvs-serv8768

Modified Files:
	news.shtml 
Log Message:
Added news about OTRS ITSM.

Author: shb

Index: news.shtml
===================================================================
RCS file: /home/cvs/otrsweb/news.shtml,v
retrieving revision 1.399
retrieving revision 1.400
diff -2 -u -d -r1.399 -r1.400
--- news.shtml	31 Jan 2011 07:57:26 -0000	1.399
+++ news.shtml	1 Feb 2011 08:05:13 -0000	1.400
 <at>  <at>  -88,5 +88,5  <at>  <at> 
  <at> ArticleContent4 <at> :
 <p>
-Bugzilla (<a href='http://bugs.otrs.org/'>http://bugs.otrs.org/</a>) is up an running.
+Bugzilla (<a href="http://bugs.otrs.org/">http://bugs.otrs.org/</a>) is up an running.
 </p>
 <p>
 <at>  <at>  -107,5 +107,5  <at>  <at> 
  <at> ArticleTitle6 <at> :Demo System Online!
  <at> ArticleContent6 <at> :
-A new live of OTRS system (<a href='http://demo.otrs.org/'>http://demo.otrs.org/</a>) is online.
(Continue reading)

[otrs-cvs] otrsweb/downloads index.shtml,1.33,1.34

Comments:
Update of /home/cvs/otrsweb/downloads
In directory lancelot:/tmp/cvs-serv8781/downloads

Modified Files:
	index.shtml 
Log Message:
Added DL info for OTRS ITSM.

Author: shb

Index: index.shtml
===================================================================
RCS file: /home/cvs/otrsweb/downloads/index.shtml,v
retrieving revision 1.33
retrieving revision 1.34
diff -2 -u -d -r1.33 -r1.34
--- index.shtml	21 Jan 2011 12:31:49 -0000	1.33
+++ index.shtml	1 Feb 2011 08:05:32 -0000	1.34
 <at>  <at>  -137,5 +137,5  <at>  <at> 
 </td>
 <td style="vertical-align: top; width: 751px;">OTRS ITSM 3.0 
-beta2
+beta3
 </td>
 </tr>
 <at>  <at>  -183,9 +183,9  <at>  <at> 
 </tr>
 <tr>
-<td style="vertical-align: middle; text-align: center;"><a href="http://ftp.otrs.org/pub/otrs/itsm/bundle30/ITSM-2.1.92.opm">OTRS
(Continue reading)

[otrs-cvs] TimeAccounting TODO.TimeAccounting,1.28,NONE

Comments:
Update of /home/cvs/TimeAccounting
In directory lancelot:/tmp/cvs-serv17059

Removed Files:
	TODO.TimeAccounting 
Log Message:
Deleted unnecessary TODO file.
--- TODO.TimeAccounting DELETED ---
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log

[otrs-cvs] otrs RELEASE,1.14,1.15

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

Modified Files:
	RELEASE 
Log Message:
changed release name.

Author: mg

Index: RELEASE
===================================================================
RCS file: /home/cvs/otrs/RELEASE,v
retrieving revision 1.14
retrieving revision 1.15
diff -2 -u -d -r1.14 -r1.15
--- RELEASE	6 Apr 2010 09:38:41 -0000	1.14
+++ RELEASE	1 Feb 2011 14:51:17 -0000	1.15
 <at>  <at>  -1,2 +1,2  <at>  <at> 
 PRODUCT = OTRS
-VERSION = 3.0.x CVS
+VERSION = 3.1.x CVS
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log


Gmane