Commit graph

269 commits

Author SHA1 Message Date
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
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
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
daviddelikat
55954fed5f initial revisions of most files... 2009-09-30 07:07:03 -05:00
Patrick Donelan
549f9ce650 Fix bugs in ExpireIncompleteSurveyResponses Workflow
Need to join on revisionDate otherwise one email per Survey revision
will be sent. (Added explicit test for this)

Some standard template vars were also missing - username and userId.

(forward-port from webgui-7.7)
2009-09-25 14:13:15 +10:00
Colin Kuskie
b57dff3e3e Fix a bad template variable in SendNewletters workflow activity, bug #10953 2009-09-14 18:58:10 -07:00
Colin Kuskie
229aaaa270 Fix POD, remove dead code, use correct TTL in SendNewsletters. 2009-09-11 13:08:47 -07:00
Colin Kuskie
785523f0b0 remove dead code from NotifyAboutThing. 2009-09-11 12:49:42 -07:00
Graham Knop
6f3980a9c9 fixed #10838: Forwarded forum post email to new CS adds reply to original thread 2009-09-01 22:40:08 +00:00
Colin Kuskie
22d462166f Move Calendar feeds into the Calendar Asset table as JSON collateral.
Update tests and workflows to follow.
2009-08-26 22:14:04 +00:00
Patrick Donelan
808a558ec8 Minor bug fix for ExpireIncompleteSurveyResponses
Removed unnecessary sql clause from ExpireIncompleteSurveyResponses
workflow activity
2009-08-17 10:10:48 +00:00
Colin Kuskie
072aee2f38 Remove debug code from RemoveOldCarts workflow. 2009-08-10 15:24:13 +00:00
Patrick Donelan
146373937d Fixed two new Survey bugs
* Survey response startDate stored twice
startDate was being stored both in a column in Survey_response and also inside the
serialised responseJSON. Consolidated to column and moved startDate methods to
Survey.pm where they are actually used. Was not causing errors because both copies
were initialised to "now" at response creation time, and then never changed (this is also
why we don't need any repair code to fix existing survey repsonses in the wild).

* Survey ExpireIncompleteSurveyResponses Workflow Activity not enabled
The only time you'd actually want to modify startDate is when you're trying to simulate
response expiry in test code, which is why I found the above bug when I was writing the
missing test suite for ExpireIncompleteSurveyResponses. Along with test suite, added
upgrade code to enable workflow activity and add it  to the Daily Maintenance Tasks
workflow. Also made minor fixes to the workflow activity, such as making sure it uses
the correct isComplete code.
2009-08-07 01:08:39 +00:00
Colin Kuskie
2892aedf71 Forward porting iCal end day date math fix. 2009-08-03 23:06:14 +00:00
Colin Kuskie
aa65b6ca22 Fix a common misspelling of the word definition, in POD. 2009-07-10 21:04:41 +00:00