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
9f2db435ba
prevent Workflow from trying to run an activity if it didn't get an object
2009-09-09 01:16:49 -05: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
Colin Kuskie
c30614bdf6
Forward porting fixes for iCal escaping and unescaping, and line wrapping.
2009-07-01 22:18:57 +00:00
Colin Kuskie
755d7909a5
Fix iCal processing in the Calendar module and workflow. Errors with
...
generation and processing.
2009-06-30 15:43:40 +00:00
JT Smith
7961ff0cac
Stats now send over SSL rather than straight HTTP.
2009-05-26 21:33:53 +00:00
Colin Kuskie
1e52f21fcb
Fix errors in the getInstancesForObject and code that used it.
2009-05-21 15:20:25 +00:00
Colin Kuskie
c6a0abe8c1
Remove a duplicate subroutine and some syntax problems.
2009-05-21 15:13:26 +00:00
Graham Knop
8b86d56ec0
added: Activate, Deactivate, Delete User workflow activities
2009-05-21 14:49:28 +00:00
Graham Knop
edf1794a33
some additional methods on WebGUI::Workflow::Instance
2009-05-21 14:49:19 +00:00
JT Smith
716bc78db9
typo causing data to not send
2009-05-14 20:28:43 +00:00
JT Smith
b6da052e08
- Added the WebGUI stats system, which will allow site admins to submit
...
information about their site to a central repository on webgui.org which
help the developers make WebGUI better.
2009-05-14 19:42:37 +00:00
Stephen Opal
cb5207c268
Add retain last login yesNo option. If configured to retain, workflow will determine if
...
the last login would be removed from the login history and will skip deleting that entry.
2009-05-13 17:14:09 +00:00
Graham Knop
121d3683e2
fix Thingy Record expiry workflow activity
2009-05-07 15:42:58 +00:00
Doug Bell
bc2ed6a3c1
added #9289 : Extending the "Request Approval For Version Tag" activity (Bernd Kalbfuß-Zimmermann)
2009-04-30 18:02:25 +00:00
Colin Kuskie
19f703dc9b
Merge with HEAD, 10472
2009-04-24 17:12:17 +00:00