Add LICENSE
Upstream changes:
0.50 May 2013
- fixed broken link to SAX2 specification in POD
- added repository information to Makefile.PL
- added README file to satisfy packaging guidelines
Upstream changes:
0.3.0 2013-03-15 15:24:53 Europe/Oslo
Gotten rid of Data::Visitor::Callback used to parse type
constraints. Reported by Alceu Rodrigues de Freitas Junior
(RT #81753). Solution contributed by chromatic.
Changelog:
Version 5.0.10 Aug 12th 2013
Configurable logfile date format
Several Oracle fixes
Several MSSQL fixes
Make default language configurable
New CLI upgrade script
Correctly calculate folder size
Fix display of search results
Database upgrade fixes
Smaller filesystem cache fixes
Remember password fixes
Encryption fixes
Fix problems with german “Umlauts” in folder name
IE fixes
Improved upgrade logging
Improved external storage status display
Flicker free versions dropdown
Don’t create empty versions
Less noisy debug logfile
Don’t show firstrunwizard during upgrade
Several Calendar fixes
Contacts fixes
Fixes for Gallery
Several smaller fixes
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.
Upstream changes:
4.26 2013-08-18
- Fixed support for Netscape cookies in Mojo::Cookie::Response.
- Fixed element method bug in Mojo::Collection.
4.25 2013-08-17
- Added support for calling element methods to Mojo::Collection.
- Added compact method to Mojo::Collection.
Racket 5.3.6
This is a bug-fix release. It eliminates errors from v5.3.5 that
people have found over the summer.
Racket 5.3.5
This is a special-purpose release to match the arrival of "Realm of
Racket" in bookstores. Racket v.5.3.5 adds a single `realm'
collection to the v5.3.4 release. The new collection contains the
source code that readers of Realm may wish to use for experiments.
Racket 5.3.4
* Extflonums (80-bit floating-point numbers) are supported on some
x86/x86_64 platforms -- including Windows, and including platforms
where Racket is compiled to use SSE instructions for flonum
arithmetic. Thanks to Michael Filonenko.
* OS X: DrRacket and all of the other apps are now signed with an
official key.
* Tally Maze: a new game based an enumeration of 2d mazes.
* The Optimization Coach, a DrRacket plugin, has been moved from the
Racket distribution to the Racket package repository. Install it
with: raco pkg install optimization-coach
* Redex: `define-union-language' now merges productions when
languages define the same nonterminals. Thanks to William Bowman.
* The `srfi/19' library is now compatible with the date structure
type exported by `racket/base'.
Version 1.6.9
-------------
Released August 20th 2013
- Fix bug in SQLAlchemy datastore's `get_user` function
- Fix bug in PeeWee datastore's `remove_role_from_user` function
- Fixed import error caused by new Flask-WTF release
Upstream changes:
0.37 2013-02-25
- Fix t/live_verify_address.t to skip of Catalyst::Plugin::Authentication
is not installed, fixing RT#81506.
0.36 2012-10-19
- Re-pack with new Module::Install which doesn't get
MYMETA.yaml wrong.
- Remove use of Plack::Middleware::ForceEnv from the tests
as it was not used / needed
0.35 2012-04-24
- Implement a 'change_session_expires' method (gshank)
- Fixed bug from last version where session does not persist
across a redirect
0.34 2012-03-30
- Fixed up t/live_verify_address.t per https://rt.cpan.org/Ticket/Display.html?id=71142
- Merged in dpetrov's 0.32 changes (extend_session_expire)
0.33 2012-03-08
- Note that flash is deprecated / not recommended due to it's
inherent races. Point out Catalyst::Plugin::StatusMessage instead
Add LICENSE
Add missing DEPENDS
Switch PERL5_MODULE_TYPE to Module::Install::Bundled
Upstream changes:
0.07 2011-01-14 19:07:00
- Converted to use Module::Install instead of Module::Build.
- Removed unused 'default' method from the app (triggered a deprecation warning).
- Fix Perl Critic test for hard tabs (t0m)
- Fix POD coverage (t0m)
- Added allow_ssl() (norbi)
- Added detach_on_redirect config option (norbi)
- Cleaned up _redirect_uri() (RT #38996) (norbi)
- Switch from NEXT to MRO::Compat (RT #48328) (t0m)
Upstream changes:
4.81 Jul 19th, 2013
[DOCUMENTATION]
- There is no such thing as "array context". The documentation now refers to "list context"
instead.
- Fix "the the" typos. (Thanks to dsteinbrunner, RT#77901)
Upstream changes:
1.60 14 Aug 2013
[ENHANCEMENTS]
- Added min/max font size for form field filling.
Thanks to Gareth Tunley for the idea and the initial code
1.59 28 Jan 2013
[FIXES]
- Added support for the \134 escape, synonymous with \\
Thanks to Zakariyya Mughal for the patch
https://rt.cpan.org/Ticket/Display.html?id=83018
from the announcement:
2.0.8 is a small update that fixes some regressions of the 2.0.x branch
of VLC. 2.0.8 fixes numerous crashes and dangerous behaviors.
2.0.8 also fixes ISDB-S tunning and some OSX issues.