Routine bug-fix / new features update to version 4.0.5 This update doesn't involve any database schema changes over the schema from version 4.0.2 From the Announce Message: This release contains a number of bugfixes and small improvements since the 4.0.4 release; a few of the more notable ones include: * Greatly improved print CSS * New Config option - HideResolveActionsWithDependencies removes actions such as Resolve from the action menu on tickets with outstanding dependencies * New Config option - AutocompleteOwnersForSearch allows admins to force an Owner autocompleter in the Query Builder * New Config option - NoTicketInterfaceForApprovals redirects users to the Approvals interface if they visit an Approval ticket in the regular RT UI * Improved Simple Search documentation and new 'any' keyword for any status * Improved case insensitivity in the User and Custom Field Autocompleters * new --enable-ssl-mailgate configure option and rt-mailgate options to assist with setting rt-mailgate up to talk to your ssl enabled RT server * More improvements to email quote detection to handle Outlook quoting * The CreateTickets action now supports adding Groups as Watchers * httpurl_overwrite no longer inserts spaces into your URLs * Added NBSP as a search column in the Query Builder * Maintain Approved/Denied state in the radio button on past Approvals * Fixes for __Bookmarked__ ticket searches * Bugfixes for OverrideOutgoingMailFrom and sending bounces * More consistent ordering of Articles * Improvements to menu internals, including fixes for Search collections and localization of key names * Preserve Content-Disposition when redistributing mail * Improved PGP handling for .asc attachments with misleading content-types * By default, RT's session cookie will not be available to javascript * Allow Charts to be grouped by Told. * Test and localization cleanups. Changes to the Port: * New OPTION: SSL_MAILGATE -- enable HTTPS support in rt-mailgate (off by default) * remove some pointless quote marks from Makefile * various pkg-plist fixes in addition to those due to the update -- create some empty directories so that pkg installs match port installs; as these are for the use of RT addons, don't remove them unconditionally either. * Fix comments referring to apache13, now it has gone
State Changed From-To: open->feedback The patch didn't apply. Would you please recheck it?
State Changed From-To: feedback->open Sorry, all is ok with the patch. It was me who applied it at wrong directory
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
rm 2012-02-05 17:16:12 UTC FreeBSD ports repository Modified files: www/rt40 Makefile Makefile.cpan distinfo pkg-plist Log: - new OPTION: SSL_MAILGATE -- enable HTTPS support in rt-mailgate (off by default) - remove some pointless quote marks from Makefile - various pkg-plist fixes in addition to those due to the update -- create some empty directories so that pkg installs match port installs; as these are for the use of RT addons, don't remove them unconditionally either. - fix comments referring to apache13, now it has gone - remove CONFLICTS with rt-3.6* (not in the tree anumore) PR: 164738 Submitted by: Matthew Seaman <m.seaman at infracaninophile dot co.uk> (maintainer) Revision Changes Path 1.49 +17 -11 ports/www/rt40/Makefile 1.10 +10 -6 ports/www/rt40/Makefile.cpan 1.14 +2 -2 ports/www/rt40/distinfo 1.17 +7 -3 ports/www/rt40/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thank you!