Re: [otrs] TicketDivider is not working with 1.3.0 beta 3

At 9/8/04 3:00 AM, Robert Kehl wrote:
I`ve set up: $Self->{TicketHook} = '#'; $Self->{TicketDivider} = '_'; or $Self->{TicketDivider} = ' ';
$Self->{TicketNumberGenerator} = 'Kernel::System::Ticket::Number::AutoIncrement'; $Self->{'TicketNumberGenerator::AutoIncrement::MinCounterSize'} = 6; and I always get ticket [#: number] not [#_number] or [#number] why?
This option is incorporated in OTRS, but actually never used throughout the code. The dev team knows about this, Martin, don't you? It's not hard to fix, but has to happen in several files, is quite time consuming and a feature seldom asked for.
For what it's worth, I submitted a patch in Bugzilla that makes TicketDivider work everywhere and cleans up lots of other things related to e-mail "Subject" handling: http://bugs.otrs.org/show_bug.cgi?id=523 It completely replaces the bits of the code that currently do subject writing/rewriting, and even adds nifty features like the ability to put the ticket number at the end of the subject instead of the beginning in replies. Unfortunately, the patch touches many places in the code and is quite large (though each change is fairly simple); I wouldn't blame Martin for being a little skeptical. But as I said in the description, I'm willing to work to make it more palatable if necessary to get it included at some point. -- Robert L Mathews, Tiger Technologies http://www.tigertech.net/ "Ignorance more frequently begets confidence than does knowledge." -- Darwin

On Thursday, September 09, 2004 8:47 AM
Robert L Mathews
For what it's worth, I submitted a patch in Bugzilla that makes TicketDivider work everywhere and cleans up lots of other things related to e-mail "Subject" handling:
Grrreat! I've given it a try:
# patch -p0

On Thursday, September 09, 2004 8:47 AM
Robert L Mathews
For what it's worth, I submitted a patch in Bugzilla that makes TicketDivider work everywhere and cleans up lots of other things related to e-mail "Subject" handling:
I included this in the Wiki now: http://wiki.robertkehl.de/index.pl?OtrsPatches http://wiki.robertkehl.de/index.pl?PatchTicketDivider With kind regards, Robert Kehl -- Berkant Oktan ist erst siebzehn. Wenn er Glück hat, wird er nächsten Monat achtzehn... Franz Beckenbauer

We've decided to attempt an upgrade of OTRS from our present 1.1.1 version to either 1.2.4 or the upcoming 1.3 We've been up 472 days and served some 1750 tickets. It took us that long to find a bug that actually required an upgrade. We are concerned about: 1-Retaining existing data 2-Rollbacks if problems occur 3-Upgrade methods I've tapped into the CVS but am not sure if I can easily move from 1.1.1 to either version. Is it a clean upgrade process or do I need to go through a few versions and 'stair step' things? Charles

By tapping into the CVS I meant to read the upgrading documentation Charles -----Original Message----- From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Charles R. Thompson Sent: Friday, September 10, 2004 2:56 PM To: 'User questions and discussions about OTRS.' Subject: [otrs] Upgrading from 1.1.1 to 1.2.4 or 1.3 We've decided to attempt an upgrade of OTRS from our present 1.1.1 version to either 1.2.4 or the upcoming 1.3 We've been up 472 days and served some 1750 tickets. It took us that long to find a bug that actually required an upgrade. We are concerned about: 1-Retaining existing data 2-Rollbacks if problems occur 3-Upgrade methods I've tapped into the CVS but am not sure if I can easily move from 1.1.1 to either version. Is it a clean upgrade process or do I need to go through a few versions and 'stair step' things? Charles _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
participants (3)
-
Charles R. Thompson
-
Robert Kehl
-
Robert L Mathews