ChangeLog:
This release contains a number of bugfixes and small improvements since
the 4.0.2 release; a few of the more notable ones include:
* Due to a change in RT 3.8.9, which also affected RT 4.0.0 and higher,
TransactionBatch scrips were run twice; this has now been fixed.
* A new toggle has been added to expand all quote folding in a ticket's
transaction history.
* New "On Forward", "On Forward Transaction" and "On Forward Ticket"
conditions have been added.
* Ticket searches no longer forget which saved search they were loaded
from when being updated.
* A new "make jsmin" target has been added to aid in downloading,
compiling, and installing jsmin.
* Improved threading for automatically generated emails concerning a
ticket.
* Improved detection of Outlook-style message fowarding headers.
* No longer error when a user has supplied a non-existant RT style;
instead, fall back to the default. This is particularly relevant for
users coming RT 3.8 with the 3.6 stylesheet applied, which no longer
exists in 4.0.
* Improved handling of files named "0", and Unicode filenames, in file
uploads.
* Tickets can no longer be linked to deleted tickets.
* Restore missing menus on simple search result pages.
* Fix support for perl 5.12 and later by removing a deprecated use of
"defined %hash".
While Here:
-- Drop last remnants of apache-1.3.x support: minimum version is
now 2.0.x
-- Install the necessary data required to update DB schema to match
the new version of RT. This should help people that install from
pkgs.
-- Update pkg-message accordingly
PR: ports/162420
Submitted by: maintainer (Matthew Seaman)
New features in this release include:
- order preserved of messages re-queued for a consumer
- plugins are included in the main rabbitmq-server release, with a new
command, rabbitmq-plugins, to enable and disable them
- clients accept a new "amqp" URI scheme for connections
- significant performance improvements to connection creation, durable
queues, message storage, and large numbers of consumers
- thread-safe Java client consumer callbacks
This version contains the main plugin, so you dont have to install them separate.
Just need to enable them via rabbitmq-plugins.
PR: ports/162410
Submitted by: maintainer (Phillip)
Public Suffix Service is a Ruby domain name parser based on the Public Suffix
List.
The Public Suffix Service is a cross-vendor initiative to provide an accurate
list of domain name suffixes.
The Public Suffix Service is an initiative of the Mozilla Project, but is
maintained as a community resource. It is available for use in any software, but
was originally created to meet the needs of browser manufacturers.
A "public suffix" is one under which Internet users can directly register names.
Some examples of public suffixes are ".com", ".co.uk" and "pvt.k12.wy.us". The
Public Suffix List is a list of all known public suffixes.
WWW: http://www.simonecarletti.com/code/public_suffix_service/
WWW: https://github.com/weppos/public_suffix_service
WWW: https://rubygems.org/gems/public_suffix_service
rubygem-benelux provides a mad way to time Ruby codes.
Features:
- A replacement for Benchmark.measure
- Create timers for any Ruby method
- Store arbitrary messages
- Granular statistics
- Thread-safe
WWW: https://github.com/delano/benelux
WWW: https://rubygems.org/gems/benelux