Collective.z3cform.datagridfield

Latest version: v3.0.2

Safety actively analyzes 631073 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.15

-----------------

- Added possibility to define the CSS class for the main table when the field is displayed.
This way, you can use common Plone existing classes (like 'listing').
[gbastien]

- Fixed auto-append bug when there is more than one datagrid field in page auto-appending one field binds
"change.dgf" to another field also. added "$(dgf).find(.." in datagridfield.js line 138 so it binds to right element only.
[tareqalam]

- Only abort moveRow if the row is really not found and not if the row idx just happens to be 0.
[gaudenz]

- Also update hidden data rows when reindexing in row mode. This fix was previously somehow only done for block mode.
[gaudenz]

- Relax requirements for markup, don't assume inputs are direct childs of table cells. This makes useing custom
templates much easier.
[gaudenz]

- Fix validate function signature for IValidator API. The API requires a "force" argument.
[gaudenz]

- Register the SubformAdapter for IPloneForm layer to avoid that the Adapter from plone.app.z3cform
takes precedence.
[gaudenz]

0.14

-----------------

- Align travis setup to other packages.
[saily]

- Add new V1 ``bootstrap.py``.
[saily]

- Added CSS classes to tbody rows (``row-(1...n)``) and thead columns
(``cell-(1...m)``) to allow more styling in edit forms.
[saily]

- Fixed wrong template in display mode when set editing to block edit mode [miohtama]

- Added CSS classes (widget.klass attribute) for DataGridField, to separate it from other MultiWidgets [miohtama]

0.13

-----------------

- Add travis-ci configs [jaroel]

- Convert tests to plone.app.testing [jaroel]

- Fix to expect ``zope.schema.interfaces.ValidationError`` to work better
with *TooLong* and *TooShort* exceptions. [datakurre]

- Fix IE7 failing on `<label>` for manipulation [miohtama]

- Deal with situations where there is zero rows on DGF and no auto-append row available [miohtama]

- Correctly bind DGF events on DOM content loaded, not when Javascript is parsed [miohtama]

- Don't display movement handles if the row cannot be moved [miohtama]

- Changed move up and down handlers to stay in fixed positions to make cells stay in the same width regardless of moving [miohtama]

- Fixed checkbox saving, was broken by nested DGF support [miohtama]

- Added block edit mode [miohtama]

- "use strict;" and ECMAScript 5 compatible Javascript clean-up [miohtama]

- Added *afterrowmoved* JS event [miohtama]

0.12

--------------------

- Updated empty row selection. [jstegle]

- Nested DataGridField support (yo dawg...) [miohtama]

- Support plone.autoform and grok'ed row schemas [miohtama]

- Added ``DataGridField.extra`` parameter, so you can pass out
application specific data to Javascript [miohtama]

0.11

-----------------

- be able to use with plone.app.registry
[vangheem]

0.10

-----------------

- Fix bug with moving the last row up.
[m-martinez]

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.