Commit graph

16334 commits

Author SHA1 Message Date
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
Doug Bell
ebc955f2e5 remove HTMLForm from AdminConsole 2011-01-13 14:33:04 -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
Doug Bell
1fc6c79306 move Account skeleton editSettingsForm to FormBuilder 2011-01-13 14:33:03 -06:00
Paul Driver
7c9d0863ef Tests for the new topic template variable 2011-01-11 12:47:58 -06:00
Paul Driver
2208864504 rfe #12016 for the top story as well 2011-01-11 10:09:58 -06:00
Colin Kuskie
006c27f582 Ready for 7.10.8 development. 2011-01-10 21:34:55 -08:00
Colin Kuskie
d5abe32b76 Preparing for 7.10.7 release 2011-01-10 21:01:27 -08:00
Doug Bell
2e3ee7e575 fix 11989 Calendar list view isn't uniform and missing fields
also fixed timezone problem with the list view sections
2011-01-10 20:26:57 -06:00
Doug Bell
6397f20f9c fix test for new controls param 2011-01-10 20:26:56 -06:00
Doug Bell
c0d5cc9f3b fix dataform jumping between views when moving fields 2011-01-10 20:26:56 -06:00
Doug Bell
2808a19670 fix 11988 dataform list view missing field control 2011-01-10 20:26:56 -06:00
Doug Bell
9be6da4d2a fix 11987 map displays white text on white bg 2011-01-10 20:26:55 -06:00
Colin Kuskie
f1dd08c135 If there are missing, required fields when saving data to a thing, do not write it to the db. Fixes bug #11996. 2011-01-10 16:00:21 -08:00
Colin Kuskie
6f34c25e82 Prevent SSO fixation attacks against WebGUI by modifying Operation/SSO to log the user in as the user with a different session, and to require a flag in the config file to enable it. This feature will be removed in WebGUI 8. Fixes bug #12004. 2011-01-10 14:07:59 -08:00
Colin Kuskie
c65fd1946a There was no dying due to this bug, it was trapped during deserialization, not serialization.
This reverts commit a0119e9e82.
2011-01-10 13:53:13 -08:00
Colin Kuskie
a0119e9e82 When setting photo JSON, wrap the json serialization in an eval to trap errors. Addresses bug #12002. 2011-01-10 13:24:29 -08:00
Colin Kuskie
a96a9c3989 Update tests to handle new data being returned from USPS, for both domestic and international shipping. No driver changes required so far. 2011-01-10 13:24:00 -08:00
Colin Kuskie
727e45c97a Add indeces to the userLoginLog to help with cleanup. Fixes bug #12008 2011-01-10 10:39:28 -08:00
Paul Driver
702d00bb63 Merge branch 'master' of github.com:plainblack/webgui 2011-01-10 12:32:19 -06:00
Paul Driver
28f4b1b4d2 rfe #10521: Use monospaced font in template edit textarea 2011-01-10 12:31:15 -06:00
Colin Kuskie
dfffaf307c Add a test for tripping maximum assets to make sure it works. We will depend on the live tests for www_editSave to determine the opposite case. 2011-01-10 10:16:55 -08:00
Colin Kuskie
33698fcfde Remove old debugging code for validToken. 2011-01-10 10:16:34 -08:00
Paul Driver
5fc7b42a88 Template help for the additional topic variables 2011-01-10 11:31:56 -06:00
Paul Driver
82c6c58958 rfe #12016: add more functionality to story_loop 2011-01-10 10:32:47 -06:00
Paul Driver
61245baaaa Fix template preview to work with chunked content and template post-processing (in Layout, for instance) 2011-01-06 14:35:56 -06:00
Paul Driver
b3a1e6cfa3 IE fixes for preview, modal dialog instead of popup window 2011-01-05 16:32:33 -06:00
Paul Driver
cdda6235d7 jslinting the preview js 2011-01-05 12:47:38 -06:00
Paul Driver
9f9cac02fe whoops, forgot the js 2011-01-05 12:43:41 -06:00
Paul Driver
41ac1f153e Template Preview button 2011-01-05 12:40:35 -06:00
Colin Kuskie
6032319049 Uppercased table name for WebGUI::Fork test method. 2011-01-04 18:36:14 -08:00
Colin Kuskie
6665e9f144 Escape the assetId everytime - is encountered, not just the first. 2011-01-04 18:32:06 -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
8bd2deabe3 initial base of Account test classes 2011-01-04 19:54:09 -06: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
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
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
b5c1ffe5b7 migrate old templates to new formbuilder vars 2011-01-04 18:01:22 -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