|
From: <dd...@us...> - 2011-09-06 15:32:57
|
Revision: 2494
http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2494&view=rev
Author: ddietz
Date: 2011-09-06 15:32:45 +0000 (Tue, 06 Sep 2011)
Log Message:
-----------
fully reworked Sitemap-Tree for website administration...
Modified Paths:
--------------
branches/0.7/trunk/bundles/Core/bundle.xml
branches/0.7/trunk/components/core/component.xml
branches/0.7/trunk/components/core/src/ext-js/PULSE...js
branches/0.7/trunk/components/core/src/ext-js/PULSE.AccessControlTreeNodeUI.js
branches/0.7/trunk/components/core/src/ext-js/PULSE.AssorterPanel.js
branches/0.7/trunk/components/core/src/ext-js/PULSE.ContentEditor.js
branches/0.7/trunk/components/core/src/ext-js/PULSE.Sitemap.js
branches/0.7/trunk/components/core/src/ext-js/PULSE.SitemapCopyNodeWizard.js
branches/0.7/trunk/components/core/src/ext-js/PULSE.Toolbar.js
branches/0.7/trunk/components/core/src/ext-js/PULSE.View.Editor.js
branches/0.7/trunk/components/core/src/ext-js/PULSE.XAssorterPanel.js
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/accesscontrol/admin/RoleEditor.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/LocaleCopy.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/LocaleCopyRequestBean.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/map/admin/jaxb.index
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/map/admin/package-info.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/view/ViewEditor.java
branches/0.7/trunk/components/core/xsl/ajax.Sitemap.WEST.xsl
branches/0.7/trunk/components/core/xsl/ajax.ViewEditor.ContentRegistryTree.xsl
branches/0.7/trunk/components/core/xsl/ajax.ViewEditor.xsl
branches/0.7/trunk/conf/pulse.jaxb-endorsed.xml
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/map/SitemapNode.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/map/jaxb.index
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/Node.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/OrderBy.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/AbstractBasicEntityJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/AbstractNamableEntityJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/ContentJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/SitemapNodeJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/ViewJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/jaxb.index
branches/0.7/trunk/xsl/admin-viewport.CSS-common-properties.xsl
branches/0.7/trunk/xsl/admin-viewport.JS-common-properties.xsl
branches/0.7/trunk/xsl/admin-viewport.xsl
branches/0.7/trunk/xsl/i18n/admin-viewport.babelfish.de.xsl
branches/0.7/trunk/xsl/i18n/admin-viewport.babelfish.en.xsl
Added Paths:
-----------
branches/0.7/trunk/components/core/resources/admin-ext-icons/editContent_16x16.png
branches/0.7/trunk/components/core/resources/admin-ext-icons/exception_16x16.png
branches/0.7/trunk/components/core/src/ext-js/PULSE.XAJAXErrorHandler.js
branches/0.7/trunk/components/core/src/ext-js/PULSE.XAssorterTreeNodeUI.js
branches/0.7/trunk/components/core/src/ext-js/PULSE.XSitemapProvider.js
branches/0.7/trunk/components/core/src/ext-js/PULSE.XSitemapProviderCopyNodeWizard.js
branches/0.7/trunk/components/core/src/ext-js/PULSE.XSitemapTreeNodeUI.js
branches/0.7/trunk/components/core/src/ext-js/PULSE.XWestPanelEditorProvider.js
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/accesscontrol/admin/LoadRolesForAssorterResult.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/accesscontrol/admin/jaxb.index
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/map/admin/SitemapNodeEditorController.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/map/admin/SitemapNodeEditorControllerResult.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/map/admin/SitemapNodeEditorRequestBean.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/map/AbstractSitemapNodeJSONResult.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/map/SitemapNodeCopier.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/map/SitemapNodeEditor.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/map/SitemapNodeLoader.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/map/SitemapNodeLoaderResult.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/adminui/AdminErrorResult.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/adminui/AssorterEntityLoader.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/adminui/IAdminError.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/adminui/NodeMovePoint.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/adminui/jaxb.index
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/AbstractAssorterDataJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/AbstractNodeJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/CommandURLGenerator.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/CommandURLJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/RoleJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/requestbean/AssorterRequestBean.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/requestbean/OrderedPagingRequestBean.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/requestbean/PagingRequestBean.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/requestbean/jaxb.index
Removed Paths:
-------------
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/map/admin/SitemapNodeCopier.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/map/admin/SitemapNodeCopierResult.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/map/admin/SitemapNodeCopyController.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/NodeJSONWrapper.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|