Commit graph

125 commits

Author SHA1 Message Date
David Delikat
e0ab5eac47 change parentElement to parentNode 2011-11-12 03:40:28 +00:00
David Delikat
ffbc759dd2 Merge branch 'WebGUI8' of github.com:plainblack/webgui into WebGUI8
Conflicts:
	www/extras/admin/admin.js
2011-10-26 23:15:02 +00:00
David Delikat
2e2a4db7b6 make admin context menu display 2011-10-26 22:48:58 +00:00
David Delikat
7a9bd26c5e fixed admin select all check box 2011-10-26 00:27:31 +00:00
Colin Kuskie
be109711a8 i18n a few more labels in the new admin console 2011-10-11 21:00:45 -07:00
Colin Kuskie
3de9a22bc4 save some typing when getting the admin object. Mark the type column as not sortable since it isn't an asset property. 2011-10-01 20:09:25 -07:00
Colin Kuskie
f20302cc63 Fix various object scoping issues. Still not context more/helper menus... 2011-10-01 19:53:46 -07:00
Colin Kuskie
d3b4a6d984 Internationalize the month names in the asset history helper in the new admin console. 2011-10-01 19:13:57 -07:00
Colin Kuskie
ced7fa371f Pass admin.navigate an assetId instead of an object. 2011-10-01 17:17:44 -07:00
Scott Walters
dd6a297c06 make the admin view [Edit] controls right-click-able so I can continue to right-click-open-in-new-tab them. 2011-05-10 14:40:06 -04:00
Doug Bell
c7825d4f74 only drag handles should drag asset
this prevents problems with not being able to input or interact with
assets while the drag handles are showing
2011-04-22 18:05:56 -05:00
Doug Bell
cd15d36ce4 edit button in toolbar now works properly 2011-04-20 18:37:49 -05:00
Doug Bell
9939e91eda remove useless scope setting
getHelperHandler already provides a function bound to the
correct scope
2011-04-20 18:34:03 -05:00
Doug Bell
a7f60c7d45 add confirm dialog for helpers 2011-04-20 18:29:33 -05:00
Doug Bell
ecce246e1c new layout drag handles working 2011-04-20 15:52:50 -05:00
Doug Bell
0299d7837c start on new layout draggables 2011-04-19 18:13:03 -05:00
Doug Bell
8906c3f28a className is the full class name. type is the i18n name 2011-04-19 14:01:25 -05:00
Doug Bell
5612871d85 new, fully-javascript admin toolbars 2011-04-18 16:46:30 -05:00
Doug Bell
f5ebb6e916 change admin console to get asset info via ajax call after frame is loaded
this is step one in making the asset control toolbars work
correctly without having an "Admin Mode"
2011-04-14 15:08:35 -05:00
Doug Bell
380b9c7540 show fork dialog when a helper forks 2011-03-29 23:24:58 -05:00
Doug Bell
f7fb7cea6b try to make Tree view prettier 2011-03-25 15:15:23 -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
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
8ba07e0454 fix admin view tab height problem in FF 2011-01-13 15:27:33 -06:00
Paul Driver
a4edea1e3c Better integration of Fork into AssetHelpers, fork startup 2010-11-08 07:55:42 -06:00
Doug Bell
0cd851d779 search completed 2010-10-11 16:40:54 -05:00
Doug Bell
1f3a97235b remove rank from default assettable. only in tree 2010-10-11 16:40:54 -05:00
Doug Bell
77916cf8d2 refactor Tree to make AssetTable and use in Search 2010-10-11 16:40:54 -05:00
Doug Bell
6d6d618e52 remove location bar updates 2010-10-11 16:40:54 -05:00
Doug Bell
914816bd54 add className filter 2010-10-11 16:40:54 -05:00
Doug Bell
8c19cb9c99 add filter any/all dropdown 2010-10-11 16:40:53 -05:00
Doug Bell
07612d6456 create autocomplete for lineage search 2010-10-11 16:40:53 -05:00
Doug Bell
9efe4fc933 search tab now back to where old dialog was 2010-10-11 16:40:52 -05:00
Doug Bell
0751872e21 make Search into its own object
this way multiple searches can save individual states
2010-10-11 16:40:52 -05:00
Doug Bell
31d1ab06ac remove old search toggle routines 2010-10-11 16:40:52 -05:00
Doug Bell
9826fb0872 open search in new tab instead 2010-10-11 16:40:52 -05:00
Doug Bell
945d78cb32 add openTab function for admin plugins 2010-08-31 16:09:07 -05:00
Doug Bell
91fcedd2e4 all admin plugins have the same response options 2010-08-31 16:09:03 -05:00
Doug Bell
d995ec19d1 owner filter works with autocomplete awesomeness 2010-08-25 18:40:07 -05:00
Doug Bell
95f51b61ce location input bar now disabled while searching 2010-08-25 18:40:06 -05:00
Doug Bell
8472cb99a2 don't put empty filters in the search 2010-08-25 18:40:06 -05:00
Doug Bell
bd855021cd make it purdy 2010-08-25 18:40:05 -05:00
Doug Bell
5e8a1802d7 focus, grasshoppa 2010-08-25 18:40:05 -05:00
Doug Bell
5008f03213 add a class for each filter type for CSS 2010-08-25 18:40:04 -05:00
Doug Bell
a88d6a2296 keywords box updates location bar immediately 2010-08-25 18:40:03 -05:00
Doug Bell
5eeceb2f56 "title" filter applies to location bar 2010-08-25 18:40:03 -05:00
Doug Bell
1fe9d50f9e add search dialog, now just need to wire it all up 2010-08-20 18:32:27 -05:00
Doug Bell
567518e7d0 wrapper to dim the tab content for search dialog 2010-08-20 18:32:27 -05:00
Doug Bell
87248730b3 go home button now works correctly 2010-08-20 18:32:26 -05:00