Commit graph

11337 commits

Author SHA1 Message Date
Colin Kuskie
fa9a7ca87f Bucket activity now clears deltaLog based on settings.
It also logs that the log was deleted, and adds that to
the email that is sent out.
2009-03-04 13:24:23 +11:00
Colin Kuskie
266dca5af6 Add admin settings for interval and table cleanup.
Interval is used as the default in the editRuleflow page.
table cleanup works as a setting, but doesn't do anything yet.
2009-03-04 13:24:23 +11:00
Colin Kuskie
aa6367d459 Bug fixes: sticky delta time and dropped 1st entry.
Make the delta time interval sticky in the form where the
workflow is launched.  Also, fix a bug where the first line
of data is dropped because the statement handle was read
twice.
2009-03-04 13:24:23 +11:00
Colin Kuskie
92841f2bf5 Must use stringy GUIDs to compare in Summarizer. 2009-03-04 13:24:23 +11:00
Patrick Donelan
f1968c9d40 passiveLog entry should land in the first bucket that matches, not all
buckets that match.

Added help info about escaping meta-characters in regexps.
2009-03-04 13:24:23 +11:00
Colin Kuskie
bd38691cf0 Perl code for user selectable columns in the data table. 2009-03-04 13:24:23 +11:00
Colin Kuskie
efe62bae1e Let the user choose which columns get sorted in a DataTable, js changes. 2009-03-04 13:24:23 +11:00
Colin Kuskie
2bb63fa79b Log the complete URI, with query fragment. 2009-03-04 13:24:23 +11:00
Colin Kuskie
3de4e4ac87 Fix the name of the SummarizePassizeAnalytics workflow. 2009-03-04 13:24:23 +11:00
Patrick Donelan
05591d82bd Minor changes to sbin/installPassiveAnalytics.pl so that script would
run.
2009-03-04 13:24:23 +11:00
Colin Kuskie
eb844fd26e Add Passive Analytics modules, Workflow Activites, i18n and content
handler.
2009-03-04 13:24:23 +11:00
Colin Kuskie
d59cdea8a7 Add logging to the Asset Content handler. 2009-03-04 13:24:22 +11:00
Colin Kuskie
4e1f8bd5d5 Add file to install Passive Analytics in the db and config file. 2009-03-04 13:24:22 +11:00
Colin Kuskie
64ff0ad4d4 Template help and i18n for the view template. 2009-03-04 00:27:26 +00:00
Colin Kuskie
df4d6efb10 Tests for StoryArchive view variables. 2009-03-04 00:01:37 +00:00
Colin Kuskie
2f0b2638cf Handle the case when purging a story, and there's no storage location. 2009-03-03 23:50:45 +00:00
Graham Knop
dd86f8c71e preparing for 7.6.14 release 2009-03-03 20:11:30 +00:00
Graham Knop
c7f887e47a fix AdSpace, Ad tests 2009-03-03 20:11:22 +00:00
Colin Kuskie
c84e875612 Restore the original properties for the profile category that was modified for test. 2009-03-03 17:46:05 +00:00
Graham Knop
c10787e40e fix ProfileCategory test misusing the API 2009-03-03 17:40:26 +00:00
Colin Kuskie
71d7e4cb08 Fix a missing help entry in the i18n for the Search. 2009-03-03 17:25:23 +00:00
Graham Knop
d7649d3212 survey test fix 2009-03-03 17:07:53 +00:00
Brian Medley
c7db6abab0 checkpoint 2009-03-03 14:56:55 +00:00
Brian Medley
00cbaa49af checkpoint 2009-03-03 11:15:39 +00:00
Colin Kuskie
e5c56dcf70 Add JSON handling, and move code form addRevision to update. 2009-03-03 00:36:38 +00:00
Colin Kuskie
bd59ac6006 Test adding children, along with automatically adding folders. 2009-03-03 00:36:12 +00:00
Colin Kuskie
02dc71055b Story code. Added validParent, storage location code. 2009-03-02 20:20:43 +00:00
Colin Kuskie
3049a3cce3 Fix POD/whitespace issues. 2009-03-02 17:48:06 +00:00
Colin Kuskie
716ef998a7 Add methods for creating and getting date specific folders below the Archive for
holding stories.  With tests.
Code for the approval workflow for stories.
2009-03-02 16:49:26 +00:00
Colin Kuskie
b1add0ebdf Add column for approval workflow. 2009-03-02 16:44:07 +00:00
Yung Han Khoe
8a06e67b83 added edit link to matrix listing view 2009-03-02 09:54:22 +00:00
David Delikat
1869017ff3 first success 2009-02-28 20:17:32 +00:00
Yung Han Khoe
b7037dc7f9 matrix bugfixes 2009-02-28 01:49:03 +00:00
Colin Kuskie
2ce2155321 test canPostStories method 2009-02-28 00:56:38 +00:00
Colin Kuskie
2345c6a2d1 Test Skeletons for Story Archive and Topic Wobjects. 2009-02-27 23:48:28 +00:00
Colin Kuskie
5009c96c32 Modify default config file.
Upgrade script adds Story Manager assets to site config files.
2009-02-27 22:25:47 +00:00
Colin Kuskie
b20f4b4a08 Story Topic skeleton code. 2009-02-27 22:14:30 +00:00
Colin Kuskie
8397b96ef8 Pick up some missing dependencies. 2009-02-27 22:14:05 +00:00
Yung Han Khoe
c4376366f3 fixing matrix compare results 2009-02-27 21:53:24 +00:00
Colin Kuskie
802a275bb0 Skeletal code for Story Archive. 2009-02-27 21:35:33 +00:00
Colin Kuskie
1fc14a0cd3 Add a missing i18n tag for assetName. 2009-02-27 21:03:28 +00:00
Colin Kuskie
daf6c7bd92 Clean up autoGenerateForms in definition. 2009-02-27 20:56:26 +00:00
Colin Kuskie
4085c246b1 Skeletal code for Story Asset. i18n as well. 2009-02-27 20:52:26 +00:00
Colin Kuskie
49f5702aa8 Add Story Manager tables. 2009-02-27 19:23:44 +00:00
Colin Kuskie
444ff307e0 And another one. 2009-02-27 19:23:18 +00:00
Colin Kuskie
46a3620daf missed a revision in the last merge 2009-02-27 19:22:58 +00:00
Kaleb Murphy
31341e5701 removing surveybundle 2009-02-27 18:40:05 +00:00
Kaleb Murphy
91b49f96b0 removing trace 2009-02-27 18:39:38 +00:00
Yung Han Khoe
84ec460c27 matrix compare screen fix 2009-02-27 15:20:06 +00:00
Yung Han Khoe
45a724f761 fixing combo/select boxes on Matrix search and edit listing screens 2009-02-27 14:17:09 +00:00