Commit graph

5 commits

Author SHA1 Message Date
abs
1ba6081c1a 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
509b977623 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
462339275d 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
d6c2cde75d 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
seb
01647df23b 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