Commit graph

15970 commits

Author SHA1 Message Date
Doug Bell
caa1639617 fix syntax error :p 2011-04-11 13:33:30 -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
Doug Bell
5f66eaac45 remove the last references to addSubmenuItem in Survey 2011-04-07 19:22:31 -05:00
Doug Bell
70cf625c80 migrate survey submenu items to asset helpers 2011-04-07 19:20:33 -05:00
Graham Knop
8d374c2d92 move -inc to better location 2011-04-06 10:26:22 -05:00
Graham Knop
e4696b28a7 start of WebGUI::Command 2011-04-06 10:26:22 -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
Graham Knop
369ae7d4d4 remove unneeded import 2011-04-06 10:02:19 -05:00
Doug Bell
dbc12d46ac add data to finish() call to allow for actions 2011-04-05 18:36:36 -05:00
Doug Bell
7f9badc48e and now it works... why? 2011-04-05 18:36:16 -05:00
Chris Hanson
0b6fbe0d84 Correction to install.txt for wg8 dirs 2011-04-05 16:33:00 -05:00
Chris Hanson
61e2c77c6e Added UUID::Tiny and [Starman] to testEnvironment.pl 2011-04-05 15:45:52 -05:00
Doug Bell
5057246f69 namespace autoclean is causing a problem... 2011-04-05 14:48:38 -05:00
Doug Bell
a45cdec243 add import/export helpers to the Product asset too 2011-03-29 23:28:22 -05:00
Doug Bell
1ae7a3c6e8 fat-finger 2011-03-29 23:26:15 -05:00
Doug Bell
01844b6fa2 migrate import and export products to Asset Helpers 2011-03-29 23:25:56 -05:00
Doug Bell
380b9c7540 show fork dialog when a helper forks 2011-03-29 23:24:58 -05:00
Doug Bell
297dd5d1fc add synopsis for Fork ProgressBar 2011-03-29 15:38:12 -05:00
Doug Bell
fbd573c9d6 move admin console links into asset helpers 2011-03-28 16:36:16 -05:00
Doug Bell
aee00bfad1 fix shortcut overrides and add helper 2011-03-28 16:26:23 -05:00
Doug Bell
205408336c change Annotate into asset helper
Annotate relies on a property of the asset, so it should
be a role and not a helper
2011-03-28 15:43:29 -05:00
Doug Bell
39e2c566fd migrate Crop to Asset Helper 2011-03-28 15:20:23 -05:00
Doug Bell
68cc2297f1 remove undo helper, will add it back when we have proper revisionId 2011-03-28 13:49:57 -05:00
Doug Bell
e8d600aa29 migrate image rotate to AssetHelper 2011-03-25 22:23:13 -05:00
Doug Bell
ca1a22995a strict. warnings. and of course make it work... 2011-03-25 22:22:38 -05:00
Doug Bell
3a50e39ca1 forgot to add the møøse 2011-03-25 21:55:15 -05:00
Doug Bell
b84fd2adaf change image resize to AssetHelper 2011-03-25 21:53:31 -05:00
Doug Bell
4adaa093a5 normalize formbuilder vars 2011-03-25 15:45:10 -05:00
Doug Bell
f7fb7cea6b try to make Tree view prettier 2011-03-25 15:15: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
root
df31c13e13 some naughty creature started using smartmatch so now the floodgates are open. unless someone closes them again. check for perl 5.10 instead of 5.8. 2011-03-17 16:33:02 -04: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
399aa5368b update docs on Fork 2011-03-02 16:40:35 -06:00
Colin Kuskie
dcfce60b5e Change class => className where func=add. 2011-03-01 18:45:00 -08:00
Doug Bell
7a8c9bbacf reformat and rearrange migration docs 2011-03-01 19:16:00 -06:00
Doug Bell
f6831953bd start on Tree buttons to call Asset Helpers 2011-02-25 16:08:06 -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
f249070c50 remove asset manager www_ methods 2011-02-25 15:45:42 -06:00
Doug Bell
5672cee964 remove cut and duplicate asset methods 2011-02-25 15:45:42 -06:00
Doug Bell
9b330fc217 remove createShortcut from Asset 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
3dbb9815f6 remove copy and copyBranch from asset. is now AssetHelper::Copy 2011-02-25 15:45:42 -06:00
Doug Bell
734b1dea04 remove editBranch page, it is now AssetHelper::EditBranch 2011-02-25 15:45:41 -06:00
Doug Bell
d49bfbdaad remove old links to asset manager 2011-02-25 15:45:41 -06:00
Doug Bell
d8ef2ebe56 remove TabForm from use and documentation 2011-02-25 15:45:41 -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