Commit graph

2170 commits

Author SHA1 Message Date
Graham Knop
b832deecd1 convert all cleanup methods to addToCleanup 2010-06-10 10:09:53 -05:00
Graham Knop
0ef509374f allow skipping test cleanup 2010-06-10 10:09:52 -05:00
Graham Knop
b8aac77501 clean up some parts of WebGUI::Test 2010-06-10 10:09:51 -05:00
Graham Knop
7f820d9f35 improvements to WebGUI::Test SQL cleanup 2010-06-10 10:09:51 -05:00
Graham Knop
fe1ac66cca remove useless test END blocks 2010-06-10 10:09:45 -05:00
Colin Kuskie
53721581a1 Fix cleanup of Inbox messages for users. Provide a method for cleaning up Admin's messages. 2010-06-09 17:24:21 -07:00
kimd
fa04d01518 o Allow return from photo edit view to gallery edit view (RFE 11571)
o Reject form submissions without image selected for upload in edit view of Photo asset
2010-06-09 15:28:42 -05:00
Colin Kuskie
29ca0f2168 Remove uncontrolled diagnostics, and done_testing. 2010-06-09 15:27:49 -05:00
Colin Kuskie
7ef9c6e6f2 END block cleanups. 2010-06-09 15:26:54 -05:00
Colin Kuskie
6d2d950f52 Fix the delete expired events workflow (again). Fixes bug #11619 2010-06-09 11:28:00 -07:00
Colin Kuskie
908b9724a1 Add Inbox monitoring to WebGUI::Test 2010-06-08 21:56:17 -07:00
Colin Kuskie
83e945142e More END block cleanups. 2010-06-08 19:27:39 -07:00
Scott Walters
647dc6a13a Correct number of tests. 2010-06-08 17:01:13 -04:00
Colin Kuskie
ec4c31c82c Fix some cleanup code. 2010-06-08 19:08:01 -07:00
Scott Walters
7ef3c7e4be Less diagnostic output and don't manually clear the group membership cache. 2010-06-08 13:52:49 -04:00
Scott Walters
867095d811 A user removed from a group with deleteUsers() will still appear to be in that
group according to Inbox.pm, User::getGroupIdsRecursive() and User::getGroups().
Groups.pm wasn't clearing the cache key "getGroupsForUser" in clearCaches().
Tests and fix.
2010-06-08 13:49:02 -04:00
Colin Kuskie
2c08b4e712 Fix a bug in getLineageSql, where it would return the empty string. This could cause downstream problems. Fixes bug #11616 2010-06-08 09:22:28 -07:00
Colin Kuskie
4eb013ef03 Remove uncontrolled diagnostics, and done_testing. 2010-06-08 08:42:43 -07:00
Colin Kuskie
1770e3945c END block cleanups. 2010-06-08 08:39:43 -07:00
Scott Walters
9fb7b23687 Tests reproducing bug #11594, users removed from groups no longer able to see previous messages to that group 2010-06-07 18:15:26 -04:00
Colin Kuskie
7034e2cf57 More END block cleanups. 2010-06-07 19:07:45 -07:00
Colin Kuskie
8a62abc3ef Add cleanup for AdSpaces, END block cleanup. 2010-06-07 18:53:39 -07:00
Colin Kuskie
b728eabd7b Add cleanup for Shop::Vendors. More end block removal. 2010-06-07 18:45:59 -07:00
Colin Kuskie
41b7413d01 More END block work. 2010-06-07 18:30:41 -07:00
Colin Kuskie
65aa327420 Removing more END blocks 2010-06-07 18:14:09 -07:00
Colin Kuskie
3b7d582e8d Removing END blocks 2010-06-07 18:12:03 -07:00
Colin Kuskie
c9dc084ed6 Stories have to pass along absolute links in their RSS feeds. Fixes bug #11606 2010-06-07 11:44:30 -07:00
Colin Kuskie
99063a3f76 Allow for cleanup of inbox messages in tests. 2010-06-07 10:46:28 -07:00
Colin Kuskie
8d85912da7 Commit the initial Survey for the test. 2010-06-05 21:24:17 -07:00
martin
73c762d6f1 Fixed bug where Template form plugin would not show anything for getValueAsHtml. 2010-06-04 11:54:36 +00:00
khenn
053292a75b Added new API method commitAsUser allowing developers to commit version tags as other users 2010-06-03 21:44:29 -05:00
Colin Kuskie
951864f6d3 Add more tests for Calendar edge cases, and remove 1 day from the all day event window in getEventsIn. Fixes bug #11596. 2010-06-02 14:53:38 -07:00
Doug Bell
247c607393 fixes for weaken and iterator 2010-06-01 19:37:53 -05:00
kimd
387942e68d Added search by location to the Gallery (RFE 11504) 2010-06-01 16:23:48 -05:00
Paul Driver
c5bddbd95c testing clearPackageFlag 2010-06-01 12:24:52 -07:00
Colin Kuskie
5b3103ebf8 Save a second in the Template test. 2010-05-25 21:03:00 -07:00
Colin Kuskie
c2e6978873 Add a template variable for the current language, for better user feedback. Fixes bug #11573. 2010-05-25 14:14:58 -07:00
Colin Kuskie
ab0204dfd9 Remove HTML from SC sentences and words template variables, and any initial whitespace. Fixes bug #11589. 2010-05-25 12:41:22 -07:00
Colin Kuskie
7a1487be55 Added GUID and pubDate entries to Stories. Updated tests. Fixes bug #11580 2010-05-25 11:42:38 -07:00
Colin Kuskie
ce8b1dc63a Remove an old database column from EMS mark 1. 2010-05-20 16:00:48 -07:00
kimd
77e331a129 Added more owner information to the gallery (RFE 9774) 2010-05-20 13:25:46 -05:00
Colin Kuskie
e76f13bdc3 fileOrder is completely machine dependent, and the order is not determinate. Update the test to only check that all files are present, and not their order. 2010-05-18 19:01:19 -07:00
Colin Kuskie
2c75bc5108 Potential test update due to ordering photos in GalleryAlbum addArchive. 2010-05-18 18:47:54 -07:00
Doug Bell
96a52c5748 Merge remote branch 'spunky/rfe11517' 2010-05-18 11:24:23 -05:00
Colin Kuskie
3ae3684aea Better handling for paragraphs in the SC. This code needs to be refactored out and generalized into a method that anything can use. Fixes bug #11563. 2010-05-17 13:15:32 -07:00
kimd
8030bed30b Gallery: Sorting of files uploaded in zip archives (RFE 11517) 2010-05-17 22:03:38 +02:00
Graham Knop
f852bd8866 better cleanup code 2010-05-17 05:26:26 -05:00
Graham Knop
3ee212142c test more url forms including international characters 2010-05-17 05:26:00 -05:00
Colin Kuskie
23183276e3 Document change in handling sequences of dashes. 2010-05-16 22:16:18 -07:00
Colin Kuskie
d2b6a7fff1 Fix a bug in how groups using IP filters cache the user Visitor. Also, significant speedups in group lookups. Fixes bug #11552. 2010-05-16 22:11:33 -07:00