Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
50.61 KB
MD5: 93a4ad8819f41791441f3b5bad7d41f7
SHA-1: 88c72ca86f5f6ab18f79d8fead8aa02fec7318dd
SHA-256: b85e9ba625039b88cdbf239358bba57879bf81235a684f1ab251ef552ee6c00b
Download zip
60.03 KB
MD5: 34ee7f17331fba46d74054d0934e4e73
SHA-1: d9a8767194b53c0b28138d47085d0725d758697e
SHA-256: bdc9df468f6313804cc1cdfc76121f6ecf0efbeb03afddb24dec36d436d7b79e
Release notes
Changes since 7.x-1.0-beta9:
- Added empty row text to the editor and role tables.
- #1220156: Fixed the workbench access checkbox should not be visible on the delete taxonomy term form.
- #1256692: Allow the workbench access element to be moved via the Field group module.
- #1243186: Remove sorting ability from the section field Views handler as it has odd bugs.
- Fixed node sections cannot be changed with node_load() and then node_save().
- #1237284: Added access section tokens for nodes.
- Fixes use of t() in the sample taxonomy. Can now be run from install or gui.
- Removes reference to st()
- Bug #1247774 reported by rbishop. Bad permission call in autocomplete callback.
- #1243898 by Simnon Georges. Add distinct to editor list query.
- Bug #1238478, reviewed by Simon Georges. Adding authenticated user role fails.
- Trivial PHP notice fix: function signature of workbench_access_handler_filter_access::operator_options() needs to match that of the method errides.
- #1226126: Fixed PHP notice - undefined variable types in workbench_access_handler_filter_access::query().
- #1222492: Re-exported views in response to Views issue #1192186 which removed implicit relationships.