/[drupal]/contributions/modules/workflow/workflow.install
ViewVC logotype

Log of /contributions/modules/workflow/workflow.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 23:02:50 2009 UTC (2 months ago) by eaton
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
Migrating changes from the DRUPAL-6--1 branch to HEAD.

Revision 1.13.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 5 21:33:23 2009 UTC (5 months, 3 weeks ago) by jvandyk
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2, DRUPAL-6--1-3
Changes since 1.13.2.2: +3 -3 lines
Diff to previous 1.13.2.2 , to branch point 1.13 , to next main 1.14
#376588 by seanburlington, deekayen: fix workflow schema warning

Revision 1.13.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 02:48:33 2009 UTC (10 months, 3 weeks ago) by jvandyk
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.13.2.1: +3 -3 lines
Diff to previous 1.13.2.1 , to branch point 1.13
#353860 by NickSI, lusid: remove unneeded default value declaration from schema

Revision 1.13.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 5 17:10:00 2009 UTC (10 months, 3 weeks ago) by jvandyk
Branch: DRUPAL-6--1
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
#353798 by smoothstr: add missing table name brackets

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 31 21:25:05 2008 UTC (10 months, 3 weeks ago) by jvandyk
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Branch point for: DRUPAL-6--1
Changes since 1.12: +26 -7 lines
Diff to previous 1.12
Detect presence of autoincrement fields during update 6101 to avoid scary page of database errors if autoincrement was added by hand

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 29 20:17:51 2008 UTC (10 months, 4 weeks ago) by jvandyk
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
#339662 by bj.drupal: explicitly declare primary keys to be not null

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 29 20:07:29 2008 UTC (10 months, 4 weeks ago) by jvandyk
Branch: MAIN
Changes since 1.10: +13 -1 lines
Diff to previous 1.10
#316246 by Arricc, #344448 by kleinmp: set serial fields on workflow installations that have been upgraded from Drupal 5

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 03:13:55 2008 UTC (12 months, 4 weeks ago) by jvandyk
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC4
Changes since 1.9: +14 -2 lines
Diff to previous 1.9
#327405: add settings to control whether the workflow comment log field is displayed on node edit or workflow tab forms.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 23 02:29:01 2008 UTC (16 months ago) by jvandyk
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC2, DRUPAL-6--1-0-RC3
Changes since 1.8: +144 -38 lines
Diff to previous 1.8
now compatible with Drupal 6

Revision 1.7.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 19 01:24:06 2008 UTC (16 months, 1 week ago) by jvandyk
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-3, DRUPAL-5--2-4
Changes since 1.7.2.10: +22 -2 lines
Diff to previous 1.7.2.10 , to branch point 1.7 , to next main 1.14
#270437 by halstead: allow more than 23 roles to be selected for transition

Revision 1.7.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 17:37:07 2008 UTC (16 months, 2 weeks ago) by jvandyk
Branch: DRUPAL-5
Changes since 1.7.2.9: +18 -10 lines
Diff to previous 1.7.2.9 , to branch point 1.7
#257872 better upgrade behavior when actions module not enabled
#257884 do not display Actions link if actions module not enabled

Revision 1.7.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 6 16:50:48 2008 UTC (18 months, 3 weeks ago) by jvandyk
Branch: DRUPAL-5
Changes since 1.7.2.8: +27 -1 lines
Diff to previous 1.7.2.8 , to branch point 1.7
#254114 support triggers UI for multiple node types using a workflow
change internal op construction from workflow-$tid to
  workflow-$node->type-$tid (workflow_update_5203() converts existing)
eliminate error when editing name of workflow to which no states have yet
  been assigned
change 'node type' to 'content type' in UI
clear menu cache when workflows are changed as this affects local tasks

Revision 1.7.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 29 16:45:05 2008 UTC (18 months, 4 weeks ago) by jvandyk
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-2
Changes since 1.7.2.7: +8 -1 lines
Diff to previous 1.7.2.7 , to branch point 1.7
updated README
added a preference to display the workflow form on either the node editing form
  (which we've always had) or when adding a comment to a node
refactored nodeapi implementation into workflow_transition() so we can reuse
  code from either the nodeapi or comment hook
uninstall now deletes the two actions provided by workflow.module
  (workflow_select_given_state_action and workflow_select_next_state_action)
  from actions table if actions is enabled
only show node type/workflow assignment if a workflow has been defined

Revision 1.7.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 24 20:26:32 2008 UTC (19 months ago) by jvandyk
Branch: DRUPAL-5
Changes since 1.7.2.6: +1 -2 lines
Diff to previous 1.7.2.6 , to branch point 1.7
#250480 enable workflow hook support for any op for workflow actions
#250244 by v1nce: enable editing of state name by including status field
Display message when user displays trigger page but no transitions have
  been allowed
#250391 query should not return transition if no valid target state

Revision 1.7.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 02:46:49 2008 UTC (19 months, 1 week ago) by jvandyk
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-1
Changes since 1.7.2.5: +7 -10 lines
Diff to previous 1.7.2.5 , to branch point 1.7
coding standards cleanup; scrutiny from coder.module

Revision 1.7.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 22:35:26 2008 UTC (19 months, 1 week ago) by jvandyk
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-0
Changes since 1.7.2.4: +23 -1 lines
Diff to previous 1.7.2.4 , to branch point 1.7
#247568 by snoble: remove primary key from Postgres workflow_access table
#247617 by snoble: add stamp field to workflow_node table for Postgres
added status field to workflow_states table so deleted states are not
  deleted; they are just flagged as deleted. This preserves workflow node
  history even if a state the node has been in is deleted.
workflow tab page now themes current, regular and deleted states differently
#128874 approach by JacobSingh: reassign soon-to-be-orphaned nodes to a
  different state when a state is deleted

Revision 1.7.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 19:53:42 2008 UTC (19 months, 1 week ago) by jvandyk
Branch: DRUPAL-5
Changes since 1.7.2.3: +22 -17 lines
Diff to previous 1.7.2.3 , to branch point 1.7
added autoincrement field hid to workflow_node_history table
added force parameter to workflow_execute_transition(); disregards
  permissions when true
added advanced action: Change workflow state of post to new state

Revision 1.7.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:36:15 2008 UTC (19 months, 2 weeks ago) by jvandyk
Branch: DRUPAL-5
Changes since 1.7.2.2: +21 -12 lines
Diff to previous 1.7.2.2 , to branch point 1.7
remove code related to actions assignment; actions module provides this
remove workflow_actions table; on update datais transferred to the
  actions_assignments table, then workflow_actions is dropped

Revision 1.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 3 15:49:53 2008 UTC (19 months, 3 weeks ago) by jvandyk
Branch: DRUPAL-5
Changes since 1.7.2.1: +3 -2 lines
Diff to previous 1.7.2.1 , to branch point 1.7
#116733 by JacobSingh and others: fix state ordering on workflow tab; and code cleanup

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 2 16:44:06 2008 UTC (19 months, 3 weeks ago) by jvandyk
Branch: MAIN
Changes since 1.7: +114 -266 lines
Diff to previous 1.7
#233030 by Eaton: towards 6.x compatibility

Revision 1.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 25 15:44:29 2008 UTC (20 months ago) by jvandyk
Branch: DRUPAL-5
Changes since 1.7: +29 -14 lines
Diff to previous 1.7
#166495 by thierry_gd and emdalton: add uninstall capability to workflow and workflow_access

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 3 22:38:48 2007 UTC (2 years, 9 months ago) by mfredrickson
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-2, DRUPAL-5--1-0, DRUPAL-5--1-0-BETA-1, DRUPAL-5--1-1, DRUPAL-5--1-2
Branch point for: DRUPAL-5
Changes since 1.6: +87 -1 lines
Diff to previous 1.6
Workflow is in beta for 5.x!

Well, crack open the champagne and put your party hats on. After hours of hard work by drewish, webchick, samo, moshe, bloomaniac, jvandyk, Egon Bianchet, unleached, mr. dale, bdragon, and myself, workflow is running on Drupal 5. Special thanks to all those listed above who took the time to patch, review, critique, and otherwise move the ball towards the endzone.

Now, we're down to the final yards (can you tell the Super Bowl is tomorrow?). This is a beta release (perhaps the first of several). This means the code in unstable, buggy (read down for some known bugs), and will be changing in the immediate future. That said, this is mostly a compatibility release, so not much has changed in the code base. I am confident the full release will be out soon.

I'm putting out a call for people interested in testing this release. Please put it through it's paces. I'm especially interested in testing of:
- integration with actions (make sure APIs haven't changed in subtle ways)
- views integration (test your views, make sure they still work)
- upgrades (*** do not test on your production systems, make copies! but then see if the upgrade is successful)
- translations (these have fallen out of date. translators are very welcome to submit changes/updates)

If you want to jump right in, here's my (ever growing) list of bugs:
- when deleting a workflow, <em> is escaped into the drupal_set_message
- on workflow form, remove the label from the select list. hight current state better
- on workflow form, authorship still not checked right!
- scheduling puts extra message into logs
- scheduling is ignored and done immediately on workflow tab. :-(

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 17:40:51 2006 UTC (2 years, 10 months ago) by mfredrickson
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0, DRUPAL-4-7--1-1
Changes since 1.6.2.1: +75 -1 lines
Diff to previous 1.6.2.1 , to branch point 1.6 , to next main 1.14
Adding workflow scheduling (#90016). This feature allows priviledged users to pick a time for the state transition to occur. When cron runs, it looks for state transitions that need to be run and moves the node appropriately.

There should be no difference for users without the "schedule workflow transitions" privilege.

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 03:50:14 2006 UTC (2 years, 11 months ago) by mfredrickson
Branch: DRUPAL-4-7
Changes since 1.6: +13 -1 lines
Diff to previous 1.6
#73620 -- workflow_comment in Views, thanks Moshe and Merlin for the reviews

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 11 13:54:51 2006 UTC (3 years, 2 months ago) by jvandyk
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
update_sql does not support %s syntax

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 17 01:41:00 2006 UTC (3 years, 4 months ago) by jvandyk
Branch: MAIN
Changes since 1.4: +242 -58 lines
Diff to previous 1.4
#61703 by smk-ka: PostgreSQL support

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 14 03:04:32 2006 UTC (3 years, 6 months ago) by jvandyk
Branch: MAIN
Changes since 1.3: +17 -4 lines
Diff to previous 1.3
#57905 by merlinofchaos: add workflow tab, state history

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 18 02:34:47 2006 UTC (3 years, 7 months ago) by jvandyk
Branch: MAIN
Changes since 1.2: +8 -2 lines
Diff to previous 1.2
#54616 by rbrooks00: utf8 update

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 11 05:37:40 2006 UTC (3 years, 8 months ago) by jvandyk
Branch: MAIN
Changes since 1.1: +60 -11 lines
Diff to previous 1.1
move node state history to separate table, including #52179 by singularo

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 10 04:05:07 2006 UTC (3 years, 8 months ago) by jvandyk
Branch: MAIN
#51797 .install file by robertDouglass; also remove actions dependency

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2