Patches ported from 3.0.11 to 3.2.0

Hello,

I have ported most of my RT-patches from 3.0.11 to 3.2.
You can browse and download all patches which are active on our site under
http://page.mi.fu-berlin.de/~pape/rt3/patches/rt/3.2.

These include:

  • Email threading
  • hiding global scrips on queues
  • silently resolving tickets

Dirk.

Dirk,

I tried to apply your silently resolve patch on 3.2.1 but got an error:

[root@mail rt3]# patch -p0 < silently_resolve.patch.txt
patching file lib/RT/Queue_Overlay.pm
Hunk #1 succeeded at 53 (offset 2 lines).
patching file lib/RT/Ticket_Overlay.pm
patch: **** malformed patch at line 22: edDependencies) {

Regards,

Danie Marais

Hello Danie,

–Am Mittwoch, 1. September 2004 14:49 Uhr +0200 schrieb Danie Marais
danie.marais@attix5.com:

I tried to apply your silently resolve patch on 3.2.1 but got an error:

[root@mail rt3]# patch -p0 < silently_resolve.patch.txt
patching file lib/RT/Queue_Overlay.pm
Hunk #1 succeeded at 53 (offset 2 lines).
patching file lib/RT/Ticket_Overlay.pm
patch: **** malformed patch at line 22: edDependencies) {

how did you download the path? I am quite sure that you have a line break
in line 22 which is longer than 80 characters. The line break is not in the
file, so it must have been introduced by any processing you did (in a text
editor, copy-paste??). Try to redownload the path file by using the
function of your browser to download it as a file (e.g. contextual menu).

Dirk.

Dirk,

How right you are. Downloaded the file in Windows and then used SSH Secure
File Transfer to send it to the linux box as I always do. Only this time
the extension was .txt and not .patch so the SFTP client decided it whould
rework the text a bit. Easiest was to remove the .txt extension and resend.

Works 100% now.

Thanks,
Danie

how did you download the path? I am quite sure that you have a line break
in line 22 which is longer than 80 characters. The line break is not in
the