2015-10-01 04:16:00 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.3142
Add missing DEPENDS
Upstream changes:
1.3142 2015-09-14
- Promotion to stable release.
[ STATISTICS ]
- code churn: 1 file changed, 15 insertions(+), 8 deletions(-)
1.3141 2015-09-07
[ BUG FIXES ]
- Dancer::Logger::Abstract now always try to convert to the configured
charset. (GH#1125, ironcamel)
- Fix test that was failing on Windows because of platform-specific
directory separators. (GH#1122, nanis)
|
2015-07-11 11:09:50 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.3140
Upstream changes:
1.3140 2015-07-03
- Promote 1.3139 to non-trial release.
[ STATISTICS ]
- code churn: 1 file changed, 17 insertions(+), 9 deletions(-)
1.3139 2015-06-25
[ BUG FIXES ]
- Reverted caching of session, as it can cause problem when the user
is using 'session->destroy' (GH#1120).
- Reverted loading config from hash. (GH#1121)
[ STATISTICS ]
- code churn: 9 files changed, 55 insertions(+), 249 deletions(-)
|
2015-06-13 11:04:03 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.3138
Change CGI module to BUILD_DEPEND instead of DEPEND
Upstream changes:
1.3138 2015-06-12
- Promote 1.3137 to non-trial release.
[ STATISTICS ]
- code churn: 1 file changed, 1796 insertions(+), 1754 deletions(-)
1.3137 2015-06-05
[ BUG FIXES ]
- Dancer::Logger->init invocation was using `setting()` instead of
`settings()`. (GH#1103, jwittkoski)
- Skip utf8 tests on cygwin. (GH#1046, mokko)
- Dancer::Session::YAML now refuse cookies that aren't alphanumerical.
(yanick)
[ ENHANCEMENTS ]
- Provide a way to load settings directly from hash. (GH#1113,
fgabolde)
- Remove 'auto-reload' feature. (GH#1058, alambike)
- Add methods to interact with TT's wrappers. (GH#1034, David Zurborg)
[ STATISTICS ]
- code churn: 13 files changed, 277 insertions(+), 212 deletions(-)
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2015-06-12 05:06:30 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.3136
Upstream changes:
1.3136 2015-05-24
[DOCUMENTATION]
- Remove mention of format 'with_id' from Dancer::Logger::Abstract.
(GH#112, Fabrice Gabolde)
[ENHANCEMENTS]
- Cache sessions such that they are only retrieved once per request.
(GH#1105, GH#992, Yanick Champoux)
|
2015-04-24 15:22:48 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.3135
Upstream changes:
1.3135 2015-04-22
[DOCUMENTATION]
- Document how to work with Dist::Zilla and the 'devel' branch.
[ENHANCEMENTS]
- Deprecate 'auto_reload' and document alternatives. (GH#1106, isync)
- Change YAML tests to be in line with new specs. (GH#1108, Slaven Rezi)
[STATISTICS]
- code churn: 12 files changed, 150 insertions(+), 50 deletions(-)
|
2015-02-23 12:13:59 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.3134
Add missing DEPENDS
Upstream changes:
1.3134 2015-02-22
[DOCUMENTATION]
- Improve Dancer::Request documentation. (GH#1095, Gabor Szabo)
- Added descriptions to a bunch of internal modules. (GH#1097, Brad
Macpherson)
- Correcting the documentation's grammar. (GH#1101, Jonathan Hall)
- Improve Dancer.pm's documentation wrt the export of 'warnings'.
(GH#1100, Brad Macpherson)
- Generated development.yml was saying the logs appear on STDOUT whereas
it's really STDERR. (GH#1102, Fabrice Gabolde)
[ENHANCEMENTS]
- Skip tests requiring 'fork' if on a perl that doesn't implement it.
(GH#1094, Steve Hay) - Using ':script' disable command-line argument
munging globally. (GH#1098, Brad Macpherson)
[STATISTICS]
- code churn: 33 files changed, 173 insertions(+), 113 deletions(-)
1.3133 2014-11-26
[BUG FIXES]
- Test was failing for Perl 5.21+ (error message changed). (GH#1073,
cpansprout)
[DOCUMENTATION]
- Mention environment variables in Dancer::Config. (GH#1085, Sniperovitch)
- Replace "return send_file" with "send_file". (GH#1089, \
Ashley Willis)
- Fix NAME section for Dancer::Plugin::Ajax. (GH#1090, Ivan Bessarabov)
- Fix wrong layout directory in documentation. (GH#1091, olof)
[ENHANCEMENTS]
- Speedup in the upload of large files. (GH#1092, snakpak)
[STATISTICS]
- code churn: 6 files changed, 100 insertions(+), 35 deletions(-)
|
2014-10-27 14:57:11 by Wen Heping | Files touched by this commit (2) | |
Log message:
Update to 1.3132
Upstream changes:
1.3132 2014-10-20
[STATISTICS]
- code churn: 1 file changed, 12 insertions(+), 6 deletions(-)
1.3131_1 2014-10-13
[BUG FIXES]
- One test would fail if Template::Toolkit was not installed. (GH#1083)
[STATISTICS]
- code churn: 2 files changed, 26 insertions(+), 10 deletions(-)
1.3131_0 2014-10-11
[BUG FIXES]
- Test was failing under perl 5.8.9. (GH#1057, Tom Hukins)
- Don't get tripped by YAML::XS's readonly values. (GH#1070)
[DOCUMENTATION]
- Minor doc update to detail how to pass protocol information in Apache
(GH#1079, Andy Beverley)
- Add the Dancer policy POD.
[ENHANCEMENTS]
- Dancer::Template::TemplateToolkit now supports DATA-embedded templates.
(GH#1061, Jochen Lutz)
- New function 'param_array'. (GH#1055, Yanick Champoux)
- D::Serializer::YAML and Dancer::Config can now use 'YAML::XS'.
[MISC]
- Add 'YAML' as a recommended dependency. (GH#1080)
[STATISTICS]
- code churn: 14 files changed, 348 insertions(+), 30 deletions(-)
|
2014-09-16 13:59:52 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.3130
Upstream changes:
1.3130 2014-09-15
[BUG FIXES]
- Bogus dependency for 'mro'. (GH#1069)
[STATISTICS]
- code churn: 2 files changed, 21 insertions(+), 12 deletions(-)
|
2014-09-11 03:52:03 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.3129
Upstream changes:
1.3129 2014-09-09
[BUG FIXES]
- Dzil conversion left 'dancer' script behind. (GH#1066)
[STATISTICS]
- code churn: 17 files changed, 1425 insertions(+), 1432 deletions(-)
1.3128 2014-09-09
[BUG FIXES]
- Remove test dependency for Person and Person::Child. (GH#1063)
1.3127 2014-09-08
[BUG FIXES]
- Test was using deprecated 'import_warnings'. (GH#1045, mokko)
- Fix default test names for headers and redirection test methods.
(GH#1048, odyniec)
- DANCER_SERVER_TOKENS and DANCER_SESSION_INFO are now
DANCER_NO_SERVER_TOKENS and DANCER_NO_SESSION_INFO. And working. :-)
(GH#1014, Yanick Champoux)
- 'any' wasn't understanding 'del' (only 'delete'). (GH#1044, Yanick
Champoux)
[DISTRIBUTION]
- Now using Dist::Zilla as package manager.
[DOCUMENTATION]
- Correct POD formatting for HTTP methods in introduction.pod. (GH#1047,
Lx)
[ENHANCEMENTS]
- environment configs are now merged with the global config, versus the
previous behavior that was overriding the whole config segments.
(GH#1016, Yanick Champoux)
- Dancer::Handler::Debug now accepts env variables from the command-line.
(GH#1056, Yanick Champoux)
- Accessing values abstracted as methods in Dancer::Session. (GH#1000,
John Wittkoski)
|