diff options
author | sno <sno> | 2010-02-02 11:11:30 +0000 |
---|---|---|
committer | sno <sno> | 2010-02-02 11:11:30 +0000 |
commit | c9310537d1f00e52cc41640eb76c3303c3401d5e (patch) | |
tree | 88c1a1135fae0fe7b19c1595b39820f52e11278d /doc | |
parent | 245ca230d00b594697ef41a3976a9deee55e74bd (diff) | |
download | pkgsrc-c9310537d1f00e52cc41640eb76c3303c3401d5e.tar.gz |
Updating www/p5-Catalyst-Runtime from 5.80018 to 5.80019
Upstream changes:
5.80019 2010-01-29 01:04:09
Bug fixed:
- Calls to $c->uri_for with private paths as strings (e.g.
$c->uri_for('controller/action', 'arg1', 'arg2') ) no longer have
/ encoded to %2F. This is due to $c->uri_for('static', 'css/foo', $bar)
which should not be encoded.
Calls with an action object (rather than a string), or uri_for action
will still encode / in args and captures to %2F
- The above noted / => %2F encoding in uri_for_action or uri_for with
an action object has been fixed to not just encode the first slash in
any set of args/captures.
- nginx and lighttpd FCGI requests with URI encoded sections as the first
path part have been fixed to operate correctly.
- A source of bogus warnings in Catalyst::Component::BUILDARGS has been
removed.
Documentation:
- Improve the documentation about -Home and how Catalyst finds the home path
for applications.
- Various minor typo fixes.
New features:
- Allow passing additional arguments to action constructors.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions