Hugh Kelley | 1 Sep 2010 16:54
Picon

Using UTC time "natively" in OTRS

I have been looking at the possibility of changing/configuring OTRS to use UTC time natively.  As you may have seen from my posts on the otrs list, I started out thinking it was just a matter of configuration. 

Getting the UTC values in the database was pretty simple.  Getting them back to the user in a localized time (when the DB is in UTC, the server is +/-X TZ and the client browser is in +/-Y TZ) seems to be a bit trickier.

For one thing, it appears that the localization of time is actually being applied twice, during both the ticket object retrieval and and during the dtl rendering.  It seems like OTRS needs to two timediffs tracked, one for the server-UTC diff and one for the client-UTC diff (or just make sure that the ticket object is pure UTC and only the DTL does conversions).

Keeping to the point, has anyone else investigated this and can share insights?  Were there any reasons UTC was initially avoided?

I'll admit I am running this on SQL Server,  IIS, and ActiveState Perl - any of  which might cause my results to differ from the "norm".

Regards,
Hugh

---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
Clary, Steve | 1 Sep 2010 16:57
Picon
Favicon

remove

 

---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
Ing. Daniel Heiss | 15 Sep 2010 11:00
Favicon

HTML-Body via SOAP

Hi all,

We are using OTRS 2.4 and rpc.pl as interface with PHP SoapClient().
As storage modul we use Ticket::StorageModule: ArticleStorageFS, that means instead of saving in DB
(article_plain, artichle_attachments, …) the tickets are stored in /opt/otrs/var/article/JAHR/MONAT/TAG/ARTICLEID.

Via SOAP/ArticleGET we only get the a_body text (plain) back.
Does anyone know a opportunity to get/fetch the HTML content (html body, attachments,..) via SOAP?

Many thanks and kind regards

Daniel Heiss
---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
Ing. Daniel Heiss | 15 Sep 2010 11:20
Favicon

SOAP problem with emailadresses from/to

Hi all,

we have the problem that we receive the content of a_from and a_to with SOAP/TicketGET only without the text
within the <>.
That means at SOAP output from a_from we are missing the email address for example.

We are using rpc.pl als interface witht PHP SoapClient().

Database output table Article:
+--------+---------------+----------------------------------------+------------------------------------------------+------------------------------------+
|id     |ticket_id      |a_from                                                 |a_to                                        |a_subject                      |
+--------+------------------+---------------------------------------------+---------------------------------------------------------------------------+
|323754 |253786         |6535                                           |                                             | Test via SOAP and PHP       |
|323768 |253786         |root <zphone <at> zphone.hall.ag>           |"support <at> cnh.at" <support <at> cnh.at>| Helpdesk:
Nummer 5865       |
+---------+---------------+--------------------------------+------------------------------------------------+------------------------------------+

SOAP-Output:
[s-gensym1002] => stdClass Object (
[Subject] => Test via SOAP and PHP
[CustomerID] => 6535
[To] =>
[From] => 6535
)

[s-gensym1004] => stdClass Object (
[Subject] => Helpdesk: Nummer 5865
[CustomerID] => 6535
[To] => "support <at> cnh.at"
[From] => root
)

Now we tried the json.pl (Iphone interface) also and have the same issue.
Json.pl: ["To"]=> string(27) "helpdesk "
in OTRS und with offical Iphone app: To: "helpdesk <helpdesk <at> hall.ag>"

Does anyone have an idea or solution for us?

Many thanks and kind regards

Daniel Heiss
---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Thomas Kaltenbrunner | 15 Sep 2010 21:42
Picon

Upgrade from 3.0Beta1 to 3.0BetaX

  Hello,

after upgrading to the last Beta Version I run into some trouble.
I got an error message that Core.UI.Dialog was not found.
I digged around and found out that it was because of the wrong order of 
loading the javascript classes.
Yes, I digged on and found the file Framework.xml where a list of 
javascript files is defined, which are loaded every time.
But the order did not match the order which I could see in the source 
code returned by index.pl.
The next I found was the ZZZAAuto.pl with the list of files in the wrong 
order and the comment "Auto generated".
There it is. I renamed the file and tried it again. Ans success the 
error message disappeared.

Don't know, it it is already documented, so I post this little 
description for everyone else how did not found it until now ;-)

Mit freundlichen Grüßen

Thomas Kaltenbrunner

---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Martin Gruner | 16 Sep 2010 13:59
Gravatar

Re: Upgrade from 3.0Beta1 to 3.0BetaX

Hi Thomas,

the UPRADING file mentions that you should run otrs.RebuildConfig.pl.
This will regenerate the configuration cache. Please do that also
between beta releases. It also has to be done if you use CVS and you
receive updates to files in Kernel/Config/Files.

Regards, mg

Am 15.09.10 21:42, schrieb Thomas Kaltenbrunner:
>  Hello,
>
> after upgrading to the last Beta Version I run into some trouble.
> I got an error message that Core.UI.Dialog was not found.
> I digged around and found out that it was because of the wrong order
> of loading the javascript classes.
> Yes, I digged on and found the file Framework.xml where a list of
> javascript files is defined, which are loaded every time.
> But the order did not match the order which I could see in the source
> code returned by index.pl.
> The next I found was the ZZZAAuto.pl with the list of files in the
> wrong order and the comment "Auto generated".
> There it is. I renamed the file and tried it again. Ans success the
> error message disappeared.
>
> Don't know, it it is already documented, so I post this little
> description for everyone else how did not found it until now ;-)
>
> Mit freundlichen Grüßen
>
> Thomas Kaltenbrunner
>
>
>
> ---------------------------------------------------------------------
> OTRS mailing list: dev - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/dev
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
>

-- 
Martin Gruner
Developer R&D

OTRS AG
Europaring 4
94315 Straubing

T: +49 (0)6172 681988 0
F: +49 (0)9421 56818 18
I:  www.otrs.com/

Geschäftssitz: Bad Homburg, Amtsgericht: Bad Homburg, HRB 10751, USt-Nr.: DE256610065
Aufsichtsratsvorsitzender: Burchard Steinbild, Vorstand: André Mindermann

OTRS mobilisiert Ihren Help Desk. Die OTRS iPhone App zum freien Download: http://www.otrs.com/de/produkte/iphone-app/

---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Thomas Kaltenbrunner | 16 Sep 2010 19:04
Picon

Re: Upgrade from 3.0Beta1 to 3.0BetaX

  Hello Martin,

reading this file would have been much easier, but I did not expect that 
this update is an upgrade ;-)
And I never did upgrade OTRS before.

Regards

Thomas Kaltenbrunner

Am 16.09.2010 13:59, schrieb Martin Gruner:
> Hi Thomas,
>
> the UPRADING file mentions that you should run otrs.RebuildConfig.pl.
> This will regenerate the configuration cache. Please do that also
> between beta releases. It also has to be done if you use CVS and you
> receive updates to files in Kernel/Config/Files.
>
> Regards, mg
>
> Am 15.09.10 21:42, schrieb Thomas Kaltenbrunner:
>>   Hello,
>>
>> after upgrading to the last Beta Version I run into some trouble.
>> I got an error message that Core.UI.Dialog was not found.
>> I digged around and found out that it was because of the wrong order
>> of loading the javascript classes.
>> Yes, I digged on and found the file Framework.xml where a list of
>> javascript files is defined, which are loaded every time.
>> But the order did not match the order which I could see in the source
>> code returned by index.pl.
>> The next I found was the ZZZAAuto.pl with the list of files in the
>> wrong order and the comment "Auto generated".
>> There it is. I renamed the file and tried it again. Ans success the
>> error message disappeared.
>>
>> Don't know, it it is already documented, so I post this little
>> description for everyone else how did not found it until now ;-)
>>
>> Mit freundlichen Grüßen
>>
>> Thomas Kaltenbrunner
>>
>>
>>
>> ---------------------------------------------------------------------
>> OTRS mailing list: dev - Webpage: http://otrs.org/
>> Archive: http://lists.otrs.org/pipermail/dev
>> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
>>

--

-- 
OPC® cardsystems GmbH
Mobil: +49 151 52628082 Skype: tj-opc Zentrale: +49 651 8408 0

Geschäftsführer: Torsten Hülsmann, Dipl.-Ing. (FH) Klaus Dieter Schömer
Registergericht: Amtsgericht Wittlich HRB-Nr.: 3903

---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Dave Wojciechowski | 22 Sep 2010 18:50
Favicon

Group Permissions Queue View

After upgrading from 2.2 to 2.4 I have found that my old config for group permissions is no longer working.

 

I had my postmaster queue in a group called postmaster, then 2 roles assigned to that group that only had read only access and move access.  In the old version they could see the tickets and move them to a working queue.  Now the tickets are not visible unless they have full RW  what has changed?

Disclaimer: This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or distribution of this message, or taking any action based on it is strictly prohibited.
---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
Santosh Singh | 25 Sep 2010 16:35

Check out my photos on Facebook

facebook
Santosh Singh has:
7 friends
Check out my photos on Facebook
Hi Dev,
I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile.
Thanks,
Santosh
To sign up for Facebook, follow the link below:
See who else has invited you to Facebook:
Trading Indonesia
460 friends
3 photos
Other people you may know on Facebook:
Georgia Smith
Abhishek Kumar
Charles Kennedy
Pako Ikgopoleng
Botswana
Michiel Beijen
Peter Mayr
Germany
Misbah Hussaini مصبح حسيني
Matas Synthsoulsizer
Lithuania
Yuan Sugianto
Indonesia
Already have an account? Add this email address to your account.
dev <at> otrs.org was invited to join Facebook by Santosh Singh. If you do not wish to receive this type of email from Facebook in the future, please click here to unsubscribe.
Facebook, Inc. P.O. Box 10005, Palo Alto, CA 94303
---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Gmane