2017-09-27 16:10:51 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Catalyst-Runtime: update to 5.90115.
5.90115 - 2017-05-01
- fixes for silent bad behavior in Catalyst::ScriptRole and 'ensure_class_loaded'
(hobbs++)
- do not require MXRWO if Moose is new enough to have cored it (ether++)
- documentation improvements (ether++)
- Encoding documentation improvements (colinnewell++)
- Improve documentation and test cases for 'abort_chain_on_error_fix' configuration
option (melmothx++)
- Better debug output when using Hash::MultiValue (tremor69++)
- Fixes for detecting debug terminal size (simonamor++)
|
2017-06-07 16:51:18 by Ryo ONODERA | Files touched by this commit (12) |
Log message:
Fix build with Perl 5.26.0
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-01-02 03:59:15 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 5.90114
Upstream changes:
5.90114 - 2016-12-19
- Fixed regression introduced in the last version (5.90113) which caused
application to hang when the action private name contained a string
like 'foo/bar..html'. If you are running 5.90113 you should consider this
a required update.
- Tweaked travis CI script.
5.90113 - 2016-12-15
- Fixed issue with $controller->action_for when targeting an action in
a namespace nested inside the current controller and the current controller
is a 'root' controller.
- Enhanced $controller->action_for so that you can reference the 'parent'
controller via relative path (eg ->action_for('../foo')).
- Backcompat fix for people that made the mistake of doing $c->{stash}
- Sort controllers in setup_actions so cross-controller precedence is
consistent.
|
2016-07-31 03:31:17 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 5.90112
Upstream changes:
5.90112 - 2016-07-25
- Spelling fixes from Debian group.
- Fixed regression introduced in last release that caused the code to crap out
if you set the encoding to 'undef'.
|
2016-07-24 03:36:48 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 5.90111
Upstream changes:
5.90111 - 2016-07-20
- Improved documentation around some of the unicode changes; tests (melmothx++)
5.90110 - 2016-07-20
- Better catching of HTTP style exceptions so that you can reliable use one to
override many core method.
- Documention on better ways to catch and handle Unicode errors
- We now check the unicode in your URL request queries and raise an error if the
check fails. This was done to be consistent with what we do in other parts of
the code (such as in args, or POSTed parameters). If this breaks your code in
ways you don't want to fix, you may disable this using the global configuration
setting, "do_not_check_query_encoding".
- Removed configuration setting, \
"decode_query_using_global_encoding" since it no
longer does anything useful. Query decoding follows from whatever you set the
global encoding to, unless you specify an alternative or to not decode.
5.90106 - 2016-07-05
- Fixed regression in debug screen rendering of the private names in chained
actions caused by commit 5dd46e24eedec447bdfbc4061ed683b5a17a7b0c.
- Fixed incorrect date entered for the release of 5.90105
- Fixed some incorrect code in a test case that might be causing test fails
in some configurations.
5.90105 - 2016-06-08
- Tweak some test cases to try and prevent them from failing in limited cases.
- Changed how we compose traits onto the response, request, and stats class so
that we compose just once at setup time (performance optimization). Also added
a debug screen at startup to display composed classes to help with debugging.
- Fixed a regressed caused by the changes we made to the way ->state works \
so that
now when you forward to an action and that action throws an exception, \
$c->state
is set to 0, instead of the value of the exeption (this is to be as indicated by
the documentation). (cventers++ for reported bug and test case).
- Changed the code that detects if you try to set HTTP headers after headers are
finalized to not warn if you are just requested the response header state. \
Tweaked
this error message a bit to help people understand it.
5.90104 - 2016-04-04
- Merged pull request #131, fix for noisy debug logs when used type constraints
in your actions. Additional changes to the developer debug screen output to
improve reporting details.
- Merged pull request #133, fix for case when a file upload filename contains
wide characters which caused the filename to not appear in the uploads hash.
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-05-03 12:54:58 by Thomas Klausner | Files touched by this commit (78) |
Log message:
Reset maintainer (observer now).
|
2016-02-26 23:23:13 by David Brownlee | Files touched by this commit (1) |
Log message:
p5-Plack-Middleware-FixMissingBodyInRedirect, p5-Plack-Middleware-MethodOverride \
& p5-Plack-Middleware-RemoveRedundantBody are runtime depends not build \
depends. Bump PKGREVISION
|
2015-11-28 00:19:57 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
Update 5.90053 to 5.90102
----------------------------------------------------------------
ChangeLog reaches some 500 lines for this update. Following is a
just Release numbers and their date for that.
----------------------------------------------------------------
5.90103 - 2015-11-12
introduced in 5.90102. This is a recommended upgrade (tsibley++, mst++)
5.90102 - 2015-10-29
5.90101 - 2015-09-04
5.90100 - 2015-08-24
5.90097 - 2015-07-28
5.90096 - 2015-07-27
5.90095 - 2015-07-27
5.90094 - 2015-07-24
5.90093 - 2015-05-29
5.90092 - 2015-05-19
- Refactor the change introduced in 5.90091 to solve reported issues (for
5.90091 - 2015-05-08
5.90090 - 2015-04-29
- Merged all changes from 5.90089_XXX development cycle.
5.90089_004 - 2015-04-28
5.90089_003 - 2015-04-27
5.90089_002 - 2015-04-17
5.90089_001 - 2015-03-26
- New development branch synched with 5.90085.
5.90085 - 2015-03-25
5.90084 - 2015-02-23
5.90083 - 2015-02-16
5.90082 - 2015-01-10
5.90081 - 2015-01-10
5.90080 - 2015-01-09
5.90079_008 - 2015-01-07
5.90079_007 - 2015-01-07
- Merged from Stable (5.90079)
changes introduced in v5.90080.
5.90079_006 - 2015-01-02
5.90079_005 - 2014-12-31
- Merged changes from 5.90078
5.90079_004 - 2014-12-26
5.90079_003 - 2014-12-03
5.90079_002 - 2014-12-02
5.90079_001 - 2014-12-02
5.90079 - 2015-01-02
5.90078 - 2014-12-30
introduced in 5.90060. You can use this if that feature is causing you
5.90077 - 2014-11-18
5.90076 - 2014-11-13
5.90075 - 2014-10-06
5.90074 - 2014-10-01
5.90073 - 2014-09-23
5.90072 - 2014-09-15
5.90071 - 2014-08-10
in the wild (Catalyst-Plugin-Authentication-0.10023) - (removed in 5.90070)
- Reverted changes to debug log/handling (5.90069_003) to fix
5.90070 - 2014-08-07
5.90069_004
5.90069_003
5.90069_002
5.90069_001
5.90065 - 2014-06-04
5.90064 - 2014-05-05
5.90063 - 2014-05-01
5.90062 - 2014-04-14
5.90061 - 2014-03-10
5.90060 - 2014-02-07
- Same as 5.90059_006, just marking it as stable, no functional changes.
5.90059_006 - 2014-02-06
5.90059_005 - 2014-01-28
5.90059_004 - 2014-01-27
5.90059_003 - 2013-12-24
5.90059_002 - 2013-12-21
5.90059_001 - 2013-12-19
5.90053 - 2013-12-21
|