[Checkins] [zopefoundation/zope.app.form] 685bbb: Introduce marker interfaces for marking widget cla...

GitHub noreply at github.com
Tue Mar 12 13:25:05 UTC 2013


  Branch: refs/heads/monolithic-zope3-philikon-widget-subdirective
  Home:   https://github.com/zopefoundation/zope.app.form
  Commit: 685bbbb7c295b9ace5116a7078dc468fbd24a626
      https://github.com/zopefoundation/zope.app.form/commit/685bbbb7c295b9ace5116a7078dc468fbd24a626
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-06-12 (Sun, 12 Jun 2005)

  Changed paths:
    A browser/__init__.py
    A interfaces.py

  Log Message:
  -----------
  Introduce marker interfaces for marking widget classes according
to their factory signature (arguments to __init__).


  Commit: 8705e2df9f73fbcc5751e7f53aa0c56db2b7ef64
      https://github.com/zopefoundation/zope.app.form/commit/8705e2df9f73fbcc5751e7f53aa0c56db2b7ef64
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-06-12 (Sun, 12 Jun 2005)

  Changed paths:
    A browser/metaconfigure.py

  Log Message:
  -----------
  based on which interface the widget class provides, call the right
widget factory


  Commit: 606882266d5e7a2372c914829df24a216ff7644b
      https://github.com/zopefoundation/zope.app.form/commit/606882266d5e7a2372c914829df24a216ff7644b
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-06-12 (Sun, 12 Jun 2005)

  Changed paths:
    A utility.py

  Log Message:
  -----------
  better terminology


  Commit: 19c7d1c8da605804aa6e705fcabf42a288a70c32
      https://github.com/zopefoundation/zope.app.form/commit/19c7d1c8da605804aa6e705fcabf42a288a70c32
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-06-12 (Sun, 12 Jun 2005)

  Changed paths:
    M utility.py

  Log Message:
  -----------
  simplify code


  Commit: 81b043db5bb07ca39e21f6b09b01afdfdc8009f1
      https://github.com/zopefoundation/zope.app.form/commit/81b043db5bb07ca39e21f6b09b01afdfdc8009f1
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-06-12 (Sun, 12 Jun 2005)

  Changed paths:
    A __init__.py

  Log Message:
  -----------
  - Introduce CustomVocabularyFactory that takes care of creating vocabulary
  widgets (widgets for Choice)
- Change the __call__ signature of CustomSequenceWidgetFactory to be in line
  with CustomWidgetFactory.  All widget factories comply with the IViewFactory
  interface, which means they are called with (context, request) as args.


  Commit: 4af7769eb3ba537b2e8b3007e75c10186d72b266
      https://github.com/zopefoundation/zope.app.form/commit/4af7769eb3ba537b2e8b3007e75c10186d72b266
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-06-12 (Sun, 12 Jun 2005)

  Changed paths:
    A tests/test_widget.py

  Log Message:
  -----------
  test for custom vocabulary widget factory


  Commit: eb764e96bb22424751a937729e3bb931125640f6
      https://github.com/zopefoundation/zope.app.form/commit/eb764e96bb22424751a937729e3bb931125640f6
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-06-12 (Sun, 12 Jun 2005)

  Changed paths:
    A tests/test_utility.py

  Log Message:
  -----------
  make test module runnable from cmdline


  Commit: f4083fa264a75664b7bd2052e8b1eedd2159c1d3
      https://github.com/zopefoundation/zope.app.form/commit/f4083fa264a75664b7bd2052e8b1eedd2159c1d3
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-06-12 (Sun, 12 Jun 2005)

  Changed paths:
    M tests/test_utility.py

  Log Message:
  -----------
  make test output independent of arbitrary ordering of widgets


  Commit: 2d165506f2cb300e9cd672586206f963c7950c9b
      https://github.com/zopefoundation/zope.app.form/commit/2d165506f2cb300e9cd672586206f963c7950c9b
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-06-12 (Sun, 12 Jun 2005)

  Changed paths:
    M tests/test_utility.py

  Log Message:
  -----------
  handle setUp/tearDown in the doctestsuite


  Commit: 8176597b52149714a2e6d44ba2685dcc15817ecf
      https://github.com/zopefoundation/zope.app.form/commit/8176597b52149714a2e6d44ba2685dcc15817ecf
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-06-12 (Sun, 12 Jun 2005)

  Changed paths:
    M tests/test_utility.py

  Log Message:
  -----------
  get rid of strange assertRaises helper


  Commit: 4966921413ac02de6699384e3755a234a0e0513f
      https://github.com/zopefoundation/zope.app.form/commit/4966921413ac02de6699384e3755a234a0e0513f
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-06-12 (Sun, 12 Jun 2005)

  Changed paths:
    M tests/test_utility.py
    M utility.py

  Log Message:
  -----------
  whitespace cleanup


  Commit: a3be9154c7f286fb9394a68fecbea0bff7b09a9b
      https://github.com/zopefoundation/zope.app.form/commit/a3be9154c7f286fb9394a68fecbea0bff7b09a9b
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-06-12 (Sun, 12 Jun 2005)

  Changed paths:
    A browser/tests/test_sequencewidget.py

  Log Message:
  -----------
  adjust test to new __call__ signature of widget factories


  Commit: 8c93b26c6bc04dc4b833b32e312dc676f7952bb0
      https://github.com/zopefoundation/zope.app.form/commit/8c93b26c6bc04dc4b833b32e312dc676f7952bb0
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-06-12 (Sun, 12 Jun 2005)

  Changed paths:
    A browser/tests/test_directives.py

  Log Message:
  -----------
  Extended test to test for the new functionality of <widget /> regarding
sequence and vocabulary widgets.
Made test module runnable from cmdline


Compare: https://github.com/zopefoundation/zope.app.form/compare/685bbbb7c295^...8c93b26c6bc0


More information about the checkins mailing list