Revision history for Perl extension Catalyst::Plugin::Unicode::Encoding
1.1 2010-07-05 17:52:00
- Skip Mech tests unless TWMC is a high enough version. (RT#55302)
- Move Pod tests to only run for module authors
- Do encoding slightly later so that we can catch the output of
finalize_error. Encoding now happens before finalize_headers rather
than before finalize.
1.0 2010-05-04 21:46:00
- Fix version number to be higher.
0.10 2010-05-04 21:30:00
- Correctly decode UTF-8 URI Encoded (as per RFC3986) into
$c->request->captures (wreis)
0.9 2010-03-07 22:50:00
- Correctly decode UTF-8 URI Encoded (as per RFC3986) into
$c->request->arguments
- Test for this (u-foka)
0.8 2010-01-11 13:36:16
- Don't fail tests if we have an old version of URI::Escape
installed.
0.7 2009-12-21 21:30:12
- Make Test::WWW::Mechanize::Catalyst an optional dependency.
0.6 2009-11-16 20:45:43
- Fix missing dependency for the tests.
- Avoid LWP releases which break the tests by messing up unicode.
0.5 2009-11-05 02:03:44
- Decode $c->req->query_parameters, $c->req->body_parameters
- Decode file upload filenames in parameters
- Decode filenames in file upload objects
- Don't die if content already in character octets is encountered
0.4 2009-10-16 17:07:07
- Fix bug causing Encode to segfault in some cases
- Fix broken tests
0.3 2009-05-28 19:01:15
- Switch to Module::Install
- Require Catalyst 5.8
- Allow setting undef encoding (per request) to disable default of
UTF-8
- Don't overwrite encoding set in content types:
"text/html; charset=utf-8"
- Handles the latin-1 (i.e. e-accute) case of encoding that everyone
else forgets
- Copy live tests from Catalyst::Plugin::Encoding
- Fix bug with setting encoding in config (test from abraxxa)
0.2 2009-04-28 11:43:00
- Switch to MRO::Compat for Catalyst 5.8
0.1 2005-06-17 23:29:00
- inital CPAN release.