- Nothing changed yet.
- Hides default tab in edit form in Firefox when we click on another tab. Fix #32 [wesleybl]
- Fix interfaces implemented by fields. [wesleybl]
- Use compile False in bundle. [wesleybl]
- Fix resource css not found. Fix #23 [wesleybl]
- Remove old upgrade step. [wesleybl]
- Add support for Python 3 (Plone 5.2.2). Drop support for Python 2.7 & 3.6. [wkbkhard, laulaz]
- Fix loading the compiled js resource [alessandro.ceglie]
- Fix error during translation [pbauer]
- Fix buildout / Travis [tisto, wkbkhard]
- Removed deprecated
simplejson
dependency [keul] - Removed plone.app.jquerytools from generic setup dependencies. [keul]
- Fixed JavaScript: old value in slave field was not re-selected on page reload [keul]
- Add optional support for ContactChoice from collective.contact.widget >= 1.8 as master field. [vincentfretin]
- Trigger liszt:updated event in updateSelect to force update of select chosen slave field from collective.z3cform.chosen. [vincentfretin]
- Fixed visual issue: in an overlay, i toggle was done one time for each checkbox or radio option. [thomasdesvenain]
- Fix package metadata and trove classifiers. [hvelarde]
- Use zope2.View instead of cmf.AddPortalContent for masterselect-jsonvalue view. In an edit form, the user doesn't necessary have the Add portal content permission. [vincentfretin]
- Fix side-effect when updating field.vocabulary. Do now a copy of the field before changing the vocabulary. [vincentfretin]
- Translate the "vocabulary" slave field terms (like "No value") when entire vocabulary is replaced. [sgeulette]
- jQuery 1.9 compatible. [vincentfretin]
- masterselect.js is now cacheable. [vincentfretin]
- Move to plone.app.testing. Migrate selenium tests from windmill to robotframework. [saily]
- Add travis and coveralls integration. [saily]
- Documentation updates. Fix rst error in
CHANGES.rst
. Add an example toREADME.rst
. [saily] - Add egg-contained buildout. [saily]
- Do not use fast transition on initial trigger. [thomasdesvenain]
- Master select features work when form is loaded in an overlay. [thomasdesvenain]
- Fix bug when masterselect is in a fieldset that is not visible. [cedricmessiant]
- Add master select radio widget and ability to specify a master Selector instead of masterID [ebrehault]
- Added a ('fast') jQuery transition on show/hide function. [thomasdesvenain]
- Made compatible with z3c.form 3.0 and jQuery 1.6+. Note: this version drops compatibility with jQuery 1.4. Please use plone.formwidget.masterselect 1.0 for plone versions < 4.3
- Replaced jq by jQuery in generated scripts. [vincentfretin]
- Removed plone.directives.form dependency Removed plone.app.jquerytools dependency Fixed demo profile Made some cleanup [cedricmessiant]
- Initial checkin, ready for testing. [JMehring]