Commit graph

15691 commits

Author SHA1 Message Date
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
Graham Knop
950d7517d6 add IO::Socket::SSL as prereq for LDAPS 2010-06-07 19:00:41 -05:00
Graham Knop
1e2b6fd0c2 allow undefined template or snippet text 2010-06-07 18:09:18 -05:00
Graham Knop
5cb384ec73 ensure JSON is loaded 2010-06-07 18:00:04 -05:00
Graham Knop
033fc6c5d3 allow skipping test cleanup 2010-06-07 17:59:58 -05:00
Graham Knop
9c99fa2f92 clean up some parts of WebGUI::Test 2010-06-07 17:50:53 -05:00
Colin Kuskie
963591d5e1 Fix a bad around wrapper in the RssFeed assetExportHtml sub. 2010-06-07 15:49:07 -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
bbe962a185 add IO::Socket::SSL as prereq for LDAPS 2010-06-07 17:05:12 -07:00
Colin Kuskie
c4e85d8b44 Restore the other fields that a CS can be sorted on, from the thread table. Fixes bug #11614. 2010-06-07 15:03: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
59fed35087 Fix error feedback for missing fields, when using the AddressBook to add an address. 2010-06-07 11:17:10 -07:00
Colin Kuskie
99063a3f76 Allow for cleanup of inbox messages in tests. 2010-06-07 10:46:28 -07:00
Colin Kuskie
30e869b66d Better cleanup of Inbox messages. Encapsulate all SQL in Inbox/Message. Fix workflow. Upgrade script to cleanup state table. Fixes bug #11595. 2010-06-07 10:44:12 -07:00
Colin Kuskie
28eabdd997 Remove some dead code from the UserList wobject. Fixes bug #11605 2010-06-07 08:25:14 -07:00
Colin Kuskie
20e6ba5ed3 Fix a typo in the CS sort by hover help. Fixes bug #11610 2010-06-07 07:59:02 -07:00
Colin Kuskie
c5203cb737 Remove some debug code. 2010-06-06 22:32:40 -07:00
Colin Kuskie
d81a28b235 Fix some broken Form fields. Fixes bug #11611 2010-06-06 22:29:52 -07:00
Colin Kuskie
be259d803c Fix problems with assetExportHtml. The method needs to be rethought, and make check that one exists before calling it via can/DOES. Fix a problem with duplicating the session, since duplicate is not a class method. 2010-06-05 22:25:18 -07:00
Colin Kuskie
8d85912da7 Commit the initial Survey for the test. 2010-06-05 21:24:17 -07:00
Patrick Donelan
d75fa54231 Preliminary PseudoRequest workarounds 2010-06-04 22:32:48 -04:00
Patrick Donelan
f16ba76b86 Merge branch 'WebGUI8' into psgi
Conflicts:
	sbin/testEnvironment.pl
2010-06-04 21:01:03 -04:00
khenn
e74753c082 Not enough arguments to searchOther 2010-06-04 17:28:36 -05:00
khenn
5a329f8bf3 Merge branch 'master' of git@github.com:plainblack/webgui 2010-06-04 17:03:26 -05:00
khenn
18af5d16ad Fixed #11613: Thingy: If next action after add is to add more things, previous data remains 2010-06-04 17:02:23 -05:00
khenn
d082e4eee3 Fixed #11613 - After successful save of a Thing, the form is cleared for the next thing to be entered 2010-06-04 17:00:24 -05:00
Colin Kuskie
910a0a09dd Upgrade this test for Definition. Something bad is still happening in export. 2010-06-04 13:48:04 -07:00
Colin Kuskie
0a9785e258 Fix a simple typo in the script. 2010-06-04 13:34:11 -07:00
Colin Kuskie
13e59e788c EMS does not return session as a template variable any longer. 2010-06-04 13:31:52 -07:00
Colin Kuskie
dd716fa796 Fix the default URL for an Asset. It should be based on the parent, if available, and the menutitle. 2010-06-04 13:27:40 -07:00
Colin Kuskie
193223c678 Adding Settable flag for non-properties that should be handled by set/write. 2010-06-04 13:19:03 -07:00
Colin Kuskie
8c759ed7bc Implement keywords differently (successfully) in the Asset class. Extra tests to verify it in Asset.t 2010-06-04 11:33:06 -07:00
Colin Kuskie
4eca8bb993 Commit the initial Survey for the test. 2010-06-04 10:17:52 -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
Scott Walters
7933e12ab5 get() shouldn't return session; fixes the Asset.t "get, specific properties - no session" test 2010-06-03 20:04:01 -04:00
Colin Kuskie
b5d17576b0 change some ->gets to direct accessors. 2010-06-03 19:37:57 -07:00
Colin Kuskie
cd97f2e0ab Remove use_ok, SKIP, plan, END block. 2010-06-03 17:09:58 -07:00
Colin Kuskie
2ad02b32e1 Codify in 1 place how to skip autocommit workflows, and notification. 2010-06-03 17:09:18 -07:00
Colin Kuskie
15faef5d01 Fix caching a subroutine ref. Small test cleanups. 2010-06-03 16:56:52 -07:00
Colin Kuskie
95b6b66d69 fix a problem with the generated HTML id. 2010-06-03 16:56:19 -07:00
Colin Kuskie
3ccf71ae0b Better test cleanups. Hopefully, this fixes the RemoveOldCarts activity. 2010-06-03 16:12:14 -07:00