Commit graph

3835 commits

Author SHA1 Message Date
Doug Bell
8c01fdbc73 migrate DataForm www_editField to FormBuilder 2011-01-26 16:05:39 -06:00
Doug Bell
325dbad2a3 remove style wizard 2011-01-25 18:09:46 -06:00
Doug Bell
caf3c19080 migrate Subscription redeem code to FormBuilder 2011-01-25 18:06:49 -06:00
Doug Bell
d35e128528 migrate listSubscriptionCodes to FormBuilder 2011-01-25 18:06:49 -06:00
Doug Bell
7b383ec391 migrate Subscription list code batches to FormBuilder 2011-01-25 18:06:49 -06:00
Doug Bell
affafb0038 migrate Subscription create batch form to FormBuilder 2011-01-25 18:06:49 -06:00
Doug Bell
3b4b729518 migrate Product www_editVariant to FormBuilder 2011-01-25 18:06:49 -06:00
Doug Bell
ed70aa8929 migrate Product www_editSpecification to FormBuilder 2011-01-25 18:06:49 -06:00
Doug Bell
f157ddfe58 migrate Product www_editFeature to FormBuilder 2011-01-25 18:06:48 -06:00
Doug Bell
eda2756d76 migrate Product www_editBenefit to FormBuilder 2011-01-25 18:06:48 -06:00
Doug Bell
078397b015 migrate Product www_addRelated to FormBuilder 2011-01-25 18:06:48 -06:00
Doug Bell
a30d9acc25 migrate Product www_addAccessory to FormBuilder 2011-01-25 18:06:48 -06:00
Doug Bell
1d9911ff0c migrate EMSToken to FormBuilder 2011-01-25 18:06:48 -06:00
Doug Bell
6729cb0621 migrate EMSTicket to FormBuilder 2011-01-25 18:06:47 -06:00
Doug Bell
39c775a44d migrate EMSRibbon to FormBuilder 2011-01-25 18:06:47 -06:00
Doug Bell
c7aee8ce68 remove unused WebGUI::HTMLForm 2011-01-25 18:06:47 -06:00
Doug Bell
58c611eee6 move shortcut to formbuilder 2011-01-25 18:06:47 -06:00
Doug Bell
d5d7d7ef0b remove HTMLForm from Post assets 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
5ece597592 remove HTMLForm from ZipArchive 2011-01-13 14:33:04 -06:00
Doug Bell
89ee734f3f migrate Image to FormBuilder 2011-01-13 14:33:04 -06:00
Doug Bell
d54ad71f37 move EMSSubmissionForm editSubmissionForm to FormBuilder 2011-01-13 14:33:04 -06:00
Doug Bell
4d55fd82d7 move EMSSubmission editSubmission to FormBuilder 2011-01-13 14:33:04 -06: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
52919f7586 add function to replace var names for FormBuilder 2011-01-04 18:01:21 -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
1866c593ea almost done fixing addRevision changes 2010-12-03 15:01:31 -06:00
Colin Kuskie
5d4405f43d Convert Image::Graph and Poll over to use FormBuilder. 2010-11-29 09:37:28 -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
Colin Kuskie
59c03b50e7 Change occurances of user->profileField to user->get 2010-11-18 16:12:03 -08:00
Colin Kuskie
c4553012d1 Syntax clean. 2010-11-17 16:34:11 -08:00
Colin Kuskie
7dc51b6c2b Merge branch 'Crud' into WebGUI8 2010-11-11 14:23:11 -08:00
Colin Kuskie
e6f7f218f2 Only import what we're going to use from Test::Deep::NoTest. 2010-11-11 14:02:19 -08:00
Colin Kuskie
63eabc01f1 Fix label and hoverhelp issues in the Survey::Test module. 2010-11-10 15:50:48 -08:00
Colin Kuskie
50d92f9113 Fix default for tests in Survey::Test. Also change usage of create to new in the test for ::Test. 2010-11-10 14:39:12 -08:00
Colin Kuskie
c57649585a Convert Survey::Test over to Moose. 2010-11-10 11:20:28 -08:00
Colin Kuskie
b9051fa8a4 Convert AdSku collateral over to Moose. 2010-11-10 10:23:51 -08:00
Doug Bell
976ea07763 fix stockdata asset DateTime exception 2010-11-09 16:51:42 -06:00
Colin Kuskie
5f3014aaee Merge branch 'master' into WebGUI8. Merged up to 7.10.4 2010-11-03 09:47:36 -07:00
Colin Kuskie
a90eadda7c Merge commit 'bfe9780ce0' into WebGUI8. Merged up to 7.10.3 2010-11-02 14:49:33 -07:00
Doug Bell
97020f69bf fix 11941 cannot edit default templates 2010-11-01 16:06:07 -05:00
Colin Kuskie
f2ac0bc67c Shortcut uses the wrong date for the overridden getContentLastModified. Fixes bug #11935. 2010-11-01 10:26:08 -07:00
Colin Kuskie
04ec75719e Make a new storage location when an Event is duplicated. Fixes bug #11937. 2010-11-01 09:19:08 -07:00
Paul Driver
7219e21f86 Merge branch 'fork' 2010-11-01 08:20:38 -05:00
Colin Kuskie
87326192a3 Merge commit '4635b91554' into WebGUI8. Syntax clean up to 7.10.2 2010-10-27 15:59:33 -07:00
Doug Bell
f57ce0c9a6 rename variables for consistency 2010-10-27 13:06:25 -05:00
Doug Bell
199c4e4960 change ErrorHandler to Log 2010-10-27 12:50:12 -05:00
Paul Driver
fa471df450 Story Archive now plays nice with urlExtensions 2010-10-26 14:27:47 -07:00