Colin Kuskie
|
2c0334d709
|
Thingy asset collateral import does not need to check for existance of the asset. If the asset doesn't exist, package import will create it or it will die. Fixes bug #12060.
|
2011-03-07 08:35:15 -08:00 |
|
Colin Kuskie
|
8a527f830c
|
Fix sytax errors in the new TimeField code.
|
2011-03-07 08:31:26 -08:00 |
|
Colin Kuskie
|
73a95e9627
|
Fix the accidental overriding of www_export in the Thing. Fixes bug #12066.
|
2011-03-04 10:45:06 -08: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 |
|
Colin Kuskie
|
675dfec848
|
Add i18n requirements for the TimeField, so it works if used without other plugins requiring them.
|
2011-03-03 16:55:21 -08:00 |
|
Chris Hanson
|
d1531da722
|
Merge branch 'master' of git://github.com/plainblack/webgui
Conflicts:
docs/changelog/7.x.x.txt
|
2011-03-03 16:16:25 -06:00 |
|
root
|
d72d36986b
|
Removed the ugly time setting pop-up and replaced it with clean JS. Fixes bug #12061
|
2011-03-03 15:50:58 -06:00 |
|
Colin Kuskie
|
e7e8cd43bf
|
Fix the currentUrl used by the thingy for making URLs with action, like pagination and sorting, in the search screen. Fixes bug #12055.
|
2011-03-02 16:40:44 -08: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 |
|
Colin Kuskie
|
de6cf5875f
|
Fix the Time field. Provide a getValueAsHtml method. Use it when displaying the form, so that the JS works correctly in displaying values. Fixes bug #12054 and works swell in the Thingy. The Thingy is my favorite asset now.
|
2011-02-28 20:43:07 -08:00 |
|
Colin Kuskie
|
79ab978e49
|
Fix the URL to the user after exporting a Thing in CSV format. The URL needs to contain the thingId to see non-default things. Fixes bug #12063
|
2011-02-28 20:33:29 -08:00 |
|
Colin Kuskie
|
7091cedc0a
|
Add the column headers back to the CSV file exported from a Thing. Fixes bug #12062.
|
2011-02-28 19:23:56 -08:00 |
|
Colin Kuskie
|
331ce02065
|
Update the default View Thing Data template to use the viewScreenTitle variable, and i18n the word "View". Update template docs to describe what viewScreenTitle really is. Fixes bug #12053.
|
2011-02-28 09:44:10 -08:00 |
|
Colin Kuskie
|
6749937d4e
|
No direct appending of URL's, since it breaks Prevent Proxy Cache. Also, i18n the buttons. Fixes bug #12051.
|
2011-02-28 09:31:56 -08:00 |
|
Colin Kuskie
|
1255f27792
|
Document that in WebGUI::Search, assetIds are not AND'ed with the other rules.
|
2011-02-28 08:54:17 -08: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 |
|
Doug Bell
|
2170509c0f
|
allow TaxDriver getEditForm to use FormBuilder
There would be far too much rewriting in order to change the EU
driver to use FormBuilder. We can revisit that later.
|
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
|
71261438f7
|
migrate PayDriver getEditForm to FormBuilder
|
2011-02-25 15:45:40 -06:00 |
|
Doug Bell
|
3ce8498427
|
fix bad heredoc ending
|
2011-02-25 15:45:40 -06:00 |
|
Doug Bell
|
c9250660e4
|
change docs for Session::DateTime to use form control
|
2011-02-25 15:45:39 -06:00 |
|
Doug Bell
|
88a94d65e2
|
finish Graph migration to FormBuilder
|
2011-02-25 15:45:39 -06:00 |
|
Doug Bell
|
24c2d6bb27
|
update docs to point to better place
|
2011-02-25 15:45:39 -06:00 |
|
Doug Bell
|
b70f253e74
|
finish migrating Crud to FormBuilder
|
2011-02-25 15:45:38 -06:00 |
|
Doug Bell
|
88c865c902
|
migrate Auth editUserForm and Operation User editUser to FormBuilder
|
2011-02-25 15:45:38 -06:00 |
|
Colin Kuskie
|
c9003e3517
|
Ready for 7.10.11 development.
|
2011-02-21 21:35:23 -08:00 |
|
Graham Knop
|
b2c11102d8
|
refactor some of the upgrade script code
|
2011-02-21 18:24:22 -06:00 |
|
Colin Kuskie
|
116a3c21ca
|
In the Asset Manager search window, let the title of the asset be a link to view the asset. Fixes bug #12048.
|
2011-02-21 13:54:00 -08:00 |
|
Paul Driver
|
ae3e49d622
|
Versioned Metadata
|
2011-02-17 14:46:50 -06:00 |
|
Colin Kuskie
|
90dec24634
|
Prevent an empty AssetProxy macro from causing an infinite loop. Fixes bug #12046. Thanks to Trex for the patch!
|
2011-02-14 17:49:47 -08:00 |
|
Colin Kuskie
|
f3e340fa3a
|
Rework the CS mail fetching interval so that it can't have crazy values like never, every second or yearly. Fixes bug #12043
|
2011-02-14 16:37:06 -08: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
|
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
|
b332d828e7
|
no, what i wanted was to remove www_ methods from AssetExportHtml
|
2011-02-10 17:04:00 -06:00 |
|
Doug Bell
|
1002ac3bae
|
migreate AssetExportHtml to FormBuilder
|
2011-02-10 17:02:11 -06:00 |
|
Doug Bell
|
17b7fad4be
|
remove www_changeUrl. It is now an AssetHelper
|
2011-02-10 16:53:35 -06:00 |
|