- Allow specifying a vocabulary in the form of key|label in (multi)choice fields as seen at PFG. [tomgross]
2.0.16
-------------------
New features:
- Add fields in field editing UI to the current selected fieldset. [thet] - Allow specifying a vocabulary in the form of *key|label* in (multi)choice fields [tomgross]
- Removed very old import conditions [tomgross]
Bug fixes:
- Fix Schemaeditor fields editing UI to be able to move fields into another fieldset. Fixes: 30. [thet]
- JavaScript formatting according to style guides. [thet]
- Cleanup: - Remove Plone 4 related form tabbing CSS selectors from fields editing UI JavaScript. - Better code reuse. [thet]
2.0.15
-------------------
Bug fixes:
- Cleaner implementation of bypassing required check for setting default values, which actually works [tomgross]
- Use test browser from plone.testing for compatibility with Zope 4 [davisagli]
2.0.14
-------------------
Bug fixes:
- Fix POST AJAX-URL for reordering fields [tomgross]
- Import test browser from Testing.testbrowser instead of Products.Five.testbrowser [davisagli]
- Fix test setup for Zope 4. [davisagli]
- Use __parent__ instead of aq_parent. [davisagli]
2.0.13
-------------------
Bug fixes:
- Test-Fix: Support latest zope.i18nmessageid. [jensens]