[Checkins] [zopefoundation/zope.formlib] 60161a: Fixed issue 525: DateWidget ru-format

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


  Branch: refs/heads/monolithic-zope3-3.3
  Home:   https://github.com/zopefoundation/zope.formlib
  Commit: 60161a072bf0cd9fb8d4a3c14df0fb1f79384883
      https://github.com/zopefoundation/zope.formlib/commit/60161a072bf0cd9fb8d4a3c14df0fb1f79384883
  Author: Dmitry Vasiliev <dima at hlabs.spb.ru>
  Date:   2006-06-24 (Sat, 24 Jun 2006)

  Changed paths:
    M form.txt

  Log Message:
  -----------
  Fixed issue 525: DateWidget ru-format


  Commit: b1f3b7ebe3bacdf144d86833efb371e0925ed766
      https://github.com/zopefoundation/zope.formlib/commit/b1f3b7ebe3bacdf144d86833efb371e0925ed766
  Author: Dmitry Vasiliev <dima at hlabs.spb.ru>
  Date:   2006-07-01 (Sat, 01 Jul 2006)

  Changed paths:
    M form.txt

  Log Message:
  -----------
  Rolled back the famous Date(time)Widget fix (see revison 68818 for details).
Added Date(time)I18nWidget instead.


  Commit: 8525deb5523adb9a97b0017b826cf4461e03951a
      https://github.com/zopefoundation/zope.formlib/commit/8525deb5523adb9a97b0017b826cf4461e03951a
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-08-12 (Sat, 12 Aug 2006)

  Changed paths:
    M form.py
    A interfaces.py

  Log Message:
  -----------
  Merge from 3.2 branch (I had almost forgotten about it):
 Log message for revision 69301:
  Fix #681: IFormFields is missing declaration for omit()


  Commit: 12e38938c356f3b03e81eef2c33755abb057bb1d
      https://github.com/zopefoundation/zope.formlib/commit/12e38938c356f3b03e81eef2c33755abb057bb1d
  Author: Martijn Pieters <mj at zopatista.co>
  Date:   2006-08-18 (Fri, 18 Aug 2006)

  Changed paths:
    A pageform.pt

  Log Message:
  -----------
  Merge formlib javascript fix from trunk


  Commit: ba2374cbfd1f80c6cfe373ee891f101b4f2a5923
      https://github.com/zopefoundation/zope.formlib/commit/ba2374cbfd1f80c6cfe373ee891f101b4f2a5923
  Author: Martijn Pieters <mj at zopatista.co>
  Date:   2006-08-24 (Thu, 24 Aug 2006)

  Changed paths:
    M pageform.pt
    A subpageform.pt

  Log Message:
  -----------
  Merge r69763 from the trunk: fix for #691 (formlib help javascript)


  Commit: f9380ce2844c7f3764cdce1f5a40d7006d985f25
      https://github.com/zopefoundation/zope.formlib/commit/f9380ce2844c7f3764cdce1f5a40d7006d985f25
  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: 75d7430e525392cb47c5b52cc0121fbc48348627
      https://github.com/zopefoundation/zope.formlib/commit/75d7430e525392cb47c5b52cc0121fbc48348627
  Author:  <y.2011 at wcm-solutions.de>
  Date:   2006-10-02 (Mon, 02 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

(Forward ported from 3.2 branch.)


  Commit: 241572eec6064e49f1b09d07e6f9d5e72e8f8672
      https://github.com/zopefoundation/zope.formlib/commit/241572eec6064e49f1b09d07e6f9d5e72e8f8672
  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: f3ddeaae6603b7b9d11eeea9856f861a40fda0f4
      https://github.com/zopefoundation/zope.formlib/commit/f3ddeaae6603b7b9d11eeea9856f861a40fda0f4
  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 for fix of #721


Compare: https://github.com/zopefoundation/zope.formlib/compare/60161a072bf0^...f3ddeaae6603


More information about the checkins mailing list