pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/rt3



Module Name:    pkgsrc
Committed By:   spz
Date:           Fri Dec  4 09:30:20 UTC 2009

Modified Files:
        pkgsrc/devel/rt3: Makefile Makefile.install PLIST distinfo

Log Message:
update of rt3 to next version (without the session hijacking vulnerability)

upstream changelog:
UPGRADING FROM 3.8.5 and earlier - Changes:

You can now forward an entire Ticket history (in addition to specific
transactions) but this requires a new Template called forward ticket.
This template will be added when you run.

/opt/rt3/sbin/rt-setup-database --dba root --prompt-for-dba-password --action 
upgrade

Custom fields with categories can optionally be split out into
hierarchical custom fields.  If you wish to convert your old
category-based custom fields, run:

    perl etc/upgrade/split-out-cf-categories

It will prompt you for each custom field with categories that it
finds, and the name of the custom field to create to store the
categories.

If you were using the LocalizedDateTime RT::Date formatter from code
and passing a DateFormat or TimeFormat argument, you need to switch from
the strftime methods to the cldr methods (ie full_date_format becomes
date_format_full)
You may have done this from your RT_SiteConfig.pm by using
Set($DateTimeFormat, { Format => 'LocalizedDateTime', DateFormat => 
'medium_date_format' );


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/rt3/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/rt3/Makefile.install \
    pkgsrc/devel/rt3/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/rt3/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index