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
Doug Bell
1fc6c79306
move Account skeleton editSettingsForm to FormBuilder
2011-01-13 14:33:03 -06:00
Colin Kuskie
6032319049
Uppercased table name for WebGUI::Fork test method.
2011-01-04 18:36:14 -08:00
Colin Kuskie
e87358d0cb
No need to check out separate tags for auxiliary assets like Folders inside the Story Archive.
2011-01-04 18:06:33 -08:00
Doug Bell
6bb5ab997d
Account::Inbox editSettingsForm to FormBuilder
2011-01-04 19:54:09 -06:00
Doug Bell
4919c1d9fb
fix warning from friendManager
2011-01-04 19:54:09 -06:00
Colin Kuskie
f323c8025b
Clean up syntax warning about double my in FriendManager.
2011-01-04 17:52:15 -08:00
Doug Bell
b0b1a299d5
add test sub to wait for WebGUI::Forks
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
d194f23a33
add missing module to Script
2011-01-04 18:01:22 -06:00
Doug Bell
cd2f907ef3
migrate friendmanager editFriends to formbuilder
2011-01-04 18:01:22 -06:00
Doug Bell
0b5614ad1c
fix tabs and tabsets in FormBuilder
2011-01-04 18:01:22 -06:00
Doug Bell
6dea8e8d05
deprecate the AUTOLOAD of WebGUI::Form
2011-01-04 18:01:22 -06:00
Doug Bell
fbca10f617
remove use of AUTOLOAD
2011-01-04 18:01:21 -06:00
Doug Bell
580193596e
add user() sub to get a safe user for testing
2011-01-04 18:01:21 -06:00
Doug Bell
9cb5c088b0
add field and loop accessors
2011-01-04 18:01:21 -06:00
Doug Bell
52919f7586
add function to replace var names for FormBuilder
2011-01-04 18:01:21 -06:00
Doug Bell
9c894e5158
fix derp message to look more like carp message
2011-01-04 18:01:21 -06:00
Doug Bell
db4e74a738
deprecate the AUTOLOAD method of WebGUI::Form
2011-01-04 18:01:21 -06:00
Doug Bell
1c24c8189a
migrate User deprecation messages to derp
2010-12-09 18:57:58 -06:00
Doug Bell
50c4910083
add deprecation carp method
2010-12-09 18:57:41 -06: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
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
3ce9198220
setVersionLock needs to be done only for tags
2010-12-03 15:01:30 -06:00
Doug Bell
ab18af37ef
default new revisions to approved
2010-12-03 15:01:30 -06:00
Doug Bell
f0df8b720b
addSave will always be adding
2010-12-03 15:01:30 -06:00
Doug Bell
e89375622b
move version tag stuff out of addRevision
2010-12-03 15:01:30 -06:00
Colin Kuskie
1d19269f7e
Don't need weaken twice.
2010-11-29 09:49:23 -08:00
Colin Kuskie
5d4405f43d
Convert Image::Graph and Poll over to use FormBuilder.
2010-11-29 09:37:28 -08:00
Colin Kuskie
0983362204
Fix WebGUI::Crud to autowrite objects when created.
2010-11-28 22:01:26 -08:00
Colin Kuskie
ef3cbf3303
Add short circuiting to deleteField method in FormBuilder.
2010-11-28 19:40:43 -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
d02472cfa6
Change Session::ID to no longer need a session. Instead, you pass it a seed for salting the hash generation.
2010-11-19 08:53:22 -08:00
Colin Kuskie
68638c2ae8
Fix incorrect translation of $user->profileField to $user->get. ProfileField was a mutator, not just an accessor.
2010-11-19 08:52:46 -08:00
Colin Kuskie
e03bb22d56
More deprecation fixes.
2010-11-18 19:41:09 -08:00
Colin Kuskie
8255b6905f
Remove more deprecated uses of profileField.
2010-11-18 16:16:40 -08:00