Skip to content

Commit

Permalink
CHANGES update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Oct 29, 2010
1 parent 1b10c67 commit dfbef3d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions CHANGES
Expand Up @@ -17,22 +17,22 @@ Dancer 1.1999_02 (RC2)
[ Damien Krotkine ]
* replace all die and warn with croak and carp

[ Alexis Sukrieh ]
* FIX for issue GH #151
utf8 pragma is imported automatically when Dancer is loaded
to allow the usage of UTF-8 strings in the application code.
(Thanks to kocoureasy for the report).
* FIX for "UTF-8" issues (GH#153):
- response content is encoded only if content_type is text
- charset setting is normalized to UTF-8 when appropriate
- automatically decode UTF-8 strings in params
* FIX scaffolded dispatchers (script/dancer)
The PLACK_ENV variable is not propagated by Apoache to the dispatchers (at
least with our Deployment examples) so the dispatchers aren't aware of the
PSGI context if we don't tell them explicitly.
This patch forces the dispatchers in PSGI mode.
[ Alexis Sukrieh ]
* FIX for issue GH #151
utf8 pragma is imported automatically when Dancer is loaded
to allow the usage of UTF-8 strings in the application code.
(Thanks to kocoureasy for the report).
* FIX for "UTF-8" issues (GH#153):
- response content is encoded only if content_type is text
- charset setting is normalized to UTF-8 when appropriate
- automatically decode UTF-8 strings in params
* FIX scaffolded dispatchers (script/dancer)
The PLACK_ENV variable is not propagated by Apoache to the dispatchers (at
least with our Deployment examples) so the dispatchers aren't aware of the
PSGI context if we don't tell them explicitly.
This patch forces the dispatchers in PSGI mode.
* FIX (unknown bug)
When a serializer is set and show_errors is true, don't expose internal
When a serializer is set and show_errors is true, don't expose internal
errors caught.

[ Naveen ]
Expand Down

0 comments on commit dfbef3d

Please sign in to comment.