From: <die...@us...> - 2011-02-08 17:58:22
|
Revision: 3323 http://openutils.svn.sourceforge.net/openutils/?rev=3323&view=rev Author: diego_schivo Date: 2011-02-08 17:58:15 +0000 (Tue, 08 Feb 2011) Log Message: ----------- MEDIA-214 playlist from search Modified Paths: -------------- trunk/openutils-mgnlmedia/src/main/resources/mgnl-bootstrap/media/config.modules.media.dialogs.playlistAsSearch.xml trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/playlist/pages/PlaylistView.html Removed Paths: ------------- trunk/openutils-mgnlmedia/src/main/java/net/sourceforge/openutils/mgnlmedia/media/save/PlaylistFromSearchSaveHandler.java Deleted: trunk/openutils-mgnlmedia/src/main/java/net/sourceforge/openutils/mgnlmedia/media/save/PlaylistFromSearchSaveHandler.java =================================================================== --- trunk/openutils-mgnlmedia/src/main/java/net/sourceforge/openutils/mgnlmedia/media/save/PlaylistFromSearchSaveHandler.java 2011-02-08 17:48:33 UTC (rev 3322) +++ trunk/openutils-mgnlmedia/src/main/java/net/sourceforge/openutils/mgnlmedia/media/save/PlaylistFromSearchSaveHandler.java 2011-02-08 17:58:15 UTC (rev 3323) @@ -1,47 +0,0 @@ -/** - * - * SimpleMedia Module for Magnolia CMS (http://www.openmindlab.com/lab/products/media.html) - * Copyright(C) 2008-2011, Openmind S.r.l. http://www.openmindonline.it - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -package net.sourceforge.openutils.mgnlmedia.media.save; - -import info.magnolia.cms.core.Content; -import info.magnolia.cms.security.AccessDeniedException; -import info.magnolia.module.admininterface.UUIDSaveHandler; - -import javax.jcr.PathNotFoundException; -import javax.jcr.RepositoryException; - - -/** - * @author ADMIN - * @version $Id: $ - */ -public class PlaylistFromSearchSaveHandler extends UUIDSaveHandler -{ - - /** - * {@inheritDoc} - */ - @Override - protected void processSaveInfo(Content node, String saveInfo) throws PathNotFoundException, RepositoryException, - AccessDeniedException - { - // TODO Auto-generated method stub - super.processSaveInfo(node, saveInfo); - } -} Modified: trunk/openutils-mgnlmedia/src/main/resources/mgnl-bootstrap/media/config.modules.media.dialogs.playlistAsSearch.xml =================================================================== --- trunk/openutils-mgnlmedia/src/main/resources/mgnl-bootstrap/media/config.modules.media.dialogs.playlistAsSearch.xml 2011-02-08 17:48:33 UTC (rev 3322) +++ trunk/openutils-mgnlmedia/src/main/resources/mgnl-bootstrap/media/config.modules.media.dialogs.playlistAsSearch.xml 2011-02-08 17:58:15 UTC (rev 3323) @@ -18,9 +18,6 @@ <sv:property sv:name="label" sv:type="String"> <sv:value>Playlist</sv:value> </sv:property> - <sv:property sv:name="saveHandler" sv:type="String"> - <sv:value>net.sourceforge.openutils.mgnlmedia.media.save.PlaylistFromSearchSaveHandler</sv:value> - </sv:property> <sv:node sv:name="MetaData"> <sv:property sv:name="jcr:primaryType" sv:type="Name"> <sv:value>mgnl:metaData</sv:value> Modified: trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/playlist/pages/PlaylistView.html =================================================================== --- trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/playlist/pages/PlaylistView.html 2011-02-08 17:48:33 UTC (rev 3322) +++ trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/playlist/pages/PlaylistView.html 2011-02-08 17:58:15 UTC (rev 3323) @@ -250,7 +250,7 @@ enableColLock: false, tbar: tbar, stripeRows: true, - plugins: [dd] + plugins: !playlist.readOnly ? [dd] : [] } },{ columnWidth: 0.4, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |