Commit graph

363 commits

Author SHA1 Message Date
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
Patrick Donelan
e4b18757d8 Fixes bug in ExpireIncompleteSurveyResponses
Use a left outer join on userProfileData so that the workflow processes
responses for users that have been deleted
2009-10-20 16:50:00 +11:00
daviddelikat
9805541a6e Merge branch 'master' of git@github.com:plainblack/webgui 2009-10-19 22:09:13 -05:00
daviddelikat
3ed18c775b setting aside test for a bit to do some coding 2009-10-06 00:18:27 -05:00
Graham Knop
60a4a9b140 mark $session->datetime->time as deprecated and remove its use from core code 2009-10-05 20:56:37 -05:00
daviddelikat
f26d9f4570 Merge branch 'master' of git@github.com:plainblack/webgui
Conflicts:

	docs/upgrades/upgrade_7.8.0-7.8.1.pl
2009-10-05 09:13:21 -05:00
daviddelikat
209732287e various changes 2009-10-03 11:19:50 -05:00