Commit graph

369 commits

Author SHA1 Message Date
Colin Kuskie
3ad69de404 Template the emails sent out during content approval. Includes new template, i18n, Help docs upgrade sub and code. Fixes bug #11901. 2010-10-18 13:53:33 -07:00
Colin Kuskie
a614d4f230 '' is no longer a special value for Workflow Activities, that will cause them to pull their defaultValue. Instead, only undef will do that. Fixes bug #11900 2010-10-12 10:50:26 -07:00
Colin Kuskie
5dde317480 getTTL is an object method, it requires an object. 2010-09-28 20:55:39 -07:00
Colin Kuskie
8ecf297931 use the getTTL method to find the time to pause running a Workflow. 2010-09-24 08:16:58 -07:00
Paul Driver
890a94d3d5 Stop realtime run on deleted wf instances 2010-08-13 13:51:08 -07:00
Colin Kuskie
8d61e5c3d6 When a version tag is approved or denied, run spectre right now. Fixes bug #11671. 2010-06-28 14:04:46 -07:00
Colin Kuskie
6c3369d0cb Revert "use temp config file for testing"
This reverts commit 9b725c6d42.
2010-06-14 15:19:54 -07:00
Colin Kuskie
6d2d950f52 Fix the delete expired events workflow (again). Fixes bug #11619 2010-06-09 11:28:00 -07:00
Colin Kuskie
30e869b66d Better cleanup of Inbox messages. Encapsulate all SQL in Inbox/Message. Fix workflow. Upgrade script to cleanup state table. Fixes bug #11595. 2010-06-07 10:44:12 -07:00
Doug Bell
247c607393 fixes for weaken and iterator 2010-06-01 19:37:53 -05:00
Doug Bell
2c75ab27e6 migrate to getLineageIterator to save memory 2010-06-01 16:23:49 -05:00
Colin Kuskie
ac3255e0c6 More workflows that need to obey the TTL. 2010-05-23 19:12:57 -07:00
Colin Kuskie
ca1f5e1c86 ArchiveOldStories activity has to obey the TTL for activities. 2010-05-23 19:04:10 -07:00
khenn
cdc2ea2547 forgot to save a bug fix 2010-05-13 17:21:08 -05:00
khenn
b0c7c1162d Added sendNotification flag to WebGUI::Friends::rejectAddRequest. Added setting which supresses friend rejection notices from the inbox. 2010-05-13 17:15:41 -05:00
Colin Kuskie
55d55b4eee Install better error handling code into RequestApprovalForVersionTag. Do not generate leading commas in workflow instance scratch data. 2010-05-11 16:21:32 -07:00
Patrick Donelan
0fcc57a09e Removing "use warnings" 2010-04-08 17:53:55 -04:00
Paul Driver
c356a7acc6 DateTime::Event::ICal in Calendar, workflow to extend recurrence 2010-04-05 17:08:11 -07:00
Colin Kuskie
1df580f13f Fix #11511. URLs in version tag approval emails should be links. 2010-04-05 11:05:42 -07:00
Colin Kuskie
17067470e9 Fix this completely broken Workflow Activity. 2010-03-03 20:50:08 -08:00
Doug Bell
7532c43d46 fix 11445 NotifyAboutUsers sends infinite e-mails 2010-02-27 15:18:15 -06:00
Colin Kuskie
fbfe6387c4 More email queueing. 2010-02-24 09:59:30 -08:00
Colin Kuskie
a21783304e Route all emails through the mailQueue to prevent dropped emails. 2010-02-24 09:58:39 -08:00
Colin Kuskie
29b0d490b9 Make PurgeOldTrash respect the workflow activity TTL. 2010-02-22 20:47:17 -08:00
Colin Kuskie
a63a70b8bd When a cron job is disabled, delete it from spectre's queue, but do not re-add it. Fixes bug #11422 2010-02-22 14:58:54 -08:00
Colin Kuskie
e4da19bcc3 Show sku instead of short description. 2010-01-21 12:02:17 -08:00
Colin Kuskie
ba91560a96 Fix Notify About Low Stock email to be more user friendly. Fixes bug #11364. 2010-01-21 11:56:01 -08:00
Colin Kuskie
47276ce4ad Fix exception handling by the NotifyAboutLowStock workflow activity. Fixes bug #11343. 2010-01-12 11:07:43 -08:00
Martin Kamerbeek
e88b0ca0d7 Adding VIES recheck workflow and tests. 2009-12-15 22:59:54 +01:00
Colin Kuskie
af20594535 Fix looping construct in NotifyAboutLowStock activity. Fix tests. 2009-12-08 21:24:20 -08:00
Colin Kuskie
c845849da0 Fix bug #11286: Tell the difference between end of Workflow, and unable to load WorkflowActivity.
Tests are added for new methods.  The changes to Workflow::Instance->run are peripherally
tested in Workflow Activity tests.
2009-12-07 13:07:46 -08:00
Colin Kuskie
dd897f50ec Fix bad usage of quoteAndJoin in CleanLoginHistory. There's no other place where this happens. Fixes bug #11263 2009-11-23 10:53:27 -08:00
Colin Kuskie
579d3b1df7 Remove bad symlinks. 2009-11-08 20:55:20 -08:00
Colin Kuskie
8568323ec0 Fix syntax errors. 2009-11-08 20:50:36 -08:00
daviddelikat
45c90f7be2 lots of work... 2009-11-07 04:52:34 -06:00
daviddelikat
707215cf3f recover lost work from git 2009-11-06 11:05:59 -06:00
daviddelikat
1e18313c81 Merge branch 'master' of git@github.com:plainblack/webgui
Conflicts:

	lib/WebGUI/Asset/EMSSubmission.pm
	lib/WebGUI/Asset/EMSSubmissionForm.pm
	lib/WebGUI/Asset/Wobject/EventManagementSystem.pm
	lib/WebGUI/Workflow/Activity/CleanupEMSSubmissions.pm
	lib/WebGUI/i18n/English/Asset_EMSSubmission.pm
	lib/WebGUI/i18n/English/Asset_EMSSubmissionForm.pm
	lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm
	t/lib/WebGUI/Test/Activity.pm
2009-11-06 10:30:02 -06:00
daviddelikat
9c2980404f making tests work 2009-11-06 09:22:03 -06:00
Colin Kuskie
3c985a5eed Finish reverting EMS Submissions.
This reverts commit aab3a74026.
2009-11-05 17:03:28 -08:00
Colin Kuskie
40cec4b855 Fix bad EMS Submissions merging. 2009-11-04 21:49:30 -08:00
daviddelikat
6b24783385 all tests pass, manual testing passes 2009-11-04 09:41:24 -06:00
daviddelikat
c8b97d83fe more wokr all around 2009-11-02 09:01:44 -06:00
daviddelikat
10ddac6c58 lots of work... 2009-10-31 09:41:56 -05:00
daviddelikat
d0307d99c1 Merge branch 'master' of git@github.com:plainblack/webgui 2009-10-29 09:07:03 -05:00
Colin Kuskie
a1c1cd47d8 Fix broken i18n in the PayoutVendors workflow. 2009-10-29 12:44:45 -07:00
JT Smith
9c21429b39 Fixed an error being thrown by the CalendarUpdateFeeds workflow activity. 2009-10-29 13:17:16 -05:00
daviddelikat
debcdd08a5 initial coding on activities
lots of debugging
2009-10-29 09:05:42 -05:00
daviddelikat
945017d762 Merge branch 'master' of git@github.com:plainblack/webgui 2009-10-23 05:07:49 -05:00
JT Smith
a2264ab799 Merge branch 'master' of github.com:plainblack/webgui 2009-10-20 11:05:50 -05:00
JT Smith
d87d766856 added scheduled vendor payouts workflow activity 2009-10-20 11:04:03 -05:00