RT 2.1.38 Win32 port available

I’m happy to announce the general availability of the Win32 port
of RT version 2.1.38, available at:

http://p4.elixus.org/dist/rt-2-1-38-win32.exe
MD5 (rt-2-1-38-win32.exe) = 3086d5fec335f939a1cbe702a04b3920

It is based on the following components:

RT 2.1.38 + local patches
Perl 5.8.0
Mysql 4.0.4
Apache 2.0.42
- mod_sspi 1.0.1
- mod_perl 1.99_07

Thanks again for everybody who have sent me bug reports. :slight_smile:

In addition to the fixes made in the main RT tree, this port fixed
File uploading (including uploading multiple attachments),
incorporated a zh_CN (Simplified Chinese) interface, and includes
a functional approval/workflow interface support.

Unfortunately, there has still been no reports of a successful
POP3-to-mailgate bridge for handling incoming mails; it is believed
that a modified POP3Proxy (e.g. http://mcd.perlmonk.org/pop3proxy/)
that pipes to rt/bin/rt-mailgate can do that job adequately –
success reports are most welcome. :slight_smile:

To experiment with the approval interface, please select:

[Settings][Queue][General][Scrips]->[New Scrip]->
[On Create - Create Ticket - RootApproval]

Afterwards, all new tickets in the Queue ‘General’ will be subject
to the following workflow:

#  { 1 } --->  2 ----> [ ? ] ---> 3 ----> { 4 } ----> end
#                        `-----------------------'
# 1 rejects tickets with all-uppercase subjects.
# 2 and 3 are approval tickets made for 'root' user.
# The branch point '?' will always go to 3, but could be changed.
# 4 is a 'code' ticket that writes to a log.

The ‘root’ user can approve tickets by the new ‘Approval’ top tab
next to ‘Search’.

Please report any problems to autrijus@autrijus.org.

Enjoy!
/Autrijus/

I’m happy to announce the general availability of the Win32 port
of RT version 2.1.38, available at:
http://p4.elixus.org/dist/rt-2-1-38-win32.exe
MD5 (rt-2-1-38-win32.exe) = 3086d5fec335f939a1cbe702a04b3920

That version has a rather bad bug that it cannot rebuild the database
unless the mysql process is already running, thus making the first-time
installation quite impossible. Sorry. :frowning:

I have made the new installer, corresponding to 2.1.39, available here:

http://p4.elixus.org/dist/rt-2-1-38-win32.exe
MD5 (rt-2-1-39-win32.exe) = e9d4c303380d616c6a6885643c65e04a

This release also adds the experimental Workflow Editing engine in Queue
and Global contexts, expanded personal preferences, and minor UI tweakings.
I’ll submit them as patches back to the main tree in a day or two.

Thanks,
/Autrijus/

Hallo,

http://p4.elixus.org/dist/rt-2-1-38-win32.exe
MD5 (rt-2-1-39-win32.exe) = e9d4c303380d616c6a6885643c65e04a

This release also adds the experimental Workflow Editing engine in Queue
and Global contexts, expanded personal preferences, and minor UI
tweakings.

After a bit of work, I got your package up and running.

RT itself works well as expected. Now I have a problem
when panning, how mails get delivered into RT.

Has anybody a working solution for polling a pop3 box
and piping the mails into rt-mailgate?

bye
Markus