Commit graph

31 commits

Author SHA1 Message Date
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
Colin Kuskie
7f735c0ea1 'nother leaky test. 2011-01-13 13:33:32 -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
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
Colin Kuskie
5bda366e27 Fix leaky assets in the EditBranch asset helper test. 2010-11-02 15:41:12 -07:00
Doug Bell
a1b7e93427 test ExportHtml asset helper 2010-10-18 12:35:01 -05:00
Doug Bell
8d8391413c test EditBranch asset helper 2010-10-18 12:35:01 -05:00
Doug Bell
f339fdc7ed test CopyBranch asset helper 2010-10-18 12:35:01 -05:00
Doug Bell
aaeb494cd4 add ChangeUrl assethelper test 2010-10-14 19:05:54 -05:00
Doug Bell
d40fbc8255 fix Cut assethelper tests 2010-10-14 18:02:36 -05:00
Doug Bell
51d5f6bcb4 fix tests for Copy assethelper 2010-10-14 17:34:16 -05:00
Doug Bell
f40a690809 remove tests for deleted modules 2010-10-14 16:17:33 -05:00
Graham Knop
a95ef168cc remove use of FindBin in tests 2010-09-01 14:05:53 -05:00
Colin Kuskie
d1163c0d40 Only check children, not descandants to be copied. 2010-06-17 09:51:36 -07:00
Graham Knop
73319bf6c0 fix copy tests being hard coded based on default home page content 2010-06-15 12:40:42 -05:00
Colin Kuskie
e3de7cd162 Update object accessors, fix a problem with pasting. 2010-06-02 19:59:32 -07:00
Colin Kuskie
636ca8ae86 Update AssetHelper/Lock test. Missing use line in the module itself. 2010-05-28 12:00:26 -07:00
Colin Kuskie
3e11f711b3 Add the Lock Asset AssetHelper 2009-12-02 15:25:31 -08:00
Colin Kuskie
5375fbbf8f AssetManager Helper, which just opens a tab to the ContentHandler. 2009-11-30 17:31:42 -08:00
Colin Kuskie
7d9ee7b0a6 Add Promote and Demote helpers. 2009-11-27 10:29:49 -08:00
Colin Kuskie
39ffaba487 Add copy with descendants. 2009-11-27 09:46:14 -08:00
Colin Kuskie
2ea377b87d Fix test comment. 2009-11-27 09:41:12 -08:00
Colin Kuskie
80a6b90353 Add Copy with children Asset Helper 2009-11-27 09:37:56 -08:00
Colin Kuskie
0b124f269c Finish Copy (self) Helper. 2009-11-25 16:45:09 -08:00
Colin Kuskie
7298af49ea Copy Asset Helper (self only). 2009-11-25 16:32:52 -08:00
Colin Kuskie
ed8f2c4a8f A few small tweaks, and a test. 2009-11-25 10:31:06 -08:00