Commit graph

201 commits

Author SHA1 Message Date
Graham Knop
a829304bae improving RSSCapable upgrade procedure, adding feed header selection 2009-04-03 00:07:19 +00:00
Matthew Wilson
cf63a4e4f3 (Matthew Wilson) add AssetAspect/RssFeed. See exportAssetCollateral for a good time. 2009-03-30 21:38:12 +00:00
Brian Medley
4c408da55a Image Asset tests, upgrade package, and code.
RSS Limiter tests, upgrade package, and code.
2009-03-23 21:11:10 +00:00
Brian Medley
6acbdc063a Checkpoint 2009-03-17 20:45:25 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Kaleb Murphy
8c48263ca5 Rolled back Collaboration to 9027 2008-12-17 14:48:48 +00:00
Kaleb Murphy
5741d71445 Corrected survey timeout issues. 2008-12-17 14:46:54 +00:00
JT Smith
f951bbed37 Added a better mechanism for calculating when content was last modified for cache headers. 2008-11-06 15:48:31 +00:00
Graham Knop
99a9da626d rfe #640: Refactored autocommit and autocomment
Autocommit assets like CS posts or Calendar Events can now be added before the
parent is committed.  They will go into the same version tag as their parent.
2008-10-22 16:04:10 +00:00
Frank Dillon
2b59ad21a8 fixed a syntax error 2008-10-21 16:31:38 +00:00
Frank Dillon
f041fdef45 Reformatting www_search to comply with WebGUI best practices 2008-10-21 16:28:11 +00:00
Graham Knop
f7b02c0407 fixed: some default assets have ids shorter than 22 characters 2008-10-02 15:12:20 +00:00
Chris Nehren
c25101654f users may now customize the post received page for the CS 2008-09-29 18:21:29 +00:00
Chris Nehren
bf39e26d6c add the epochDate field to the CS RSS template. now users can use ^D(); to
create a custom date format.
2008-09-22 17:37:52 +00:00
JT Smith
ef120fb06b Added isVisitor, isAdmin, and isRegistered methods to User object instead
of hard coding checks everywhere with group ids. And updated the code base 
   to match.
2008-09-16 22:32:36 +00:00
Frank Dillon
58f231c87b Better info for Assets that require commit before adding children. Add link is always availiable now, an error message is displayed if you try to post a child to an uncommitted parent. Additionally a new method was added to AssetVersionion.pm to determine whether or not an asset has been committed. 2008-09-16 20:08:15 +00:00
Kaleb Murphy
498cc40701 Users are now prompted to log in, if not logged in, when clicking on an unsubscribe CS email link 2008-09-10 20:18:27 +00:00
Graham Knop
ac3070956d improved Rich Text selection list, changed CS and Wiki to use it 2008-08-26 21:10:18 +00:00
Chris Nehren
36eb8db8fc add ability to show metadata values in head blocks. 2008-08-21 18:51:16 +00:00
Frank Dillon
ca8ad4f4c2 Fixed issue where keywords field is not available in Form post tempalte 2008-08-05 20:45:50 +00:00
Graham Knop
6126bf0fd7 fixed: Collaboration system includes header link even with RSS turned off 2008-07-25 04:03:16 +00:00
Colin Kuskie
59abc1231f fix getEditTabs reference code, and then make Sku and CS to be in the same style 2008-07-10 20:34:09 +00:00
Graham Knop
ea42287749 fixed: RSS feeds report modified date instead of create date 2008-06-26 20:51:12 +00:00
Graham Knop
24c42e33ab fixed: Collaboration RSS link in header doesn't indicate title 2008-06-11 19:17:15 +00:00
Doug Bell
aae6a32df4 added: Ability to enable / disable archiving per Collaboration System. fixed Mech tests again 2008-04-28 02:07:56 +00:00
Doug Bell
98992b8920 - added: Inbox is now pruned after 1 year
- Added about a hundred tests for Collaboration system, Post, and Thread 
permissions
- Cleaned up code tested by the aforementioned tests
- Fixed all Test::WWW::Mechanize tests and updated the skeleton. Should be 
usable now.
2008-04-26 02:23:10 +00:00
Graham Knop
221d5ac0aa fixed: subscription group in CS edit not internationalized 2008-03-28 19:54:53 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +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
Chris Nehren
7f37c20028 Gr. One more attempt at getting the default to work properly. 2007-11-08 19:33:57 +00:00
Chris Nehren
9db0430032 Fix the groupToEditPost field defaulting to the groupIdEdit field. Make sure
that the added collab system in the test has a parent asset as well, to ensure
that the inheritance works properly.
2007-11-07 22:29:21 +00:00
Graham Knop
70c557aa10 copy CS sorting fix from branch 2007-11-07 17:36:30 +00:00
Chris Nehren
0d689afa4c Add the groupToEditPost field to the Collaboration system. This allows users
to specify a group of users that will always be able to do edits on posts,
regardless of whether they own those posts and independent of the editTimeout
field.
2007-11-06 22:58:22 +00:00
Graham Knop
db3b2ba1b1 safely allow sorting by more CS fields 2007-10-18 12:42:24 +00:00
Graham Knop
fa461ce759 CS sort by fixes 2007-10-12 14:23:27 +00:00
Colin Kuskie
fa505a3ecf fix a typo in the updated sortBy code 2007-10-08 22:42:29 +00:00
JT Smith
ee85bc1e02 fix: Last Reply and Replies columns not updating 2007-10-05 20:20:42 +00:00
Graham Knop
4949d10da2 CS says it always has new content for cache time 2007-10-04 19:58:08 +00:00
Graham Knop
a62a7e0ec1 WebGUI::Group->new didn't check group validity 2007-09-26 11:46:18 +00:00
Graham Knop
40d1751913 fix CS sorting by rating 2007-09-20 11:15:44 +00:00
Doug Bell
3ea18fc8d4 fix: Collab / Thread / Post ratings were being incorrectly calculated 2007-09-07 16:42:54 +00:00
JT Smith
155ca81291 - fix: undefined activity 2007-08-14 18:43:19 +00:00
Frank Dillon
01ff22d70f Changes to include captcha image on post to verify humanity 2007-07-20 20:19:55 +00:00
Frank Dillon
bf62f2fec2 Removed soem comments. Made the field so it won't post to the form 2007-07-18 18:26:35 +00:00
Frank Dillon
09b1ab2e1e Added functionality to manage subscription groups from within a Collaboration System 2007-07-18 18:24:47 +00:00
Doug Bell
3fa2a81d98 fix: tested my refactor to the CS and fixed a bug in it. 2007-07-17 19:42:43 +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
Graham Knop
749f68a0ee fix: Next/Previous links on thread not sorted same as collab 2007-07-05 11:03:23 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00