pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/rt4



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Aug 24 00:27:50 UTC 2013

Modified Files:
        pkgsrc/devel/rt4: Makefile PLIST distinfo

Log Message:
Update to 4.0.17

Changelog:
RT 4.0.17 -- 2013-08-02
-----------------------

This release fixes an important regression in the upgrade script
included in 4.0.14, 4.0.15, and 4.0.16.  Attempting to upgrade from 3.x
would skip key upgrade steps.  New installs, and sites upgrading from
within the 4.0.x series, are unaffected.

RT 4.0.16 -- 2013-07-29
-----------------------

This release fixes an important regression in the Shredder tool included
in 4.0.14 and 4.0.15.  Attempting to run the Shredder tool from the
command line would fail with a compile-time error.

4.0.15 Release Notes

2013-07-25

This release fixes an important regression in the ugprade scripts
included in 4.0.14.  If you attempted to upgrade from 3.8 with the RT
FAQ Manager tables (FM_*) in your database, one of the upgrade scripts
would error out.

4.0.14 Release Notes

2013-07-25

This release is primarily a bugfix release. It also contains automated
tests for security vulnerabilities announced on 2012-10-25.

Features
* Ticket watcher searches that involve a large number of ORs will now
  use a much-improved SQL query, instead of the old many-join solution.
* Do a better job wrapping text before quoting it in a reply.
* Simple search now supports @example.com to search for tickets
  requested by users with email addresses ending in @example.com.
* If our display parsing of an HTML attachment fails for known reasons,
  a better error message is provided, directing admins to contact us with
  a sample.
* Tickets created via the REST interface can provide attachments.
* Comments and Replies in the REST interface may include a Content-Type.
* RT's Quote recognition now triggers on > and ignores things like
  !,|,#,% etc.  This should resolve a number of false positives.
* RT is now compatible with perl 5.18.0.

Bugfixes
* Resolve several corner cases where RT's database handle can be
  disconnected unexpectedly.
* When a TicketSQL query fails, report that failure to the user rather
  than silently displaying an empty ticket list.
* Display and add attachments to tickets in alphabetical rather than
  random order.
* Ensure that LifeCycle statuses are compared case-insensitively.
* Report Reminder creation/updates back to the user more consistently.
* Ensure that Reminders are created in the reminder_on_open LifeCycle
  configuration.
* The Bookmarks portlet is no longer unlimited and obeys standard
  homepage restrictions.
* Display non-ticket links in search result formats.
* RT::CurrentUser->Attributes now returns attributes for the relevant
  User, resolves a bug noticed in RT-Extension-MergeUsers.
* Always filter empty OrderBy directives, which may come from old saved
  search preferences.
* Uploaded attachments are now always marked Content-Disposition: attachment.
* Allow Custom Field Values to change case.
* The error message for Truncated Attachments is now marked text/plain
  rather than plain/text.
* When bulk updating Tickets with Transaction Custom Fields, the
  list of Transaction Custom Fields is based on the Queues of the
  Tickets displayed, not the Queues of the Tickets updated in the
  previous update.

Administration
* Clarify the cause of certain PostgreSQL full text indexing errors.
* Remove an error preventing logging of an actual error related to
  problems storing sessions.
* Clean the lock files used for file based sessions more aggressively.
* SetOutgoingMailFrom will now accept an email address to be used
  globally.
* OverrideOutgoingMailFrom now falls back to the global
  CorrespondAddress if the Queue does not declare one.
* rt-setup-database now prints the DatabasePort when describing the
  database it is modifying.
* rt-setup-database tries to detect when it is being run from an invalid
  location or being given an invalid upgrade directory.
* rt-setup-database detects an upgrade running on Pg 9.2 and directs the
  admin to install a newer DBD::Pg.
* rt-email-digest no longer prints output when sending digests unless
  the --verbose flag is passed.

Developer
* CleanSlate on collections more thoroughly resets the collection.
* A new callback and better support for JS/CSS tweaking of our
  Autocompleter display formats.
* New warning when an RT::URI::* resolver object cannot be created.
* Extensions may use rt-setup-database --action upgrade --package
  extension to provide RT's friendlier upgrade infrastructure.
* Refactoring of TicketSQL parse to support TxnCF.{CFName} or
  QueueCF.{CFName} in the future.

Documentation
* Correct the example backup `date` command in backups.pod
* MailCommand's testfile argument is now documented.
* Multiple cleanups to better support http://docs.bestpractical.com
* RT::Classes and RT::Principals now default to honoring the Disabled flag.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/rt4/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/rt4/PLIST pkgsrc/devel/rt4/distinfo

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