CHANGELOG.txt 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  1. Since 7.x-1.0
  2. Performance improvements.
  3. Major restructure of admin UI.
  4. Workflow form detached from comment form.
  5. Workflow status and form are fields that can be controlled under "Manage display."
  6. Issue #1783854 by antojose: Allow setting comment in Rules.
  7. Issue #1891446 by interX: Allow grouped filters.
  8. Issue #1922262 by NancyDru, hwold: Fix join. misc. improvements.
  9. Issue #1540824 by NancyDru: Improve Admin UI.
  10. Issue #1908520 by NancyDru: Set state of pre-existing nodes.
  11. Issue #1922422 by NancyDru: Correct state name creation in Tokens.
  12. Issue #155547 by NancyDru: Tab form should call hook_workflow().
  13. Issue #1818424 by NancyDru: Add doc for hook_workflow_operations.
  14. Issue #1918424 by NancyDru: More complete api doc.
  15. Get rid of temp.patch.
  16. Issue #385038 by flyingkiki, NancyDru: Fix double history. Minor corrections.
  17. Issue #1802216 by NancyDru: Improve scheduling time form section.
  18. Issue #1418622 by NancyDru: Fix tokens during transition.
  19. Issue #1784092 by wamilton: stop double saving nodes.
  20. remove accidental file
  21. Issue #1900488 by NancyDru: load comment in node_load. #1904740 by NancyDru: suppress form at terminal state. Performance improvements.
  22. Issue #1532646 by wonder95: Add search api module.
  23. Issue #1493012 by kid_icarus: Better views.
  24. Issue #1900480 by NancyDru for Dave Reid: Move tokens stuff to separate file.
  25. Issue #1418622 by Dave Reid: Fix tokens.
  26. Issue #1427006 by NancyDru: Fix transition rule.
  27. Issue #1893542 by NancyDru: Transition form by perms.
  28. Issue #1893724 by NancyDru: transition form by perms.
  29. Issue #1895712 by NancyDru: Fix form when only one state.
  30. Issue #1896422 by NancyDru: Fix token message.
  31. Correct theming in form.
  32. Minor corrections to README
  33. Issue #1856180 by NancyDru: Correct update to not fail.
  34. Issue #1475930 by Bastlynn.
  35. Issue #1874400 by Nancydru.
  36. Issue #1884630 by NancyDru.
  37. Issue #1891374 by NancyDru.
  38. Coder finds.
  39. Issue #1550274 by dynamicdan, gofs: egregious typo
  40. Adding features include on revert so it's avail during install / enable.
  41. UI improvement in Rules interface when there are more than one Workflows available.
  42. Issue #1471014 by Bastlynn: removing node_save from workflow tab.
  43. Issue #558378 by hefox: Features round 2 cleanup.
  44. Issue #1426844 by onegenius: Correcting for missing history information errs.
  45. Issue #1424008 by Bastlynn: handling no workflows setup w/ Workflow Views turned on.
  46. Issue #1421518 by DuaelFr: Workflow access warnings on new nodes
  47. Issue #1468810 by firewolf, Morten Najbjerg, sbrege Strict warnings re: render and form
  48. Issue #1469798 by Bastlynn: errs thrown on rules change when old state = new state.
  49. Issue #1468810 Timezones in scheduler
  50. Issue #1426844 by Bastlynn: Adding catch re: propery of last_history object being empty when node is not a workflow content type.
  51. Issue #1424008 by Bastlynn: Accounting for trying to go to views pg with workflow_views active, but no workflows in system.
  52. Issue #1400352 by Bastlynn: Fixing an error appearing udner E_STRICT in admin UI re: creating a default object.
  53. Something got weird between the push/pull for this commit so trying that again.
  54. Issue #1386430 by dylanhuang (patch by dozymoe): Views filter shows unknown when state selected in multi-workflow environment.
  55. Issue #1386430 by dylanhuang (patch by dozymoe): Views filter shows unknown when state selected in multi-workflow environment.
  56. Correcting for doubled ,, in install schema.
  57. Issue #1405688 by wonder95: Path length correction for trigger path.
  58. Issue #1405688 by hefox: Coder standards.
  59. Issue #1924004 by evaldas.uzkuras: Fix bad variable.
  60. Fix typo in api. Add hook_requirements to show that worflows are active.
  61. Issue #1924174 by NancyDru: Fix menu error on state delete.
  62. Issue 1925162 by fgm: Call time reference error.
  63. Issue #1924182 by NancyDru: Correct initial state name in edit form.
  64. Issue #1926746 by shenzhuxi: Fix some php warnings.
  65. Issue #1781308 by NancyDru: Change node form to vertical tab.
  66. Issue #1926556 by NancyDru: Back to transition on node creation.
  67. Issue #1550992 by chadhester: Add Previous Comment Author for Views.
  68. Issue #1926800 by NancyDru: Fix operations links.
  69. Issue #1865754 by NancyDru for leelooch: Add reminder to state add form.
  70. Issue #1540412 by NancyDru: Allow timezones for transition scheduling.
  71. Issue #1930638 by NancyDru, shenzhuxi: Undefined variable.
  72. Issue #1540824 by NancyDru: Improve Admin UI.
  73. Issue #1931032 by NancyDru: Add missing js file.
  74. Issue #1931778 by NancyDru: Add breadcrumbs to access page.
  75. Add admin ui css.
  76. Issue #1350900 by loze: list states grouped by workflow.
  77. Issue #1540824 by NancyDru: More Admin UI improvements.
  78. Issue #1931948 by NancyDru: Use menu loaders to simplify menu.
  79. Issue #1347116 by NancyDru: New Workflow_Cleanup module.
  80. Issue #1509568 by fgm: Access control export.
  81. Issue #1933466 by fgm: Remove Admin UI warning, repair redirection on workflow_access admin submit.
  82. Issue #1768350 by NancyDru: Correct test and message for type page.
  83. Issue #1380954 by Bastlyn, DRippstein: Add node_actions triggers.
  84. Issue #1909922 by NancyDru: Add warning on Access UI page about content permissions.
  85. Issue #1691870 by berenddeboer: Allow Rules to bypass permissions on transition.
  86. Issue #1540914 by NancyDru: Pass parms in node form; allow comment alter at transition.
  87. Issue #1744612 by NancyDru: Move VBO stuff into its own module.
  88. Issue #1944574 by NancyDru: Undefined index.
  89. Since 7.x-1.1-rc1
  90. Issue #785194 by arcovia: Access to tab form.
  91. Issue #785194 by NancyDru: Better access to tab form.
  92. Issue #1691870 by NancyDru: Rules record workflow comment.
  93. Issue #1691870 by NancyDru: Transition check wrong choices on Force.
  94. Issue #1951164 by Kristen Pol: Fix left join order.
  95. Issue #1951718 by NancyDru: Clean up history records.
  96. Issue #1953642 by NancyDru: Add history row alter feature.
  97. Issue #1953642 by NancyDru: Add state revert feature.
  98. Issue #1953642 by NancyDru: Document hook_workflow_history_alter().
  99. Issue #1484126 by NancyDru, nathangervais: Check if node type has a workflow before adding WF info.
  100. Issue #1957074 by andypost: Allow Views to show Sid value.
  101. Address some @TODO items.
  102. Since 7.x-1.1
  103. Issue #1961156 by mErilainen: Missing translate in Views.
  104. Issue #1962344 by NancyDru, manu77: Missing $node->workflow.
  105. Issue #1962512 by NancyDru: Don't let (creation) be changed.
  106. Issue #1961426 by andypost: Fix reference error.
  107. Issue #1893420 by JackVVo: Fix node name.
  108. Issue #1966292 by aBrookland: Undefined index.
  109. Issue #1970538 by Tim Asplin: Improve Features support.
  110. Issue #1589254 by DuaelFr: Improve Features support.
  111. Issue #1972728 by NancyDru: Deal with HTML entities and translations.
  112. Issue #1967794 by NancyDru, dforegger: Remove static cache.
  113. Issue #1966804 by andypost: Improve workflow_get_workflow_node_history_by_nid.
  114. Issue #1970846 by NancyDru: Allow multiple workflow_tab_forms on the same page.
  115. Issue #1974828 by martysteer: Fix missing brackets in query.
  116. Replace all SELECT * with column names. (Remove @TODO)
  117. Issue #1976992 by bdone, NancyDru: Make watchdog logging optional.
  118. Issue #1976942 by dforegger: Fix transition import.
  119. Issue #1984338 by NancyDru: Fix node_load looping.
  120. Issue #1995004 by NancyDru: Fix form issue in admin.
  121. Issue #1975058 by NancyDru: Revert change to node_form on comments.
  122. Issue #1986220 by NancyDru: Add scheduling user's id to history.
  123. Automatically give "Participate in Workflow" permission to new roles.
  124. Issue #1984338 by NancyDru: Pass $force to hook_workflow().
  125. Issue #1996892 by Kristen Pol: Add previous state to Rules.
  126. Issue #1979562 by NancyDru: workflow_tab_form not found.
  127. Issue #1974624 by NancyDru: Make sure all hook calls have two params.
  128. Issue #1971504 by NancyDru: Skip node form vertical tab if only one transition possible.
  129. Issue #1997242 by NancyDru: Hook to check if transition is allowed.
  130. Issue #1443166 by NancyDru: Clean up monster query (Oracle issue).
  131. Issue #2001980 by NancyDru: Revert checks if permitted.
  132. Issue #1856180 by JayMN: Correct typo in update.
  133. Issue #2009312 by NancyDru: Remove Workflow module form field.
  134. Issue #457348 by NancyDru: Remove view mode check.
  135. Fix terminal state check.
  136. Issue #1997242 by NancyDru: Recheck permitted transitions before execution.
  137. Issue #1781308 by NancyDru: Revert change to vertical tab.
  138. Issue #1997242 by Tim-Erwin: Honor force on transition permitted.
  139. Issue #2019125 by Nancydru: Add access priority setting.
  140. Issue #2018959 by dev team data: Fix feature revert error.
  141. Issue #2012516 by maximpodorov: Add state system name and sid to theme functions
  142. Issue #2022381 by justanothermark: Fix array key collision
  143. Issue #2022333 by NancyDru: Add another common permission warning.
  144. Issue #2023233 by NancyDru: Fix double encoding.
  145. Issue #1993408 by NancyDru: Default new states to active.
  146. Issue #1542188 by justanothermark: Fix workflow display.
  147. Issue #2027507 by NancyDru: Fix sorting issue on history page.
  148. Issue #1993408 by NancyDru: Sysid not always set correctly.
  149. Since 7.x-1.2
  150. Issue #2037459 by johnv: Fix typo.
  151. Issue #2037531 by johnv, NancyDru: Fix choices return value.
  152. Issue #2039859 by Scaythe: Fix double encoding.
  153. Issue #2043667 by rodrigoeg, johnv: Fix typo in tokens.
  154. Issue #2044199 by justanothermark: Fix Feature reversion on non-existent states.
  155. Issue #2019345 by NancyDru: Allow hooks to reside in separate file.
  156. Issue #2052707 by NancyDru: Fix typo in single state value.
  157. Issue #2056773 by ambientdrup: Fix typo in VBO.
  158. Issue #2041329 by johnv: Changed api: added workflow_get_workflows_by_type(), for shorter code.
  159. Issue #2071663 by johnv: Changed function workflow_node_tab_access to gain performance.
  160. Issue #2071733 by johnv: Changed determination of showing Form, with new function workflow_show_form.
  161. Issue #2071733 by johnv: Preserve compatibility with workflow_extensions.
  162. Issue #2041319 by johnv: Added function workflow_get_first_state(), to have more unified code.
  163. Issue #2072059 by johnv: Changed call to hook_form_alter, by using hook_form_BASE_FORM_ID_alter, creating better performance.
  164. Issue #2072203 by johnv: Moved all node API functions from module file to node.inc file, to facilitate introduction of field API.
  165. Issue #2072081 by johnv: Fixed typo in workflow_node_tab_access().
  166. Issue #2077693 by johnv: Added Field API support in workflow_field_choices().
  167. Issue #2078785 by johnv: Added Field API support in workflow_node_tab_access().
  168. Issue #2079017 by johnv: Added Field API support for workflow_execute_transition().
  169. Issue #2080857 by johnv: Added Field API support for workflow_tab_page().
  170. Issue #2080915 by NancyDru: Signal Rules on reversion.
  171. Issue #2082225 by johnv: Changed interface of hook_workflow() (new optional parameter) to support Field API.
  172. Issue #2082247 by johnv: Added caching to workflow_field_choices().
  173. Issue #1357406 by pikku-h: Fixed Cron Scheduling keeps repeating if Old state and New state are the same.
  174. Issue #2019345 by johnv: Create a Workflow Field, with basic options.
  175. Issue #2087851 by ttkaminski: Fixed failing upgrade 7001 due to missing function: workflow_get_workflows().
  176. Issue #2042345 by arpeggio, rickdonohoe, johnv: Added dependency on "Views>3.3" to Workflow Views submodule.
  177. Issue #2019345 by johnv: Added helper function _workflow_get_sid_by_items() for Workflow Field.
  178. Issue #2094031 by johnv: Added return parameter to workflow_execute_transition().
  179. Issue #2019345 by johnv: Added classes for WorkflowDefaultWidget, WorkflowItem (Field type), Workflow, WorkflowState.
  180. Issue #2019345 by johnv: Fixed Field API: do not save node, when a scheduled state chage is posed on a comment.
  181. Issue #884788 by gdud, liquidcms: Fixed Views field "State: Current state name" isn't translated.
  182. Issue #2086287 by dooug: Fixed many typos in workflow and sub-modules.
  183. Issue #2086605 by johnv: Added settings to hide TimeZone for "Schedule for state change" option.
  184. Issue #2019345 by johnv: Fixed #states to hide/show scheduling info in Workflow Field Widget.
  185. Issue #2095467 by johnv: Changed flow logic to use new class WorkflowScheduledTransition.
  186. Issue #2095467 by johnv: Moved deprecated functions for class WorkflowScheduledTransition to new file workflow.deprecated.inc.
  187. Issue #2071733 by johnv: Changed workflow_show_form() to work with both old and new workflow objects.
  188. Issue #2019345 by johnv: Updated Workflow classes to show Workflow Form also on Node View page.
  189. Issue #2019345 by johnv: Fixed some issues in workflow.module file when using WorkflowField submodule.
  190. Issue #2019345 by johnv: Changed workflow_field submodule to support Workflow Form on Node view page.
  191. Issue #2019345 by johnv: Moved Node specific function workflow_forms() from workflow.module to workflow.node.inc.
  192. Issue #2019345 by johnv: Fixed WorkflowItem did not save tab_roles properly on Field Settings page.
  193. Issue #2019345 by johnv: Added some functions to the Workflow Entity classes.
  194. Issue #2019345 by johnv: Changed calls to Workflow object in various includes.
  195. Issue #2019345 by johnv: Added Workflow Field support in History tab page.
  196. Issue #2019345 by johnv: Added new WorkflowTransition class.
  197. Issue #2019345 by johnv: Moved Workflow Form processing code from workflow.module into new WorkflowTransition class.
  198. Issue #2019345 by johnv: Replaced all functional calls to Workflow object by OOP Methods of Workflow class.
  199. Issue #2019345 by johnv: Fixed wrong calls to Workflow::getFirstSid().
  200. Issue #2102405 by johnv: Added basic Entity support for Workflow Field.
  201. Issue #2102405 by johnv: Added Entity support for Workflow Scheduled Transitions.
  202. Issue #2019345 by johnv: Fixed caching for WorkflowState:getStates.
  203. Issue #2019345 by johnv: Changed workflow_node_view() to use Workflow classes.
  204. Issue #2102405 by johnv: Fixed indices for Workflow Scheduled Transitions.
  205. Issue #2019345 by johnv: Fixed order of States in Options list doesn't respect weight.
  206. Issue #2019345 by johnv: Added 'property_info' to Workflow Field for Entity/ Rules support.
  207. Issue #2019345 by johnv: Moved 'workflow_load' functon back to main module, since this is a menu callback.
  208. Issue #2019345 by johnv: Added 'grouped' options for Workflow::getOptions().
  209. Issue #2102663 by johnv: Added support for Workflow Field to workflow_rules sub-module.
  210. Issue #2111043 by johnv: Moved function workflow_field_choices() to WorkflowState->getOptions().
  211. Issue #2102663 by johnv: Fixed apparently rules functions must be in main include.
  212. Issue #2111795 by johnv: Fixed error when adding a Workflow with a name that is a translation of other workflow's name.
  213. Issue #2112263 by Nancydru: Typo in workflow_get_workflow)by_sid().
  214. Issue #2019345 by johnv: Fixed accidentally removed includes from workflow.module file.
  215. Issue #2019345 by johnv: Added extra methods to Workflow objects.
  216. Issue #2019345 by johnv: Added workflow_admin_ui now uses classes, too.
  217. Issue #2019345 by johnv: Added workflow.features.inc now includes workflow.deprecated.inc.
  218. Issue #2019345 by johnv: Added workflow.tokens.inc now uses classes, too.
  219. Issue #2019345 by johnv: Added extra methods to Workflow objects.
  220. Issue #2019345 by johnv: Added workflow_access now uses classes, too.
  221. Issue #2019345 by johnv: Added workflow_node_view now uses classes, too.
  222. Issue #2019345 by johnv: Added workflow_revert now uses classes.
  223. Issue #2019345 by johnv: Added workflow_search_api now uses classes.
  224. Issue #2019345 by johnv: Added workflow_vbo now uses classes.
  225. Issue #2019345 by johnv: Added workflow.install now uses classes.
  226. Issue #2019345 by johnv: Fixed error in WorkflowTransition->IsAllowed().
  227. Issue #2019345 by johnv: Added workflow_views now uses classes.
  228. Issue #2019345 by johnv: Fixed notice when trying to load not-existing Workflow or State.
  229. Issue #2019345 by johnv: Added workflow_cleanup now uses WorkflowState class.
  230. Issue #2019345 by johnv: Moved workflow_state functions to workflow.deprecated.inc, since they are all replaced by Workflow State class.
  231. Issue #2116179 by johnv: Moved workflow_type_map functions to own file workflow.node.type_map.inc.
  232. Issue #2019345 by johnv: Fixed notice on workflow_tab_form when a node type has both Workflow_node and Workflow_field enabled.
  233. Issue #2019345 by johnv: Moved code from workflow_admin_ui to Workflow->validate(), and added this check to Field settings form.
  234. Issue #2115199 by johnv: Moved pages from workflow_admin_ui.module to workfow_admin_ui.pages.inc, reducing footprint for all-but-these pages.
  235. Issue #2019345 by johnv: Added a create() function to classes Workflow and WorkflowState.
  236. Issue #2115199 by johnv: Some cosmetic changes in workfow_admin_ui.pages.inc.
  237. Issue #2019345 by johnv: Fixed notice when updating node in certain circumstances.
  238. Issue #2019345 by johnv: Changed function names in workflow_rules to reflect they are Node API only.
  239. Issue #2019345 by johnv: Fixed notice when an existing node does not have a workflow value yet.
  240. Issue #1036580 by johnv: Fixed error in Workflow Node API on Node View page when another workflow was assigned to node type.
  241. Issue #2119921 by johnv: Added dependency to Entity API module.
  242. Issue #2102193 by johnv: Fixed documentation of hook_workflow() in workflow.api.inc
  243. Issue #2019345 by johnv: Moved workflow_field_choices() to deprecated.inc, since it is completely replaced by WorkflowState->getOptions($node).
  244. Issue #2019345 by johnv: Fixed messages from PAReview.sh.
  245. Issue #2119921 by johnv: Moved workflow_node db functions to workflow.node.inc file.
  246. Issue #2119921 by johnv: Moved workflow_requirements() to workflow.install file.
  247. Issue #2019345 by johnv: Fixed messages from PAReview.sh.
  248. Issue #2122541 by johnv: Added new submodule Workflow Node.
  249. Issue #2122541 by johnv: Moved workflow_node-specific code from WorkflowState::deactivate() to hook workflownode_workflow('state delete').
  250. Issue #2122541 by johnv: Changed call to workflow_node specific function in worflow_admin_ui.
  251. Issue #2019345 by johnv: Fixed error when adding node after PAreview.
  252. Issue #2122541 by johnv: Moved workflow_node-specific code from Workflow::delete() to hook workflownode_workflow('worflow delete').
  253. Issue #2019345 by johnv: Removed duplication of Workflow*Transition::__construct.
  254. Issue #2019345 by johnv: Fixed duplicate Workflow Form on Node View page.
  255. Issue #2019345 by johnv: Moved saving of workflow_node_history to WorkflowTransition class.
  256. Issue #2019345 by johnv: Fixed error when submitting a Workflow Field on a comment.
  257. Issue #2102405 by johnv: Added Entity support for Workflow Executed Transitions (workflow_node_history).
  258. Issue #2019345 by johnv: Changed interface of workflow_node_current_state() for Field API.
  259. Issue #2128423 by johnv: Moved page code of workflow_cleanup to own file workflow_cleanup.pages.inc.
  260. Issue #2019345 by johnv: Moved workflow_updates_workflows() to workflow.deprecated.inc.
  261. Issue #2019345 by johnv: Moved page code of workflow_revert to own file workflow_revert.pages.inc.
  262. Issue #2019345 by johnv: Changed interface of workfow_execute_transition() while centralizing code for Field API and Node API.
  263. Issue #2115199 by johnv: Moved workflow_admin_ui type_map page to own file, (since it is only valid for Node API) and fixed PAReview errors.
  264. Issue #2019345 by johnv: Moved code to WorkflowState::create() to hide State specific details.
  265. Issue #2019345 by johnv: Removed dependency on workflow.node.inc in common code.
  266. Issue #2102405 by johnv: Changed interface of workflow_tab_access, workflow_tab_page to be $entity_type resistant.
  267. Issue #2019345 by johnv: Moved some code in workflow.module.
  268. Issue #2019345 by johnv: Fixed workflow_revert now supports all entity types and field names.
  269. Issue #2019345 by johnv: Changed theme_workflow_history_table to add proper 'Operations column' to history table.
  270. Issue #2019345 by johnv: Updated workfow_rules to reflect latest code. Still only supports 'node'.
  271. Issue #2019345 by johnv: Changed constructor of Workflow to be protected.
  272. Issue #2102193 by johnv: Changed call to 'hook_workflow', 'transition permitted' - arguments were swapped.
  273. Issue #2019345 by johnv: Fixed 'force' parameter in call to hook_workflow.
  274. Issue #2019345 by johnv: Added some love to the Workflow Form: less space for schedule block.
  275. Issue #2019345 by johnv: Added some love to the Workflow Form.
  276. Issue #2019345 by johnv: Added some Node/Field API dependent flow logic.
  277. Issue #2137149 by johnv: Changed Workflow History Tab to show workflow_transition_form instead of workflow_node_form.
  278. Issue #2137149 by johnv: Changed Node View page to show workflow_transition_form instead of workflow_node_form.
  279. Issue #2137149 by johnv: Removed workflow_tab_form code, since it is replaced by workflow_transition_form.
  280. Issue #2137219 by johnv: Changed workflow_actions to support Workflow Field.
  281. Issue #2122541 by johnv: Fixed strict warnings in WorkflowScheduledTransition.
  282. Issue #2137149 by johnv: Changed Node Edit page to show workflow_transition_form instead of workflow_node_form.
  283. Issue #2019345 by johnv: Fixed notices on WorkflowDefaultWidget.
  284. Issue #2137149 by johnv: Changed Node Comment form to show workflow_transition_form instead of workflow_node_form.
  285. Issue #2137149 by johnv: Changed code to use workflow_state_formatter to show Current State on any form.
  286. Issue #2137149 by johnv: Removed workflow_node_form: use workflow_transition_form instead.
  287. Issue #2019345 by johnv: Fixed enable changing nodes on front page.
  288. Issue #2019345 by johnv: Fixed expand schedule block when +1 forms on a page.
  289. Issue #2120451 by Kirsten Pol: Fixed superfluous sort when loading workflow_history_node.
  290. Issue #212429 by johnv: Fixed do not revert to deleted, disabled, same state in workflow_revert.
  291. Since 7.x-2.0-beta1
  292. Issue #2141763 by johnv: Fixed avoid calling hook_worflow when saving an Entity and state has not changed.
  293. Issue #1408398 by johnv: Fixed incorrect field type for 'sid' in table workflow_access.
  294. Issue #2142659 by johnv: Changed path of workflow_access, to be in sync with other submodules.
  295. Issue #2142677 by johnv: Changed location of workflow_access Admin UI page to own file.
  296. Issue #0437874 by hefox, johnv, e.a.: Fixed hide workflow tab and 'author' transitions for anonymous users on nodes with anonymous author.
  297. Issue #0437874 by hefox, johnv, e.a.: Fixed access grants in workflow_access for anonymous users on nodes with anonymous author.
  298. Issue #2019345 by johnv: Fixed in create form, Widget should show the first option, not the last.
  299. Issue #2121765 by johnv: Fixed show correct state in preview mode.
  300. Issue #2137219 by johnv: Fixed warning for workflow_actions.
  301. Issue #2146411 by johnv: Reverted cache for workflow_node_current_state.
  302. Issue #2137149 by johnv: Fixed double code in Transition->execute().
  303. Issue #2146411 by johnv: Fixed workflow_node_previous_state.
  304. Issue #2065799 by johnv: Added WorkflowState->count() to count nodes per State.
  305. Issue #2137149 by johnv: Changed 'workflow_options' to 'workflow_sid' in workflow_transition_form().
  306. Issue #2146411 by johnv: Fixed old&new state in Rules integration.
  307. Issue #2137149 by johnv: Fixed constructor of WorkflowTransition.
  308. Issue #2137149 by johnv: Added README.txt for Workflow_rules.
  309. Issue #2115671 by johnv: Changed workflow_views to Views 3 API structure.
  310. Issue #2019345 by johnv: Fixed selection of Options in Workflow object.
  311. Issue #658880 by johnv: Added filter on CreationState and Workflow in worklow_views_handler_filter_sid.
  312. Issue #2137149 by johnv: Fixed constructor of WorkflowTransition.
  313. Issue #1021126 by johnv: Fixed 'Workflow: state' Views Filter doesn't handle nodes without a workflow state.
  314. Issue #2147511 by johnv: Removed Views filters/fields/etc for {workflow_node} when module Worflow Node disabled.
  315. Issue #2147535 by johnv: Added Views filter and field for 'Transition: old sid', to complent existing 'new sid'.
  316. Issue #2147535 by johnv: Added More Views filter/field/sort for 'Workflow: current transition'.
  317. Issue #2147673 by johnv: Marked 'workflow: states' field and sort as deprecated: should be implemented using a relationship.
  318. Issue #2019345 by johnv: Renamed _workflow_view_workflow_get_state_name() to workflow_get_sid_label().
  319. Issue #2130783 by johnv: Added formatter 'count entities with this state' to 'Workflow: state' Views Field.
  320. Issue #2019345 by johnv: Added workflow_get_wid_label().
  321. Issue #2019345 by johnv: Fixed workflow_get_states() in workflow_admin_ui.
  322. Issue #1589254 by fedia.io1: Fixed Rename D6 hook_features_export_rebuild() to D7 hook_features_rebuild().
  323. Issue #2019345 by johnv: Renamed Workflow->getOptions() to workflow_get_state_names().
  324. Issue #2019345 by johnv: Fixed workflow.features.inc helper functions.
  325. Issue #2124915 by fedia.io1, Liam Mitchell: Fixed Transition's target_state and roles aren't exported with features.
  326. Issue #2126867 by slite: Fixed Reverting features causes warning.
  327. Issue #2147781 by zihong0: Fixed error, due to typo in workflow_acces.module.
  328. Issue #2144817 by zihong0: Fixed PHP 5.3/5.4 'Warning: Parameter 1' in workflow_transition_form().
  329. Issue #2019345 by johnv: Renamed Workflow*->get*ByName() to Workflow*->loadByName().
  330. Issue #2124915 by johnv: Fixed transfer transitions with Features.
  331. Issue #2148851 by johnv: Fixed transfer 'tab_roles' using machine names with Features.
  332. Issue #2148851 by brad.bulger, johnv: Fixed warning in Tokens when an old_state is deleted.
  333. Since 7.x-2.0-beta2
  334. Issue #2149027 by johnv: Fixed warning in workflow.rules.inc for PHP5.3/PHP5.4.
  335. Issue #2149121 by johnv: Restructured workflow_views_views_data().
  336. Issue #2149223 by johnv: Moved calls to Transition->isAllowed() into Transition->execute(), removing duplicate code.
  337. Issue #2149451 by hckurniawan: Fixed PHP Warnings in Drupal's core install.inc in distribution.
  338. Issue #2124429 by johnv: Removed obsolete code comment in workflow_revert.
  339. Issue #2019345 by johnv: Removed obsolete code comment in Workflow* classes.
  340. Issue #2149595 by johnv: Fixed Scheduled transitions are invisible, after upgrade to 7.x-2.0-beta2.
  341. Issue #2149671 by johnv: Added dependency on Workflow Node for workflow_search_api.
  342. Issue #2152425 by Propaganistas: Fixed error in WorkflowD7Base::__construct() when using custom entities.
  343. Issue #2019345 by johnv: Fixed workflow_revert now supports $entity_types and $field_name in hook 'transition permitted'.
  344. Issue #2153915 by johnv: Fixed incorrect allowed choices with $force == TRUE and hook 'transition permitted'.
  345. Issue #2019345 by johnv: Fixed flow logic, help texts, warnings of workflow_admin_ui.
  346. Issue #2019345 by johnv: Fixed return array in Workflow*Transition::load().
  347. Issue #0934078 by johnv: Added ability to bulk schedule in workflow_vbo, re-using standard workflow form.
  348. Issue #2019345 by johnv: Renamed workflow_save_transition() to workflow_transition_form_submit().
  349. Issue #2153529 by johnv: Fixed PDO exception upon node_save().
  350. Issue #0934078 by johnv: Fixed ability force a bulk state change workflow_vbo, re-using standard workflow form.
  351. Issue #2156737 by johnv: Fixed error when entering an invalid time in the workflow form.
  352. Issue #0410538 by johnv: Added Views 'workflow' link, analog to the existing 'edit' link.
  353. Issue #2100445 by johnv: Fixed reassigning content to disabled state in workflow_admin_ui.
  354. Issue #2156737 by johnv: Reverted part of patch.
  355. Issue #2149121 by zihong0: Fixed warnings from workflow_views.
  356. Issue #2157987 by zihong0: Added admin_summary in Views State filter handler.
  357. Issue #0658880 by johnv: Fixed warnings and bad behaviour when setting SID filter.
  358. Issue #2153529 by johnv: Fixed PDOException when saving new node.
  359. Issue #2100445 by johnv: Fixed reassigning content to disabled state in workflow_admin_ui -2-.
  360. Issue #2162333 by johnv: Fixed messages when adding/saving non-nodes with workflow_access enabled.
  361. Issue #2162333 by johnv: Added message in modules page 'workflow_access works only for nodes'.
  362. Issue #1212614 by johnv: State is changed twice - only when adding a comment during state change.
  363. Issue #2019345 by johnv: Added notices in info-file for better usage of submodules.
  364. Issue #2019345 by johnv: Added WorkflowConfigTransition as an Entity for workflow_transitions.
  365. Issue #2019345 by johnv: Fixed delete transitions even when no content is assigned.
  366. Issue #2019345 by johnv: Moved workflow_transitions functions to Workflow(ConfigTransition) classes.
  367. Issue #2163805 by johnv: Added user_access to workflow_revert link, not only page.
  368. Issue #2019345 by johnv: Fixed message on workflow_tab_page.
  369. Issue #2149223 by johnv: Moved code from workflow_allowable_transitions to central Workflow::getTransitions().
  370. Issue #2149223 by johnv: Moved code from workflow_transition_allowed to WorkflowConfigTransition::isAllowed().
  371. Issue #2165179 by colan: Fixed update of workflow_node_history.
  372. Issue #2160375 by Matthijs: Added workflow tab for all entities.
  373. Issue #2112199 by johnv: Fixed messages by PAReview.sh in WorkflowItem.php.
  374. Issue #2149223 by johnv: Moved code from workflow_transition_allowed to WorkflowConfigTransition::isAllowed() -2-.
  375. Issue #2019345 by johnv: Moved code to unify workflow_node and workflow_field.
  376. Issue #2019345 by johnv: Added function workflow_state_load.
  377. Issue #2165703 by Propaganistas, johnv: Fixed strict warnings.
  378. Issue #2166199 by zihong0: Fixed error.
  379. Issue #2166047 by johnv: Fixed error when choosing 'Options' widget directly on field-add page.
  380. Issue #2165807 by dcanetma: Fixed scheduled transitions cron is not working on time basis.
  381. Issue #2019345 by johnv: Fixed messages on workflow settings edit page.
  382. Issue #2064449 by johnv: Changed role ID of 'workflow author' from 'author' to '-1'; 'roles' fields are now serialized.
  383. Issue #2168571 by rv0: Fixed Workflow field required setting is not saved.
  384. Issue #2102765 by johnv: Fixed documentation of hook_workflow_operations.
  385. Issue #2169859 by johnv: Fixed problems with Features.
  386. Issue #2064449 by johnv: Changed hook_update_7007.
  387. Issue #2171615 by Tim-Erwin, johnv: Fixed wrong parsing of hook_workflow results.
  388. Issue #2019345 by johnv: Added back the type_map functions to main workflow module, to preserve compatibility with third-party modules.
  389. Issue #2170037 by johnv: Changed default widget to 'workflow' widget, instead of 'select'.
  390. Issue #2171615 by Tim-Erwin, johnv: Fixed wrong parsing of hook_workflow results. -2-
  391. Issue #2165349 by johnv: Added logging in hook_field_delete; added comments. Moved code of hook_node_delete to WorkflowItem.php
  392. Issue #1559680 by johnv: Changed Transitions into Entity. Views support enabled.
  393. Issue #2175867 by johnv: Updated workflow_views_handler_field_username to use all Views' optons.
  394. Issue #2064449 by johnv: Merged hook_update_7001 with hook_update_7007 to avoid errors in 7001.
  395. Issue #2019345 by johnv: Moved entity_<operations> function calls to workfow.entity.inc.
  396. Issue #2019345 by kaare: Fixed $node->name is unset in workflow.tokens.inc.
  397. Issue #2184633 by johnv: Fixed caching of Workflow (BTW, which is now a true entity).
  398. Issue #2019345 by johnv: Moved workflow.node.inc to submodule workflow_node.
  399. Issue #2187151 by johnv: Added an 'Actions buttons' widget to Workflow form for permitted states.
  400. Issue #2187151 by johnv: Added an 'Actions buttons' widget for permitted states on Workflow_node and Entity Form.
  401. Issue #2187677 by johnv, boris sondagh: Removed 'Sys ID' column in Admin UI states page.
  402. Issue #2185859 by johnv: Fixed 'Class not found' error in hook_update_7004.
  403. Issue #2192815 by johnv: Renamed, reordered private functions in workflow.features.inc
  404. Issue #2192815 by johnv: Fixed broken features export since Workflow is an entity.
  405. Issue #2189761 by johnv, zengenuity, naptown: Add Rules support for Workflow Field using 'EntityDefaultRulesController', removing custom code.
  406. Issue #2019345 by johnv: Fixed workflow history is saved twice when adding transition via comment.
  407. Issue #2187151 by johnv: Added an 'Actions buttons' widget to Workflow form on Comments and Entity form for Workflow Field .
  408. Issue #2019345 by johnv: Added workflow_enable() and cleared texts.
  409. Issue #2202405 by johnv: Added Rules action 'Set a workflow field state' to workflow_rules submodule.
  410. Issue #2196587 by johnv: Fixed earlier introduced error in workflow.tokens.inc.
  411. Issue #2196587 by johnv: Fixed Notice: Undefined property: stdClass::$workflow in workflow_tokens().
  412. Issue #2200089 by johnv: Fixed PDOException: SQLSTATE[42S22] upon 'transition delete' when workflow_actions enabled.
  413. Issue #2200089 by johnv: Fixed backwards compatibility with workflow_actions.
  414. Issue #2205707 by johnv: Moved some views handlers from workflow_extensions to workflow_views.
  415. Issue #2205707 by johnv: Moved workflow_comment_edit_link field handler from workflow_extensions to workflow_views.
  416. Issue #2208675 by johnv: Fixed Unnecessary db-calls upon node_load in workflow_node.
  417. Issue #2208675 by johnv: Shorter code in workflow_state_formatter().
  418. Issue #2019345 by johnv: Use api in workflow_search_api.
  419. Issue #2168197 by johnv: Added VBO support for workflow_field, preventing assigning a state of an illegal Workflow.
  420. Issue #2206923 by Uccio: Fixed Uninstall of workflow_actions doesn't remove actions.
  421. Issue #2208971 by johnv: Fixed refresh entity_cache upon saving new workflow_node state in WorkflowTransition->execute().
  422. Issue #2209359 by 2pha, johnv: Fixed workflow_access and other workflow_submodules when $field_name is not known.
  423. Issue #2207423 by johnv: Removed double lock on workflow_actions for workflow_field.
  424. Issue #2210787 by johnv: Fixed avoid calling 'transition post' twice when workflow_actions is enabled.
  425. Issue #2207423 by johnv: Fixed hook_workflow('transition post') is now called also for workflow_field on the correct moment.
  426. Issue #0843568 by johnv: Added 'revision_id' to {workflow_node_history} when saving a transition.
  427. Issue #2207423 by johnv: Fixed hook_workflow('transition post') is now called only in workflow_actions, avoiding extra hook in other cases.
  428. Issue #2212197 by johnv: Fixed access to workflow history tab per role.
  429. Issue #2102409 by johnv: Fixed multiple workflow_fields per bundle, when saving a new entity.
  430. Issue #2207423 by johnv: Fixed workflow_actions' hook_workflow('transition post') also for non-node entities.
  431. Issue #2102409 by johnv: Fixed multiple workflow_fields per bundle, in workflow_access.
  432. Issue #2216641 by johnv: Fixed notices by workflow_access when saving a node without workflow.
  433. Issue #2216685 by Bastlynn: Fixed WSOD.
  434. Issue #2216685 by Bastlynn: Fixed WSOD, part 2.
  435. Issue #2216685 by johnv: Further cleanup and unification of workflow_node and workflow_field.
  436. Issue #2116179 by johnv: Some more isolation of type_map functions.
  437. Issue #2216685 by johnv: Further cleanup for workflow_vbo.
  438. Issue #2168197 by johnv: Separated workflow_vbo actions into own files, for less footprint and better maintainability.
  439. Issue #2218303 by johnv: Fixed error if you try to assign a state to a non-relevant node type (e.g. in workflow_vbo action).
  440. Since 7.x-2.2
  441. Fixed some problems with WorkflowConfigTransition.
  442. Fixed breadcrumbs on workflow add page.
  443. Issue #2218303 by zihong0: Fixed type in workflow_node_previous_state.
  444. Issue #2226781 by johnv: Changed Admin UI to use Entity UI.
  445. Issue #2226781 by johnv: Added message when saving states.
  446. Issue #2226451 by johnv: Streamlined code around $state->showWidget().
  447. Issue #2226451 by johnv: Removed showing workflow widget when creating a node, and only 1 state allowed.
  448. Issue #2228317 by johnv: Moved hook_user_role_insert() since it was not called when Admin UI disabled.
  449. Issue #2220065 by zihong0, johnv: Fixed workflow_access_node_access_records() is not called from node_save().
  450. Issue #2228317 by johnv: Fixed hook_user_role_insert is not called when Admin UI disabled.
  451. Issue #2228457 by johnv: Do NOT enable all roles for Transitions, upon enabling Workflow UI module.
  452. Issue #2228457 by johnv: Fixed some help texts.
  453. Issue #2228457 by johnv: Fixed menu_build should not be called in admin_ui install, and is not needed since update_7001 exists.
  454. Issue #2226781 by johnv: Removed Workfow Add form, in favour of Workflow Edit form.
  455. Issue #2128423 by johnv: Fixed small theming thingy in workflow_cleanup.pages.inc.
  456. Issue #2187321 by johnv: Added Workflow as an Exportable entity (not complete yet, but allows cloning).
  457. Issue #2226451 by johnv: Fixed workflow widget when creating a node, and only 1 state allowed: should move node to first state.
  458. Issue #2226781 by johnv: Changed Workflow Access page to use Entity UI.
  459. Issue #2226781 by johnv: Changed Workflow Clean up page to use Entity UI.
  460. Issue #2220065 by zihong0, johnv: Fixed workflow_access_node_access_records() is not called from node_save().
  461. Issue #2220065 by johnv: Fixed better filters WorkflowTransition->execute().
  462. Issue #2209359 by johnv: Fixed submitting workflow access settings, does not trigger access rebuild for workflow_field.
  463. Issue #2209359 by johnv: Fixed better UX for workflow_access pages, and removing a hook for better performance.
  464. Issue #2230833 by johnv: Fixed deleting/fetching ScheduledTransitions, when having multiple workflow_fields per node.
  465. Issue #2226781 by johnv: Fixed parameters of workflow_admin_ui_edit_form_validate().
  466. Issue #2230833 by johnv: Fixed showing ScheduledTransitions, when having multiple workflow_fields per node.
  467. Issue #2226781 by johnv: Fixed screen flow of workflow_admin_ui_edit_form().
  468. Issue #2209359 by johnv: Fixed workflow_access_node_access_records() in case of Access Rebuild of Workflow Fields.
  469. Issue #2209359 by johnv: Fixed error message in workflow_access.
  470. Issue #2019345 by johnv: Added parameter 'transition' to hook_workflow().
  471. Issue #2019345 by johnv: Added error message when setting state on non-relevant entity.
  472. Issue #2209359 by johnv: Fixed error in workflow_actions with workflow_field and workflow_access enabled.
  473. Issue #2229635 by johnv: Fixed Undefined index: entity_type in workflow_vbo_next_state_action().
  474. Issue #2231903 by johnv: Fixed usage of field_info_field_map() under D7.22.
  475. Issue #2168197 by johnv: Fixed support of VBO 'modify entity values' for workflow_field.
  476. Issue #2102409 by johnv: Removed $workflow->getWorkfowItem() c.s., which is not needed anymore.
  477. Issue #1649216 by johnv: Changed display of 'author' and 'creation' on admin pages, to avoid confusion when 'autor' role is defined.
  478. Issue #2019345 by johnv: Added error message when used workflow is deleted.
  479. Issue #2237125 by johnv: Added token 'workflow-state-age' from workflow_extensions.
  480. Issue #2237125 by johnv: Reordered functions in workflow.tokens.inc.
  481. Issue #0907442 by johnv: Fixed comment field can now be hidden, optional and (new!) required.
  482. Issue #2239189 by johnv: Fixed Anonymous author cannot set a state for new content.
  483. Issue #2019345 by johnv: Removed workflownode.inc into workflownode.module.
  484. Issue #2164081 by johnv: Some nervous code reshuffling regarding unpublished nodes.
  485. Issue #2237361 by johnv: Fixed SQL error in node_access when Anonymous Author has workflow_access rights.
  486. Issue #2240009 by johnv: Changed some code in workflow.tokens.inc, to prepare for multiple workflows per entity.
  487. Issue #2019345 by johnv: Changed WorkflowState to an Entity, too.
  488. Issue #2019345 by johnv: Added method getWorkflow() to WorkflowTransition class.
  489. Issue #2241577 by johnv: Fixed export/import Features after making WorkflowState an entity.
  490. Issue #2164081 by johnv: Removed code that hides Workflow Form on unpublished nodes.
  491. Issue #2241577 by johnv: Removed dependency on Features module. Now you can enable a workflow feature without!
  492. Issue #2217291: Added new view + view_mode 'history_tab', to create customizable tab, for multiple workflows.
  493. Issue #0443094: Fixed typo in workflow_admin_paths_alter().
  494. Issue #2241577 by preddy: Added check for existing workflow in WorkflowConfigTransition::save().
  495. Issue #2243569: Added inline documentation for usage of workflow_get_workflows_by_type with multiple workflows per node type.
  496. Issue #2243997: Added refreshed default views in workflow_views under /workflow/ path.
  497. Issue #2217291: Fixed workflow_views for installations with D7<7.22.
  498. Issue #2240009: Moved current tokens to submodule 'workflownode' to prepare for workflow_field tokens.
  499. Issue #2240009: Added better readable 'chained' tokens, re-using tokens of core objects.
  500. Issue #2237125: Removed token 'workflow-state-age' from workflow_extensions, since it is now available as a chained token.
  501. Issue #2240009: Removed dpm().
  502. Issue #2226781: Fixed error on type_map admin page for PHP5.4
  503. Issue #2226781: Fixed warnings for PHP5.4 using reset().
  504. Issue #2241577: Added machine_name to Workflow, influencing features.
  505. Issue #2240009: Removed dpm().
  506. Issue #2240009: Fixed 'chained' tokens now also workf when saving entities.
  507. Issue #2226781: Fixed new states add added at end of state list.
  508. Issue #0073412: Fixed a long-standing issue by adding a machine_name and label for Transitions! Many thanks to workflow_named_transitions.
  509. Issue #0073412: Removed hardcoded text on action buttons, since they can be set with Transition labels, now.
  510. Issue #2019345: Fixed constructor of WorkflowConfigTransition.
  511. Issue #0744272: Added new hook to allow freely definable transitions per state.
  512. Since 7.x-2.3
  513. Issue #0744272: Fixed sort order of states in Workflow Form was not according to states weight.
  514. Issue #2102409: Fixed some function (calls) did not support multiple field_names.
  515. Issue #2250403: Fixed typo in workflow_access function, leaving Admin UI only accessible for user 1.
  516. Issue #2256607 by chadhester: Added 'bundle' parameter to workflow_get_workflows_by_type().
  517. Issue #2257145 by chadhester: Fixed Empty $wid value in _workflow_get_workflow_creation_sid().
  518. Issue #2259893 by preddy: Fixed incorrectly hidden labels on Workflow Labels page.
  519. Issue #2260183: Fixed errors with Tokens.
  520. Issue #2261375: Fixed Workflow label was replaced by Workflow machine_name in version 2.3
  521. Issue #2260183: Fixed errors with Tokens with entities that existed before Workflow was added to Entity type.
  522. Issue #2265147: Fixed error in workflow_update_7011() during update.php.
  523. Issue #2266077: Added help text on workflow_cleanup page.
  524. Issue #2267115: Fixed No watchdog call when using Workflow Field.
  525. Issue #2270581: Added examples of hook_workflow_(BASE_FORM_ID_)alter() to workflow.api.php.
  526. Issue #2272121: Fixed 'Tokens' warning on page admin/reports/status.
  527. Issue #2269703: Added code to create a workflow programmatically.
  528. Issue #2272761: Fixed wsod in version 2.4-beta1, due to dpm() leftover in tokens.inc.
  529. Issue #2276149: Fixed 'wid' value in Views Export of filter 'Workflow current: Current state' in workflow_views_handler_filter_sid.
  530. Issue #2263561: Added Entity properties + tokens.
  531. Issue #2277751: Added Field Properties for workflow_field.
  532. Issue #2265615: Added Rules Action 'Set a workflow field state' for any entity.
  533. Issue #2277935: Fixed message 'Wrong call to constructor' when rebuilding permission with workflow_access enabled.
  534. Issue #2196247: Added machine_names for WorkflowStates.
  535. Issue #2217291: Removed warnings from workflow_views, when another module was rudely disabled.
  536. Issue #2279241: Fixed json_encode() error by making $workflow property protected.
  537. Issue #2279677: Fixed Notice 'Undefined property: $title in WorkflowScheduledTransition->save()'.
  538. Issue #2279967: Fixed Wrong default value for ScheduledTransition widget.
  539. Issue #2282969: Added help text on Workflows page, to tell user how to use Workflow Field.
  540. Issue #2285327: Fixed wrong function call in VBO action 'Set to next state'.
  541. Issue #2277751 by barami: Added $property['options list'] to Workflow Field.
  542. Issue #1511694 by joel_osc: Added integration of WorkflowNode with Panels.
  543. Issue #2187731 by boris sondagh: Added Panels access/selection rules based on workflow.
  544. Issue #2152435: Prepared WorkflowField Features export for better import when wid changed in target system.
  545. Issue #2287057: Fixed usage of actual $user instead of global $user for Transition.
  546. Issue #2287057: Fixed undefined variable $workflow_id in workflow.module.
  547. Issue #2283821: Fixed error in hook_update_7007() due to schema changes, when Upgrading from old D6/D7-version to 7.x-2.x.
  548. Issue #2283821: Fixed error in workflow_node, when Upgrading from old D6/D7-version to 7.x-2.x.
  549. Issue #2291411: Fixed broken link on Admin UI.
  550. Issue #2217855: Fixed fatal error in workflow_actions when ConfigTransition has invalid target_state.
  551. Issue #2187321: Fixed message when importing workflow.
  552. Issue #2296843: Added more properties and functions to entities.
  553. Issue #2296843: Added more properties and functions to entities - remove typo.
  554. Issue #2205707: Added permission for workflow_comment_edit_link field handler from workflow_extensions.
  555. Issue #2211145: Grouped workflow action buttons together with Drupal buttons ([Save], [Preview]).
  556. Issue #2283821: Fixed error in hook_update_7007() due to schema changes, when Upgrading from old D6/D7-version to 7.x-2.x.
  557. Fixed code style errors, as reported by pareview.sh and coder module.
  558. Issue #2299883: Fixed invalid WorkflowConfigTransitions created when cloning a Workflow.
  559. Issue #2299909: Removed 'delete'-link on Admin UI if Workflow is not deletable.
  560. Issue #2211145: Fixed message when only 1 Workflow Action Button avilable on form.
  561. Issue #2300497: Allow non-allowed transitions when $force is set.
  562. Issue #2296843: Added more properties and functions to entities - use them in rest of codebase.
  563. Issue #2211145: Added better performance when grouping workflow action buttons together with Drupal buttons ([Save], [Preview]).
  564. Added message on Admin pages when both WorkflowNode and WorflowField are enabled.
  565. Since 7.x-2.4
  566. Issue #2303925 by tucho: Fixed error due to typo in workflow_features_pipe_field_base_alter().
  567. Issue #2307303: Added IMPORT action to workflows, but this requires applying of patch #1967794 before it works.
  568. Issue #2249187: Fixed overwriting of State Name by machine name when importing a Workflow.
  569. Issue #2313549: Fixed workflows cannot be deleted in version 7.x-2.4
  570. Issue #2317243: Fixed notice: Undefined variable: new_sid in workflownode_tokens().
  571. Issue #2305617 by emil.virkki: Fixed Action buttons bypass Field validations.
  572. Issue #2326215 by sazcurrain: Fixed Views pagers with PostgreSQL DB.
  573. Issue #2323025: Deprecated Rules Action 'Set a Workflow Field State'.
  574. Issue #2314681: Fixed Notice: Trying to get property of non-object in _workflow_get_workflow_creation_sid()
  575. Issue #2312243: Fixed Notice: Trying to get property of non-object in _workflow_rules_workflow_get_options()
  576. Issue #2304365 by mgadrat: Fixed error in Rules 'Set workflow value' action when using Workflow Node.
  577. Issue #2323025: Reverted deprecation of Rules Action 'Set a Workflow Field State'.
  578. Issue #2323025: Updated Rules Action 'Set a Workflow Field State'.
  579. Issue #2317877: Fixed regression Fatal error: __clone method called on non-object in workflow.features.inc
  580. Issue #2331969 by LCM: Fixed available transitions for non-author in WorkflowState::getTransitions().
  581. Issue #1988990: Added translatability of Workflow Field.
  582. Issue #1988990: Added translatability of Workflow Field - execute scheduled transitions.
  583. Issue #2338547: Fixed revision_id is not set when executing a Scheduled Transitions.
  584. Issue #2323025: Fixed Rules Action 'Set a Workflow Field State' does not work.
  585. Issue #2274999: Fixing errors when creating an advanced action.
  586. Issue #2295625: Fixed Advanced Actions and VBO Actions.
  587. Issue #2072225: Added hook_help().
  588. Issue #2353955: Fixed caching in workflow_get_workflows_by_type().
  589. Issue #2354649: Reorganized submodules workflow_vbo and workflow_actions.
  590. Issue #2355085: Fixed Error "Workflow 0 cannot be loaded" when operating on node without Workflow.
  591. Issue #2355093: Fixed machine_name of '(creation)' should not be translated.
  592. Issue #2356605 by pianomansam: Fixed warnings when calling workflow_node_current_state()
  593. Issue #2371061: Fixed Notice: Undefined property: FieldCollectionItemEntity:: in WorkflowTransition->getEntity()
  594. Issue #2361051 by minorOffense: Fixed Call to undefined method EntityValueWrapper::getPropertyLanguage()
  595. Issue #2361051 by gstout: Call to undefined method EntityValueWrapper::getPropertyLanguage()
  596. Issue #2382377: Fatal error after disabling workflow_access: Call to undefined function workflow_access() in /entity/entity.module
  597. Issue #2369435: Fixed Notice: Undefined index: group in workflow_actions_trigger_info() (Line 162 of workflow_actions/workflow_actions.module)
  598. Issue #2260971: Updated documentation in workflow.api.php
  599. Issue #843568: Fixed undefined var when saving revisions.
  600. Issue #2304875: Fixed Status Report Tokens Warning when entity_token not enabled.
  601. Issue #2385439: Added Field setting to remove Workflow widget from entity edit forms.
  602. Issue #2228325: Moved documentation from Workflow_extensions module's README.txt to Workflow's README.txt
  603. Issue #2374587 by Karsa: Workflow node doesn't set the state of a newly created node
  604. Issue #2373103: Fixed Notice 'Undefined index' in list_field_formatter_view() when previewing a node.
  605. Issue #2308677: Fixed regression: 'Workflow current: Current state' is missing when creating a contextual filter
  606. Issue #2400211: Added Views support for non-node entity types
  607. Since 7.x-2.5
  608. Issue #2340011: Fixed Error "Workflow 0 cannot be loaded" when using Workflow Node and Workflow Rules
  609. Issue #2401481: Fixed error when creating a Transition, parameter values() is discarded
  610. Issue #2401493: Added $transition->getTimestamp()
  611. Issue #2401511: Renamed hook-functions in workflownode module
  612. Issue #2406175: Implemented a WorkflowTransitionForm form object
  613. Issue #1559680: Make Transitions fieldable entities -1-
  614. Issue #2406175: Uniformed creation of form_id
  615. Issue #2406175: Moved WorkfowTransitionEdit to th WorkflowTransitionForm form object
  616. Issue #2441821: Fixed wrong link
  617. Issue #2441821: Fixed error
  618. Issue #2441821: Better determination of field_name
  619. Issue #2421157: Added Block for viewing/changing a Workflow State
  620. Issue #2417193 by kaare: Added stub for undefined method WorkflowItem::delete()
  621. Issue #2430243: Fixed fragile check for entity edit mode in WorkflowTransitionForm::submitForm()
  622. Issue #2467103: State is lost when comment with Workflow Widget is submitted, and node has end-state
  623. Issue #2546152 by NancyDru: Added submodule workflow_notify.
  624. Issue #2532128 by wayaslij: EntityMetadataWrapper $property call should first check if method exists
  625. Issue #2413593 by kyoder: Fixed EntityMetadataWrapperException in workflow.tokens.inc
  626. Issue #2169859 by kyoder, BAHbKA: Problems with Workflow Access Features
  627. Issue #2373103 by chilic: Notice in Node Preview mode in list_field_formatter_view()
  628. Issue #2472501 by alan-io1: Use features_get_default in hook_features_rebuild
  629. Issue #2484325 by GuyPaddock: Error on Site installation: table Workflows doesn't exist
  630. Issue #2376557 by deetergp: Token 'comment' does not work
  631. Issue #2351299 by johnv: Prepare D8-Port: split class files
  632. Issue #2484297 by vasi, bartvig, GuyPaddock: Features import / revert broken in 2.5+
  633. Issue #2375261: Undo adding workflow to workflow_field features-export
  634. Issue #2569801 by joshf: Index {workflow_node_history}.nid
  635. Issue #2351299: Undo Prepare D8-Port: split class files
  636. Issue #2562475: Fixed Fatal PHP Error: Unsupported operand types in workflow....
  637. Issue #2506507: Workflow Node scheduled transition : PHP Fatal error when upd...
  638. Issue #2577687 by Kgaut: Fixed unclear enabling messages
  639. Issue #2372171: Database upgrade fails with Call to undefined function workfl...
  640. Issue #2587485: Fixed broken link in workflow.features.inc
  641. Issue #2571627: D8-port: D7-code improvements
  642. Issue #2600346: Enable roles for 'participate' by default on new Workflow
  643. Issue #2484431 by GuyPaddock: Do NOT automatically enable roles to participat...
  644. Issue #2502547 by djdevin, johnv: Add Entity Id to WorkflowScheduledTransition
  645. Issue #2600426: Fixed: Time of Scheduled Transition is not retrieved in Workf...
  646. Issue #2385439 by johnv: Fixed typo in code
  647. Issue #2514782 by johnv: Added Workflow field help text to Workflow widget
  648. Issue #2600808: Wrap workflow form in Fieldset
  649. Issue #2307303: Added dependency on entity module v7.x-1.6
  650. Issue #2555563 by NancyDru: Organic Groups strict access overrides Workflow A...
  651. Issue #2446811: Remove multiple workflows in workflow_access_node_access_reco...
  652. Issue #2600934 by najamfzl, johnv: Fixed PDOException: SQLSTATE[23000]: Integ...
  653. split form functions in own include file
  654. Issue #2601136: move scheduling info in own container (in WorkflowTransitionf...
  655. Issue #1559680: Make Transitions fieldable entities - add extra fields + fiel...
  656. Issue #2601240: Fixed Notice: Undefined index: id in WorkflowTransitionForm->...
  657. Issue #2601304: Fixed Error in Editing an existing WorkflowTransition
  658. Issue #2597307 by caminadaf, johnv: Fixed Workflow retrieving wrong SID on AJ...
  659. Issue #1511694 by joel_osc, bibishani, natew, dshields: Better integration of...
  660. Issue #2601304: Fixed Error in Editing an existing WorkflowTransition
  661. Issue #2581909: Change status via VBO
  662. Issue #2557905 by natanmoraes: PDOException when firing rule "Set a Workflow ...
  663. Issue #2601304: Error in Editing an existing WorkflowTransition
  664. Issue #2375261: Redo adding workflow to workflow_field features-export
  665. Issue #2578493: html_encode option values for workflow/state/transition
  666. Issue #2510958: Added css-classes to Workflow Transition Form
  667. Issue #2363521: Remove unnecessary action button in Node View page
  668. Issue #2599610 by plopesc: Schedule state change radio buttons generate confl...
  669. Issue #2545660: Make action buttons more unique
  670. Issue #2584883: [D8-port task] test all hooks
  671. Issue #2595247: Actions buttons: make code more local
  672. Issue #2600934: PDOException: SQLSTATE[23000]: Integrity constraint violation...
  673. Issue #2351299: Prepare D8-port: move forms in own file.
  674. Issue #2604914: Fatal error: Call to a member function getName() on a non-object
  675. Issue #2595247: Actions buttons: make code more local
  676. Issue #2604968: States help blocked by case switching in workflow_admin_ui_help
  677. Issue #2604246 by skek: Performance optimisation in Workflow::save()
  678. Issue #2605256 by bleedev: Unknown data property field_workflow error when de...
  679. Issue #2285983: Workflows Admin UI Broken on SQLite
  680. Issue #2581909: Change status via VBO
  681. Issue #2605822: Wrong default option when adding an entity with workflow
  682. Issue #2604048: Amend WorkflowTransition::dpm()
  683. Issue #2604246 by skek, danielmrichards: Performance optimisation for Workflo...
  684. Issue #2607150 by aronne: Workflow transitions don't respect configured permi...
  685. Issue #2607198 by heykarthikwithu: Add @return type and change @param values ...
  686. Issue #2363521: Fixed removed scheduled action button in Node View page
  687. Issue #2580543: Fixed warnings when displaying tokens
  688. Issue #318325: Add hook_widget_form_alter to workflow.api.php
  689. Issue #2607998: Warning: array_flip() appears when workflow_block is enabled
  690. Issue #2608128 by Murz: Function workflow_execute_transition() ignores timestamp of Workflow transition
  691. Issue #2608452 by mwidner: Fixed failing primary index in table
  692. Issue #2608996: Error when workflow_block on node page without workflow
  693. Since 7.x-2.6
  694. Issue #2612648: Implement WorkflowInterface
  695. Issue #2611514: Fixed Re-assigning WorkflowField when disabling state
  696. Issue #2612598: Fixed Warning: Missing argument n for workflow_notify_workflow()
  697. Issue #2613194: Show field_name in Workflow history tab
  698. Issue #2613204: Fixed WSOD when adding/editing a non-node entity with workflow_field