Zope Subversion Repository

  Zope

Zope: z3c.form/trunk/src/z3c/form/browser

Current directory:[Zope] / z3c.form / trunk / src / z3c / form / browser
Current revision: 124259
Jump to directory revision:
Files shown:89


File Rev. Age Author Last log entry
README.txt  123935  5 weeks  srichter  Remove ":list" from radio inputs, since radio buttons can be only one value by ...
__init__.py  75940  4 years  srichter  Initial import of new form and widget framework for Zope 3.
button.py  78513  4 years  srichter  - Feature: When a widget is required, HTML-based widgets now declare a "requir...
button.txt  96365  3 years  nadako  Rename the NOVALUE object to NO_VALUE to follow common naming style. The NOVALU...
button.zcml  77506  4 years  srichter  Added button widget.
button_display.pt  123926  5 weeks  mauritsvanrees  Nuke trailing white space
button_input.pt  90947  3 years  malthe  Templates now declare XML namespaces.
checkbox.py  124259  9 days  srichter  - Fixed a potential problem where a non-ascii vocabulary/source term value cou...
checkbox.txt  124259  9 days  srichter  - Fixed a potential problem where a non-ascii vocabulary/source term value cou...
checkbox.zcml  123926  5 weeks  mauritsvanrees  Nuke trailing white space
checkbox_display.pt  90947  3 years  malthe  Templates now declare XML namespaces.
checkbox_hidden.pt  123926  5 weeks  mauritsvanrees  Nuke trailing white space
checkbox_input.pt  123926  5 weeks  mauritsvanrees  Nuke trailing white space
configure.zcml  93230  3 years  adamg  merge of branch adamg-objectwidget, there is one test error, related to z3c.pt
file-testing.txt  96365  3 years  nadako  Rename the NOVALUE object to NO_VALUE to follow common naming style. The NOVALU...
file.py  78513  4 years  srichter  - Feature: When a widget is required, HTML-based widgets now declare a "requir...
file.txt  96365  3 years  nadako  Rename the NOVALUE object to NO_VALUE to follow common naming style. The NOVALU...
file.zcml  79768  4 years  mkerrin  Fix bug: When an error occurred during processing of the request the widget ende...
file_display.pt  90947  3 years  malthe  Templates now declare XML namespaces.
file_input.pt  90947  3 years  malthe  Templates now declare XML namespaces.
file_testing.zcml  86843  3 years  pcardune  add zcml configuration for testing file upload widget.
file_testing_input.pt  91612  3 years  roymathew  modified handling of base64
image.py  123555  2 months  jinty  - Remove dependency on zope.site.hooks, which was moved to zope.component in 3...
image.txt  96365  3 years  nadako  Rename the NOVALUE object to NO_VALUE to follow common naming style. The NOVALU...
image.zcml  80556  4 years  srichter  - Feature: Implemented ``ImageButton``, ``ImageAction``, ``ImageWidget``, and...
image_display.pt  123926  5 weeks  mauritsvanrees  Nuke trailing white space
image_input.pt  123926  5 weeks  mauritsvanrees  Nuke trailing white space
index.txt  97281  2 years  nadako  Fix documentation warnings. Add more documents for the sphinx builder.
interfaces.py  80556  4 years  srichter  - Feature: Implemented ``ImageButton``, ``ImageAction``, ``ImageWidget``, and...
multi.py  96469  2 years  nadako  Remove some unused imports reported by importchecker.
multi.txt  104570  2 years  fretin  Fixed tests
multi.zcml  90564  3 years  rogerineichen  - Feature: Implemented MultiWidget. The MultiWidget allows to use simple fields ...
multi_display.pt  104487  2 years  fretin  Fix div with class=error generated twice in multi_input and remove error div in ...
multi_hidden.pt  93844  3 years  adamg  ouch: multiwidget DISPLAY_MODE and HIDDEN_MODE was not working btw: added object...
multi_input.pt  104487  2 years  fretin  Fix div with class=error generated twice in multi_input and remove error div in ...
object.py  93230  3 years  adamg  merge of branch adamg-objectwidget, there is one test error, related to z3c.pt
object.txt  123178  3 months  rogerineichen  - fix coverage report generator script buildout setup - Note: z3c.pt and chamel...
object.zcml  123926  5 weeks  mauritsvanrees  Nuke trailing white space
object_display.pt  93230  3 years  adamg  merge of branch adamg-objectwidget, there is one test error, related to z3c.pt
object_hidden.pt  93844  3 years  adamg  ouch: multiwidget DISPLAY_MODE and HIDDEN_MODE was not working btw: added object...
object_input.pt  104485  2 years  fretin  widget/error/render already create a div with the error class
objectmulti.txt  123178  3 months  rogerineichen  - fix coverage report generator script buildout setup - Note: z3c.pt and chamel...
orderedselect.py  123926  5 weeks  mauritsvanrees  Nuke trailing white space
orderedselect.txt  96365  3 years  nadako  Rename the NOVALUE object to NO_VALUE to follow common naming style. The NOVALU...
orderedselect.zcml  90564  3 years  rogerineichen  - Feature: Implemented MultiWidget. The MultiWidget allows to use simple fields ...
orderedselect_display.pt  90947  3 years  malthe  Templates now declare XML namespaces.
orderedselect_input.pt  123938  5 weeks  srichter  Properly escape JS code in script tag for the ordered-select widget. See LP82948...
password.py  78513  4 years  srichter  - Feature: When a widget is required, HTML-based widgets now declare a "requir...
password.txt  96365  3 years  nadako  Rename the NOVALUE object to NO_VALUE to follow common naming style. The NOVALU...
password.zcml  79768  4 years  mkerrin  Fix bug: When an error occurred during processing of the request the widget ende...
password_display.pt  90947  3 years  malthe  Templates now declare XML namespaces.
password_input.pt  123926  5 weeks  mauritsvanrees  Nuke trailing white space
radio.py  124259  9 days  srichter  - Fixed a potential problem where a non-ascii vocabulary/source term value cou...
radio.txt  124259  9 days  srichter  - Fixed a potential problem where a non-ascii vocabulary/source term value cou...
radio.zcml  109686  23 months  "timo"  Add hidden widget templates for radio buttons and checkboxes.
radio_display.pt  90947  3 years  malthe  Templates now declare XML namespaces.
radio_hidden.pt  113461  19 months  davisagli  fix radio widget hidden mode template
radio_input.pt  90947  3 years  malthe  Templates now declare XML namespaces.
select-source.txt  96460  2 years  wosc  Look up widgets for fields implementing IChoice by querying for an adapter for (...
select.py  108841  2 years  fretin  Don't create unnecessary self.items in update() method of SelectWidget in DISPLA...
select.txt  94302  3 years  sagblmi  Feature: add the 'prompt' attribute of the SequenceWidget to the list of adaptab...
select.zcml  96460  2 years  wosc  Look up widgets for fields implementing IChoice by querying for an adapter for (...
select_display.pt  90947  3 years  malthe  Templates now declare XML namespaces.
select_hidden.pt  123926  5 weeks  mauritsvanrees  Nuke trailing white space
select_input.pt  123926  5 weeks  mauritsvanrees  Nuke trailing white space
submit.py  78513  4 years  srichter  - Feature: When a widget is required, HTML-based widgets now declare a "requir...
submit.txt  96365  3 years  nadako  Rename the NOVALUE object to NO_VALUE to follow common naming style. The NOVALU...
submit.zcml  75940  4 years  srichter  Initial import of new form and widget framework for Zope 3.
submit_display.pt  123926  5 weeks  mauritsvanrees  Nuke trailing white space
submit_input.pt  123926  5 weeks  mauritsvanrees  Nuke trailing white space
tests.py  123926  5 weeks  mauritsvanrees  Nuke trailing white space
text.py  78513  4 years  srichter  - Feature: When a widget is required, HTML-based widgets now declare a "requir...
text.txt  93914  3 years  adamg  added hidden textarea smashed invalid attributes of hidden widgets
text.zcml  79768  4 years  mkerrin  Fix bug: When an error occurred during processing of the request the widget ende...
text_display.pt  90947  3 years  malthe  Templates now declare XML namespaces.
text_hidden.pt  93914  3 years  adamg  added hidden textarea smashed invalid attributes of hidden widgets
text_input.pt  90947  3 years  malthe  Templates now declare XML namespaces.
textarea.py  78513  4 years  srichter  - Feature: When a widget is required, HTML-based widgets now declare a "requir...
textarea.txt  93914  3 years  adamg  added hidden textarea smashed invalid attributes of hidden widgets
textarea.zcml  93914  3 years  adamg  added hidden textarea smashed invalid attributes of hidden widgets
textarea_display.pt  90947  3 years  malthe  Templates now declare XML namespaces.
textarea_hidden.pt  93914  3 years  adamg  added hidden textarea smashed invalid attributes of hidden widgets
textarea_input.pt  90947  3 years  malthe  Templates now declare XML namespaces.
textlines.py  121662  8 months  davisagli  declare TextLinesFieldWidget as an IFieldWidget
textlines.txt  96430  2 years  rogerineichen  more test coverage
textlines.zcml  90564  3 years  rogerineichen  - Feature: Implemented MultiWidget. The MultiWidget allows to use simple fields ...
textlines_display.pt  90947  3 years  malthe  Templates now declare XML namespaces.
textlines_input.pt  90947  3 years  malthe  Templates now declare XML namespaces.
widget.py  103729  2 years  nadako  Revert change 103644. The "complicated" algorithm preserves class order, so doct...

webmaster@zope.org

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help