Commit graph

28 commits

Author SHA1 Message Date
wen
981a6b1b79 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-10-27 13:57:11 +00:00
wen
81836eeef9 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-16 11:59:52 +00:00
wen
115b3b17df 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)
2014-09-11 01:52:03 +00:00
wen
f4638eb49c Update to 1.3126
Upstream changes:
1.3126 2014-07-14

    [ BUG FIXES ]
    * Bunch of files were not in the MANIFEST.

1.3125 2014-07-12

    [ ENHANCEMENT ]
    * Skip bad cookie definitions. (GH#1036, Manuel Weiss)
    * 'dancer' script warns and die if trying to create
        an app with the same name of an existing module.
            (GH#1038, Racke)
    * In Dancer::Logger::Abstract, default host
        name to '-' if not available. (GH#1029, John Wittkoski)
    * Add Dancer::Serializer::JSONP. (GH#1035, David Zurborg)

    [ DOCUMENTATION ]
    * Improve the wording of the params() section in Dancer.
        (GH#1025, Warren Young)
    * Explain how to access config in Dancer::Config's POD.
        (GH#1026, Gabor Szabo)
    * Cookbook typo fix. (GH#1031, Florian Sojer)

1.3124 2014-05-09

    [ ENHANCEMENTS ]
    * Also check X-Forwarded-Proto. (GH#1015, Andy Jones)
    * Update bundle jQuery to v1.11.0. (GH#1018, Michal Wojciechowski)
    * Add session support to the skeleton config. (GH#1008. Gabor Szabo)

    [ BUG FIXES ]
    * Remove print statement in Dancer::ModuleLoad::require.
        (GH#1021, John Wittkoski)
    * Test was failing if JSON module was absent.
        (GH#1022, Yanick Champoux)
    * Allow for routes evaluating to false ('0', '', etc).
        (GH#1020, Yanick Champoux)

    [DOCUMENTATION]
    * Specify defaults in POD. (GH#1023, isync)
    * Fix doc for params(). (GH#1025, reported by Warren Young)

    [ MISC ]
    * Update mailing list url in README. (GH#1017, Racke)
    * Markdownify the README. (GH#986, Chris Seymour)
2014-07-27 23:04:00 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wen
9ffeb11024 Update to 1.3123
Upstream changes:
1.3123 2014-04-12

   [ BUG FIXES ]
   * Test was skipping wrong number of tests if JSON was absent.

1.3122 10.04.2014

   [ DOCUMENTATION ]
   * GH #995: Documentation improvements. (Colin Kuskie)

   [ BUG FIXES ]
   * Serializer::Mutable now consider 'Accept' before 'Content-Type'.
    (GH#996, Bernhard Reutner-Fischer)
   * Serializer::Mutable now correctly deals with content-types
        with charsets. (GH#996, Bernhard Reutner-Fischer)
   * Without Clone(), Dancer::Error::dumper() could clobber
        values in deep structures. (GH#1006, fix by asergei)
   * 'session_name' in Dancer::Session::Abstract couldn't be
        redefined. (GH#1004, patch by Lee Carmichael)

   [ MISC ]
   * Unused function 'path_no_verify' removed. (GH#998,
        reported by mjemmeson)
2014-04-13 02:54:14 +00:00
wen
27941c17f7 Update to 1.3121
Upstream changes:
1.3121 2.02.2014

    [ ENHANCEMENTS ]
    * GH #994: change heuristic so that
        'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
        is not recognized as text. (Skeeve)
    * GH #987: get_current_session() now accepts option 'no_update'.
        (Lee Carmichael)

    [ DOCUMENTATION ]
    * GH #983: Correction of various typos. (Akash Ayare)
    * GH #981: Add synopsis to Dancer::Request::Upload. (smashz)
    * GH #985: Change mentions of 'PerlHandler' to 'PerlResponseHandler'
        (Xaerxess)
2014-02-16 15:03:55 +00:00
wen
5ed5403d52 Update to 1.3120
Upstream changes:
1.3120 24.12.2013

    [ ENHANCEMENTS ]
    * GH #974: Make plugins play nicely with mro 'c3'. (Fabrice Gabolde)

    [ DOCUMENTATION ]
    * GH #972: Correction of a truckload of typos. (David Steinbrunner)
    * GH #971: Stress that the request's 'env()' method is prefered over
        accessing '%ENV' directly. (isync)
    * GH #968: Fix 'ScriptAlias' example in Deployment docs. (reported
        by tednolan)
    * GH #976: Document and trap limitation in Dancer::Test. (Tom Hukins)
    * GH #976: Improve references to related modules. (Tom Hukins)
2014-01-03 16:02:55 +00:00
wen
8dce1ae99e Update to 1.3119
Upstream changes:
1.3119 26.10.2013

    [ ENHANCEMENTS ]
    * GH #965: Serializer also serialize content for DELETE.
        (reported by Achim Adam)

    [ BUG FIXES ]
    * GH #959: hash randomization could cause .pl MIME to vary and test
        to fail. (Olof Johansson)
    * GH #961: fix bug in require_environment's logic. (reported by
        sapphirecat)

    [ DOCUMENTATION ]
    * GH #962: Improvements of the Dancer::Test docs. (Tom Hukins)
2013-10-27 11:16:33 +00:00
wen
1681e90dfb Update to 1.3118
Upstream changes:
1.3118 01.09.2013

    [ ENHANCEMENTS ]
    * GH #946: new 'require_environment' setting. (Jesse van Herk)
    * GH #952: don't set defaults for Template subclasses for
        Dancer::Template::TemplateToolkit. (Rick Myers)
    * GH #945: add function 'template_or_serialize' to
        Dancer::Serializer::Mutable. (Yanick Champoux)

    [ BUG FIXES ]
    * GH #655: clarify logger error message. (Yanick Champoux,
        reported by Gabor Szabo)
    * GH #951: fix quoting of TemplateToolkit start_tag/stop_tag.
        (Rick Myers)
    * GH #940: carry over the session when we forward().
        (Yanick Champoux, reported by sciurius)
    * GH #954: don't die on autoflush for older perls.
        (Yanick Champoux, reported by metateck and David Golden)
    * GH #950: Dancer::Test functions now populate REQUEST_URI.
        (Yanick Champoux, reported by S枚ren Kornetzki)

    [ DOCUMENTATION ]
    * GH #942: simpilify the Apache deployment docs for cgi/fcgi.
        (bug report by Scott Penrose)

    [ MISC ]
    * GH #949: fixes a few errors in the serializer testsuite.
        (Franck Cuny)
2013-10-01 11:15:00 +00:00
wen
a23f9f2d03 Update to 1.3117
Upstream changes:
1.3117 31.07.2013

    [ ENHANCEMENTS ]
    * GH #836: Provide more information when an engine fails to load.
        (Yanick Champoux, reported by Daniel Perrett)

    [ BUG FIXES ]
    * GH #794: Upload data was not kept for forwarded requests.
        (reported by William Wolf)
    * GH #898: calling halt() doesn't discard set headers anymore.
        (Yanick Champoux, reported by Nicolas Franck)
    * GH #842: embedded 'prefix' now properly localized.
        (Yanick Champoux, reported by Jashank Jeremy)

    [ DOCUMENTATION ]
    * GH #938: fix doc typos in Dancer::Serializer. (Fabrice Gabolde)
    * GH #712: add all status codes known to Dancer to Dancer::HTTP.
        (Yanick Champoux, reported by Brian J Miller)
    * Add warning that 'forward' doesn't preserver the session. (Alberto Sim玫es)
    * GH #941: minor correction to code snippets in documentation.
        (Grzegorz Ro偶niecki)
    * GH #929: add warning on the use of Corona as underlying web server.
        (issue reported by berekuk)
    * GH #943: remove mention to 'Dancer::Plugin::Validation',
        clean 'dancer -a' sample output. (Grzegorz Ro偶niecki)
2013-08-13 16:07:57 +00:00
wen
eb5c0d9c1e Update to 1.3116
Upstream changes:
[ ENHANCEMENTS ]
    * GH #767: forwarded_for_address() now looks for HTTP_X_FORWARDED_FOR if
        X_FORWARDED_FOR is not there. (Jakob Voss)
    * GH #936: Add file locking to file logger. (David Golden)
    * GH #937: Add details to tutorial. (Craig Treptow)
2013-07-21 07:32:21 +00:00
wen
cab6f124ca Update to 1.3115
Update DEPENDS

Upstream changes:
1.3115 09.06.2013

    [ BUG FIXES ]
    * GH #605: pass'ed megasplat with no further routes cause 404, not 500.
        (vlyon)

    [ DOCUMENTATION ]
    * GH #934: Added example of HAProxy deployment. (Anton Gerasimov)

    [ MISC ]
    * Tests now require Test::TCP v1.30+ (previous version had too short a
        timeout and tests were failing). (Yanick Champoux)

1.3114 02.06.2013

    [ ENHANCEMENTS ]
    * GH #919: 'dancer' script exits with code 255 if application
        name is invalid. (ppisar)
    * GH #871: now recognize HTTP_X_FORWARDED_PROTO. (mlbarrow)
    * GH #926: make messages from fatal warnings show up in the logs.
        (Max Maischein)
    * GH #930: speed improvement. (ichesnokov)
    * GH #859: strip illegal characters from cookie name. (Colin Keith)
    * GH #924: non-'/' apps behind proxies now possible using 'request-base'
        header. (Mikolaj Kucharski)

    [ BUG FIXES ]
    * GH #724: app.pl obeys --confdir. (Yanick Champoux)
    * GH #927: logging format using 'h' now play nicely if no header present.
        (ironcamel)

    [ DOCUMENTATION ]
    * GH #922: Add example of request parameters. (Gabor Szabo)
    * Add scheme line for ngnix config in D::Deployment.
2013-06-11 07:26:08 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
wen
d0f0cbfb11 Update to 1.3113
Upstream changes:
1.3113 08.05.2013

    [ ENHANCEMENTS ]
    * GH #869: leave body parameters alone if deserialization failed
        (brianphillips).
    * GH #914: add link to melezhik's psgi chef cookbook.
    * GH #923: implement lazy session flushing. (David Golden)

    [ BUG FIXES ]
    * GH #920: fix pod for Dancer::Development. (ppisar)

    [ DOCUMENTATION ]
    * GH #915: add warning about behaviour of hooks with multiple packages
     loaded by load_app (racke).
    * GH #918: Fix headers syntax in Dancer::Response perldoc
      (Vyacheslav Matyukhin).


1.3112 10.04.2013

    [ ENHANCEMENTS ]
    * GH #897 dancer script diagnostic more explicit if target directory
        does not exist or is not writable (reported by Andrew Grangaard).
    * GH #907: skip tests of deprecated features (mokko).

    [ BUG FIXES ]
    * GH #900: backport the security patch for Dancer::ModuleLoader
        from Dancer2 (mokko).
2013-05-09 15:48:40 +00:00
wen
6b5d5542b4 Update to 1.3111
Add p5-YAML as DEPENDS

Upstream changes:
1.3111

[ BUG FIXES ]
    * GH #877: fix Dancer Error when so that 'exception' object is not passed
      to serializers, because XML/JSON serializers don't understand objects
      (rikbrown).
    * GH #858: Check for definedness, not truth, when testing if we read
      into the buffer when parsing a request body (florolf).
    * GH #845: Fix uninitialized warning when loading modules (Fabrice Gabolde).
    * GH #851, GH #853: Atomic YAML session writing (Roman Galeev).
    * GH #852: Saner UTF logging (Roman Galeev).
    * GH #849, GH #850: Serve autopages with text/html content type.
      (Philippe Bruhat - BooK)
    * GH #848: Handle If-Modified-Since header in the request for static files.
      (Philippe Bruhat - BooK)
    * GH #848: Send a Last-Modified header for static files.
      (Philippe Bruhat - BooK)
    * GH #856: Don't export non-existing subroutine (mokko).
    * GH #874: Reduce dependence on %ENV for internal code (Kent Fredric).
    * GH #875: Don't expect specific order in cookies (Yanick Champoux).
    * Remove 'exception' object from message being passed to serializers.
        (Rik Brown)
    * Added .travis.yml to MANIFEST.SKIP so t/manifest.t passes (Kaitlyn Parkhurst).
    * GH #887, GH #890: keyword 'global_warnings' added to replace 'import_warnings'
        (Kaitlyn Parkhurst).
    * GH #892: add 'private_key' to the list of potentially sensitive keys (Tom Heady).

    [ DOCUMENTATION ]
    * GH #847: Fix typo (John Wittkoski).
    * GH #865: Correct 'before' hook documentation (David Precious, Maurice).
    * GH #860, GH #844, GH #760: Misleading plack middleware documentation.
      (Paul Fenwick)
    * GH #862: Fix heading level for strict_config entry in Dancer::Config.
      (Stefan Hornburg - Racke)
    * GH #863: Correct example apache config (John Wittkoski).
    * GH #867: correct doc for ModuleLoader::load_with_params (mokko).
    * Document route_cache option (David Precious).
    * Docs for route_cache_size_limit & route_cache_path_limit (David Precious).
    * Remove meaningless 'encoding' to TT config (David Precious).
    * Remove docs for mounting multiple apps (Naveed Massjouni).
    * Update doc URLs (David Precious).
    * Fix inconsistency in Perlbal deployment example (Slaven Rezi., Racke).
    * GH #894: Replace spurious character in Dancer::Session's POD (Racke).
    * GH #880: Add deprecation mention for 'after' (pdl and Yanick Champoux).
2013-02-25 02:23:13 +00:00
wen
acd7b57a76 Update to 1.3110
Upstream changes:
1.3110      06.10.2012

    [ BUG FIXES ]
    * GH #817, #823, #825: Removing Clone from core. Pure-perl environments
      supported again (Sawyer X).
    * GH #755, #819, #827, #828: HTTP::Headers accepted by dancer_response
      (Roberto Patriarca, Dagfinn Ilmari Mannsåker, draxil, perlpong).

    [ ENHANCEMENTS ]
    * GH #826: The version of wallflower shipped with Dancer has been removed.
      It was well out of date.  BooK is now maintaining it as a more general
      solution under the name App::Wallflower. (BooK)
    * GH #834: Provide empty Headers object if not defined (Yanick Champoux).
    * GH #840, #841: Dancer::Plugin::Ajax now has content_type (Lee Carmichael).

    [ DOCUMENTATION ]
    * GH #821: Pointing to new homepage (alfie).
    * GH #822: Typos in documentation (Stefan Hornburg - racke).
    * GH #824: Fix in Dancer/Session.pm (pdl).
    * GH #830: Fix Github links to https:// (Olivier Mengué).
    * GH #838: Error in Dancer::Plugin::Ajax Documentation (Lee Carmichael).
    * GH #839: Typo (goblin).
2013-02-17 15:10:59 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
wen
4d7b77b35f Update to 1.3100
Upstream changes:
1.3100      25.08.2012

    [ BUG FIXES ]
    * GH #816: Improve wording when failed to load engine. (Sawyer X)
    * GH #817: Fix CODE reference uncloned using Clone::clone.
      (David Previous, Sawyer X)

    [ ENHANCEMENTS ]
    * GH #755: HTTP::Headers accepted by dancer_response. (Roberto Patriarca)

    [ DOCUMENTATION ]
    * GH #818: Use "MyWeb::App" instead of "mywebapp" in examples. (pdl)

1.3099      11.08.2012

    [ BUG FIXES ]
    * GH #683: Fix uninitialized warnings. (Sawyer X)
    * GH #700: Take into account the app name in route caching. (Perlover)
    * GH #775: Clone variables for templates.
      (Reported by Wanradt Koell, fixed by David Precious, Sawyer X)
    * GH #776: get should be default to get/head even it's inside any.
      (Fayland Lam)
    * GH #788: Make sure ID key in sessions are clobbered. (kocoureasy)
    * Fix uninitialized variables in config file path. (Sawyer X)
    * GH #809: Require all necessarily modules in Dancer::Config.
      (John Wittkoski)

    [ ENHANCEMENTS ]
    * GH #799: New test function: response_redirect_location_is. (Martin Schut)
    * send_file now accepts an IO::Scalar. (David Precious)
    * Clean up $VERSION. (Damien Krotkine)

    [ DOCUMENTATION ]
    * GH #784: Synopsis fix in Dancer::Error. (Alex C)
    * Document session_domain in Dancer::Config. (David Precious)
    * Pod fixes in abstract session. (David Precious)
    * Synopsis fix in Dancer::Test. (Stefan Hornburg <Racke>)

1.3098      28.07.2012

    [ ENHANCEMENTS ]
    * New keyword 'plugin_args' exported by Dancer::Plugin to provide
      a consistent way with Dancer 2 to obtain arguments from a plugin
      keyword. (Alberto Sim.es).
    * Add 'execute_hook' and deprecate 'execute_hooks' for homogeneity
      with Dancer 2.
    * send_file will do the right thing if given an IO::Scalar object
      (David Precious, prompted by Ilya Chesnokov).

    [ DOCUMENTATION ]
    * Fix escaping on some docs (Stefan Hornburg @racke).
2012-08-29 13:44:50 +00:00
wen
622f879c16 Update to 1.3097
Upstream CHANGES:
1.3097      08.07.2012

    [ ENHANCEMENTS ]
    * New keywords 'register_hook' and 'execute_hooks' exported by Dancer::Plugin
      for providing a consistent way with Dancer 2 on how to declare and run hooks
      from within a plugin (Alexis Sukrieh, idea from David Precious).

1.3096      06.07.2012
    ** Codename: Chop Hooey // Neil Hooey **

    [ ENHANCEMENTS ]
    * Finally released, thanks to Neil Hooey bugging my sorry ass.

1.3095_02   03.07.2012

    [ BUG FIXES ]
    * fix exception tests in some cases (GH #734) (Damien Krotkine & katkad )

    [ ENHANCEMENTS ]
    * If YAML does not load, Dancer::Config now reports why (Ovid)

    [ DOCUMENTATION ]
    * Clarify serialization in introduction POD (Mark A. Stratman)
    * Typo fix (Sam Kington)

1.3095_01   22.06.2012

    [ BUG FIXES ]
    * Don't assume returned references are blessed when considering
      continuations (Neil Hooey, GH-778)
    * Malformed/missing cookies caused warnings
      (James Aitken/LoonyPandora, GH-782 and GH-783)
    * Avoid potential crash in t/14_serializer/06_api.t if tmp dir is replaced
      when %ENV gets cleared (Adam Kennedy)
    * Properly initialize %callbacks to default empty hashref  in _send_file if
      not provided (Greg Mullen)

    [ ENHANCEMENTS ]
    * Add UTC timestamp options for logger_format (Alex C - perlpong).
    * Tests can now run in parallel (Richard Sim.es).
    * dancer_version keyword added (Damien "dams" Krotkine).
    * New session_domain paramter allows you to set the domain of the default
      session cookie (William Wolf)

    [ DOCUMENTATION ]
    * Update Ubic service example (Vyacheslav Matyukhin)
    * Silly typo fixing (Paul Fenwick)
    * Typo in Dancer::Test file upload example (Jonathan "Duke" Leto)
    * UTF-8 fixes in POD (ambs)

1.3095      01.04.2012

    [ BUG FIXES ]
    * Small fix to skip tests when YAML is not available.
      (Sawyer X)

    [ ENHANCEMENTS ]
    * Added 'info' log level for messages that should always go to the logs
      but aren't really debug, warning or error messages (Ovid)

1.3094      31.03.2012

    [ BUG FIXES ]
    * GH #763: Fix exceptions in ajax routes clobbering layout (ilmari)
    * GH #748 & GH 647: Don't force override environment from PLACK_ENV (jwittkoski)
    * GH #762: fix param parsing lacking limit on split (leejo)
    * GH #758: Fix Dancer::Test: make sure the request is properly converted to
      a response. (Ovid)
    * GH #729: Fix dancer exception composition, and message pattern application
      (Damien Krotkine)
    * GH #752: Exceptions raised in hooks were not propagated back to the route
      code, but instead canceleld and replaced by a Dancer halt exception. That
      was wrong. Now it is fixed, exceptions raised in hooks can be properly
      caught in route code.
      (Damien Krotkine)
    * Be more flexible in single vs. mutliple values in key hiding.
      (Sam Kington)
    * Use isa() for checking relationships instead of ref() in Dancer::Test.
      (Ovid)

    [ ENHANCEMENTS ]
    * Added 'strict_config' option to have the config return an object instead
      of a hashref. (Ovid)
    * GH #708: Added support for query strings in dancer_request (Jacob Rideout)
    * It's possible for the user to set the environments directory using a new
      environment variable (DANCER_ENVDIR) or using `set envdir => $path`
    * Sort hash keys when serializing references in log messages (Ovid).

    [ DOCUMENTATION ]
    * Explain in POD that if there are multiple fields with the same name,
      params('fieldname') returns an arrayref of them (alexrj).
    * GH #750: Fix in Dancer::Deployment: appdir needs to be set before calling
      load_app (Paul Johnson)
    * Update 'before' hook document (David Cantrell).

1.3093      29.02.2012

    [ BUG FIXES ]
    * GH #738: Define exception type ::Core::Request, to avoid things blowing
      up when Dancer::Request raises exceptions of that type
      (David Precious, thanks to damog for reporting)
    * GH #671: Fix Dancer::Plugin::Ajax with Plack::Builders.
      (Activeg, Sawyer X)
    * Auto-page feature cleanup and fixup. (David Precious)
    * Remove uninitialized warnings. (Sawyer X, David Precious)

    [ ENHANCEMENTS ]
    * Winning release race to Catalyst (nice try rafl++!)
    * Add exception type ::Core::Request. (David Precious)
    * JSON decode from UTF8. (Sam Kington)
    * Provide the method when a route crashes to help debug. (Sam Kington)
    * More helpful log messages. (David Precious)

    [ DOCUMENTATION ]
    * Fix examples for multi-app deployment under Plack::Builder in deployment.
    * Deployment docs. (c0bra)
    * Update tutorial. (David Precious)
    * Clean up EXPORTS. (David Precious)
    * Keyword documentation fixups. (Kirk Kimmel)
    * Clarify forward docs with better examples. (David Precious)

1.3092      27.01.2012

    [ BUG FIXES ]
    * Don't call isa() on unblessed refs in Dancer::Exception. (Sam Kington)
    * Assume UTF-8 by default when serialising JSON. (Sam Kington)
    * GH #725: If a cookie is set multiple times, last value wins.
      (David Precious)
    * More intuitive, backwards compatible appending of default template
      extension. (GH #716, David Precious)
    * Prevent recursion in censoring. (Yanick Champoux, Damien dams Krotkine)
    * GH #734: More tests flexibility (Sawyer X, reported by @birdy-)

    [ ENHANCEMENTS ]
    * Return the current set prefix using prefix(). (Michal Wojciechowski)
    * More intuitive appending of default template extension. Makes for cleaner
      more DWIM code. (David Precious, reported by Nick Knutov)
    * Allow any options to JSON serializer. (Lee Johnson)
    * Support complex views with multiple document roots. (Pedro Melo)

    [ DOCUMENTATION ]
    * Document how to work with Dotcloud. (Oliver Gorwits)
    * Clean ups and fix ups. (David Precious, Sawyer X, Michal Wojciechowski)
2012-07-26 00:20:13 +00:00
abs
db0f130d03 Updated www/p5-Dancer to 1.3091
1.3091      17.12.2011

    [ BUG FIXES ]
    * Reverting template() behavior by popular demand. (Damien Krotkine)
    * GH #714: Run post-request hooks when custom continuations were created.
      (Damien Krotkine)
    * Always call write_session_id() to update expires. (David Precious)

    [ ENHANCEMENTS ]
    * GH #711, #652: Add server_tokens variable to allow removal of headers.
      (John Wittkoski)

    [ DOCUMENTATION ]
    * GH #680: Document problems with multiple apps in Dancer using
      Plack::Handler::Apache2 and recommend a workaround.
      (Asaf Gordon, Pedro Melo)
    * RT #73258: Spelling glitches. (Damyan Ivanov)
    * Use ":script" instead of ":syntax" in Cookbook. (John Barrett)
    * Typos in Deployment doc. (David Precious)
2012-01-22 20:00:26 +00:00
hiramatsu
514bc3cb42 Update p5-Dancer to 1.3090.
Changes from previous:
----------------------
1.3090      13.12.2011
    ** Codename: Hornburg of Hannover // Stefan Hornburg (racke) **

    [ BUG FIXES ]
    * GH #685: Set VERSION for Dancer::Plugin::Ajax.
      (Sawyer X, Naveed Massjouni)

    [ DOCUMENTATION ]
    * GH #694: Typo fix. (Yanick Champoux)
    * GH #698: Document further TT init options. (Dennis Lichtenthaeler)
    * GH #709: Update POD documentation regarding hook. (Stefan Hornburg)

1.3089_01   26.11.2011

    [ BUG FIXES ]
    * Fix bug that made system() fail with -1 under Dancer (felixdo).
    * Support for 'content_type' option on send_file when sending a
      system wide file (Emmanuel Rodriguez).
    * Support HTTP_X_FORWARDED_HOST in behing proxy (Ipaponov).
    * Deserialize PATCH requests (Sam Kington).
    * Encode log messages properly if charset UTF-8 is set (David Precious,
      thanks to Penfold for the fix & MiklerGM for reporting).

    [ ENHANCEMENTS ]
    * Continuations-style exception system! (Damien Krotkine).
    * The ability for dancer_response to send file contents for file uploads
      as a scalar, instead of reading from file on disk (Squeeks).

    [ DOCUMENTATION ]
    * Clean up "plack_middlewares" example in docs (Richard Simões).
2011-12-17 12:13:29 +00:00
hiramatsu
a79c387bfc Update p5-Dancer to 1.3080.
Changes from previous:
1.3080      25.10.2011
    ** Codename: Sawyer's Sugar Stream // Sawyer X **

    [ ENHANCEMENTS ]
    * No functional changes, just releasing as stable.

1.3079_05   02.10.2011

    [ API CHANGES ]
    * Deprecation of 'before', 'before_template' and 'after' in favor of hook
      (Alberto Simões)

    [ BUG FIXES ]
    * Minor corrections (jamhed, felixdo)
    * Log if a view and or a layout is not found (Alberto Simões, reported
      by David Previous)

    [ ENHANCEMENTS ]
    * Add support for the HTTP 'PATCH' verb (David Precious)

1.3079_04   02.10.2011

    [ ENHANCEMENTS ]
    * PSGI handler code cleaned up (chromatic).
    * Improved warning localizations (chromatic).

    [ DOCUMENTATION ]
    * Dancer::Plugins typos (Olof Johansson).
    * PSGI handler documented (chromatic).

1.3079_03   10.09.2011

    [ ENHANCEMENTS ]
    * Support XML::Simple configuration for serializing/deserializing
      (Alberto Simões)
    * Hard deprecate lots of stuff (Alberto Simões)

    [ BUG FIXES ]
    * Don't clobber TT INCLUDE_PATH if the user set it specifically in the
      config file - Issue 643 (David Precious, reported by meraxes)
    * Don't require a space after semi-colon delimiting multiple name=value
      cookie pairs - Issue 642 (David Precious, reported by travisbeck)

1.3079_02   28.08.2011

    [ BUG FIXES ]
    * Remove hard-coded version from 404.html and 500.html (Alberto Simões)
    * Fix logging of UTF8-encoded strings (jamhed)
    * Do not clean 'vars' during forward (Alberto Simões)

    [ ENHANCEMENTS ]
    * Add streaming support to send_file. (Sawyer X)
2011-12-06 06:50:04 +00:00
hiramatsu
4182ab77f8 Update p5-Dancer to 1.3072.
Changes are:
- 2 security fixes.
- Documentation improvements including tutorials.
- bugfixes

for complete list, look into CHANGES file contained in the distfile.
2011-10-21 04:04:27 +00:00
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
seb
0a1918d788 Initial import of p5-Dancer version 1.175 in the NetBSD Packages
Collection.

Dancer is a web application framework designed to be as effortless
as possible for the developer, taking care of the boring bits as
easily as possible, yet staying out of your way and letting you get
on with writing your code.

Dancer aims to provide the simplest way for writing web applications,
and offers the flexibility to scale between a very simple lightweight
web service consisting of a few lines of code in a single file, all
the way up to a more complex fully-fledged web application with
session support, templates for views and layouts, etc.
2010-04-11 21:11:14 +00:00