[Checkins] [zopefoundation/zope.formlib] 6faf87: partial XXX cleanup:

GitHub noreply at github.com
Wed Feb 27 20:31:37 UTC 2013


  Branch: refs/heads/monolithic-zope3-3.2
  Home:   https://github.com/zopefoundation/zope.formlib
  Commit: 6faf8763020e9a86536d6eb09026d6a5f63bd874
      https://github.com/zopefoundation/zope.formlib/commit/6faf8763020e9a86536d6eb09026d6a5f63bd874
  Author: Benji York <benji at benjiyork.com>
  Date:   2005-12-16 (Fri, 16 Dec 2005)

  Changed paths:
    A TODO.txt
    A form.py
    A interfaces.py
    A namedtemplate.py
    A pageform.pt
    A subpageform.pt

  Log Message:
  -----------
  partial XXX cleanup:
 - some were really TODOs
 - some no longer applied
 - some I had to actually fix (test_ftpserver.py mostly)
 - some were just comments or questions

also bonus whitespace fixes


  Commit: 646ba2960c711e223f478dc2e49be79bad4323f8
      https://github.com/zopefoundation/zope.formlib/commit/646ba2960c711e223f478dc2e49be79bad4323f8
  Author: Egon Frerich <e.frerich at nord-com.net>
  Date:   2006-03-15 (Wed, 15 Mar 2006)

  Changed paths:
    A configure.zcml
    A locales/de/LC_MESSAGES/zope.formlib.mo
    A locales/de/LC_MESSAGES/zope.formlib.po
    A locales/zope.formlib.pot

  Log Message:
  -----------
  - registering translations added
- pot-file generated
- German translation added


  Commit: 9c2458edd61494a3cca169d3092b9d553bc014e7
      https://github.com/zopefoundation/zope.formlib/commit/9c2458edd61494a3cca169d3092b9d553bc014e7
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2006-03-23 (Thu, 23 Mar 2006)

  Changed paths:
    M form.py
    A form.txt

  Log Message:
  -----------
  Fixed issue 573: @form.action(failure='name_of_method') didn't work.

(Backport of changeset 66134.)


  Commit: b75b3c04e42dfcd999af248237a7ea0ed6a53593
      https://github.com/zopefoundation/zope.formlib/commit/b75b3c04e42dfcd999af248237a7ea0ed6a53593
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2006-03-29 (Wed, 29 Mar 2006)

  Changed paths:
    M form.py
    A tests.py

  Log Message:
  -----------
  Applied the bugfix from trunk rev 66255:  fixed a bug in form prefix handling
in setUp*Widgets.


  Commit: c36db55b07473529b5d9420922f2855036e310e8
      https://github.com/zopefoundation/zope.formlib/commit/c36db55b07473529b5d9420922f2855036e310e8
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-07-30 (Sun, 30 Jul 2006)

  Changed paths:
    M form.py
    M interfaces.py

  Log Message:
  -----------
  Fix #681: IFormFields is missing declaration for omit()


  Commit: ecc2d6a1db44327d97aa60ed227a68e3088e7a75
      https://github.com/zopefoundation/zope.formlib/commit/ecc2d6a1db44327d97aa60ed227a68e3088e7a75
  Author:  <y.2011 at wcm-solutions.de>
  Date:   2006-09-28 (Thu, 28 Sep 2006)

  Changed paths:
    M form.py
    M form.txt
    M pageform.pt
    M tests.py

  Log Message:
  -----------
  backported missing zope.formlib bugfixes from trunk (r40546:68015):

r40608, r41043, r41119, part of r41757, r67264, r67278, r67279, r67774


  Commit: 6867700dd9b3f3568a8cfd4ed1c30301f2c82fd4
      https://github.com/zopefoundation/zope.formlib/commit/6867700dd9b3f3568a8cfd4ed1c30301f2c82fd4
  Author:  <y.2011 at wcm-solutions.de>
  Date:   2006-09-28 (Thu, 28 Sep 2006)

  Changed paths:
    M configure.zcml
    A errors.py
    A errors.txt
    M form.py
    M form.txt
    A ftests.py
    M pageform.pt
    M subpageform.pt
    M tests.py

  Log Message:
  -----------
  backported missing zope.formlib bugfixes from 3.3 branch (r68015:70426):

r68297, r68767, r69650, r69764


  Commit: b4154c428b54b7390257335205d1953ca5f630c1
      https://github.com/zopefoundation/zope.formlib/commit/b4154c428b54b7390257335205d1953ca5f630c1
  Author:  <y.2011 at wcm-solutions.de>
  Date:   2006-09-28 (Thu, 28 Sep 2006)

  Changed paths:
    M form.py
    M tests.py

  Log Message:
  -----------
  backported bugfix from trunk (r68157):

- Improve error handling in formlib:
  Fix invariant error handling in formlib. The exception Invalid raised 
  in interface invariants where end in a component lookup error because
  this exception didn't get converted to a usefull error message.
  Now the error_views method in formlib can handle strings and i18n 
  Message based Invalid exceptions.
- Added test for Invalid exceptions handling
- Added also a small fix which makes sure that existing errors
  from master/subforms don't get overriden by calling update in 
  FormBase.
- Added note in Changes.txt


  Commit: 56022473e40d53f1eb4929d0b422d74ccdd8108e
      https://github.com/zopefoundation/zope.formlib/commit/56022473e40d53f1eb4929d0b422d74ccdd8108e
  Author:  <y.2011 at wcm-solutions.de>
  Date:   2006-10-01 (Sun, 01 Oct 2006)

  Changed paths:
    M configure.zcml
    M errors.py
    M errors.txt
    M form.py
    M tests.py

  Log Message:
  -----------
  cleaned up redundant code from two different attempts to fix issue 599:

- removed elif clause that bypassed view lookup
- improved i18n Message handling of the error view
- moved error view tests to error.txt
- some related cleanup

(Just want to make sure this goes into the 3.2.2 release. I'll forward port this tomorrow to 3.3 and trunk.)


  Commit: cdf765d827cfb388a35d9920a1cc5714b3a2dd23
      https://github.com/zopefoundation/zope.formlib/commit/cdf765d827cfb388a35d9920a1cc5714b3a2dd23
  Author: Christian Theune <ct at gocept.com>
  Date:   2006-12-11 (Mon, 11 Dec 2006)

  Changed paths:
    M form.py
    M form.txt

  Log Message:
  -----------
  - Fixed bug #717: formlib raised FormError when schema fields were$ missing
  from a request although not required.$


  Commit: 8a1f3069c53e4d6228ec5247e06d2da62f87d9f9
      https://github.com/zopefoundation/zope.formlib/commit/8a1f3069c53e4d6228ec5247e06d2da62f87d9f9
  Author: Jacob Holm <jh at improva.dk>
  Date:   2006-12-20 (Wed, 20 Dec 2006)

  Changed paths:
    M form.py
    M form.txt

  Log Message:
  -----------
  Backport of fix for #721


Compare: https://github.com/zopefoundation/zope.formlib/compare/6faf8763020e^...8a1f3069c53e


More information about the checkins mailing list