[libhtml-formhandler-perl] annotated tag upstream/0.40064 created (now 1cd81aa)

gregor herrmann gregoa at debian.org
Sun Oct 18 14:41:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.40064
in repository libhtml-formhandler-perl.

        at  1cd81aa   (tag)
   tagging  8ab692637c3b6519fc0728999b527d0e4f95c405 (commit)
  replaces  upstream/0.40057
 tagged by  gregor herrmann
        on  Sun Oct 18 16:14:50 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 0.40064

Alastair McGowan-Douglas (2):
      Wrap checkbox in CheckboxGroup, if requested
      Fix test for checkbox styling

Alexander Hartmaier (6):
      add memory cycle test and minor code cleanup
      fix a couple of typos
      add test for prefilled with init_object form reuse
      clear item and init_object which are required for form reuse
      add failing test for element_class override through build_update_subfields
      test for fix in b5a4692

Alexey Illarionov (1):
      Camel-caseify widget names

Amiri Barksdale at Home (1):
      has_form returns 1 but the field->form can be undefined with Repeatable::Instances

Andrew Rodland (4):
      Since Catalyst-Manual-5.8, the Catalyst tutorial creates a resultset called 'Book', not 'Books'. Change the tutorial to match.
      Another doc fix: link to field classes by their proper names.
      Spelling fix in docs
      Fix a bug in example code (thanks: ugexe)

Andy Clayton (1):
      deflate default values loaded in result_from_object

B.Lang (2):
      added support for tag 'inline' in bootstrap3 wrapper
      add test for inline-checkboxes

Bernhard Graf (11):
      Fixing bugs and oddities in HFH::Types.
      Adding tests for Lower and Upper coercion.
      Fixing bugs and oddities in HFH::Types.
      Adding tests for Lower and Upper coercion.
      Fixing double HTML escaping in Textarea widget renderer + test.
      Fixing typos in widget rendering manual.
      Setting locale to en_US before testing.
      Adding missing German translations.
      Adding html_filter() where it belongs...
      Peephole optimization: Cache constant method results.
      Enable empty strings for widget_tags->{wrapper_start} and ->{wrapper_end}.

Brian Cassidy (2):
      add button field + widget + template
      check definedness instead of truth for form attributes

Bryan Beeley (1):
      'has_attributes' doesn't work in subclasses; select bug

Charlie Garrison (1):
      Don't warn about date format unless set to `date`

Cinxgler Mariaca Minda (2):
      Field::TextArea extends Field::Text to reuse its validations (min/max length)
      added basic html5 attributes and type

Colin Newell (1):
      add tabindex attribute

Csaba Hetenyi (1):
      add Hungarian messages

Dale Evans (1):
      it is HTML::FormHandler::Manual::InflationDeflation, not HTML::FormHandler::Manual::Inflation::Deflation

Dan Thomas (1):
      Add HTML escaping to ::Render::Simple, and a test

Daniel Nicoletti (1):
      add Brazilian Portuguese translation file

David Schmidt (10):
      german translation updated
      german translation updated
      add cookbook recipe for accessing DB item for other fields default value
      fixed error in documentation
      failing test for Bootstrap3 widget theme
      s/Bootstrap/Bootstrap3/
      use BS3 theme
      checkbox group not rendered correctly
      fixed expected HTML structure
      BS3 uses alert-danger

David Steinbrunner (16):
      typo fix
      typo fix
      typo fix
      typo fix
      typo fix
      typo fix
      typo fix
      typo fix
      typo fix
      typo fix
      typo fix
      typo fixes
      typo fix
      typo fix
      typo fix
      List::AllUtils version number fix

Denis Ibaev (1):
      fix undefined value warning

Eisuke Oishi (1):
      add "title" attribute

Ferruccio Zamuner (3):
      add italian translation file
      add Italian message and message correction
      Italian message file changes

Florian Ragwitz (6):
      Allow easy customisation of a forms param class and its constructor arguments.
      Rename get_result to run.
      Be more strict about what setup_form accepts.
      Fix memory cyles causing leaks
      Stop comparing references to strings
      Add failing test for using compounds in repeatables

Francis Lachapelle (1):
      HTML::FH::Widget::Field::Span - fixed starting tag

Gerda Shank (1068):
      import FormHandler source tree
      Update README
      added requires
      Rendering and fixup example
      Fix manual pod, rem failing tests in htmlarea
      Fixups
      Create META.yml
      Updated lots of stuff
      Add tests for controller
      Move example to test directory
      More unique cleanup. Add 'use' for HashRefInflator.
      htmlarea test
      Add widget directory, a couple of attributes
      Make book controller chained
      Clean up makefile, add checks for modules to controller test
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Increment version
      Move writeonly to model code
      has_field and documentation updates
      Check for existing field of same name, order fields in load_form
      Add fields
      What's up?
      version 10
      Change to use BEGIN block
      Fix dump_fields, add more verbose messages. Changes so validate
      Cleanup verbose
      Fix fif with password field. Ver 14.
      Fix has_field inheritance
      now add new mult inh forms
      Add db_validate, execute validate_meth
      Change validate_field clearing of values. Don't update db fields not in params
      add values method, fix to work with validate
      cleanup
      Up to Version 17
      Add user
      Add database accessor to Field.pm
      Compound Fields. Add params massager. Textarea for rendering. Chained uris.
      TT rendering
      Compound more
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Fix empty value bug. Released.
      Add TODO list
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Add .perltidyrc to root dir
      Added form_options.t
      Fix inc
      Uncomment install_script
      make constraints a Collection::Array, named_constraints a Collection::Hash
      Add named_constraints to meta
      Initial 'has_constraint' implementationn
      Remove has_constraints
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Change 'validate_field' to 'process', finish removing Constraints.pm
      Fix values for compound fields, fif for compound fields. Doc cleanup.
      Rename 'actions' to 'apply'; change some fields to transform to value instead of input;
      Add message for no message... Add test for failed DateTime
      Added sigwarn handler in apply_actions. Tweaked message handling. Improved money testcase.
      Added ability to use '+fieldname' to redefine field attributes
      Update docs, remove input_to_value from WeekdayStr
      Refactor build_fields, switch to array of hashrefs
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Refactored creations of child fields, field names
      Clean up usage of name/full_name. Add compound field documentation.
      Add types module
      Added 'apply' role to allow adding actions onto base Field class actions
      remove podcoverage test, add skip for generator.t for Template
      Move clear_fif and clear_values to Fields.pm, make recursive
      Testcase for single related compound field
      Actually add the testcase
      Switched to use RecursiveUpdate (failing test dbic_accessor.t)
      Create MANIFEST.SKIP rollback DBIC.pm for release. update Changes & TODO
      Add 'to_fif' to apply_actions. Update Module::Install. Add skip to dump.t.
      OK
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Cleanup
      Add missing module install file
      Refactor to remove 'validate' and 'update' methods
      Fix set_item_id to reset item when item_id changes
      Update documentation and test cases to use only 'process'
      Test for duplicate address in related row create
      Reorganized Field documentation
      Clear item_id when item has no id
      More documentation updates. Fix clearing of item in set_item_id
      Update HFH doc, tweak tests
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Updated doc
      update MANIFEST.SKIP
      Use TypeDecorator types in apply_actions
      test for bug in RecursiveUpdate with belongs_to where column name
      Fix testcase for right error
      Checkbox working, sub fif => has_fif, re-do tests
      Add License.pm
      IPAddress type
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Rename HasMany to Repeatable, initial refactoring for options processing
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Only call field_list method once
      More Repeatable, refactor load_options
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Added test for options in Repeatable
      Miscellaneous cleanup and documntation
      Ensure that init_object is run to get init_values. Add tests.
      Add 'on_empty' to field process routine. test in on_empty.t
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Changed Password field, updated test. removed on_empty.
      Test for Repeatable in user/1/edit, tweak password, add password render
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Updated Module::Install
      Add List field and tests. Stub for add_field improvements.
      Misc
      Reintegrate list to repeatable
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Clean up repeatable, prep for release
      Todo for missing array elements
      Fix missing array elements
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Misc cleanup
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Repeatable values always array. Doc in Password field. Add password types.
      Cleanup types
      input_defined for arrays with empty elements
      Update TODO
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Single element in Repeatable
      test for after 'validate', Date field
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Update docs. Fix noupdate and writeonly flags, add tests
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      has_value defined
      Misc
      Deprecate field_list => {/[ fields syntax
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Misc, add test (failing) for single multiple select
      Have Field/Select force value to array if multiple
      Remove extraneous quote from Render::Simple
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Use size when rendering select
      Add Submit field type, use form.render for borrower form
      Fix noupdate flag and test, add noupdate to Field::Submit
      Add Captcha field, role, and test
      Fix radio_group rendering, more captcha work
      Check for existence of options in _load_options
      Clean up some of the clear routines (dead code in Fields.pm mostly)
      Check for objects in has_some_value
      Patch Render::Simple to correct label
      Tweak render_radio_group
      Fix to not load from object if params exist
      Remove test for init_value
      Init_value method defined not true, add attr to select for options source
      Todo test for init_value with params
      Required checkox fields
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      fix test
      Fix for init_value on select field
      Change init_obj again, clear Repeatable if no input, clear value in
      Remove duplicate field from BookDB book form
      Fix filters.t for Win test fail
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      remove unneeded dep
      Instantiate set_validate, set_init, set_options at build time
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Refactor error messages. Add error_fields array to Fields
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Much cleanup of Field classes, reformatting, etc.
      More cleanup. HFH, Field mainly. remove fif_value
      Doc cleanup
      Update Changes
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Move $field->_validate to TransformAndCheck from Fields
      Document that validate_<field_name> is not called for empty fields
      add DateTime::Format::SQLite dependency
      update dev notes
      Cleanup for release to fix dependencies
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Fix manifest
      Doc tweaks
      Fix changes
      eliminate error msg for authors
      Initial test cleanup, including combining field tests into one test
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Reorganize to allow installing without DBIx::Class
      More test cleanup. Create xt test directory for developer tests
      Use html_name for default field id, add sample templates.
      Change the way the Makefile.PL recognizes developer
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Add Catalyst documentation file
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Fix DateMDY
      upload file field
      skip for perl critic deprection tests
      Remove deprecated field format
      Remove a few deprecations
      DateMDY inherits from Text
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Improve DateMDY
      Split Model::DBIC
      _build_fif sets processed flag in form to force clear
      Doc updates
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      typo
      Add example/test for adding custom field attributes
      Rename build_node process_node
      Inactive fields, plus update pod
      Remove name from form (fails XHTML validation)
      Doc checkbox, rm DBIC.pm
      rm leftover Generator::DBIC
      remove form name from render test
      Remove non-functional field clear attribute
      Doc cleanup in HFH
      Doc updates
      Cleanup for release
      Post release doc cleanup
      Switch $field->fif to method from attribute
      Add Catalyst manual to manual index
      Change field attribute test to use after BUILDARGS
      Update custom field attr doc
      Tweak render_field
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Add Datepicker field
      Replace Date.pm with Datepicker
      Doc tweaks
      misc doc
      Remove min_length from doc
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Merge branch 'master' of git://github.com/minty/html-formhandler into minty/master
      typo in field
      Change DateMDY to inherit from Date
      Cleanup
      Fix name of Date package
      Copy field_list before processing. Warn optional/required deprecated.
      [pod] link to widget section of HFH::Field pod
      Missing words in tutorial
      Cleanup apply role to field
      Fix Date dependency on Strptime, bump version
      Add version to Date (pause indexing)
      Fix examples in Date field
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Bump Test::More to 0.88 to use done_testing
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Use 'render' method in field
      Changed perltidy formatting
      fix mistake in Render::Simple synopsis
      add text widget to Date field
      Date needs to inherit from text
      Load options when no init_obj
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Correct fix for reload options
      Attempt to reload from item after update
      Fix loading values from compound fields
      Merge branch 'master' into reload
      Update changes
      Bump version to 0.27004
      fix Changes file
      More doc for compound/repeatable fields
      Re-arrange date test to avoid Strptime dep
      Switch tests to use done_testing
      Bump release & Changes
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      first pass at separating out non-static data. failing tests.
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      add FieldData
      remove left behind reference to file
      rename to State.pm, add State attr to Form, tests pass
      fill_state at end of process, add sub result
      Tests and tweaks for separating out state
      minor cleanup
      made input & value read only, repeatable field state
      rename state to result
      refactor initialization of results from fields and input
      working on select obj init
      refactor intializing results
      minor cleanup
      Merge branch 'separate_static'
      make result in field a weak_ref
      tweak stuff
      add field reference to result
      result rendering
      fix fif to use result (mostly) instead of field
      add failing test to result_render.t
      add temporary result renderer
      bug in select list because of auto_deref
      minor cleanup of result rendering
      make result->form weak ref, update todo
      another todo
      Fix up submit field, start refactor of result render
      weak_ref on parent in field result
      remove auto_deref from options
      tweak submit field. again.
      pin result for testing fields
      new base field for submit field
      fix missing options on repeatable, add num_options to select, add test
      propagate css_class quote fix to render result
      remove options_loaded flag, add do_not_reload flag
      minor doc corrections
      fix captcha test
      add clear_input/value for compat
      remove render method from Field.pm
      submit field has input, add store_in_field
      update cookbook set inactive
      check has_fields instead of class
      tweak fif
      move error_fields to error_results, make method wrappers
      move validation and ran_validation into result
      tweak clearing to work for result/user clear/process
      Conflicts:
      clean up table rendering
      reset field
      upload field, None wrapper, css_class rendering
      add missing packages, tweak rendering of labels
      Expand widget documentation
      change field widgets to call $result->fif, field has_input/value
      clear tweak
      remove unnecessary with from Result
      fix test using 'Div' instead of 'Simple'
      fix result.t
      run doesn't call process
      create results in sorted order
      connect display only fields to result (submit)
      loop through results instead of fields when rendering
      die with message if widget not found
      table rendering; don't load rendering role if render method exists
      render fail
      add enctype to renderers, fix tests
      tweak rendering doc
      more rendering doc corrections
      split Fields into Fields & BuildFields. move fif from HFH to Fields
      fif works with results
      bump version
      misc cleanup
      massive reformatting of source to make more standard
      use Class::Load in ApplyRole
      not_nullable flag; empty strings not converted to nulls
      add coercions to Types, add test to filters.t
      switch Result to native traits
      switch fields to native traits and remove auto_deref
      convert params to native traits
      remove more AttributeHelpers
      remove last auto dereferencing
      add html_tags for wrapper
      get form widget_wrapper & name_space in field
      dev notes
      misc cleanup
      different html tags in wrapper
      html_tags attribute and wrapper test
      fix set_init_<field_name> doc
      use namespace::autoclean instead of 'no Moose' etc
      remove unnecessary mutabilization
      change html_tags to widget_tags
      doc tweaks. add HFH init_object test
      kludge to prevent empty arrays in fif
      add back in auto_deref for compatibility
      add experimental warnings to result and widgets
      doc Widgets and Result experimental
      add default attribute to field
      swap item/init_object
      change behavior of init_value/default. no longer called for db object
      Allow init_value & default for non-db fields with item
      remove dup n:ac
      use parens with blessed
      sprinkle in MooseX::Traits
      do not set method defaults for set_init, set_validate, set_options
      start testcase for file upload
      change upload field, add doc, test. minor cleanup
      use POST in upload field
      switch from init_value_<fieldname> to default_<fieldname>
      Merge branch 'master' of git://github.com/godders/html-formhandler into godders/master
      add encode_entities to rendering widgets
      add 'active' to form and '_active' to fields
      add no-template example to cookbook
      apply rendering roles with MooseX::Traits
      remove incorrect authors bits
      bug when options lists from db are empty
      move errors into result 'errors' array
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      allow specifying traits for fields. add html attribute to display field
      add per-field widget_tags test
      use [0-9] for integer instead of \d
      add add_activie
      put test in set_inactive to allow before after item is set
      don't check item_id when initializing result from object
      use with_meta instead of with_caller
      use checkbox_group and radio_group in Select field
      rebuild value after $form->validate
      move deprecations to test
      clear result before building from params
      label with builder
      do the build_label right and update tests
      type in apply doc
      use defaults with an initial object
      add checkbox group widget
      catch errors in DateTime field, save hash if DateTime construction fails
      switch to special test method for compound fields
      when fields change to (in)active, sometimes results are not cleared and get garbage-collected
      tweak documentation on default values
      rendering docs; set_active after clear; update version
      remove IO::All from chbox_group & Makefile
      update Changes; add _add_html_attributes to Render::Simple
      add date to Changes
      add example of around update_model and transaction
      add  to schema call
      another tweak to around update_model example
      field_traits in FormHandler.pm
      add locale test & German translation provided by Wolfgang Kinkeldei
      add setting LANG to tests
      tweak German translation file
      correct regex transforming select methods
      also fix methods for defaults and validate
      remove max_array from params
      fix use form's widget_wrapper in fields
      bump version, changes
      check if form exists setting widget_wrapper for field tests
      don't ship locale.t until issues solved
      remove skip of locale test
      change // to ||
      display empty repeatable element if no values from object
      allow changing some field attributes at runtime
      add minlength_message & maxlength_message
      format message properly, and test
      add field label as arg to min/maxlength messages
      add 'empty_select' to Select field; default action => "."
      test for temporary solution checkbox group multiple select
      add Turkish message file
      add testcase
      allow options_<field_name> attributes in form
      remove action="."
      add dynamic form example
      add documentation for dynamic form creation
      add trim doc
      remove submit warning; add requires to WithTT
      allow passing hashref to constructor
      typo in WithTT
      make 'html' attribute of Display field rw
      add share directory for tt
      work on tt rendering
      pass value to deflate
      some tt widget cleanup
      template widgets
      reset widget. update widget docs
      more flexible ways of setting Display fields
      release prep
      Merge commit 'd4088ec49fe7649d97279fe6edc476c33b299c2d'
      bug with default => 0
      typo
      add documentation for dynamic form creation
      add trim doc
      remove submit warning; add requires to WithTT
      typo in WithTT
      make 'html' attribute of Display field rw
      add share directory for tt
      work on tt rendering
      pass value to deflate
      some tt widget cleanup
      template widgets
      reset widget. update widget docs
      more flexible ways of setting Display fields
      bug with default => 0
      allow arrayref field_name_space and look in HTML::FormHandlerX::Field
      remove use IO::All
      add HTML::FormHandlerX::Widget namespace
      bump version to 0.30001
      use no_render widget in Captcha field
      tweak old captcha
      tweak Captcha tests
      cleanup Captcha.pm
      make field default rw
      polish doc & test for init_object
      make field default rw
      polish doc & test for init_object
      Merge branch 'master' of http://github.com/jjn1056/html-formhandler into jnap/master
      clean up BUILDARGS
      don't build
      cleanup test
      htmlformhandlerx: field/widget extensions
      pre-release (0.30001) cleanup
      add testcase for custom fields
      rename ::Role::Captcha TraitFor::Captcha
      use eq instead of == building multiple select
      use defaults for compound fields
      remove deprecated auto syntax
      pre-release (0.30003) cleanup
      more release prep
      pre-rel, test clean
      move deflation from fif to get_value called by _result_from_object
      trap maketext errors
      add widget with attr to field_traits test
      die on maketext errors
      add missing contributors
      fix for non-required select field in a repeatable field
      remove traitspec changes
      missing eq in checkboxgroup
      add no wrapper testcase
      wreis's selected options patch
      more of wreis's selected options
      add testcase for external coderef validation
      selected option testcase
      tweak validate coderef example
      tweak validate_coderef, add cookbook entry
      use _add_html_attribute in select fields in Render::Simple
      wreis selected_option 3
      save result_from_object item
      test for field_item
      settings for checkbox_group in the widget
      fix for field_name_space array
      _add_html_attributes in widgets; expand locale testcase
      new render_filter coderef in field; replaces html_entities
      remove use of HTML::Entities
      missing comma
      add doc to HTML::FormHandler::TraitFor::I18N
      pre-release update of version & Changes
      updated ru & ua message files; tweak messages in Validate::Actions
      bump version & update Changes for release
      remove HTML::Entities from Simple form widget; move locale.t to xt
      bump version to 0.31002 & update Changes
      add loc_label method to Field; don't localize in build_label
      add form widget_name_space to fileds
      localize labels in rendered fieldsets
      improve Select field doc
      error in Duration field doc
      use loc_label in error messages that use label
      flip the precedence of defaults over item/init_object
      pre-release bump version & update changes
      make + unnecessary in front of field name space types
      tweak deflation for Date field
      localize value of submit button
      update TODO
      delete empty primary key input keys to avoid issues with db updates
      strip empty pks and empty elements from repeatable values
      return _result_from_input to original state, leaving cleaning in around 'value'
      added 'peek' diag function; fixed extra results in repeatable.
      use correct fields for contains peek
      use next::method instead of SUPER; pass values to Display fields; doc
      add test for display fields
      allow Upload field to be passed a file handle
      check that value passed to upload filed is filehandle
      remove min_length
      add form_errors for non-field errors
      error in t/lib/BookDB/root/user/form.tt
      example of custom db interface
      use has_some_value method in _set_dependency
      typo in dependency.t
      add doc to Submit field about testing which submit clicked
      resultset form example
      add resultset example to cookbook
      typo in Submit field doc
      select field defaults to input_without_param
      doc for select field change, remove attributes from checkbox_group
      add testcase for deflating from init_object
      allow deflation in fif
      add input_class for rendering a class attribute on input fields
      use $ENV{LANGUAGE_HANDLE} instead of $ENV{LANG}
      incorrect error message in duration field
      add 'update_fields' method & 'update_field_list' attribute
      move resultset.t to dbic model
      localize empty_select
      add 'posted' option for forms with no successful field; fix Checkbox
      add flag to localize select labels in renderers
      add fieldset wrapper
      handle arrayref messages in add_error
      pre-release version bump; update Changes
      fix missing prereqs for tests
      add Copyright date and LICENSE header
      remove Deprecations.pm. has not been updated in a while
      add hyphen and description to NAME sections
      minor cleanup
      more language handles for tests
      tweak inactive_fields test
      test for form tag attributes
      initial Dist::Zilla setup
      dzil
      dzil updates
      remove trailing whitespace
      tweak dist.ini
      pre-release Changes & version bump
      bump version in dist.ini
      return in render_filter if string is not defined
      update contributors
      allow undefining min_size & max_size in upload field
      tweak doc for Upload
      initial code for wizard
      page_list working
      renders pages, increments page_num
      save values to stash
      misc
      correct update_model $orig call
      labels rendered with widgets not using html_filter
      change regex for removing repeatable arrays instances from method names
      coderef action messages; passed field and value
      change order of params to message sub; add $self to other action subs
      add check sub to t/constraints.t
      create example of setting field attributes
      correct comment in t/build_id.t
      add rows & cols to TextArea rendering tests
      add is_active and is_inactive
      add more tests in t/update_fields, and new doc section in Cookbook
      use real labels in radio groups
      incorrect 'excludes' in Render::Table
      pre-release version bump; Changes update
      minor release cleanup
      minor release cleanup
      change use of traits to cache composed classes; name more readable
      new_with_traits in case somebody was using it
      doc cleanup
      pre-release cleanup
      bump version again
      fix possible install problem with HTML::TreeBuilder
      check defined empty_select (not truth)
      add testcase for check_selected_option, fix widget rendering
      add ability to set fields inactive on new & process
      move 'no_render_label' into field; use form language_handle in fields
      Improve PrimaryKey doc
      use parens for Dumper
      fix incorrect dump of field errors
      have form return empty hashref instead of undef for no values
      Merge branch 'master' into wizard
      missing semi
      update Turkish message file
      Merge branch 'wizard'
      cleaned up merge of wizard branch
      apply widget role to auto_id PrimaryKey field
      repeatable contains was skipping empty elements; rendering wrong
      render form_errors
      allow specifying full class for widget with '+'
      document removing wrapping div from Simple wrapper
      Squashed commit of the following:
      fix eol spaces; set multiple input to arrayref
      Merge branch 'master' of http://github.com/cub-uanic/html-formhandler into cub-uanic/master
      minor messages cleanup
      fix setting render_filter coderef
      coderef from form. incompatible with previous form render_filter
      render_filter to function; _localize to coderef; update I18N files
      pre-release cleanup
      eol; rm $DB::single
      Remove unneeded with of Validate::Actions; bump version
      put back in compatibility with older required_message attribute
      add language handle to t/errors.t
      allow limited use of has_many multiple select
      add SimpleInline & TableInline widgets to not wrap compound fields
      add test and doc for dynamic field id
      add test with roles in field/form and nested repeatables
      add Repeatable field subclass test
      localize the value of a button when rendering
      pre-release version bump, minor cleanup
      avoid creating results if input/value accessed with no result
      don't access result directly in Select before 'value' method modifier
      pre-release (0.34001)
      Remove check for Moose version >= 1.09 since we're prereqing higher version
      add 'html_attr' to field for arbitrary html attributes; expand test
      check length in Repeatable before value method modifier, not ref
      don't apply field widgets if 'no_widgets'
      fix for garbage-collected results stemming from sub BUILD results
      doc updates; use class messages for 2 messages skipped in Types
      pre-release version bump, Changes update
      Add Swedish messages
      causing trouble
      Merge commit '23405c2b7ac4f95065d2'
      remove test for not lowercasing email address
      allow widget_name_space to take a string in addition to arrayref
      remove moose metarole constant; no longer needed
      Un-do setting process flag in BUILD; bump version for re-release
      pre-release version bump; add MooseX::Types::LoadableClass to prereqs
      fix bug calling Class::Load with empty name_space; bump version
      use Moose type for field_name_space and widget_name_space
      add 'html_attr' to form to allow arbitrary html attributes on form tag
      fix bug setting multiple select using init_object
      bump version; update Changes
      Merge pull request #22 from bokutin/master
      propagate required flag from repeatable to instances
      nested compound fields don't build correctly
      fix bug with no results for 'num_when_empty' repeatable
      bump version; update Changes for 0.35005
      typo in doc
      remove || '' in TextArea widget
      add example of setting the language handle from Catalyst
      die if using HTML::FormHandler::Moose with no HFH
      add flag is_contains, move full_accessor code from R::Instance to Field
      misc trivial
      handle selected or checked hash key in options for multiples
      add 'Array' trait to field_name_space and widget_name_space
      array trait for form's widget_name_space; add_widget_name_space
      add wrapper_attr and label_attr
      concatenate error to class in wrapper base
      update constraints test; add lazy to 'html' attribute in Display field
      many updates to rendering
      dist.ini prefs; wrapper (temporary)
      add test to t/deflate.t
      template updates; some doc additions
      add 'num_extra'; defaults cleanup - new flags, documentation
      doc updates
      minor cleanup
      Float field => tweak messages, add tests
      update templates and t/render_withtt.t
      various rendering tweaks
      handle rendering result errors
      require TreeBuilder for tests; doc cleanup; tweak attribute methods
      add 'label_no_colon' widget tag
      use builders for html attributes in Field
      version bump; cleanup; Changes
      more release cleanup
      modify gitignore for dzil release
      skip config.t if no Template toolkit
      integrate Lukas Thiemeier's captcha updates, plus rendering improvements
      remove automatic 'class="label"' on labels
      update tests for not auto 'class="label"'; doc tweaks
      'no_compound_wrapper' widget tag
      version bump, Changes, dist.ini for release
      remove tabs
      update captcha2 test
      reorganize tests
      rename 'no_auto_fieldset' => 'no_form_wrapper'. add 'form_wrapper_tag'
      simplifying rendering and breaking compatibility
      remove auto colons from labels; add 'label_after' widget_tag
      allow setting contains attributes with 'init_contains' in rep. field
      try to make repeatable rendering more reasonable.
      allow specifying args for instances with 'init_contains'
      change interface of field_html_attributes to return a hashref
      get first bootstrap test working; various rendering changes
      fix up tests from previous commit
      t/bootstrap/search.t, update Changes
      make camelcase widget and wrapper names standard.
      many changes to rendering; bootstrap tests
      add type_attr to file fields
      fix a couple of install prereq errors
      various _attr and _class attributes; use clone in BuildFields
      tweak merging
      fix up xt tests
      updated Changes; bumped version for test install; doc R::Util
      decode in Test; fix args in repeatable test; PrintableAndNewline
      add 'options_method' to provide options to select fields
      re-do field default and validate method construction
      don't reload simple form widget in BUILD
      cleanup rendering methods
      rename form's html_attr to form_element_attr; update field html_attr
      Merge pull request #25 from rainboxx/patch-1
      remove default <br /> for radio groups
      rename some form tags so they start with 'form_'
      immutable check; update some rendering tests
      switch to use form_element_class & form_wrapper_class
      t/bootstrap/control_states.t
      switch to using 'by_flag' widget_tags in form, and wrapper => in fields
      add ability to render blocks
      add t/render/compound.t
      stupid t/render/compound.t test; use block file in blocks
      blocks load from type
      switch to using deflate_method from simple sub in fields
      add blocks test
      comment Bootstrap renderer; adjust second checkbox label handling
      minor cleanup Bootstrap wrapper
      add Bootstrap form theme; move build_render_list to Base
      tweak names; widget_tags from coderef or block; move Blocks in HFH
      lots of rendering changes
      Add BoolSelect field and test
      don't render label for hiddenfields
      add success_message and error_message to form
      tweak form messages behavior
      sprinkle newlines around the rendering; use btn-primary
      more newline fixups; remove br from checkboxgroup, add wrapping labels
      rename render_label to do_label and render_wrapper to do_wrapper
      add old render_label method
      more checkboxes and radiogroups
      rename render_form_wrapper to match rename of render_label &
      allow loading miscellaneous blocks
      test 'use' of field with options_method
      doesn't make sense to have duplicate labels on checkboxes
      re-organize checkbox rendering
      fix set methods for repeatable instances; empty select test
      add back widget_tags for compat
      Merge pull request #26 from rainboxx/patch-2
      for backward compat, copy widget_tags in Field.
      Merge branch 'master' of github.com:gshank/html-formhandler
      update Changes file
      doc updates
      update reference
      only need one 'html_attributes'. rm 'form_html_attributes'.
      more Manual::Reference updates
      'id_method'. do own hash merging to use Data::Clone
      add merge file
      doc updates; rename id_method to build_id_method
      add test for compound errors. check 'no_errors' tag in Bootstrap wrapper
      Merge pull request #27 from rainboxx/patch-1
      add error to compound wrappers
      add another test for compound wrapper
      more doc changes; 2 test updates.
      add inflate_method
      use inflate_method
      Change inflate/deflate processing; update a lot of documentation
      Validation documentation; add a few validation tests
      doc updates
      doc updates; avoid uninitialized warning in float field
      add no_update flag to skip update_model
      remove extraneous use 5.10 in Foo
      bump version; update date in Changes
      use inflate_default_method in DateTime field instead of deflate_method
      remove \K from ucc_widget; only works 5.10+
      update Changes & dist.ini
      documentation typos
      add cheatsheet for Data::FormValidator
      add test for using DFV constraint
      minor pod errors
      add language handle to t/render/compound2.t
      Add doc on converting from FormFu
      Add NonEditable field and Span widget, plus tests
      move fieldset rendering inside form tag; doc updates
      bump version; tweak docs; update Changes.
      move dfv validation test
      Another version
      use default methods for repeatables
      add block_list as a source of blocks
      give package name for die without extending
      defaults on compound fields handled by _result_from_object
      make render_list lazy
      no element attributes in selection options; 'label_after' in bootstrap
      bump version to 0.40004; Changes, dist.ini
      add wrap_label method
      expand use of 'posted' flag to check false values
      add test for posted
      prevent undef from being passed to maketext
      bump version, update Changes for 0.40005
      minor doc cleanup, blocks; doc for repeatable contains
      add 'build_label_method' plus doc
      re-do merging of widget_tags; add doc.
      implement an include list for forms/compound fields. experimental.
      tweak posted test
      put clone back in array_fields
      refactor update_subfields processing to handle contains properly
      add 'by_type' to merge_updates, doc
      bump version to 0.40006; update Changes
      fix uninitialized warning in test
      add label rendering doc; update subfields test to show merge
      move 'by_flag' processing into _merge_updates
      doc updates
      minor rendering doc updates
      Refactor widget to provide 'render_element'. Doc updates.
      handle disabled fields better; result_from_fields when no input
      use 'element' instead of 'input' when calling html_attributes
      fix dox on inflate_method/deflate_method
      handle disabled compound fields
      bump version to 0.40007
      remove stray DB::single
      add 'missing' method to field
      use result from self in bootstrap them render_form_messages
      typo in Float field
      fix Render::Table
      update repeatable list.t test_
      propagate errors when they're added
      use 'do_render_label' in bootstrap wrapper
      cleanup checkboxgroup/select widgets; add 'subfield' convenience method
      remove 'reload_after_update'; bug => duplicated results.
      update Changes
      refactor RadioGroup widget to allow rendering indiv options
      minor cleanup
      support options groups for select fields
      bump version to 0.40008
      re-implement re-loading repeatables from database after db-update
      typo
      add test for reloading repeatables
      bump version to 0.40009
      add test for compound field with field_list
      implement 'when' for apply actions
      initial attempt for 'validate_when_empty'
      fix same leak in validate_<field_name>
      bump version to 0.40010
      make reference to from in Block weak
      remove builder for field result, update field tests
      fix bug finding nested fields with same names as top-level fields
      minor doc update
      cleanup Select doc
      add 'required_when' attribute on field
      add Bulgarian message file
      tweak Bootstrap input_append/prepend. Add input_append_button.
      Merge pull request #30 from littlesavage/camelCase
      value_when_empty for multiple select
      SelectCSV field
      update Changes
      switch to use 'sort_options_method' for multiple select sorting
      bump version to 0.40011
      Merge pull request #32 from amiri/master
      Merge pull request #31 from tamias/master
      don't don't merge form reference
      bump version to 0.40012
      add test for repeatable with form clone method
      add test for repeatable from hash, tweak Repeatable.pm
      re-write elimination of PrimaryKey field from repeatable value
      don't change '0' labels to ''
      change 'missing' to attribute and document
      Submit field html5_type_attr => 'submit'
      Merge pull request #33 from tamias/doc-fixes
      add html5_type_attr to Hidden, Password, and Reset fields
      compound fields with 'not_nullable' now returns hashref with empty subfields instead of undef
      bump version to 0.40013
      actually add t/compound/empty.t
      add useful message and die in field widgets with no result
      remove diag from inactive test
      minor cleanup
      use string instead of object for LANGUAGE_HANDLE in ENV
      expand tags doc in simple wrapper
      handle blessed init_object with multiple arrayref
      fix bug in required_when when field value is 0
      allow using arrayref for sort_column
      select field as_label for multiple select
      Merge pull request #36 from davewood/master
      Merge pull request #29 from dionys/master
      Merge pull request #34 from bokutin/people/bokutin/pod_fix
      Merge pull request #35 from veryrusty/bugfix/option_group_labels
      Merge branch 'master' of github.com:gshank/html-formhandler
      add info_message to form
      add flag 'use_fields_for_input_without_param'
      call inflate_default on repeatable elements
      bump version to 0.40014; update Changes, dist.ini
      release-eol
      bump version to 0.40015; remove unnecessary dependency
      fix bug interfacing with HTML::FormHandler::Model::DBIC
      bump version to 0.40016
      Merge pull request #37 from cgx/patch-1
      fix unintialized warning processing has_field with '+'
      use get_default_value in Submit/Reset fields
      Bootstrap theme doc & actually use BootstrapFormMessages role
      add lazy to render_filter for random failures on 5.17.6
      bump version to 0.40017, update Changes
      don't put 'control-group' on Bootstrap hidden field div
      add 'setup_for_js' flag to Field::Repeatable
      get before_element in same relative position to element as after_element
      bump version to 0.40018, update Changes, dist.ini
      move back 'before_element' tag; bump version to 0.40019
      Bootstrap wrapper: check do_wrapper instead of do_label for controls div rendering
      update testcase & Repeatable setup_for_js doc
      add 'control_div' tag to Simple wrapper
      add RmElement example field; adjust t/repeatable/js.t
      use 'controls_div' name instead of 'control_div'
      bump version to 0.40020
      Merge pull request #38 from jmacdotorg/master
      don't validate disabled fields
      check for existence of field in match_when before getting $field->fif
      add type_attr to Select field; update t/render/ff.t to use it
      cleanup select field options_method building
      tweak rendering doc
      don't retrieve item values if 'writeonly' flag is set
      bump version to 0.40021, update dist.ini & Changes
      Merge pull request #39 from jmacdotorg/master
      switch to using github issues instead of cpan
      remove writeonly flag from Display field, so that it can hold item values
      bump version to 0.40022, update Changes
      add RenderingCookbook manual section
      add TextCSV field, for multiple values displayed in a text field
      use right inflate/deflate with TextCSV
      add dynamic form building test with block_list
      fix block_list.t test
      call init_state when reloading repeatables
      bump version to 0.40033, update Changes/dist.ini
      remove HtmlArea field; change use of GD::SecurityImage to require in Captcha field
      add 'no_option_validation' flag to select field
      update field manual page
      bump version to 0.40023 for release
      check for installation of YAML::Syck in t/form_setup/config.t
      bump version to 0.40025
      Merge pull request #46 from davewood/master
      add 'errors_by_id' form method
      errors_by_name
      bump version to 0.40026, update Changes, dist.ini
      remove unused form clasee
      update maketext die message, add test for escaped brackets
      add unique messages to field messages hash
      test case for PasswordConf required message
      add 'options_ref' method to HTML::FormHandler::Field::Select
      bump version to 0.40027
      fixed bug when rendering blocks with 'run' (results)
      sort the deflated values of SelectCSV field
      handle weird case where select option value is undef
      allow passing Email::Valid params to Email field
      Merge pull request #53 from dsteinbrunner/patch-1
      typo
      add 'use_init_obj_when_no_accessor_in_item' flag for dual-purpose init_obj
      bump version to 0.40028
      Merge pull request #54 from tomhukins/email_valid
      initial pass at Bootstrap3 wrapper
      Merge branch 'master' of github.com:gshank/html-formhandler
      add 'preserve_case' attribute to Email field
      bump version to 0.40050
      Merge pull request #55 from tommybutler/patch-1
      add a bit of documentation on 'when'
      add errors_by_name and errors_by_id to result
      add Bootstrap3 theme for those using the Bootstrap theme
      better form-horizontal Bootstrap 3.0 support
      provide method in result to return form and field errors.
      bump version to 0.40051
      allow overriding layout_classes
      allow passing in value to 'as_label' method in Select field
      version to 0.40052
      v0.40052
      Merge pull request #59 from dsteinbrunner/patch-1
      to version 0.40053
      check for old unimplemented parameter to wrap_checkbox, and check
      add language handle to bootstrap3 tests
      pass event to repeatable js click handler
      stop forcing undefined Checkbox fields to 0; didn't allow undef for value
      different inline class for Bootstrap3 for checkboxes and radios
      select options: add coercion of arrayref of hashrefs from arrayref of strings
      allow Date field to use DateTime subclasses
      bump version to 0.40054
      eol cleanup
      handle SelectCSV field in as_label method of Select field
      link to Select field documentation in widget doc
      bug in t/compound/basic.t test (rt91793)
      bump version to 0.40055
      use sorted_fields in 'dump_validated'
      Merge pull request #63 from bokutin/people/bokutin/bootstrap3_messages
      Merge pull request #62 from bokutin/people/bokutin/typetiny
      Merge pull request #64 from zoffixznet/fix/RT/91966
      bug in reloading repeatable fields; skip inactive fields
      bump version to 0.40056
      end of line spaces
      add a bit of doc about handling DBIC new results & 'use_default_over_obj'
      Merge pull request #66 from BlangTech/master
      Merge pull request #67 from bokutin/people/bokutin/pod_fix3
      =encoding utf-8 in Manual/Rendering.pod
      fix t/repeatable/has_many.t test after bffb6339f
      remove deprecated css_class and input_class attributes
      add param_to_values method to convert parameters to init_object-like hashref
      Merge pull request #71 from tomhukins/abstract_fix
      Merge pull request #73 from markwellis/master
      Merge pull request #72 from rustyconover/label_no_filter_fixes
      Merge pull request #74 from alhashemi/artrans
      use time_zone and locale options in Date field
      Merge pull request #75 from alhashemi/artrans
      update Changes and bump version to 4.0057
      eol spaces, tabs
      do $class->meta->make_immutable after new_with_traits
      Merge pull request #80 from davewood/master
      Merge pull request #81 from minty/patch-1
      Merge pull request #82 from minty/master
      Merge pull request #85 from valy23/master
      'get_errors' synonym for 'errors' on form
      'get_errors' synonym for 'errors' on form; clear_item_id on clear
      add repeatable_element_wrapper
      add HorizCheckboxGroup widget
      bump version to 0.40058
      remove diag from t/render/rep_wrapper.t
      pass repeatable field name to wrap_repeatable_element
      remove change that sneaked in via merge error
      bump version to 0.40059
      Merge pull request #95 from karenetheridge/topic/no_lmu
      Merge pull request #92 from daleevans/manual-validation-typo
      Merge pull request #93 from Zhtwn/cleanup
      Merge pull request #94 from Zhtwn/validation
      add render_elementx and renderx methods to allow setting attributes at render time
      Merge pull request #91 from jmacdotorg/use-tel-in-html5
      Merge pull request #90 from jmacdotorg/restrict-html5-date-formats
      allow non-display of BootstrapFormMessages div if tag 'no_form_message_div'
      make non-ISO Date with HTML5 a warning instead of a die
      bump version to 4.00060, Changes, dist.ini
      Revert "Changing the HTML5 tag-next of Integer fields to "tel"."
      change t/render/html5_attributes.t change to demonstrate setting html5_type_attr
      modify Changes for 0.40060
      add example of rendering with render_elementx
      vertion to 0.40061; skip t/validation/types.t test for no Type::Tiny::Enum
      separate out test with Type::Tiny::Enum to skip_all
      bump version to 0.40062
      version to 0.40063
      select field invalid value message: encode the select value
      Merge pull request #98 from cngarrison/master
      Merge pull request #99 from Altreus/fix-checkbox-group-bootstrap3
      Merge pull request #103 from jluis/cpanpr
      typo in link to the example app
      remove css_class from Captcha field
      bump version to 0.40063

Jason McIntosh (7):
      Update lib/HTML/FormHandler/Manual/Validation.pod
      Update Catalyst.pod
      Update Intro.pod
      Update Validation.pod
      Before rendering the date field, check whether it's within an HTML5 form -- and if so, make sure its date format is ISO format.
      Correcting one of the new tests.
      Changing the HTML5 tag-next of Integer fields to "tel".

John Napiorkowski (9):
      changed HTML::FormHander->BUILDARGS to allow Hashref args, as to be compatible with the expectation of other Moose classes.  test for this as well
      updated changelog and VERSION to reflect previous change
      Merge branch 'master' of git://github.com/gshank/html-formhandler
      Merge branch 'master' of git://github.com/gshank/html-formhandler
      added field attribute to allow you to use an input parameter that is different from the field name has declared
      test for last
      fixed the way InitResult sets the field name and maps to an input
      added support for arrayref names to "has_field", just like Moose has for "has"
      fixed for previous mistype and test for the new arrayref option in has_field

John Whitley (1):
      Patch HTMLAttributes to work for both form and fields

Jose Luis Perez Diez (3):
      Create es_es.pm
      Create ca_es.pm
      Some test result are locale dependant

Karen Etheridge (1):
      switch from List::AllUtils+List::MoreUtils to List::Util (in core)

Klaus Ita (14):
      refactor _localize to I18N
      refactor _localize to I18N
      proper fetching of language handle
      proper fetching of language handle
      Merge branch 'master' into translate_labels
      Refactor I18N stuff
      as recommended, mv I18NRole.pm to TraitFor/I18N.pm
      move / add documentation
      load HTML::FormHandler::I18N
      translate default message for required
      better handling of default messages, dereferencing []
      fix typos, add missing transform message in pod
      San Francisco typo fix
      allow customizing form tag attributes

Lian Wan Situ (3):
      Allow rendering of an empty Repeatable field based on num_when_empty
      Test the labels for defined instead of truth so that labels for things
      Check for length instead of defined so fields with an empty string as

Lukas Thiemeier (1):
      Render::Table incorrect render_start

Mark A. Stratman (1):
      Typo fixed in cookbook

Mark Ellis (1):
      fix bootstrap3 input_append_button

Maros Kollar (1):
      Honour Email-Valid fixups

Matthias Dietrich (3):
      Fix for RT #74664
      Localize the value of the reset button
      Missing localization of $self->value in HTML::FormHandler::Widget::Field::ButtonTag

Murray (15):
      Add 'with H::FH::Render::Simple' to sample code.
      Simple typo (missing :) breaks link in Pod
      Note bookdb_server.pl is part of the DBIC package
      Add required MooseX::Types import to synopsis
      Missing opening quote ' before Submit
      Include an action, else the form isn't submitable.
      Fix example of adding a submit button
      Fix examples of accessing submit button field
      Move 'use Moose' outside BEGIN blocks
      [pod] put the 'a' in the right place
      [pod] Expand the 'apply' / Actions section
      [pod] link to widget section of HFH::Field pod
      [pod] put the 'a' in the right place
      Merge branch 'master' of git://github.com/gshank/html-formhandler
      [pod] fix name of render_field

Nick Logan (1):
      added render_upload to Render::Simple

Noel Maddy (6):
      factor out type constraint detection
      use Type::Tiny subtypes
      replace deprecated Dist::Zilla::Plugin::EOLTests
      replace deprecated Dist::Zilla::Plugin:NoTabsTests
      remove spurious tabs, to pass NoTabs release test
      use perl regexps in MANIFEST.SKIP

Nuba Princigalli (1):
      render disabled select options

Oleg Kostyuk (16):
      Added output of "enctype" attribute for forms
      Bugfix for css_class
      Added new element: Reset (for reset form button)
      Added output of "enctype" attribute for forms
      Bugfix for css_class
      Merge branch 'gshank-master'
      Merge commit 'gshark/master'
      Merge remote branch 'gshark/master'
      Added Russian and Ukrainian message files
      Make conditions consistent with requirements from error messages
      Added translations author and email for notifications
      Added Russian and Ukrainian message files
      Make conditions consistent with requirements from error messages
      Added translations author and email for notifications
      Updated translations for HTML::FormHandler::Validate: ru_RU and ua_UA
      Updated translations for: ru_RU and ua_UA

Oscar Grant (1):
      allow html attributes on radio group

Ozum Eldogan (1):
      update Turkish message file; add Float field

Robert Brown (1):
      typo in Intro manual

Ronald J Kimball (6):
      Fix typos in code and template examples in manual.
      Change =pod to =cut at end of Validation.pod
      Fix typos in manual
      Fix typo in example code in Field::Select
      Fix typos, grammar in HTML::FormHandler
      Fix typos in HTML::FormHandler::Field

Russell Jenkins (2):
      Failing test cases for option group attribues in CheckboxGroup and RadioGroup widgets
      Process option group label attributes in CheckboxGroup an RadioGroup widgets

Rusty Conover (1):
      Respect label_no_filter on checkboxes.

Stephen Thirlwall (3):
      use 'is_active' in sorted_fields
      Improve handling of field_traits; add apply_traits
      Cookbook update for field_traits/apply_traits

Toby Corkindale (3):
      Check definedness, not value, when setting selected option.
      Fix mistake in documentation.
      prevent undefined string warnings in select rendering

Tom Hukins (3):
      Document the new 'email_valid_params' attribute
      Ensure validation checks the specified address
      Fix an inaccurate abstract

Tomas Doran (7):
      Merge remote branch 'ijw/master'
      Merge remote branch 'minty/master'
      Failing test from RT#68988
      Link the bug tracker
      Change to use Class::Load due to speed.
      Changelog
      Fix memory leak, stop closing over $self

Tomas Doran (t0m (1):
      Remove unneeded dependency

Tomas Doran (t0m) (10):
      Merge commit 'gshank/master' into makefile_special_moves
      You need Module::Install::AuthorTests, or it all goes pear shaped
      Update skip files
      Merge branch 'master' of git at github.com:gshank/html-formhandler into makefile_special_moves
      Merge
      Module::Install::AuthorRequires no longer needed
      Merge branch 'master' of git://github.com/mazpe/html-formhandler
      Merge branch 'master' of git://github.com/mazpe/html-formhandler
      Update changes
      Bump required M::I version. Remove useless BEGIN block and author mode checking, this will just work without the magic. Add IO::All as a test requires

Tommy Butler (1):
      Update Rendering.pod

Tomohiro Hosaka (5):
      Add Japanese messages.
      pod fix. s/HTML::FormHandler::Form::Captcha/HTML::FormHandler::TraitFor::Captcha/g
      added Type::Tiny support
      Use alert-danger rather than alert-error with in Bootstrap3.
      typo fix

Vladimir Timofeev (2):
      Distinguish cases when widget don't exists and other errors
      fix widget_name_space initialization in compound fields

Yousef Alhashemi (3):
      add Arabic translations
      minor translation correction
      add note about use()ing utf8 for non-latin1 encodings

Zbigniew Lukasiak (124):
      Generator - first upload
      Hidden field added
      full_name recursive
      Hidden field
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      tests for Hidden
      countries as lookup
      fix for init_value from a belongs_to relationship that has accessor different from column name
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      tests for options without item
      preparing for recursive options lookup
      BookWithOwner
      recursive options lookup
      checking if field is a direct child instead of checking if we are top level
      recursive loading values to options
      Deleting debuging stuff
      constraints
      resolving conflicts
      constraints checked in validate_field
      merge conflict
      positional declarations for constraints
      _check_constraint after inner() in validate_field
      filters
      Moose Types instead of named constraints and filters
      Generator fixes
      Compound field with separate declaration
      docs for field actions
      process method documenation for Compound field
      actions operate on value instead of input
      debugging stuff cleaned
      test for fif loaded from a DateTime column in DB
      deflators
      Additional test for deflation
      db creator
      error rendering
      New Moose seems to require a "where" for a constraint to be executed
      fix conflict in Makefile.PL
      test for clearnig fif in clear_state
      testing lazy computing of fif
      Revert "testing lazy computing of fif"
      not clearing input in validate
      lazy building of fif
      No intermediate flattening in fif
      test for fif deflation of value created from params
      fif deflation of value created from params
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      some Compound exposure
      singular deflation
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Some rendering fixes for Instant
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      text for rendering hidden field fixed
      Rendering fieldsets
      Revert "Rendering fieldsets"
      auto_fieldset
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      generating date fields
      minor clean up
      to_fif removed
      Starting deprecation for methods clashing between form and field (cleaning up for full recursion)
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      fully recursive
      recursion to the root
      No default apply list actions in Password
      labels for fieldsets
      render test fixed
      clearing form value
      no checks run for empty non required compound fields
      no_render widget
      Label rendering refactored
      Rendering '0'
      SQLite auto columns
      fif tests updated
      merge conflict resolved
      Spurious '"' deleted
      getting rid of clear_state
      fif_from_value read only
      a doc passage on "clear" fixed
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      is_submitted - to be used instead of has_params
      removed no_render (too much complication)
      Spurious quote deleted
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      [] as Repeatable value when no params
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      refactoring for easier location where value is set initially
      HTML::FormHandler::Model as Role
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      dev_notes update
      adding name attribute to form tag (in Render::Simple)
      structured rendering in Render::Simple
      no_render widget
      table rendering into separate role
      fix tr and tds for labels
      no use version in generator
      Some doc for generator
      fix for checking uniqueness with composed primary key (when item_id is an array ref)
      PasswordConf field
      text widget by default only for fields derived from Text; size split into size and maxlength
      minlength instead of min_length for consistency with maxlength
      Changes to satisfy Perl::Critic
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Deprecation scanner added
      deprecated cross_validate removed
      checking fif of Submit fields
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      has_error is deprecated
      has_error -> has_errors
      No default minlength for the Password field
      remove DBIC tests
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      deflation for DateMDY when loading from db
      Removed one DBIC asssumption in docs
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      evaling parsing dates
      processing image type fields
      deeper test for image input
      better wording for deflation plus a fix for deflation example (thanks to augensalat)
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      credit for Repeatable

Zoffix Znet (1):
      Fixes RT#91966 (deprecated way to call enum warning)

diegok (2):
      Test for default values
      Test for default values

gerda.shank at gmail.com (50):
      Change =item to =head2 in pod
      Removed has_many multiple support
      update inc
      Update rendering routine, doc tweaks, unique fixup
      Allow empty rows (update_or_insert) in DBIC
      Work around bug with empty row and many_to_many
      Change label build.
      Remove damn htmlarea test
      Doc cleanup, prereq DateTime
      Fix bug with name_prefix, get example to work
      db
      Refactor new/update/process and clear for persistent forms
      Remove controllers
      After 08...
      has_field working
      has_field updates
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      has_field works with subclasses
      Add test form
      Fix params. Cleanup.
      Don't validate if empty params
      Tweak changes
      Use Util::MetaRole in H::F::Moose; support has_field in roles
      New files for role
      Don't remember
      sub_form
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      More user
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Controller for validate (non-db form)
      Add values, accessor, cleanup field tests
      Remove clear_params from update_model, handle hashref
      Cleanup chained uri_for. Add render_textarea
      Compound fields. Refactor select validation. Remove name_prefix.
      Factor out field processing so Field::Compound can use it
      Minor fixes
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      compound fields and fields_validate
      Fix unselected checkbox
      Fixes and tests for checkbox and Boolean
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Render compound field, use full_name in field()
      Allow calling _validate, _init, and _options on field classes
      Types
      Update field subclasses to use actions
      Initial reformat of HTML::FormHandler pod
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      Re-format more documentation
      Un-document features we don't want people to use
      Refactor redefined field processing, make_field

gregor herrmann (1):
      Imported Upstream version 0.40064

gshank (14):
      Update readme
      Add cross_validate to Fields.pm. tweak doc for HFH
      Added email, state & zip types, and some tests.
      Clear processed flag in clear
      Initial multiple rows
      More repeated fields
      Cleanup, hasmany tweaks
      HasMany load instances from params
      HasMany database
      Fix related test
      More HasMany
      Remove todo from init.t
      allow pre-built options returned from options_<field_name> method
      temporary fix for roles

ijw (2):
      Documentation to explain BuildFields' interface to the rest of the code.
      More comments on the initial field object creation operation

lestrrat (5):
      regression test
      I don't see why this needs use base Locale::Maketext
      use duck_type here
      add a test that uses Data::Localize instead
      work with new moose w/o emitting warnings

mazpe (4):
      Added missing '. Update Form and Controller example to a working state.
      Adding the form ($self->form) to the stash.
      Fixed the missing closing " on the css_class in render_field()
      Better handling css_class in case of error.

minty (2):
      $Cookbook.pod =~ s/model_update/update_model/
      s/=head1/=head2/ for value_when_empty

t0m (16):
      Remove inc/ directory, this is meant to be generated - ergo issues with author side detection
      Use rafls Module::Install::AuthorRequires, but it doesn't work for me here. Pushing so I can get someone to test
      This isn't needed any more after I deleted inc/
      Remove .developer from MANIFEST.SKIP
      These should also be generated files
      Add .gitignore
      Remove inc/ directory, this is meant to be generated - ergo issues with author side detection
      This isn't needed any more after I deleted inc/
      These should also be generated files
      Add .gitignore
      Update Makefile.PL with native M::I author detection
      Merge
      Strip trailing whitespace
      Strip trailing whitespace
      MX::Types is unnecessary
      Make example a little easier to cargo cult

valy23 (1):
      Create cs_cz.pm

zby (8):
      MooseX::Types is used by FH::Types
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      MooseX::Types::Common::String to dependencies
      test for clearing repeatable fields when no params provided
      Merge branch 'master' of git at github.com:gshank/html-formhandler
      fix for tests count
      Test for loading DateTime field from db
      namespace::autoclean added to prereqs

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-formhandler-perl.git



More information about the Pkg-perl-cvs-commits mailing list