Commit graph

71 commits

Author SHA1 Message Date
Colin Kuskie
950dd349db Fix the display of revision dates in the asset helper screen. 2013-09-13 12:20:34 -07: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
45ca3ea8d8 remove switchAdminOn. anyone in group 12 always has admin on 2011-04-19 11:43:21 -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
d466e757e4 make Admin interface into a settings template 2011-04-13 17:51:18 -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
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
2c51e6d4fd move core profile fields into users table
this change will fix the problems with the userProfileData table being
way too big. it also simplifies many basic user search tasks, not
needing to join the userProfileData table
2010-12-03 22:36:30 -06:00
Colin Kuskie
fd8f03a186 Change getMimeType and setMimeType to response->content_type. 2010-11-21 22:35:26 -08:00
Colin Kuskie
59c03b50e7 Change occurances of user->profileField to user->get 2010-11-18 16:12:03 -08:00
Colin Kuskie
c4553012d1 Syntax clean. 2010-11-17 16:34:11 -08:00
Doug Bell
cd4845768f more tests and some code cleanup 2010-10-28 13:51:05 -05:00
Doug Bell
250967c898 add admin plugins API and start testing 2010-10-27 22:15:11 -05:00
Doug Bell
c8cff33b97 remove debug logs 2010-10-27 22:15:11 -05:00
Doug Bell
a199bfd5d0 add quoting and validation to search assets 2010-10-27 22:15:10 -05:00
Doug Bell
b80c2bed22 add POD 2010-10-14 16:15:43 -05:00
Doug Bell
0cd851d779 search completed 2010-10-11 16:40:54 -05:00
Doug Bell
5f7cd09f57 fix categories after refactor 2010-10-11 16:40:54 -05:00
Doug Bell
12c0732f50 remove match any/all. it would be useless anyway 2010-10-11 16:40:53 -05:00
Doug Bell
f35c50470f add asset types to the admin information 2010-10-11 16:40:53 -05:00
Doug Bell
8c19cb9c99 add filter any/all dropdown 2010-10-11 16:40:53 -05:00
Doug Bell
e8827d77b1 toggle is now a button 2010-10-11 16:40:52 -05:00
Doug Bell
59d387a9ee remove IDs and replace with names and classes 2010-10-11 16:40:52 -05:00
Doug Bell
34f5d132ae move search form to a hidden placeholder 2010-10-11 16:40:51 -05:00
Doug Bell
c25bc3b409 remove misleading comment 2010-10-11 16:40:51 -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
Graham Knop
9ca3cd9d0e fix back to site and logout links in admin console 2010-09-07 16:00:16 -05:00
Doug Bell
d995ec19d1 owner filter works with autocomplete awesomeness 2010-08-25 18:40:07 -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
d393a15c4b fix heights and positioning in the admin console 2010-08-20 18:32:22 -05:00
Doug Bell
d04a46218c remove reference to old AdminBar css file 2010-08-19 16:08:59 -05:00
Doug Bell
68e0e117b0 fix bad height calculations in admin bar 2010-08-19 16:08:58 -05:00
Doug Bell
e9e6771379 make everything look uniform 2010-08-19 16:08:58 -05:00
Doug Bell
ca2a91f2d4 fix i18n and cursor (to show clickability) 2010-08-19 16:08:58 -05:00
Colin Kuskie
11ac13c349 Prune out a method call from db->dbh->quote_identifier. 2010-08-14 17:51:25 -07:00
Doug Bell
9949666926 temporary fix to the getToolbar problem
Later we should make getToolbar add the toolbar in a hidden
state. The Admin Console JS can unhide it.
2010-08-06 17:00:12 -05:00
Doug Bell
1b0ec95abb New Content pane is working 2010-08-04 17:56:16 -05:00
Doug Bell
90d974d911 version tags admin pane is working 2010-08-04 17:56:16 -05:00
Doug Bell
556b9e97b9 make the info message box pretty 2010-08-02 15:56:28 -05:00
Doug Bell
399326981e add info message box 2010-08-02 14:41:54 -05:00
Doug Bell
1703417b03 add container CSS file 2010-07-30 14:10:58 -05:00
Doug Bell
4f41631833 add proper class name to body for dialog 2010-07-30 14:04:23 -05:00
Doug Bell
ba7aa59c56 load the asset helper before trying to run process 2010-07-30 13:57:31 -05:00
Doug Bell
c865e62dbf add YUI container for dialogs 2010-07-30 10:54:34 -05:00
Doug Bell
3be9ca736a add processAssetHelper method to process helpers 2010-07-29 15:49:40 -05:00
Doug Bell
441a139001 add method to get version tag info 2010-07-29 14:00:31 -05:00