colin
c75ef5e044
fixed: Warnings about API changes in POE::Component::IKC::ClientLite
2017-05-09 13:37:55 -07:00
Colin Kuskie
b6196d9a77
Always return a good status from a Workflow Activity
2014-06-26 20:36:59 -07:00
Colin Kuskie
ca78e1db4e
Spectre is touchy about things that die in perl. Fix the UpdateAssetSubscribers workflow activity to catch if the group in the asset does not exist.
2012-09-16 20:51:18 -07:00
Colin Kuskie
07bd545538
Remove cookie jar files left by the HttpProxy asset. Finishes the fix for bug #12327 .
2012-04-02 18:32:13 -07:00
Colin Kuskie
b6c4adc8e0
Fix bucket name truncation in the bucket log, and don't forget to check the delta interval when summarizing.
2011-10-20 20:25:16 -07:00
Colin Kuskie
916a1eadc8
Fix a typo in the scratch variable for the last log position during PA bucketing.
2011-10-07 11:23:36 -07:00
Colin Kuskie
a9cac3bdd9
Restore remembering the count from time to time while doing PA.
2011-10-06 15:24:50 -07:00
Colin Kuskie
6ed275b133
Rework PA again to not try and sort the passiveLog. Instead, we iterate and store "last" data in a new database table.
2011-10-06 10:22:39 -07:00
Colin Kuskie
45b5370469
Allow Passive Analytics to scale to analyzing millions of log entries without nuking MySQL in the process. More thorough test cleanup.
2011-09-25 18:45:19 -07:00
Scott Walters
e2f95778ce
Two newlines before the URL breaks linking even in the default template where this value is used as the url parameter.
...
The newlines get changed to <br />'s and that stuffed into the param of an href. A URL really should just be a URL.
Or a URI. Or one of those things.
2011-09-08 14:33:59 -04:00
Colin Kuskie
68da3427c5
Don't commit an empty version tag when extending calender recurrences. Fixes bug #12240 .
2011-08-30 15:11:12 -07:00
Paul Driver
182fc16021
added WaitForUserConfirmation activity
2011-07-25 14:07:01 -05:00
Colin Kuskie
f728b22843
Do not append ;adminId to the URL stored for calendar feeds. Add upgrade code to fixing existing, broken feeds. Fixes bug #12164
2011-06-27 14:40:46 -07:00
Paul Driver
ca08cc0984
Explict failure return
2011-05-23 13:06:33 -05:00
Paul Driver
de55b02828
Durr, I are frodiwht. I are code.
2011-05-23 12:58:18 -05:00
Paul Driver
edcf276a2f
Check the return value of IKC call to spectre
2011-05-23 12:53:21 -05:00
Colin Kuskie
164852a712
Handle dates in iCal format with timezones. Clean up documentation for the icalFeed properties. Handle cases with missing uid, description, summary or location fields in the feed. Add tests to make sure that parsing one non-WebGUI iCal feed works. Fixes bug #12106 .
2011-04-25 15:53:52 -07:00
Paul Driver
ae3e49d622
Versioned Metadata
2011-02-17 14:46:50 -06:00
Colin Kuskie
8ae16ba37c
Have the Calendar iCal feed pass along the timeZone of events. Fixes bug #12030 .
...
Squashed commit of the following:
commit ce957db5311c7fb11c7d780b9f63c1b0adc17cda
Author: Colin Kuskie <colink@perldreamer.com>
Date: Mon Jan 31 19:00:23 2011 -0800
Changelog notice for the ical bugfix with timezones.
commit 24a3bc1c74b20ca6ba689641fa0187b659dc3c5e
Author: Colin Kuskie <colink@perldreamer.com>
Date: Mon Jan 31 15:32:50 2011 -0800
Transfer the time zone as one of the WebGUI specific items for the Event.
commit 36f87539ba8b090a5e5c9f1879cd40b6f6e69afc
Author: Colin Kuskie <colink@perldreamer.com>
Date: Sun Jan 30 21:18:12 2011 -0800
Refactor the code so that the Event adds itself to a calendar object, giving it access to add other things to the calendar, like a timezone definition.
commit f401966bd53b51950f1402a5a19b92b13dcc6b06
Author: Colin Kuskie <colink@perldreamer.com>
Date: Sun Jan 30 19:42:49 2011 -0800
Document which version of Data::ICal that we're now using.
commit 689522e30b26fc445da5b59b81789c0d72e157d4
Author: Colin Kuskie <colink@perldreamer.com>
Date: Sat Jan 29 14:27:25 2011 -0800
Fix a typo in the Event preventing menuTitle from being sent out. Fix issue with the menuTitle being set twice. Update the test to fix long string handling.
commit 59043eee1536e60d92f23313a33dc54da6f15122
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 19:48:16 2011 -0800
Move iCal generation over to Data::ICal. Give each event the ability to return itself as an Data::ICal::Entry::Event object.
commit eec448b38c101b599c0fb695f442012e311385fb
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 19:47:14 2011 -0800
Document new testing module. It't only required if you're doing testing.
commit 3d1e82229423834330dcdd31c0a81df986df0f32
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 17:05:09 2011 -0800
Fix setting the title in the iCal feed.
commit 458f4d2e0e1faa1cc6dcb7107040d06b51b97d36
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 13:37:52 2011 -0800
Rewrite of CalendarUpdateFeeds to use Data::ICal
commit 1a271ebc78bbe8b21a26f7a0dba61d1462922f30
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 10:49:27 2011 -0800
Begin building an ICal object for parsing the ical feeds.
2011-01-31 19:05:04 -08:00
Colin Kuskie
a083737ab3
Do not extend recurrent for events in the trash. Do not extend them in the clipboard either, since it'll either make a mess in the clipboard or pop them up on the calendar automatically. Fixes bug #11995
2011-01-03 17:24:29 -08:00
Colin Kuskie
b911f05125
Commit events created by the ExtendCalendarRecurrences workflow activity. Fixes bug #11994 .
2011-01-03 17:01:26 -08:00
Colin Kuskie
f83b489837
Do not retry bad events for extending recurrence.
2010-12-08 11:28:21 -08:00
Colin Kuskie
dd7e6016dc
Add a workflow activity that reverifies that all subscribers to a CS can still view the CS, otherwise, remove them. Hook up the workflow to the update method in Collaboriation.pm and create an instance for it if the groupIdView changes. Add tests for the activity. Add a new workflow. Update the default WebGUI.conf.
2010-11-30 15:07:49 -08:00
Scott Walters
ee80f8d011
Docpatch to Workflow / Workflow::Instance so that hopefully people have some chance of figuring out what they need to do to get this puppy to roll.
2010-10-12 13:47:22 -04:00
Colin Kuskie
ce7a7394b5
Handle assets that can't be instanciated in ExtendCalendarRecurrences. Fixes bug #11956 .
2010-11-10 08:46:08 -08:00
Paul Driver
7219e21f86
Merge branch 'fork'
2010-11-01 08:20:38 -05:00
Colin Kuskie
8b25005515
Allow Workflow activities to do cleanup when they're deleted. Fixes bug #11924 .
2010-10-26 11:44:26 -07:00
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
Paul Driver
f2e0a4f667
Rename to WebGUI::Fork
2010-10-06 08:53:40 -07:00
Paul Driver
79de38dc4a
WebGUI::BackgroundProcess (used now by AssetExport)
2010-10-06 08:53:39 -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