Doug Bell
|
cdcbf53e42
|
getToolbarState and toggleToolbar no longer exist
The toolbar can be put in any page, and the toggle is now simply
if you are in the Turn Admin On group
|
2011-05-04 13:51:19 -05:00 |
|
Doug Bell
|
4a8b4c69a2
|
class is now className for www_add
|
2011-05-04 13:50:10 -05:00 |
|
Doug Bell
|
2b42142d85
|
went overboard on deleting from this test
|
2011-05-04 13:05:18 -05:00 |
|
Doug Bell
|
1e9837365d
|
switchAdminOn/Off no longer exists
|
2011-05-04 12:51:48 -05:00 |
|
Doug Bell
|
954d74b88e
|
switchAdminOn/Off no longer exists
|
2011-05-04 12:48:56 -05:00 |
|
Doug Bell
|
38eb9a8469
|
EditableToggle is no longer necessary
|
2011-05-04 12:48:12 -05:00 |
|
Doug Bell
|
7d1b44e78a
|
switchAdminOn/Off does not exist
|
2011-05-04 12:44:42 -05:00 |
|
Doug Bell
|
d8d2ab0930
|
adminbar is no longer needed
|
2011-05-03 17:46:17 -05:00 |
|
Doug Bell
|
925a5da1af
|
switchAdminOn no longer exists
|
2011-05-03 17:43:51 -05:00 |
|
Doug Bell
|
04eb2a4469
|
switchAdminOn no longer exists
|
2011-05-03 17:42:33 -05:00 |
|
Doug Bell
|
a311c192d5
|
SwitchAdminOn/Off no longer exists
|
2011-05-03 17:36:34 -05:00 |
|
Doug Bell
|
1a589a655d
|
Add missing works for anyone in Turn Admin On
|
2011-05-03 17:35:06 -05:00 |
|
Doug Bell
|
d80dadb28f
|
www_copy is now only an AssetHelper and is tested there
|
2011-05-03 17:29:02 -05:00 |
|
Scott Walters
|
57e0fe80fc
|
no zombie forks as a test criteria
|
2011-05-03 18:16:41 -04:00 |
|
Scott Walters
|
c8f2810855
|
no zombie forks as a test criteria
|
2011-05-03 18:16:04 -04:00 |
|
Scott Walters
|
3e59d0f8fe
|
no zombie forks a test criteria
|
2011-05-03 18:15:09 -04:00 |
|
Scott Walters
|
d6ad0852e8
|
cope with extra fields returned and fix apparent errors in the t/Admin.t tests to make them pass
|
2011-05-03 18:15:09 -04:00 |
|
Scott Walters
|
5b5a7e9124
|
"the old API was to pass the asset into process(), but that had some problems" according to preaction, re: WebGUI::AssetHelper::Cut->new now requiring an asset parameter.
fixes www_processAssetHelper test; several others in there still fail for me. this fix fixes a WebGUI::Fork leak. I'm sure there are more.
|
2011-05-03 02:26:08 -04:00 |
|
Scott Walters
|
ee212a16f3
|
WebGUI::Test::waitForAllForks optionally taking a number of seconds to wait;
t/AssetHelper/Copy.t using this as one of its tests; this creates a test failure out of a test suite deadlock for me
|
2011-05-02 18:25:21 -04:00 |
|
Doug Bell
|
eec3986cf7
|
fix formbuilder tests for new flags
|
2011-04-13 17:53:06 -05:00 |
|
Doug Bell
|
04a420e0bd
|
formbuilder toTemplateVars is now complete and tested
|
2011-04-12 21:26:20 -05:00 |
|
Doug Bell
|
0168cb16a4
|
add wg-form-TYPE class to all form control wrappers
|
2011-04-11 16:57:21 -05:00 |
|
Doug Bell
|
332a734288
|
do not remove an element while splicing
|
2011-04-11 15:20:18 -05:00 |
|
Doug Bell
|
3a2b28eb76
|
allow adding formbuilder fields at specific positions
|
2011-04-11 15:14:03 -05:00 |
|
Doug Bell
|
b8dec21449
|
allow templates to be returned from content handlers
|
2011-04-08 15:44:28 -05:00 |
|
Doug Bell
|
adb67b2137
|
add style parameter to template assets to store a style template id
|
2011-04-07 21:49:23 -05:00 |
|
Doug Bell
|
13e8040190
|
add setParam, getParam, deleteParam to template assets
|
2011-04-07 20:46:21 -05:00 |
|
Graham Knop
|
9ec788a603
|
fix upgrade script compile checks
|
2011-04-06 10:02:19 -05:00 |
|
Graham Knop
|
c7bbb4e639
|
count explicit Carps as compile warnings
|
2011-04-06 10:02:19 -05:00 |
|
Doug Bell
|
aee00bfad1
|
fix shortcut overrides and add helper
|
2011-03-28 16:26:23 -05:00 |
|
Doug Bell
|
698f40a6dd
|
add "asset" property to AssetHelpers.
Simplifies the API and allows us to have getForm and getUrl to make
asset helpers easier to build.
|
2011-03-25 14:49:44 -05:00 |
|
Doug Bell
|
b27bc19e4d
|
Tree view buttons now work. Changed progress bar helpers to use fork. Added forkId option to AssetHelpers. Added updateAsset service to Admin.
|
2011-03-03 19:25:20 -06:00 |
|
Doug Bell
|
b9e879b7aa
|
change AssetHelpers to have short IDs instead of class names
This will make better code reuse: The Asset Manager will instead
call the AssetHelper with the id of "cut" or "copy" to get the
correct operation.
|
2011-02-25 15:45:42 -06:00 |
|
Doug Bell
|
8650e714b5
|
move createShortcut to an assetHelper
|
2011-02-25 15:45:42 -06:00 |
|
Doug Bell
|
9ab36a72ee
|
migrate Activity getEditForm to FormBuilder
|
2011-02-25 15:45:41 -06:00 |
|
Doug Bell
|
37f392b4c8
|
migrate Wizard getForm to FormBuilder
|
2011-02-25 15:45:40 -06:00 |
|
Doug Bell
|
1d8b1b1b3a
|
migrate ship getEditForm to FormBuilder
|
2011-02-25 15:45:40 -06:00 |
|
Doug Bell
|
209a24d985
|
remove diags from test
|
2011-02-25 15:45:40 -06:00 |
|
Doug Bell
|
71261438f7
|
migrate PayDriver getEditForm to FormBuilder
|
2011-02-25 15:45:40 -06:00 |
|
Doug Bell
|
88c865c902
|
migrate Auth editUserForm and Operation User editUser to FormBuilder
|
2011-02-25 15:45:38 -06:00 |
|
Doug Bell
|
a3a5d44a7b
|
migrate Settings operation to FormBuilder
|
2011-02-10 18:49:34 -06:00 |
|
Doug Bell
|
98816c4b6b
|
migrate www_editMetaDataField to FormBuilder
|
2011-02-10 17:29:46 -06:00 |
|
Doug Bell
|
ae7528b8ef
|
migrate Thingy import from csv to FormBuilder
|
2011-02-10 16:34:03 -06:00 |
|
Doug Bell
|
033a1b7793
|
migrade Survey editTest to FormBuilder
|
2011-02-10 15:50:51 -06:00 |
|
Doug Bell
|
963227b571
|
migrate Thingy editField to FormBuilder
|
2011-02-10 15:48:29 -06:00 |
|
Doug Bell
|
1fb51f2e75
|
migrate Survey graph to formbuilder
|
2011-02-03 16:56:03 -06:00 |
|
Doug Bell
|
db8b507b94
|
migrate PM editProject to FormBuilder
|
2011-02-03 16:05:37 -06:00 |
|
Doug Bell
|
0a2a010a95
|
migrate IOB viewReport to FormBuilder
|
2011-02-02 17:27:12 -06:00 |
|
Doug Bell
|
603ad39e3b
|
migrate IOB selectDelegates to FormBuilder
|
2011-02-02 16:50:45 -06:00 |
|
Doug Bell
|
ed718c1891
|
migrate IOB view to FormBuilder + test cleanup
|
2011-02-02 16:33:07 -06:00 |
|