colin
c75ef5e044
fixed: Warnings about API changes in POE::Component::IKC::ClientLite
2017-05-09 13:37:55 -07:00
Colin Kuskie
232e435ccd
I18n some AdminConsole titles.
2009-06-20 01:11:59 +00:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Colin Kuskie
8cee4f745a
Fix a typo typo in the Operation/Workflow POD.
2009-01-15 17:46:39 +00:00
Colin Kuskie
b2f641e723
refix the Workflow bug the correct way
2008-11-17 03:05:41 +00:00
Colin Kuskie
4e91f3d500
Trap trying to instance bad workflow activities.
...
Remove the ProcessRecurringPayments activity from the user's config.
2008-11-17 02:51:41 +00:00
JT Smith
ef120fb06b
Added isVisitor, isAdmin, and isRegistered methods to User object instead
...
of hard coding checks everywhere with group ids. And updated the code base
to match.
2008-09-16 22:32:36 +00:00
JT Smith
01d9af6222
The concept of "realtime" workflow has been eliminated. Instead all workflows are now realtime (synchronous), and roll over to be asynchronous if they cannot complete succesfully and immediately.
2008-05-03 05:38:13 +00:00
Graham Knop
9ed284beec
use UTF8 JSON encoding and decoding universally
...
fixed: Import/Export of packages with international text is broken
2008-04-01 14:42:20 +00:00
JT Smith
93b5ca16e4
updating copyright year
2008-02-07 23:28:18 +00:00
JT Smith
34fd8c9245
updated webgui to run with Config::JSON 2.04
2008-01-25 05:10:33 +00:00
JT Smith
1b4022205a
converted workflow system to use WebGUI::Pluggable
2008-01-04 19:15:13 +00:00
Graham Knop
3b16243ba7
restore show running workflows ability for when spectre not running
2007-10-10 15:47:17 +00:00
Graham Knop
5a07fbef4c
More spectre IP fixes
2007-09-07 17:37:23 +00:00
Doug Bell
10e5e90668
fix: workflow helpers and form helpers now use UNIVERSAL->can instead of evil evals
2007-07-26 20:40:38 +00:00
Doug Bell
58ac54b81d
add: Ability to specify which group can use individual admin console items
2007-07-26 06:56:38 +00:00
JT Smith
f6cab15bd0
removed help links that are referring to help that has been moved to the wiki
2007-07-26 04:53:14 +00:00
JT Smith
0d145e6d91
- api: Form Controls and Workflow Activities may now include web based helper
...
subroutines directly in their files. See
WebGUI::Operation::FormHelpers::www_formHelper and
WebGUI::Operation::Workflow::www_activityHelper for details.
2007-07-05 02:31:46 +00:00
JT Smith
a7dde82421
updated copyright
2007-07-01 16:09:42 +00:00
James Tolley
60eeebdba9
spectre/workflows/priorities RFE
2007-06-26 23:48:41 +00:00
JT Smith
3259da6750
- Added a realtime workflow option for content publishing.
...
- Added switches to auto request commit operations and skip adding comments.
2007-05-30 16:07:43 +00:00
Colin Kuskie
133f2010ab
isSingleton was not ever in the editSave form for the Workflow!
2007-04-02 04:56:50 +00:00
Frank Dillon
24e6111bf0
fixed corner case which causes edit page not to load if an activity is undefined or cannot be defined.
2007-01-20 14:15:49 +00:00
Roy Johnson
9c8399d93b
fix: Activity list expands outside of edit workflow screen
2006-11-07 21:23:19 +00:00
JT Smith
90cb569bb5
- fix: deleting workflows did not delete related instances and crons
...
- Added a "run" link to the scheduler and the running workflows listings to
aid in debugging workflow errors.
- fix: profile fields not validated by WebGUI::User
2006-09-15 06:08:30 +00:00
JT Smith
07301c12bd
few more bug fixes and preparing for 7.0.3 release
2006-07-26 20:05:43 +00:00
JT Smith
1440fec057
- Made changes to spectre to handle finished workflows better.
2006-07-12 20:21:10 +00:00
Wouter van Oijen
2d9565775f
POD fixes and removing debug output
2006-07-11 09:05:22 +00:00
Colin Kuskie
bc3054c56d
documentation for adding and editing workflows
2006-07-01 02:59:07 +00:00
Colin Kuskie
1d9151e68b
documentation for the show running workflows screen
2006-07-01 02:24:36 +00:00
Colin Kuskie
6721913320
beginning of overall workflow documentation
2006-07-01 01:56:13 +00:00
JT Smith
21fedb9051
added a classname form control for validating classnames and do taint checking
2006-05-10 23:01:15 +00:00
JT Smith
f0bb16fb0b
added a screen for displaying the status of running workflows
2006-04-30 18:54:05 +00:00
JT Smith
149789c11e
[ 1474390 ] delete workflow fails
2006-04-28 19:14:13 +00:00
JT Smith
5635534b4c
added a test to spectre at startup to make sure it can connect to each webgui site
...
added a spectre ping function which will be useful for monitoring services like nagios and the wremonitor
removed references to the old theme systemm
2006-04-28 15:23:34 +00:00
JT Smith
b43cb6aaeb
changed the old isSerial to isSingleton and created a new isSerial that would do what you'd expect
2006-04-22 21:59:15 +00:00
JT Smith
1c6fddb206
lots of litlte bug fixes and tweaks
2006-04-20 19:02:11 +00:00
JT Smith
1b2c824a9c
added save buttons at the top of HTML forms
2006-04-07 04:37:20 +00:00
JT Smith
350f3908e6
fixed a capitalization problem
2006-03-31 16:10:34 +00:00
JT Smith
bf1a0ad11e
more workflow bugfixes
2006-03-31 02:51:37 +00:00
JT Smith
bad8616f08
more workflow bug fixes
2006-03-30 16:37:57 +00:00
JT Smith
70c501f8f2
can now move workflow activities up and down within a workflow
2006-03-24 19:43:58 +00:00
JT Smith
985417afd3
a bunch of bug fixes and tweaks related to workflow/versioning
2006-03-23 16:56:08 +00:00
JT Smith
3931d8dcd2
a bunch of bug fixes and ease of use modifications for workflow/versioning
2006-03-20 21:07:26 +00:00
JT Smith
0ee2d2ad66
more workflow bug fixes
2006-03-19 22:26:46 +00:00
JT Smith
ccf1b3633f
workflows now run, but with errors, must fix that next
2006-03-18 17:40:49 +00:00
JT Smith
3c1a42eeff
a little closer
2006-03-18 03:04:19 +00:00
JT Smith
11cc18a5c3
mostly working workflow
2006-03-17 23:13:27 +00:00
JT Smith
726f7c61af
fixing some problems with the workflow editor
2006-03-15 04:50:34 +00:00
JT Smith
103969816e
removed start/end dates from assets in favor of workflows that can do the same thing only better
2006-03-01 18:02:36 +00:00