Commit graph

201 commits

Author SHA1 Message Date
Colin Kuskie
be37f12ab1 Clone stopped working in several tests in 5.14.2. Remove it in favor of Storable::dclone.
Clone handles being passed scalar data, but dclone does not.
2012-10-23 10:00:53 -07:00
Scott Walters
851844c917 lots of stuff expects the request object to have a hostname method. give it one. 2012-06-19 16:20:56 -04:00
Scott Walters
225df67d1f PseudoRequest shouldn't clobber Apache2::Cookies if the package already exists; mock requests are sometimes useful under mod_perl and this is a bit of a gotcha 2012-06-19 16:17:26 -04:00
Colin Kuskie
c17d9aa394 Allow PseudoRequest to handle 0 and '' correctly. Kudos to knowmad for pointing this behavior out. 2011-09-29 14:39:52 -07:00
Colin Kuskie
81ae2b4f07 Fix cleaning up LDAP links in tests. 2011-06-13 19:50:40 -07:00
Paul Driver
181f21a0b7 WebGUI::Event 2011-05-31 16:13:09 -05:00
Paul Driver
ae3e49d622 Versioned Metadata 2011-02-17 14:46:50 -06:00
Colin Kuskie
dd7e6016dc Add a workflow activity that reverifies that all subscribers to a CS can still view the CS, otherwise, remove them. Hook up the workflow to the update method in Collaboriation.pm and create an instance for it if the groupIdView changes. Add tests for the activity. Add a new workflow. Update the default WebGUI.conf. 2010-11-30 15:07:49 -08:00
Colin Kuskie
897c2e0248 If a user does not have privacy data for a field, check back with the field for the privacy default. Fixes bug #11951. Added ProfileField cleanup code. 2010-11-09 11:06:57 -08:00
Paul Driver
7219e21f86 Merge branch 'fork' 2010-11-01 08:20:38 -05:00
Paul Driver
fa471df450 Story Archive now plays nice with urlExtensions 2010-10-26 14:27:47 -07:00
Paul Driver
f2e0a4f667 Rename to WebGUI::Fork 2010-10-06 08:53:40 -07:00
Paul Driver
79de38dc4a WebGUI::BackgroundProcess (used now by AssetExport) 2010-10-06 08:53:39 -07:00
Colin Kuskie
751aa21f08 when intercepting logging for tests, set all test levels to be true. 2010-07-06 17:12:37 -07:00
Colin Kuskie
6c3369d0cb Revert "use temp config file for testing"
This reverts commit 9b725c6d42.
2010-06-14 15:19:54 -07:00
Colin Kuskie
ce6f70ca94 Revert "Temporary config file fix."
This reverts commit b74d21102c.
2010-06-14 14:45:28 -07:00
Colin Kuskie
746ba98ec7 Config->new in this branch needs the WebGUI root directory. 2010-06-14 14:29:07 -07:00
Colin Kuskie
b74d21102c Temporary config file fix. 2010-06-10 11:01:20 -07:00
Graham Knop
a2cb075d79 fix temp config file for tests 2010-06-10 12:42:24 -05:00
Graham Knop
9b725c6d42 use temp config file for testing 2010-06-10 10:09:54 -05:00
Graham Knop
e10f4d0aec backport WebGUI::Test improvements 2010-06-10 10:09:54 -05:00
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
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
Colin Kuskie
908b9724a1 Add Inbox monitoring to WebGUI::Test 2010-06-08 21:56:17 -07: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
99063a3f76 Allow for cleanup of inbox messages in tests. 2010-06-07 10:46:28 -07:00
Colin Kuskie
c6b34385ce Add cleanup for Workflow Instances. 2010-05-02 00:16:49 -07:00
Colin Kuskie
1878898d9f Add cleanup capability for AddressBooks 2010-04-29 22:24:00 -07:00
Graham Knop
88e8fe77fb allow SQL statements to be added to test cleanup 2010-04-12 17:55:42 -05:00
Graham Knop
eb97a8d50e allow arbitrary subs to be added to test cleanup 2010-04-12 17:43:51 -05:00
Colin Kuskie
8563340eff Update LDAP auth credentials, use built-in LDAP clean-up, fix broken tests. 2010-02-09 18:20:49 -08:00
Colin Kuskie
138eb3140c add cleanup code for PayDrivers. 2010-01-24 16:55:19 -08:00
daviddelikat
b0646e4358 added an optional param to pass in 'objectType' for the workflow. 2009-11-18 12:08:23 -06:00
daviddelikat
f12b0751e6 changed reset to rerun in Test::Activity 2009-11-18 09:45:58 -06:00
Colin Kuskie
bc21f904da Fix status reporting for successful connects but bad binds. Fixes bug #11216 2009-11-13 09:49:36 -08:00
Colin Kuskie
dbf86bb850 Test cleanup and tracking of Database Links. 2009-11-08 22:40:27 -08:00
daviddelikat
494c8ded0e fixed problems with tests 2009-11-08 09:50:57 -06:00
daviddelikat
9c2980404f making tests work 2009-11-06 09:22:03 -06:00
daviddelikat
6b24783385 all tests pass, manual testing passes 2009-11-04 09:41:24 -06:00
daviddelikat
c8b97d83fe more wokr all around 2009-11-02 09:01:44 -06:00
daviddelikat
10ddac6c58 lots of work... 2009-10-31 09:41:56 -05:00
daviddelikat
fa40b99182 Merge branch 'master' of git@github.com:plainblack/webgui 2009-10-14 10:42:41 -05:00
Colin Kuskie
b3858ef250 Fix bug #10914.
Move email notifications about of PayDriver and into Transaction.  Send
a notification when the cart value is 0 due to shop credit.
2009-10-13 16:37:20 -07:00
Colin Kuskie
359882cc21 Add cleanup for shopping carts and shipping drivers.
Check for leaky carts and drivers.
When cleaning up a cart, also clean up its address book.
2009-10-10 16:49:36 -07:00
Colin Kuskie
1f1f3c38ae Make sure to access the correct $SESSION. 2009-10-09 15:03:48 -07:00