Colin Kuskie
f1ea8105d4
Allow users to unsubscribe via email address, without logging in. Fixes bug #11559 .
2010-05-18 15:58:24 -07:00
Colin Kuskie
b4f7bb4334
Do not prevent Assets from being added as children by subclassing addChild. It doesn't prevent paste from working. Fixes bug #11525 .
2010-04-19 09:07:53 -07:00
Colin Kuskie
6990f52b0d
Fix bug #11510 , allowing non-valid sort fields in the form params to CS.
2010-04-05 10:47:01 -07:00
Colin Kuskie
c0206e61f5
Fix more thread search pagination issues.
2010-03-20 21:48:09 -07:00
Colin Kuskie
a7b4fbc0ed
Fix thread search URLs when threads are archived, or trashed. Location in the pagination is now found by interrupted linear search.
2010-03-16 18:29:09 -07:00
Colin Kuskie
3a054b4895
Fix Search results for Threads when useContainers=1
2010-02-25 08:59:33 -08:00
Colin Kuskie
38e6bfad3e
Convert many search forms from POST to GET. Fixes bug ##11372
2010-01-25 15:53:49 -08:00
Colin Kuskie
97338ffefe
When duplicating a CS with now children, clear out the replies and threads. When duplicating with children, recalculate them again, since duplicating clears them. Fixes bug #11347 .
...
Note, the lastPostId and lastPostDate are cleared, and gone. There is no way to recover it after duplicating the branch since
the creationDates and revisionDates are reset when duplicating.
2010-01-18 14:59:34 -08:00
Colin Kuskie
173bec1574
Handle linking to posts not on the first page on a thread view. Fixes bug #11318 .
2010-01-05 20:52:27 -08:00
Colin Kuskie
7281a3dd8e
Fix the CS search, so that links to anchors are correct. Fixes bug #11318
2010-01-05 16:47:56 -08:00
Colin Kuskie
9bb5497aff
Fix Cron issues with CSes. Fixes bug #11284 .
2009-11-30 11:11:36 -08:00
Colin Kuskie
9a17cfe0cd
Fix bad index variables in the CS. Fixes bug #11172 .
2009-10-27 10:14:50 -07:00
Doug Bell
473fbeab68
add #10082 Unarchive all collaboration posts
2009-10-22 01:27:39 -05:00
Colin Kuskie
247166baf2
In the CS, do not show a profile link unless the user is not a visitor. Fixes bug #11084
...
If the post is owned by Visitor, do not show the link because no one
is allowed to see Visitor's profile. If the current user is Visitor,
do not show the link because Visitor is not allowed to view anyone's
profile.
2009-10-02 12:49:26 -07:00
Colin Kuskie
ba08f9dd89
Add missing POD. Also, do not call methods from Wobject that are inherited from
...
Asset.
2009-07-06 03:07:25 +00:00
Doug Bell
1de7439056
fixed issue with getSortOrder and rating
2009-06-05 17:31:39 +00:00
JT Smith
9381fd02d8
Insufficient filtering in javascript filter ( #10001 )
2009-06-03 15:53:55 +00:00
Colin Kuskie
80dfb9ffd0
Throw an exception in all wobjects if the main template (used by view)
...
has been deleted.
2009-06-02 19:34:18 +00:00
Eric Kennedy
2fb41ce8e8
Implemented RFE 9204 - Add Reply Filter Code and Reply Rich Editor Option to Collaboration System - Provides ability to specify different Rich Editors and FilterCodes for posts (start of thread) and replies
2009-05-14 03:02:26 +00:00
Doug Bell
d6046d05e3
collab now always sets sortOrder scratch, for better testing
2009-05-11 21:23:19 +00:00
Graham Knop
3a14dc8a58
move back compat method to correct class
2009-04-10 00:51:35 +00:00
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