Commit graph

50 commits

Author SHA1 Message Date
Colin Kuskie
49bd7f5032 newByDynamicClass changed to newById 2009-12-27 19:08:15 -08:00
Colin Kuskie
0d0e5747d8 Fix a capitalization issue. Fixes bug 10816. 2009-08-24 00:13:46 +00:00
Colin Kuskie
5e4db3adb4 Provide a framework for CSRF protection, with tests.
Add CSRF protection to Asset editSave, AssetManager, VersionTags and Group operations.
2009-07-06 16:58:57 +00:00
Colin Kuskie
45a6428887 Remove debug code from the AssetManager. 2009-06-25 15:32:07 +00:00
Colin Kuskie
8bcfa301b3 Make the AssetManager use Asset*.pm for cut, copy, paste, rank and duplicate. 2009-06-25 14:40:22 +00:00
Colin Kuskie
44bc4abcdb use getWebguiProperty to find the extrasURL. 2009-06-25 03:26:31 +00:00
Colin Kuskie
49c2cfd5fa Update tests to handle the new way of updating ranks in the asset manager. 2009-06-20 00:03:18 +00:00
Colin Kuskie
117904aff7 fix an i18n bug 2009-06-19 23:31:01 +00:00
Colin Kuskie
35749ff8c6 Add a progress bar for reordering rank in the Asset Manager. 2009-06-19 18:06:46 +00:00
Colin Kuskie
8be0a5c734 Add a progress bar for long running ops. First implementation is
with paste.  Also fix bugs with redirecting from the admin bar back to a
page instead of staying in the Asset Manager.
2009-06-18 19:39:35 +00:00
Colin Kuskie
f2ebb5c54b i18n a button label for Paste. 2009-06-18 16:18:22 +00:00
Colin Kuskie
d1038fb698 Do not display a select all button in the AssetManager unless there's more than 1 asset. 2009-06-17 17:44:45 +00:00
Doug Bell
b7bd11acb5 added tests for asset manager 2009-06-02 08:28:46 +00:00
Stephen Opal
d6696f8a7e Admin Panel asset search extension: allow searching by assetId with the inclusion of a helper keyword:
assetid: <an_asset_id>

assetId search is performed using a logical OR so multiple helper:key pairs can be applied
and normal keywords can also be used in the same query
2009-05-13 20:40:36 +00:00
Doug Bell
0828ecfef5 fixed: IE6 shows Admin Bar over Asset Manager 2009-02-25 23:55:40 +00:00
Colin Kuskie
0fa1ec4901 In the AssetManager, do not show the Edit link in the More menu if the asset is locked. 2009-02-11 04:42:15 +00:00
Graham Knop
04382640b8 fixed: Asset Manager can generate URLs that are too long 2009-02-10 21:42:02 +00:00
Colin Kuskie
6be6c0bb11 i18n the image labels and title for the asset manager, manage screen.
Also, display the username instead of the userId.
2009-02-06 19:32:05 +00:00
Graham Knop
315ce0941f use to_json and from_json in more places instead of encode_json and decode_json 2009-01-22 01:14:14 +00:00
Colin Kuskie
784461481f Forward port asset manager button fixes for search form. 2008-12-17 23:12:01 +00:00
Colin Kuskie
6ca9b779af fix AssetManager copy button label 2008-11-25 23:45:36 +00:00
Colin Kuskie
3cf6d283da forward porting assetmanager crumb trail more menu 2008-11-25 23:40:28 +00:00
Colin Kuskie
9110697a3a Forward porting fix for returning to the asset manager after deploying a package. 2008-11-24 02:23:12 +00:00
Colin Kuskie
38add7ccbe do not show an edit link in the Asset Manager unless the asset is editable 2008-11-15 03:38:09 +00:00
Colin Kuskie
7ba223f854 begin to i18n the AssetManager. Cannot be backported to 7.5 due to reliance on i18n.js 2008-11-13 23:03:07 +00:00
JT Smith
7dc7034861 fixed pagination in asset manager 2008-10-23 19:03:45 +00:00
Graham Knop
26790fd1dd fix some issues with autocommit 2008-10-23 10:20:53 +00:00
JT Smith
20f8df1291 upgrading to YUI 2.6
data tables are going to need some work yet, but the other stuff seems to be working 100%
2008-10-22 23:53:29 +00:00
Graham Knop
99a9da626d rfe #640: Refactored autocommit and autocomment
Autocommit assets like CS posts or Calendar Events can now be added before the
parent is committed.  They will go into the same version tag as their parent.
2008-10-22 16:04:10 +00:00
Frank Dillon
d7faae1830 Asset manager now displays menuTitle instead of title for both the display and the search 2008-10-21 16:34:36 +00:00
JT Smith
94f14353f4 enable/disable pagination in asset manager (#756) 2008-10-10 15:51:44 +00:00
JT Smith
72edbfd628 various fixes and enhancements for the asset configuration stuff i checked in earlier 2008-09-29 00:14:49 +00:00
Kaleb Murphy
fba02ac784 AssetManager now times out after 30 seconds on the AJAX call to load assets. This will help people realize they are having network issues. 2008-09-19 16:51:39 +00:00
Graham Knop
79e88a867a rfe: let package import inherit permissions 2008-09-16 21:34:40 +00:00
Doug Bell
6edcd7ab61 fix: No Select All button in asset manager 2008-08-28 18:29:29 +00:00
Graham Knop
2158d13b45 fixed: after editting assets from the asset manager, it returns to site instead of manager 2008-08-27 15:09:35 +00:00
Graham Knop
c8c8747efa fixed: copying or duplicating an asset in the asset manager never autocommits 2008-08-25 16:10:07 +00:00
Graham Knop
27a76cd9a3 fixed: Back to Site link in asset manager points to wrong location
fixed: Some import node folders have invalid template
2008-08-19 17:36:17 +00:00
Doug Bell
b02bc68215 fixed: Asset manager buttons now work in IE6 2008-07-08 21:14:21 +00:00
Graham Knop
cf1dce7a7f fixed: Asset Manager shows data error when no child assets to display
changed: show 25 items per page in asset manager
2008-07-08 20:53:31 +00:00
JT Smith
570ecd0c50 15 is too little 2008-06-13 16:36:25 +00:00
Doug Bell
0f321642ab fixed: Asset manager breaks when asset is locked. fixed loading slowness in asset manager too 2008-06-13 16:17:06 +00:00
Doug Bell
4eb7b10cd3 fixed asset manager pagination 2008-06-12 19:02:55 +00:00
Doug Bell
b01da5e8e0 fixed a JS error in the asset manager 2008-06-12 18:35:21 +00:00
Doug Bell
36bea30cd6 fixed some problems with the new asset manager. restored functionality to search with the hope of making the asset data table an API we can use in all the places we display tables of assets 2008-06-12 08:58:51 +00:00
Colin Kuskie
af061533ad prevent assetManager from crashing. Still does not work right. 2008-06-12 04:19:43 +00:00
Doug Bell
38a6fbef48 the MORE menu exists now, but ... it doesn't show up with the right style, nor in the right place. Work continues. 2008-06-10 05:29:22 +00:00
Doug Bell
4aa428e927 added temporary edit / more links 2008-05-28 05:03:11 +00:00
Doug Bell
a00746d482 changed new asset manager to use YUI DataTable / DataSource 2008-05-28 04:58:22 +00:00
Doug Bell
f3996eb316 Complete asset manager rewrite. 2008-05-26 22:07:16 +00:00