Commit graph

134 commits

Author SHA1 Message Date
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +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
Colin Kuskie
52132e61f4 Using a lexical loop variable inside recurseFileSystem. 2007-12-05 04:26:37 +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
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
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
JT Smith
9248570f79 Added Newsletter Asset (Funded by United Knowledge) 2007-06-16 19:33:12 +00:00
JT Smith
e388e52f92 preparing for 7.3.18 bugfix cycle
fixed rejected cs mail problem
2007-05-14 21:21:09 +00:00
JT Smith
159badc849 fix: raw message in post is an array instead of a scalar 2007-05-09 15:24:45 +00:00
Nik Ogura
111bd181a9 complete functional version w/o debugging statements. visitor posting bug not fixed 2007-05-02 22:27:40 +00:00
Nik Ogura
63848995ee bug hunting 2007-05-02 22:06:49 +00:00
Nik Ogura
b3ebabb5fc removed bogus bugfix of mine 2007-05-02 20:21:38 +00:00
Doug Bell
fe5bc93a52 Added an error message to SQLForm if we can't find the privileges of the database link
fix: Sometimes the error message for the Calendar Update Feeds is part of the content response.
fix: Serial workflows no longer get held up in the queue
2007-05-02 20:05:31 +00:00
JT Smith
748e56a3b3 Email to forum not working from Mac 2007-05-02 18:51:53 +00:00
Martin Kamerbeek
2aa202d8d2 Fixed Too many directories in RSS cache 2007-05-02 15:08:52 +00:00
JT Smith
e8afd2ad72 Fixed an unhandled exception in Workflow/Activity/PurgeOldAssetRevisions.pm 2007-04-11 14:36:13 +00:00
Nik Ogura
ac01ed4221 added html filters to processing of text messages so that html tags won't show up in posts 2007-04-06 15:57:37 +00:00
Colin Kuskie
108fb76ee6 update POD to note that macros can be used in all NotifyAboutUser specific fields 2007-04-05 23:08:11 +00:00
Colin Kuskie
6cef5a8e02 fix a macro processing bug caused by not sending the session to Macro::process 2007-04-05 16:18:07 +00:00
Nik Ogura
6825adae82 added $self->session to macro calls 2007-04-05 16:07:53 +00:00
Nik Ogura
43f2c14dff Fixed self caused bug that blew all posting permissions 2007-04-04 20:58:56 +00:00
Nik Ogura
590f8dd479 Added ability to handle unregistered email messages if allowed 2007-04-02 20:57:30 +00:00
Nik Ogura
98a576201e fixed double conversion into seconds (seconds were being stored, and then multiplied by 86400) 2007-03-27 06:09:34 +00:00
Colin Kuskie
ec707d8041 Only convert to seconds once in CleanLoginHistory. 2007-03-24 22:32:56 +00:00
Colin Kuskie
c3052fcd67 1) Fixed a bad module name that prevented the updated WeatherData from running.
2) Heavy refactor of getAssetsInClipboard to make it use getLineage instead of
custom SQL.

Made Workflow/Activity/TrashClipboard use the same method.

Updated getLineage so that the whereClause key must not only exist, but actually
have something in it.  Otherwise it generates an empty pair of parens, which is
a SQL error.
2007-03-05 17:47:30 +00:00
Colin Kuskie
ac6116b7a0 Added a dbSlave test to Session.t. It's kind of a hack as it sets up
a slave reference back to the original db from the config.
Bug fixes for the TrashClipboard workflow activity.  The dates were off,
since the interval returns an epoch, and the call to Asset->new didn't
have the session.
2007-03-02 16:51:49 +00:00
Colin Kuskie
f800a0d8b0 Data::Dumper clean-up 2007-03-01 00:19:15 +00:00
Doug Bell
d29de5f7f9 fix: Calendar Update Feeds Activity now handles iCalendar "DURATION" field
fix: Various potential bugs in WebGUI::DateTime due to inheritence from DateTime
2007-02-14 23:13:40 +00:00
Roy Johnson
4a81339b10 fix - Calendar feeds not working 2007-02-06 19:30:00 +00:00
JT Smith
caf859129d - Made exipred sessions workflow activity more fault tollerant.
- Made rss fetching more fault tollerant.
2007-02-01 00:26:15 +00:00
Doug Bell
dd33c3e36f fix: Couple Calendar fixes. Some Calendar code formatting changes 2007-01-31 15:13:36 +00:00
Doug Bell
83dbcf63e9 Reformatted Calendar wobject to more closely conform to WGPB. Fixed a bug or two while I was at it. 2007-01-30 15:07:03 +00:00
JT Smith
b806163b1e - Fixed a typo in testEnvironment.pl version number for DBD::mysql
- Fixed a Recurring Payments processing bug: illegal division by zero
2007-01-29 22:57:55 +00:00