Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download workbench_moderation-7.x-1.4.tar.gztar.gz 54.38 KB
MD5: 1e0d50c8a2fc882f766e7d750adcc41e
SHA-1: d69155fd91e114c9d44adff8a4336d2147947a38
SHA-256: 07835536b509ea204df2245176e71de463c6fb93f012e6797f361e7649b9216c
Download workbench_moderation-7.x-1.4.zipzip 69.81 KB
MD5: df283262c86534e5653080ec12a035b9
SHA-1: 36fefc90fafc2a5281e8349067716250abd62117
SHA-256: f0aa4f482f059370c6f2914ab66f4b4cb395b57d0d5ee085c56df7b8e1d11f29

Release notes

Changes since 7.x-1.3 (in ascending order by commit time):

  1. Issue #1357778: Error: missing help for Workbench Moderation: Moderation state description by hass: Adding help text for views field workbench_moderation_states
  2. Issue #1786604: Add missing admin paths by hass, rocketeerbkw and jwilson3: Specifying more admin paths.
  3. Issue #1338688: Display the username of the user creating the revision using the format_username function so that it can be altered. by stevector and hass: use format_username() in workbench_moderation_form_node_form_alter()
  4. Issue #1287292: Moderation settings are not deleted on uninstall by stevector and hass: adding workbench_moderation_uninstall().
  5. Issue #1314508: Make states/transitions exportable with the Features module by acrollet, Valor, BrockBoland, realityloop, ericduran, autopoietic, alfaguru, wbobeirne, Dave Reid | alberto56: Added support for exporting states and transitions with Features.
  6. Issue #2017183: invalid schema: primary keys must be not null by bradweikel, hswong3i, Dave Reid: Fixed the workbench_moderation_states table's primary key 'name' cannot be NULL.
  7. Issue #2148021: Issue with multiple moderation status messages by MiroslavBanov and stevector: Fixing duplicate messages in workbench block.
  8. Issue #2194519: Add hook function to determine whether workbench_moderation_form_node_form_alter() proceeds by srjosh: Add and use hook function to determine whether workbench_moderation_form_node_form_alter() proceeds
  9. Issue #2175891: Add hook_workbench_moderation_(state|transition)_(save|delete) by dsnopek, srjosh: Add hook_workbench_moderation_(state|transition)_(save|delete) functions
  10. Issue #2174343: Make transitions into entities, for use with entity reference fields by srjosh: Make transitions into entities, for use with entity reference fields in extension modules.
  11. Issue #1237558: Workbench messages display twice when previewing a node by Dave Reid, erok415, alexkb, colan: Determine if messages have already been set.
  12. Issue #1732802: Rename "Current draft" to "Most recent revision" to avoid confusion by David_Rothstein: "Current draft" -> "Most recent revision"
  13. Issue #1785798: Provide an edit link for current revision on revision moderation page by jwilson3: Provide an edit link for current revision on revision moderation page
  14. Issue #1787214: VBO action to change state has a blank checkbox and sets the state back to the original state after it is changed by KeyboardCowboy, BrockBoland, mstef: Create new revision on bulk changes.
  15. Issue #1919706: EntityMalformedException on "Set moderation state" action by jneubert, wbobeirne, jojonaloha: Prevent EntityMalformedException.
  16. Issue #1260112: SQL reserved word 'current' used as column name by designingsean, hass, robeano, Sheldon Rampton, sylus: "current" -> "is_current"
  17. Issue #1330562: Incompatible with entity cache by arpieb, acbramley, muriqui, Manuel Garcia, jhedstrom: Reset node entity cache.
  18. Issue #1946392: Workbench moderation changes language on wrong path alias when using entity translations by joel_osc: Fix language path alias.
  19. Issue #1279290: Allow user to delete the current non-published revision by jwilson3, Les Lim: Don't delete the current revision.
  20. Issue #1436260: Saving nodes outside Workbench Moderation leads to incorrect state transitions (e.g., "needs review" appearing as published) by pfrenssen, pattersonc, acbramley, idiotzoo, hefox, jweowu, q0rban, Bevan, wiifm, ndobromirov, David_Rothstein, adam7, ptsimard, colan: Fix handling of external state transitions.
  21. Issue #2070389: Creating a new draft doesn't update revision's status to "0" (unpublished) by bjmiller121: Remove faulty logic.
  22. Issue #1408858: Default Moderation state of Published creates Drafts instead by dixon_, jbylsma, rv0, NotGoddess, mallezie, colan: Properly set the default moderation state when using node/edit.
  23. Issue #1307256: Timestamp bug when saving a new draft by hass, JvE, acbramley: Set appropriate timestamp on new draft.
  24. Issue #1361210: 'Workbench moderation: current' views filter does not list all content by c31ck, Bevan: Fix "Workbench moderation: current" views filter.
  25. Issue #1515110: Call to drupal_redirect_form by walkah: Removed call to drupal_redirect_form.
  26. Issue #1605252: Fix minor bug with STRICT error reporting when using Rules Integration by jrsinclair: Fixed strict error.
  27. Issue #1620246: Bogus 'No published revision of this node.' message when publishing first revision draft from moderation tab by andremolnar: Moved "no published revision" test further down.
  28. Issue #1715782: Integration with the IIB module by jec006: Added hook implementation to integrate with the IIB module.
  29. Issue #1918234: Remove non-standard MySQL disp-width attribute from schema definition by hass: Removed all disp-width instances from install file.
  30. Issue #1944058: Undefined index: workbench_moderation_state_new in workbench_moderation_form_node_form_alter() by jmoughon, rbrandon, yareckon: Check for array element before using it.
  31. Issue #1963992: Don't use $reset flag with node_load() by jweowu, recrit: Removed $reset flag with node_load().
  32. Issue #2096225: hook_features_api() integration not detected by jrbeeman: Move hook_features_api() implementation to main module file.
  33. Issue #2176841: Workbench Moderation integration with node_export by rbrandon, jrb: Added node_export integration.
  34. Issue #2308095: URL alias reverts to Automatic generate alias when published by Jyoti Vijaywargiya: Stop reverting to automatic URL alias on publishing.
  35. Issue #1492118: View all unpublished content permission not working by joelpittet, jmuzz, nasia123, bbinkovitz, delphian: Set up access grants for the unpublished content access permission.
Created by: colan
Created on: 17 Feb 2015 at 16:20 UTC
Last updated: 17 Feb 2015 at 15:56 UTC
Bug fixes
New features

Other releases