Colin Kuskie
eb16ecb99e
Another (probably last) leaky test fixed.
2011-01-13 13:33:32 -08:00
Colin Kuskie
7f735c0ea1
'nother leaky test.
2011-01-13 13:33:32 -08:00
Colin Kuskie
010b4e46b9
Another leaky test fixed.
2011-01-13 13:33:32 -08:00
Colin Kuskie
17594c41d9
Fix a leaking asset in this test.
2011-01-13 13:33:31 -08:00
Colin Kuskie
bd09b1646e
Update Admin.t since all urls now come with a leading /
2011-01-13 13:33:31 -08:00
Colin Kuskie
cbee62e407
Don't look in the config file to get the gateway, look in the request object. Maybe someday we'll be able to use URI.
2011-01-13 13:33:31 -08:00
Doug Bell
bcb14eaa61
remove MIME::Base64::URLSafe as they do it reversely
2011-01-13 15:00:50 -06:00
Doug Bell
adcec8353a
add extras to FormBuilder
2011-01-13 14:33:05 -06:00
Doug Bell
f209a52a2c
move MatrixListing getEditForm to FormBuilder
2011-01-13 14:33:05 -06:00
Doug Bell
5302c818ea
move Account User editSettingsForm to FormBuilder
2011-01-13 14:33:04 -06:00
Doug Bell
6ff66d4974
move Account Shop editSettingsForm to FormBuilder
2011-01-13 14:33:04 -06:00
Doug Bell
4bb18886da
move Profile editSettingsForm to Formbuilder
2011-01-13 14:33:03 -06:00
Doug Bell
c0a822ef1f
move Account Friends editSettingsForm to FormBuilder
2011-01-13 14:33:03 -06:00
Doug Bell
c7969b7f1b
move FriendManager editSettingsForm to FormBuilder
2011-01-13 14:33:03 -06:00
Doug Bell
0363a188ab
move Account Contributions editSettingsForm to FormBuilder
2011-01-13 14:33:03 -06:00
Colin Kuskie
6665e9f144
Escape the assetId everytime - is encountered, not just the first.
2011-01-04 18:32:06 -08:00
Doug Bell
8bd2deabe3
initial base of Account test classes
2011-01-04 19:54:09 -06:00
Doug Bell
dccfc597a8
fix exporthtml assethelper test to wait for forks
2011-01-04 18:01:23 -06:00
Doug Bell
30c2c2c418
fix copybranch assethelper test to wait for fork
2011-01-04 18:01:23 -06:00
Doug Bell
8299e9e706
migrate Account Friends sentFriendRequest to FB
2011-01-04 18:01:23 -06:00
Doug Bell
cd2f907ef3
migrate friendmanager editFriends to formbuilder
2011-01-04 18:01:22 -06:00
Colin Kuskie
4881b83a05
Refix the Story.t test to handle a different parent.
2011-01-04 13:43:12 -08:00
Colin Kuskie
0e93c3376e
Cleanup the hidden asset directly, since it's not created in a version tag.
2011-01-04 11:49:55 -08:00
Colin Kuskie
a8fcce617a
Testing assets have to be based off the root node, so the lineage works right. Change this, and clean them all up.
2011-01-04 11:46:37 -08:00
Colin Kuskie
fe181907e5
Do checks for keywords without order.
2011-01-04 11:36:06 -08:00
Colin Kuskie
a7623ed20e
Remove debug comments, make sure that the snippets do not have parent assets with style templates and that they get cleaned up.
2011-01-04 11:32:34 -08:00
Colin Kuskie
d1a9bd9fce
No more session->var.
2011-01-04 11:24:23 -08:00
Colin Kuskie
25b981baec
Import node can't be used to test getBackToSiteURL since that forces the user back to the default asset.
2011-01-04 10:56:48 -08:00
Colin Kuskie
78a12c18e9
No debug in Test::More, using diag instead.
2011-01-04 10:45:25 -08:00
Doug Bell
60cc89fb4f
make FormBuilder use toTemplateVars for fields
2010-12-09 18:31:42 -06:00
Doug Bell
ca42a0544d
add toTemplateVars method to form controls
2010-12-09 18:22:07 -06:00
Doug Bell
2c51e6d4fd
move core profile fields into users table
...
this change will fix the problems with the userProfileData table being
way too big. it also simplifies many basic user search tasks, not
needing to join the userProfileData table
2010-12-03 22:36:30 -06:00
Doug Bell
f43541c5c9
done with addRevision tests
...
remaining fails are other stuff and I need to move on
2010-12-03 15:01:31 -06:00
Doug Bell
7c14d1e6c4
almost done fixing addRevision tests
2010-12-03 15:01:31 -06:00
Doug Bell
6931fd471e
all tests run individually
2010-12-03 15:01:31 -06:00
Doug Bell
1866c593ea
almost done fixing addRevision changes
2010-12-03 15:01:31 -06:00
Doug Bell
0fd78da778
Test::Class asset tests fixed for addRevision
2010-12-03 15:01:30 -06:00
Colin Kuskie
8cf5ce1950
Testing code moved out of t/Session/Http.t into t/Session/Request.t
2010-11-29 16:51:19 -08:00
Colin Kuskie
0983362204
Fix WebGUI::Crud to autowrite objects when created.
2010-11-28 22:01:26 -08:00
Colin Kuskie
e7fcf33a4d
Move ifModifiedSince into WebGUI::Session::Request
2010-11-22 09:53:03 -08:00
Colin Kuskie
995b04e7de
Remove getRedirectLocation and setRedirectLocation from Session::Http
2010-11-22 09:28:14 -08:00
Colin Kuskie
8b6bbdb9f7
Remove setFilename, getFilename from Session::Http, and use Plack::Response methods instead.
2010-11-22 08:06:25 -08:00
Colin Kuskie
fd8f03a186
Change getMimeType and setMimeType to response->content_type.
2010-11-21 22:35:26 -08:00
Colin Kuskie
e5adc07a05
Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status.
2010-11-21 21:11:41 -08:00
Graham Knop
e71e95544f
add WebGUI::GUID and make WebGUI::Session::Id a wrapper around that
2010-11-19 18:32:39 -06:00
Colin Kuskie
cd0986ecdf
Fix session leak from this test.
2010-11-19 11:51:09 -08:00
Colin Kuskie
5812d88bd4
No using Var!
2010-11-18 08:41:49 -08:00
Colin Kuskie
678406d54d
Fix tests that were using var.
2010-11-18 08:40:22 -08:00
Colin Kuskie
39dc7323f3
Finish moving over Var tests into session. Remove Session::Var.
2010-11-17 16:18:51 -08:00
Colin Kuskie
e319f56a04
Pull more test over from Var.
2010-11-15 18:56:21 -08:00