The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Dancer::Template::TemplateFlute

0.0141 Tue Jan 13 15:59:38 2015 CET

    [ENHANCEMENTS]

    * Turn check_dangling on by default in development environment
      (GH #10, #11, Marco Pessotto).

    [BUG FIXES]

    * Fix assignment to form_errors in failure method from Form plugin
      (Stefan Hornburg).

0.0140 Thu Oct  2 10:03:13 2014 CEST

    [API CHANGES]

    * Overhaul support for email CIDs (GH #12, Marco Pessotto).

    [BUG FIXES]

    * Prevent crash when $tokens->{form} isn't an object (Stefan Hornburg).
    * Add more information to missing form debug message (Stefan Hornburg).

0.0113 Tue Apr 15 17:56:39 2014 CEST

    [ENHANCEMENTS]

    * Add support for embedding images in emails (GH #11, Marco Pessotto).
    * Issue debug message if form token is passed, but no form is found in
      the template.
    * Don't stringify dump hash produced by dangling check.

    [TESTS]

    * Add tests for checkboxes in lists (Marco Pessotto).
    * Report XML::Twig version when testing entities (GH #7, Marco Pessotto)
    * Add test for ampersand crash (GH #7).

0.0106 Sun Mar  9 14:17:03 2014 CET

    [ENHANCEMENTS]

    * Add support for URI adjust feature.

0.0104 Fri Mar  7 13:49:05 2014 CET

    [ENHANCEMENTS]

    * Add support for disabling autodetection (GH #6, Marco Pessotto).
    * Add support for checking dangling specification elements
      (GH #4, Marco Pessotto)

0.0103 Wed Mar  5 17:11:34 2014 CET

    [BUG FIXES]

    * Bump up prerequisite on Template::Flute in order to
      fix duplicate dropdown problem.

    [TESTS]

    * Add tests for duplicate dropdowns (GH #5, Marco Pessotto).

0.0102 Fri Feb 28 23:03:04 2014 CET

    [ENHANCEMENTS]

    * Check first whether one of the form values has a defined value before
      lowering the pristine flag.

    * Remove spurious warning from Dancer::Plugin::Form.

0.0101 Thu Feb 27 17:21:52 2014 CET

    [ENHANCEMENTS]

    * Pass options to the translation class (GH #3, Marco Pessotto).
    * Add pristine method to Dancer::Plugin::Form object.

0.0099 Mon Feb 10 21:20:19 2014 CET

    [ENHANCEMENTS]
 
    * Add meta resources to Makefile.PL.
    * Add I18N support for Template::Flute engine (GH #2, Marco Pessotto).

    [TESTS]

    * Add tests for dropdown failures.

0.0092 Thu Dec 19 16:11:46 2013 CET

    [ENHANCEMENTS]

    * Add support for multiple forms.
    * Extend values method to allow passing of arbitrary parameters.

0.0061 Mon Mar 25 10:54:39 2013 CET

    [ENHANCEMENTS]

    * Allow URI parameters to be passed into failure method of 
      Dancer::Plugin::Form.

    [TESTS]

    * Add simple template test.

    [DOCUMENTATION]

    * Add layout section.

0.0060 Thu Jan 24 15:00:33 2013 CET

    * Bump up Template::Flute prerequisite to 0.0060.

    [BUG FIXES]

    * Set form action only if form object carries one.

0.0030 Mon Mar 26 13:29:08 2012 CEST

    [ENHANCEMENTS]

    * Add reset method to Dancer::Plugin::Form.

    [BUG FIXES]

    * Select correct form from tokens when using named forms.

0.0025 Fri Feb 10 17:49:06 2012 CET

    [ENHANCEMENTS]

    * Add valid method to Dancer::Plugin::Form class.
    * Add name method to Dancer::Plugin::Form class.

0.0024 Mon Dec 19 12:08:53 2011 CET

    [ENHANCEMENTS]

    * Add form plugin Dancer::Plugin::Form.

0.0023  Sat Dec 17 07:09:26 2011 CET

    [ENHANCEMENTS]

    * Pass through filter options from configuration.
    * Pass through selector and children parameters to iterators.
    * Add form handling to Dancer::Template::TemplateFlute.

    [BUG FIXES]

    * Fix error messages for iterator failures in Dancer::Template::TemplateFlute.

0.0003  Sun Apr  3 07:31:18 2011 CEST

     [ENHANCEMENTS]

     * Add support for Template::Flute iterators in Dancer configuration.

     [BUG FIXES]

     * Fix MANIFEST.

0.0002  Tue Mar 29 15:52:11 2011 CEST

     [ENHANCEMENTS]

     * Use new auto_iterators parameter for render method.

0.0001  Sun Mar 13 15:40:50 2011 CET

     * Initial release.