Commit graph

200 commits

Author SHA1 Message Date
JT Smith
5fb4807edc merging commerce branch back into head 2008-04-20 18:08:26 +00:00
Chris Nehren
684ce5a7ca The export system has been completely rewritten to be less monolithic and
easier to understand. It's also got a fully rewritten test suite (145 and
counting). It uses Path::Class for much of its work, which is now a requirement
for wG.
2008-04-16 22:16:11 +00:00
JT Smith
02c24aa44a fixed more c2 bugs
added a workflow activity that removes EMS items from the cart if they've been in there too long
2008-04-09 22:48:15 +00:00
JT Smith
3f283d7df5 fix: Syntax error in GetCsMail 2008-04-04 00:46:57 +00:00
Graham Knop
b6d66e6daf typo 2008-04-03 14:53:39 +00:00
Graham Knop
357b2b3c5c improved behavior of CS mail message filtering 2008-04-01 14:42:42 +00:00
Graham Knop
9ed284beec use UTF8 JSON encoding and decoding universally
fixed: Import/Export of packages with international text is broken
2008-04-01 14:42:20 +00:00
Graham Knop
16f541276e fixed: Unable to communicate with Spectre under alternate locales 2008-03-28 23:49:01 +00:00
Graham Knop
b65defdf03 fixed: Syndicated Content URLs using macros not updated by caching workflow 2008-03-25 20:53:03 +00:00
JT Smith
e4d76f0b3b very close to having ship driver management working 2008-03-08 00:11:09 +00:00
Colin Kuskie
b1990836d0 Refactor out the getEditForm code from WebGUI::Workflow::Activity and
put it into HTMLForm.  Now HTMLForm can generate dynamic, definition
based forms for WebGUI.
2008-02-24 04:04:36 +00:00
Doug Bell
4b82481594 changed User.t and Group.t to use a less used ip address to make tests pass on my network that uses 192.168.0.0/16\
fixed a logic bug in WebGUI/Workflow/Cron
2008-02-18 06:08:16 +00:00
JT Smith
e40881c861 additional health check 2008-02-15 21:26:56 +00:00
JT Smith
1f5e3ffcad faulty ref check 2008-02-15 18:05:49 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
Doug Bell
0a17df8174 fixed problem with JSON sanity checking 2008-02-01 17:48:43 +00:00
Colin Kuskie
63668be0d0 Alter Workflow::Instance and Cron to return empty hashrefs instead
of undef.
Fix JSON handling in Commerce::Transaction->shippingOptions.  This probably isn't a problem
now since it is never called as an accessor.
2008-01-31 05:34:12 +00:00
Colin Kuskie
ada1a76b87 Make same change as in Workflow::Cron in Workflow::Instance. 2008-01-31 05:00:31 +00:00
Colin Kuskie
e491447ed9 Fix JSON handling in WebGUI::Workflow::Cron.
There's gonna be a whole bunch of these, since JSON throws
an exception unless you pass it something that looks like
valid JSON.
2008-01-31 04:49:59 +00:00
Graham Knop
d9b9573caa fix CalendarUpdateFeeds causing warnings in logs 2008-01-30 23:21:08 +00:00
JT Smith
34fd8c9245 updated webgui to run with Config::JSON 2.04 2008-01-25 05:10:33 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +00:00
JT Smith
1b4022205a converted workflow system to use WebGUI::Pluggable 2008-01-04 19:15:13 +00:00
Colin Kuskie
52132e61f4 Using a lexical loop variable inside recurseFileSystem. 2007-12-05 04:26:37 +00:00
Colin Kuskie
96178fd70c first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead 2007-12-05 00:30:43 +00:00
Graham Knop
8b23a6e7cf fix backslash doubling on ical import 2007-11-07 18:53:40 +00:00
Doug Bell
587443b801 add: Friends network 2007-10-22 19:42:11 +00:00
Graham Knop
ac5675cf18 workflow activitied pick up new default values 2007-10-16 20:55:53 +00:00
Graham Knop
b13762d391 improve workflow activity skeleton 2007-10-16 15:12:57 +00:00
JT Smith
458167b34c oops, forgot to remove reference to dateUpdated 2007-10-10 18:43:25 +00:00
Graham Knop
50cf668f48 More LDAP fixes 2007-10-09 21:37:47 +00:00
Graham Knop
792109761b oops 2007-10-05 21:07:48 +00:00
Graham Knop
9167097d11 better regex matchnig behavior 2007-10-05 19:57:38 +00:00
JT Smith
7ccaa371ed fix: purging old asset revisions on large sites never completes 2007-10-01 17:53:50 +00:00
Doug Bell
ca852b583a fix: bug that did not allow calendar update feeds workflow activity to complete 2007-09-28 08:37:08 +00:00
Graham Knop
4172e78133 import recurrence from ical feeds 2007-09-27 08:10:05 +00:00
Graham Knop
aec48fa227 fix newsletter containing duplicate threads 2007-09-26 09:44:59 +00:00
Yung Han Khoe
eaf73a976e fix: Newsletter contains trashed threads 2007-09-20 12:52:45 +00:00
JT Smith
7f87da35f6 fix: workflow engine reporting "error" in status screen even when it's
"waiting"
2007-09-20 00:17:03 +00:00
Frank Dillon
a4ed315b32 Lots of bug fixes. Anonymous syncs now work 2007-09-07 21:40:45 +00:00
JT Smith
1e9e4d810f fix: purge old asset revisions could purge the most recent revision if the
database had some referential integrity probems
2007-07-30 18:41:39 +00:00
JT Smith
884953607c - fix: A bug where it was possible to delete a system page if it were made
the child of a non-system page that you had edit rights to.
 - api: Added a unified contraints system for the file and image assets.
- fixed several problems with the new attachments control, setup, and tempspace
2007-07-26 16:08:27 +00:00
James Tolley
e1de42261d workflow activity to notify admins of old version tags; start thread group in CS 2007-07-09 20:02:09 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Graham Knop
3f3fc5dd8f Don't fail on importing iCal events with invalid timezones 2007-06-27 15:18:49 +00:00
Graham Knop
47649c4401 fix: Calendar Event import ignores time zone 2007-06-27 12:37:11 +00:00
Colin Kuskie
4de39b7fe5 forward port of getAllInstances fixes, so that it never returns undef but logs warnings instead 2007-06-22 17:55:25 +00:00
Colin Kuskie
fa74d270b1 use max(sequenceNumber) instead of count(*) to prevent any future sequenceNumber clashes 2007-06-20 05:01:44 +00:00
JT Smith
9248570f79 Added Newsletter Asset (Funded by United Knowledge) 2007-06-16 19:33:12 +00:00
Colin Kuskie
016b8a72b8 add missing use line 2007-05-30 21:31:11 +00:00