[otrs-cvs] otrs/Kernel/GenericInterface/Invoker/SolMan Common.pm, 1.52, 1.53

Comments:
Update of /home/cvs/otrs/Kernel/GenericInterface/Invoker/SolMan
In directory lancelot:/tmp/cvs-serv2222/Kernel/GenericInterface/Invoker/SolMan

Modified Files:
	Common.pm 
Log Message:
Fixed typo.

Author: sb

Index: Common.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/GenericInterface/Invoker/SolMan/Common.pm,v
retrieving revision 1.52
retrieving revision 1.53
diff -2 -u -d -r1.52 -r1.53
--- Common.pm	31 May 2011 13:42:37 -0000	1.52
+++ Common.pm	1 Jun 2011 04:48:18 -0000	1.53
 <at>  <at>  -1102,5 +1102,5  <at>  <at> 
         if ( $Ticket{StateType} ne 'closed' ) {
             $Self->{DebuggerObject}->Debug(
-                Summary => "$Self->{Invoker} PreprareRequest: This is ticket is not on a closed "
+                Summary => "$Self->{Invoker} PreprareRequest: This ticket is not on a closed "
                     . "state but on an \"$Ticket{StateType}\" state,"
                     . " CloseIncident Invoker Canceled",
---------------------------------------------------------------------
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] otrs/Kernel/Modules AgentTicketBulk.pm,1.88,1.89

Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv13404/Kernel/Modules

Modified Files:
	AgentTicketBulk.pm 
Log Message:
Changed ArticleCreate to ArticleSend, added formatting to Subject.

Author: mb

Index: AgentTicketBulk.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketBulk.pm,v
retrieving revision 1.88
retrieving revision 1.89
diff -2 -u -d -r1.88 -r1.89
--- AgentTicketBulk.pm	27 May 2011 13:51:58 -0000	1.88
+++ AgentTicketBulk.pm	1 Jun 2011 13:50:46 -0000	1.89
 <at>  <at>  -405,4 +405,5  <at>  <at> 
                 }

+                # generate sender name
                 my $From = $Self->{TemplateGeneratorObject}->Sender(
                     QueueID => $Ticket{QueueID},
 <at>  <at>  -410,5 +411,13  <at>  <at> 
                 );

-                $EmailArticleID = $Self->{TicketObject}->ArticleCreate(
+                # generate subject
(Continue reading)

[otrs-cvs] otrs/Kernel/Modules AgentTicketBulk.pm,1.89,1.90

Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv25845/Kernel/Modules

Modified Files:
	AgentTicketBulk.pm 
Log Message:
Lookup correct subject and customer.

Author: mb

Index: AgentTicketBulk.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketBulk.pm,v
retrieving revision 1.89
retrieving revision 1.90
diff -2 -u -d -r1.89 -r1.90
--- AgentTicketBulk.pm	1 Jun 2011 13:50:46 -0000	1.89
+++ AgentTicketBulk.pm	1 Jun 2011 14:29:37 -0000	1.90
 <at>  <at>  -393,5 +393,5  <at>  <at> 
                 if ( !$Customer ) {
                     my %Data = $Self->{TicketObject}->ArticleLastCustomerArticle(
-                        TicketID => $Self->{TicketID}
+                        TicketID => $TicketID,
                     );

 <at>  <at>  -414,5 +414,6  <at>  <at> 
                 my $TicketNumber
                     = $Self->{TicketObject}->TicketNumberLookup( TicketID => $TicketID );
-                $GetParam{Subject} = $Self->{TicketObject}->TicketSubjectBuild(
(Continue reading)

[otrs-cvs] otrs/Kernel/Modules AgentTicketBulk.pm,1.90,1.91

Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv10288/Kernel/Modules

Modified Files:
	AgentTicketBulk.pm 
Log Message:
Fixed validation issues.

Author: mb

Index: AgentTicketBulk.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketBulk.pm,v
retrieving revision 1.90
retrieving revision 1.91
diff -2 -u -d -r1.90 -r1.91
--- AgentTicketBulk.pm	1 Jun 2011 14:29:37 -0000	1.90
+++ AgentTicketBulk.pm	1 Jun 2011 15:22:13 -0000	1.91
 <at>  <at>  -504,5 +504,5  <at>  <at> 

             # time units for note
-            if ( $GetParam{'TimeUnits'} ) {
+            if ( $GetParam{'TimeUnits'} && $ArticleID ) {
                 if ( $Self->{ConfigObject}->Get('Ticket::Frontend::BulkAccountedTime') ) {
                     $Self->{TicketObject}->TicketAccountTime(
 <at>  <at>  -528,5 +528,5  <at>  <at> 

             # time units for email
-            if ( $GetParam{'EmailTimeUnits'} ) {
(Continue reading)

[otrs-cvs] otrs/Kernel/Output/HTML/Standard AgentTicketBulk.dtl, 1.69, 1.70

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

Modified Files:
	AgentTicketBulk.dtl 
Log Message:
Fixed validation issues.

Author: mb

Index: AgentTicketBulk.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketBulk.dtl,v
retrieving revision 1.69
retrieving revision 1.70
diff -2 -u -d -r1.69 -r1.70
--- AgentTicketBulk.dtl	25 May 2011 08:57:10 -0000	1.69
+++ AgentTicketBulk.dtl	1 Jun 2011 15:22:30 -0000	1.70
 <at>  <at>  -106,5 +106,5  <at>  <at> 
                             <label class="Mandatory" for="EmailSubject"><span class="Marker">*</span> $Text{"Subject"}:</label>
                             <div class="Field">
-                                <input type="text" class="Validate_DependingRequiredAND Validate_Depending_Body
$Data{"SubjectInvalid"} W75pc" id="EmailSubject" name="EmailSubject"
value="$QData{"EmailSubject"}" />
+                                <input type="text" class="Validate_DependingRequiredAND Validate_Depending_EmailBody
$Data{"SubjectInvalid"} W75pc" id="EmailSubject" name="EmailSubject"
value="$QData{"EmailSubject"}" />
                                 <div id="EmailSubjectError" class="TooltipErrorMessage"><p>$Text{"This field is required."}</p></div>
                                 <div id="EmailSubjectServerError" class="TooltipErrorMessage"><p>$Text{"This field is required."}</p></div>
(Continue reading)

[otrs-cvs] otrs/Kernel/GenericInterface/Operation/SolMan Common.pm, 1.26, 1.27

Comments:
Update of /home/cvs/otrs/Kernel/GenericInterface/Operation/SolMan
In directory lancelot:/tmp/cvs-serv14270/Kernel/GenericInterface/Operation/SolMan

Modified Files:
	Common.pm 
Log Message:
Added person mapping

Author: cr

Index: Common.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/GenericInterface/Operation/SolMan/Common.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -2 -u -d -r1.26 -r1.27
--- Common.pm	10 May 2011 00:42:38 -0000	1.26
+++ Common.pm	1 Jun 2011 20:44:30 -0000	1.27
 <at>  <at>  -119,5 +119,5  <at>  <at> 
             ErrorCode => 9,
             ErrorMessage =>
-                'Could not determine Webservice configuration'
+                'Could not determine Web service configuration'
                 . ' in Kernel::GenericInterface::Operation::SolMan::Common::new()',
         );
 <at>  <at>  -270,5 +270,214  <at>  <at> 
     }

-    #TODO add person mapping
(Continue reading)

[otrs-cvs] otrs/Kernel/Output/HTML/Standard AdminGenericInterfaceMappingSimple.dtl, NONE, 1.1

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

Added Files:
	AdminGenericInterfaceMappingSimple.dtl 
Log Message:
First version for GI.

Author: cg

--- NEW FILE: AdminGenericInterfaceMappingSimple.dtl ---
# --
# AdminGenericInterfaceMappingSimple.dtl - provides HTML form for AdminLog
# Copyright (C) 2001-2011 OTRS AG, http://otrs.org/
# --
# $Id: AdminGenericInterfaceMappingSimple.dtl,v 1.12 2011/05/17 13:36:17 mg 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.
# --
<div class="MainBox ARIARoleMain LayoutFixedSidebar SidebarFirst AdminGenericInterfaceMappingSimple">
    <h1>$Text{"GenericInterface Transport HTTP::SOAP for Web Service %s", "$Data{"WebserviceName"}"}</h1>
    <div class="GenericInterfaceWebserviceConfigPath">
        <h3>
<!-- dtl:block:WebservicePathElement -->
            $Config{"GenericInterface::Webservice::Path::Separator"}
            <a href="$Env{"Baselink"}$Data{"Link"};Nav=$LQData{"Nav"}">
                $QData{"Name"}
(Continue reading)

[otrs-cvs] otrs/Kernel/Modules AdminGenericInterfaceMappingSimple.pm, NONE, 1.1

Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv30044/Kernel/Modules

Added Files:
	AdminGenericInterfaceMappingSimple.pm 
Log Message:
First version for GI.

Author: cg

--- NEW FILE: AdminGenericInterfaceMappingSimple.pm ---
# --
# Kernel/Modules/AdminGenericInterfaceMappingSimple.pm - provides a TransportHTTPSOAP view for admins
# Copyright (C) 2001-2011 OTRS AG, http://otrs.org/
# --
# $Id: AdminGenericInterfaceMappingSimple.pm,v 1.10 2011/05/17 11:57:19 cr 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.
# --

package Kernel::Modules::AdminGenericInterfaceMappingSimple;

use strict;
use warnings;

use vars qw($VERSION);
$VERSION = qw($Revision: 1.10 $) [1];
(Continue reading)

[otrs-cvs] otrs/var/httpd/htdocs/skins/Agent/default/css Core.Agent.Admin.GenericInterface.css, 1.15, 1.16

Comments:
Update of /home/cvs/otrs/var/httpd/htdocs/skins/Agent/default/css
In directory lancelot:/tmp/cvs-serv30940/var/httpd/htdocs/skins/Agent/default/css

Modified Files:
	Core.Agent.Admin.GenericInterface.css 
Log Message:
Added 'SpacingTopMini' rule.

Author: cg

Index: Core.Agent.Admin.GenericInterface.css
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Agent.Admin.GenericInterface.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -2 -u -d -r1.15 -r1.16
--- Core.Agent.Admin.GenericInterface.css	31 May 2011 11:54:44 -0000	1.15
+++ Core.Agent.Admin.GenericInterface.css	2 Jun 2011 05:50:10 -0000	1.16
 <at>  <at>  -90,3 +90,8  <at>  <at> 
 }

+.SpacingTopMini {
+    margin-top: 5px;
+}
+
+
 }/* end  <at> media */
\ No newline at end of file
---------------------------------------------------------------------
(Continue reading)

[otrs-cvs] otrs/Kernel/Config/Files GenericInterface.xml, 1.25, 1.26

Comments:
Update of /home/cvs/otrs/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv31379/Kernel/Config/Files

Modified Files:
	GenericInterface.xml 
Log Message:
Added module registration for 'AdminGenericInterfaceMappingSimple'.

Author: cg

Index: GenericInterface.xml
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Files/GenericInterface.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -2 -u -d -r1.25 -r1.26
--- GenericInterface.xml	24 May 2011 17:14:50 -0000	1.25
+++ GenericInterface.xml	2 Jun 2011 05:51:47 -0000	1.26
 <at>  <at>  -216,4 +216,22  <at>  <at> 
     </ConfigItem>

+    <ConfigItem Name="Frontend::Module###AdminGenericInterfaceMappingSimple" Required="0" Valid="1">
+        <Description Translatable="1">Frontend module registration for the agent interface.</Description>
+        <Group>Framework</Group>
+        <SubGroup>Frontend::Admin::ModuleRegistration</SubGroup>
+        <Setting>
+            <FrontendModuleReg>
+                <Group>admin</Group>
+                <Description>Admin</Description>
(Continue reading)


Gmane