Log of /contributions/modules/workflow/README.txt
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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. :-(
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.