[Catalyst-commits] r13014 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sat Mar 6 20:35:19 GMT 2010
Author: t0m
Date: 2010-03-06 20:35:19 +0000 (Sat, 06 Mar 2010)
New Revision: 13014
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Log:
Changelog
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2010-03-06 20:31:33 UTC (rev 13013)
+++ Catalyst-Runtime/5.80/trunk/Changes 2010-03-06 20:35:19 UTC (rev 13014)
@@ -1,5 +1,15 @@
# This file documents the revision history for Perl extension Catalyst.
+ New features:
+ - Log an extra line in debug mode with the response status code,
+ the content type and content length if available.
+
+ Refactoring:
+ - Display of the end of hit debug messages has been factored out into
+ log_headers, log_request and log_response methods which all call
+ $c->dump_these so that there is a unified point from which to hook
+ in parameter filtering (for example).
+
Bug fixed:
- DispatchType::Index's uri_for_action only returns for actions registered
with it (prevents 'index :Path' or similar resolving to the wrong URI)
More information about the Catalyst-commits
mailing list