/[drupal]/contributions/modules/workflow/README.txt
ViewVC logotype

Log of /contributions/modules/workflow/README.txt

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


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

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 16:09:40 2008 UTC (15 months, 3 weeks ago) by jvandyk
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC2, DRUPAL-6--1-0-RC3, DRUPAL-6--1-0-RC4, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
correcting README

Revision 1.8 - (view) (download) (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
Changes since 1.7: +11 -18 lines
Diff to previous 1.7
now compatible with Drupal 6

Revision 1.6.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Apr 29 16:45:05 2008 UTC (18 months, 3 weeks ago) by jvandyk
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-2, DRUPAL-5--2-3, DRUPAL-5--2-4
Changes since 1.6.2.1: +35 -41 lines
Diff to previous 1.6.2.1 , to branch point 1.6 , to next main 1.9
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 - (view) (download) (annotate) - [select for diffs]
Wed Apr 2 16:44:06 2008 UTC (19 months, 3 weeks ago) by jvandyk
Branch: MAIN
Changes since 1.6: +16 -15 lines
Diff to previous 1.6
#233030 by Eaton: towards 6.x compatibility

Revision 1.6.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Apr 26 16:02:17 2007 UTC (2 years, 6 months ago) by mfredrickson
Branch: DRUPAL-5
CVS Tags: DRUPAL-4-7--1-2, DRUPAL-5--1-1, DRUPAL-5--1-2, DRUPAL-5--2-0, DRUPAL-5--2-1
Changes since 1.6: +31 -1 lines
Diff to previous 1.6
Adding the workflow_access module.

Many thanks to Gabor Hojtsy for upgrading it to 5.x. Thanks also to Earl Miles for the original workflow_access and the na_arbitrator (and later core patches).

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Feb 3 22:38:48 2007 UTC (2 years, 9 months ago) by mfredrickson
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-BETA-1
Branch point for: DRUPAL-5
Changes since 1.5: +9 -5 lines
Diff to previous 1.5
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.5.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 17:50:09 2007 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.5: +73 -60 lines
Diff to previous 1.5 , to next main 1.9
Updated the README to include information on scheduling.

Provided a quick fix to prevent scheduling between creation and other states.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Mar 10 04:05:06 2006 UTC (3 years, 8 months ago) by jvandyk
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.4: +6 -23 lines
Diff to previous 1.4
#51797 .install file by robertDouglass; also remove actions dependency

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Jan 24 21:57:28 2006 UTC (3 years, 10 months ago) by jvandyk
Branch: MAIN
Changes since 1.3: +1 -6 lines
Diff to previous 1.3
UTF-8 workflow.mysql

Revision 1.1.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 02:15:09 2006 UTC (3 years, 10 months ago) by jvandyk
Branch: DRUPAL-4-5
Changes since 1.1.2.1: +5 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1 , to next main 1.9
fix #34223 don't return string from nodeapi call

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Nov 3 21:19:30 2005 UTC (4 years ago) by jvandyk
Branch: MAIN
Changes since 1.2: +27 -18 lines
Diff to previous 1.2
compliant with new forms api for 4.7
incorporated Alex Reisner's changes #31743

Revision 1.1.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 18 05:09:26 2005 UTC (4 years, 10 months ago) by jvandyk
Branch: DRUPAL-4-5
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
updated to work with actions.module

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jan 18 04:47:53 2005 UTC (4 years, 10 months ago) by jvandyk
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
updated to support actions.module

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 23:07:49 2005 UTC (4 years, 10 months ago) by jvandyk
Branch: MAIN
Branch point for: DRUPAL-4-5
initial release

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