Commit graph

24 commits

Author SHA1 Message Date
Colin Kuskie
e0177dc666 Remove Session::Env, migrate code to Plack::Request object in Session, and WebGUI::Session::Request 2010-07-01 17:40:12 -07:00
Colin Kuskie
565cf955d7 Merge commit '469c2b72b4' into WebGUI8. All tests passing. 2010-07-01 10:13:22 -07:00
Colin Kuskie
05610f7621 Correctly handle the case of finding new lastPost information when a Post is trashed. Fixes bug #11646. 2010-06-21 16:02:29 -07:00
Colin Kuskie
54c56019d1 Update lastPost information in the Thread and CS when a Post is archived. Made a separate method so it can be used by other actions, and in the upgrade script. Fixes bug #11628. 2010-06-21 14:38:46 -07:00
Graham Knop
4c18ba3563 convert all test cleanup to addToCleanup 2010-06-10 18:47:54 -05:00
Graham Knop
b832deecd1 convert all cleanup methods to addToCleanup 2010-06-10 10:09:53 -05:00
Colin Kuskie
1770e3945c END block cleanups. 2010-06-08 08:39:43 -07:00
Colin Kuskie
5140ece731 Large batch of test fixes, most for newByDynamicClass -> newById 2010-05-13 20:02:26 -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
21e321012c Fix direct linking to posts and threads when their pagination is set to 0. Fixes bug #11464. 2010-03-10 09:45:37 -08:00
Colin Kuskie
3a054b4895 Fix Search results for Threads when useContainers=1 2010-02-25 08:59:33 -08:00
Colin Kuskie
b5f5f8f6e8 Threads should not show pagination query params in their URLs. 2010-01-07 08:34:27 -08:00
Colin Kuskie
5fc2a1f248 Fixed bug #11096. Deleting a thread causes a WebGUI error.
Checked to make sure that anything is returned from getLineage
before calculating the rating.  When the thread is in the trash
or clipboard, then getLineage will not return anything.
2009-10-07 10:05:43 -07:00
Graham Knop
328f3dfcec test cleanups 2009-09-23 16:48:04 -05:00
Doug Bell
cbe138d16e added tests for getAdjacentThread 2009-06-05 17:31:01 +00:00
Doug Bell
457f7f2dc6 added test for adjacent threads 2009-06-05 17:30:42 +00:00
Colin Kuskie
558fba2f6a Cleanup in Post tests. Set skipNotification to prevent emails from being queued during the tests. 2009-05-20 03:29:17 +00:00
Colin Kuskie
f06b8c08fb In Thread tests, too. 2009-05-20 00:59:20 +00:00
Colin Kuskie
9d1829d5f5 Prevent emails from being sent out during the creation of assets. 2009-05-20 00:58:11 +00:00
Colin Kuskie
39607fc208 Another batch of clean-ups for users and groups. 2009-05-01 02:48:18 +00:00
Colin Kuskie
c60237443c Test cleanups.
Fix a leaking group in Asset/Post/permission.t.  Threads do not clean
up their groups when they are purged.
2009-05-01 02:17:39 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +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