Commit graph

126 commits

Author SHA1 Message Date
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
Chris Nehren
36eb8db8fc add ability to show metadata values in head blocks. 2008-08-21 18:51:16 +00:00
Graham Knop
0f1011e315 fix posting threads 2008-06-13 04:58:01 +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
77b3c9573c fixed: Collaboration System threads can return other object types when asked for replies 2008-03-21 22:01:49 +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
Graham Knop
2dc8a3e72c fix rating archived posts 2008-01-24 07:28:27 +00:00
Graham Knop
89201092fb screwed up a merge 2008-01-24 06:47:33 +00:00
Graham Knop
1149fd54ed merging 7.4 changes 2008-01-23 23:48:35 +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
JT Smith
ee85bc1e02 fix: Last Reply and Replies columns not updating 2007-10-05 20:20:42 +00:00
Graham Knop
a62a7e0ec1 WebGUI::Group->new didn't check group validity 2007-09-26 11:46:18 +00:00
Graham Knop
55c14f5852 fix errors generated when viewing last thread in cs 2007-09-10 19:38:45 +00:00
Doug Bell
3ea18fc8d4 fix: Collab / Thread / Post ratings were being incorrectly calculated 2007-09-07 16:42:54 +00:00
Frank Dillon
6e4276bb68 Changes to include captcha image on post to verify humanity 2007-07-20 20:19:21 +00:00
James Tolley
538df1a868 Thread.pm prev/next links fix 2007-07-16 22:03:43 +00:00
James Tolley
efd1e6705b CS thread permissions edit 2007-07-09 20:54:31 +00:00
Graham Knop
749f68a0ee fix: Next/Previous links on thread not sorted same as collab 2007-07-05 11:03:23 +00:00
Doug Bell
65235990a3 fix: Collaboration System can now be subclassed and still work with existing Thread and Post assets 2007-07-02 22:25:41 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
JT Smith
3b578658d2 removed: Fix: Thread template: next.url and previous.url tmpl_vars are always defined 2007-05-22 15:50:44 +00:00
Colin Kuskie
11fd0b1ca7 fix the next/previous thread thing. It saves an asset instanciation and lets macros using the session asset work correctly 2007-05-15 20:28:32 +00:00
Yung Han Khoe
c13ee87504 Oops, next and previous url where switched in the previous revision. 2007-05-02 15:03:41 +00:00
Yung Han Khoe
39be2887e1 Thread template: next.url and previous.url tmpl_vars are always defined 2007-05-01 13:37:26 +00:00
Colin Kuskie
885a369c67 fix bad override of isLocked inside WebGUI::Asset::Post::Thread 2007-04-26 23:11:15 +00:00
JT Smith
3a8bd77cde - Made Weather Data asset more fault tollerant.
- Made CS related upgrades more fault tollerant.
 - Enhanced HTTP caching directives.
2007-03-07 19:12:37 +00:00
Colin Kuskie
063b69afbe fix of Post/Thread rating system 2007-02-01 04:28:53 +00:00
Martin Kamerbeek
3b08bbf7af Fixed a bug where isCurrentPost was not set correctly 2007-01-22 20:25:44 +00:00
Drake
0903b1011e Fix how Thread determines the "current" Post to be a little more logical,
and fix shortcuts to non-Thread Posts (they weren't doing prepareView on
the thread).
2006-11-22 15:38:32 +00:00
Doug Bell
0fbbbea782 fix: Thread layout flat not sticking Some WebGUI/Auth.pm cleanup. 2006-11-07 21:28:47 +00:00
Drake
c438d55310 Normalized signature of Asset::duplicate. This involved going through
existing overrides and callers for that method and making sure they followed
the correct signature.  Various related cleanups.

This should fix those bugs with collaboration systems refusing to be copied
or deployed as packages.
2006-09-23 01:33:46 +00:00
JT Smith
a440cb5f41 fix: Security bug in session env 2006-07-11 20:32:46 +00:00
JT Smith
c7c40c0f7a fixed karma bug 2006-06-05 18:44:27 +00:00
JT Smith
b7957742bc - fix: Username blank when editing user Visitor
- fix: Thread Count is off in the Collaboration system
 - Fixed an indexing problem with Product assets.
 - fix: Reply count off when restoring from trash
 - fix: Karma not spent properly
 - fix: Avatar Message Board Template Not Working
2006-06-01 17:40:15 +00:00
JT Smith
5138d50a3f fixed moderator privileges 2006-05-31 21:41:44 +00:00
JT Smith
5268ffda5c several bug fixes 2006-05-26 23:08:18 +00:00
JT Smith
d5a9ead068 last reply column 2006-05-17 22:09:28 +00:00
JT Smith
d089539ddd add email posting without subscription 2006-05-17 20:04:33 +00:00
JT Smith
2f24cd3f3c [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 16:59:32 +00:00
JT Smith
6b77047cde added a request tracker system via the CS 2006-04-27 21:56:15 +00:00
JT Smith
e8c073b9df some http header changes 2006-04-18 14:22:42 +00:00
JT Smith
404749e32b updated thread templates to remove approve/deny links and add archive/unarchive links
fixed unarchive bug
changed post rating system to thumbs up/down
2006-04-15 15:36:02 +00:00
JT Smith
e2109910fd holy crap it actually works!!! import/export of themes base system is complete.
fixed some chunking related bugs in Session/Style
fixed other misc bugs
2006-04-13 03:31:39 +00:00
JT Smith
504de54d61 started adding email processing capabilities to cs 2006-04-09 22:36:49 +00:00
JT Smith
adea847875 fixed some xhhtml stuff
increased performance on burst protection
2006-04-07 19:35:31 +00:00
JT Smith
7cf2c22a95 several small improvements to lots of stuff 2006-04-07 17:15:53 +00:00
JT Smith
e4392f7449 new caching system to replace old page cache 2006-04-05 20:46:57 +00:00
JT Smith
57d5ea36a1 speeding up next/previous threads by only calculating them when necessary 2006-04-05 04:45:20 +00:00
JT Smith
d26f1bdd8c add ad management system
improved performance of cs threads by about 500%
2006-04-05 03:42:14 +00:00