Colin Kuskie
4fea10a1f5
Merge commit 'v7.10.19' into WebGUI8
2011-10-25 20:31:50 -07:00
Colin Kuskie
4bfabb9469
Make version tags mandatory again.
2011-10-25 19:44:58 -07:00
Colin Kuskie
a2a3b2dcb9
Convert FilePile asset into an AssetHelper.
2011-10-11 14:52:00 -07:00
Colin Kuskie
c6f4222a55
Fix POD for edit branch asset helper.
2011-10-11 14:52:00 -07:00
Scott Walters
54ae754ebe
Repeat ampli's fix (described below) for other occurances on the site.
...
``The Save buttons in the two first steps didn't work in Chrome.
According to a hint in the YUI Button documentation about a problem in using
"submit" as a value of the name attribute, I changed submit button name
in the two first steps from "submit" to "send". This solved the problem.''
2011-06-29 19:13:18 -04:00
Doug Bell
277faae8a1
Merge commit 'v7.10.15' into 8
...
Conflicts:
docs/gotcha.txt
docs/previousVersion.sql
docs/templates.txt
lib/WebGUI.pm
lib/WebGUI/Asset.pm
lib/WebGUI/Asset/Event.pm
lib/WebGUI/Asset/File.pm
lib/WebGUI/Asset/MapPoint.pm
lib/WebGUI/Asset/RichEdit.pm
lib/WebGUI/Asset/Sku/Product.pm
lib/WebGUI/Asset/Snippet.pm
lib/WebGUI/Asset/Story.pm
lib/WebGUI/Asset/Template.pm
lib/WebGUI/Asset/Template/TemplateToolkit.pm
lib/WebGUI/Asset/Wobject/Calendar.pm
lib/WebGUI/Asset/Wobject/Carousel.pm
lib/WebGUI/Asset/Wobject/Collaboration.pm
lib/WebGUI/Asset/Wobject/Dashboard.pm
lib/WebGUI/Asset/Wobject/DataForm.pm
lib/WebGUI/Asset/Wobject/Folder.pm
lib/WebGUI/Asset/Wobject/Map.pm
lib/WebGUI/Asset/Wobject/Search.pm
lib/WebGUI/Asset/Wobject/Shelf.pm
lib/WebGUI/Asset/Wobject/StockData.pm
lib/WebGUI/Asset/Wobject/StoryTopic.pm
lib/WebGUI/Asset/Wobject/SyndicatedContent.pm
lib/WebGUI/Asset/Wobject/Thingy.pm
lib/WebGUI/Asset/Wobject/WeatherData.pm
lib/WebGUI/AssetClipboard.pm
lib/WebGUI/AssetCollateral/DataForm/Entry.pm
lib/WebGUI/AssetExportHtml.pm
lib/WebGUI/AssetLineage.pm
lib/WebGUI/AssetMetaData.pm
lib/WebGUI/AssetTrash.pm
lib/WebGUI/AssetVersioning.pm
lib/WebGUI/Auth.pm
lib/WebGUI/Cache/CHI.pm
lib/WebGUI/Content/AssetManager.pm
lib/WebGUI/Fork/ProgressBar.pm
lib/WebGUI/Form/JsonTable.pm
lib/WebGUI/Form/TimeField.pm
lib/WebGUI/Form/Zipcode.pm
lib/WebGUI/Group.pm
lib/WebGUI/International.pm
lib/WebGUI/Macro/AssetProxy.pm
lib/WebGUI/Macro/FileUrl.pm
lib/WebGUI/Operation/SSO.pm
lib/WebGUI/Operation/User.pm
lib/WebGUI/Role/Asset/Subscribable.pm
lib/WebGUI/Shop/Cart.pm
lib/WebGUI/Shop/Transaction.pm
lib/WebGUI/Shop/TransactionItem.pm
lib/WebGUI/Test.pm
lib/WebGUI/URL/Content.pm
lib/WebGUI/URL/Uploads.pm
lib/WebGUI/User.pm
lib/WebGUI/Workflow/Activity/ExtendCalendarRecurrences.pm
lib/WebGUI/Workflow/Activity/SendNewsletters.pm
lib/WebGUI/i18n/English/Asset.pm
lib/WebGUI/i18n/English/WebGUI.pm
sbin/installClass.pl
sbin/rebuildLineage.pl
sbin/search.pl
sbin/testEnvironment.pl
t/Asset/Asset.t
t/Asset/AssetClipboard.t
t/Asset/AssetLineage.t
t/Asset/AssetMetaData.t
t/Asset/Event.t
t/Asset/File.t
t/Asset/File/Image.t
t/Asset/Post/notification.t
t/Asset/Sku.t
t/Asset/Story.t
t/Asset/Template.t
t/Asset/Wobject/Collaboration/templateVariables.t
t/Asset/Wobject/Collaboration/unarchiveAll.t
t/Asset/Wobject/Shelf.t
t/Auth.t
t/Macro/EditableToggle.t
t/Macro/FilePump.t
t/Shop/Cart.t
t/Shop/Transaction.t
t/Storage.t
t/User.t
t/Workflow.t
2011-05-13 18:15:11 -05:00
Doug Bell
18dd9a459d
move export product tests and fix the export product helper
2011-05-05 19:27:22 -05:00
Doug Bell
140b5a546f
move Shelf tests into AssetHelper tests (and fix the thing)
2011-05-05 18:51:42 -05:00
Doug Bell
01844b6fa2
migrate import and export products to Asset Helpers
2011-03-29 23:25:56 -05:00
Doug Bell
39e2c566fd
migrate Crop to Asset Helper
2011-03-28 15:20:23 -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
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
cc53006912
migrate ExportHtml AssetHelper to FormBuilder
2011-02-10 17:08:53 -06:00
Doug Bell
7c88ee41db
migrate ChangeUrl AssetHelper to FormBuilder
2011-02-10 17:07:18 -06:00
Doug Bell
1866c593ea
almost done fixing addRevision changes
2010-12-03 15:01:31 -06:00
Colin Kuskie
8186eba909
form param "with" should be all lower case.
2010-11-11 15:24:18 -08:00
Paul Driver
a4edea1e3c
Better integration of Fork into AssetHelpers, fork startup
2010-11-08 07:55:42 -06:00
Doug Bell
20744ce25d
remove unneeded asset helpers
2010-10-14 18:13:31 -05:00
Colin Kuskie
1f42a0a24e
Remove types for setScript calls, add setCss, which is shorthand for setLink with the CSS specific params preset.
2010-09-24 08:03:09 -07:00
Colin Kuskie
679c4678d2
Fix a double $i18n syntax warning.
2010-08-05 15:15:58 -07:00
Doug Bell
4210b64369
ExportHtml AssetHelper works
2010-08-04 17:56:15 -05:00
Doug Bell
6a1ec0468e
EditBranch asset helper now works
2010-08-04 17:56:15 -05:00
Doug Bell
b8905ed780
cut AssetHelper now works
2010-08-04 12:53:54 -05:00
Doug Bell
04334685aa
add helpful message to copy
2010-08-04 12:51:43 -05:00
Doug Bell
7b3855c991
Remove old asset helpers replaced by CopyBranch
2010-08-04 12:13:16 -05:00
Doug Bell
f94ea5a606
add CopyBranch to handle copy children/descendants
2010-08-04 12:12:45 -05:00
Doug Bell
8bd28e101f
update Copy to work with ProgressBar and streaming
...
ProgressBar needs to handle streaming itself. When it does, all
AssetHelpers that use ProgressBar will need to remove their own
streaming handlers and just use ProgressBar's
2010-08-04 12:07:55 -05:00
Doug Bell
3d6df0fa77
copy opens progress dialog
2010-08-02 11:11:03 -05:00
Doug Bell
3053050297
closing the dialog must come last
2010-07-30 15:04:49 -05:00
Doug Bell
e51b5913b5
close the modal dialog when ChangeUrl is done
2010-07-30 14:41:15 -05:00
Doug Bell
8e4dce0dbb
fix ChangeUrl form to submit to correct op/method
2010-07-30 14:32:33 -05:00
Doug Bell
6939287a17
add assetId to determine which asset we're helping
2010-07-30 14:20:27 -05:00
Doug Bell
c6a074b9d1
make ChangeUrl helper open modal dialog
2010-07-30 13:52:45 -05: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
d5dd260f32
More instanciator cleanup.
2010-03-04 08:55:10 -08:00
Colin Kuskie
3e11f711b3
Add the Lock Asset AssetHelper
2009-12-02 15:25:31 -08:00
Colin Kuskie
e17a783efa
Update README, and fix a syntax error in ExportHtml.
2009-12-01 10:11:51 -08:00
Colin Kuskie
40a850c739
Export as HTML Asset Helper.
...
Note, needs Admin Console integration for title, content and URLs.
2009-12-01 10:08:03 -08:00
Colin Kuskie
76d8c48691
Add EditBranch
...
Note that the form URL need to be set.
2009-12-01 09:56:05 -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
b065f20397
ChangeUrl Asset Helper
...
Needs tests, and will have issues with closing the Admin Console IFRAME
when done.
2009-11-29 21:34:35 -08:00
Colin Kuskie
3eb0ac756f
Flesh out Revisions assetHelper.
...
Add a simple method to WebGUI::HTML to format an array as a table row.
Do not join non-asset tables in queries.
2009-11-29 16:03:51 -08:00
Colin Kuskie
eba37b8bc1
Beginning work on Revision assetHelper
2009-11-28 09:36:34 -08:00
Colin Kuskie
7d9ee7b0a6
Add Promote and Demote helpers.
2009-11-27 10:29:49 -08:00