From: <dd...@us...> - 2012-02-24 14:09:08
|
Revision: 2642 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2642&view=rev Author: ddietz Date: 2012-02-24 14:08:56 +0000 (Fri, 24 Feb 2012) Log Message: ----------- Replaced Controller InitWebsiteAdministration by ViewportController Start of new ContentRegistry... Incomplete - task : new ContentRegistryNode Modified Paths: -------------- branches/0.7/trunk/bundles/Core/bundle.xml branches/0.7/trunk/components/core/component.xml branches/0.7/trunk/components/core/resources/admin-ext-icons/add_14x14.png branches/0.7/trunk/components/core/resources/admin-ext-icons/delete_14x14.png 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.XViewPort.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/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/components/core/src/java/org/torweg/pulse/component/core/system/jaxb.index branches/0.7/trunk/components/core/xsl/core.authentication.xsl branches/0.7/trunk/conf/pulse.jaxb-endorsed.xml branches/0.7/trunk/conf/pulse.xml branches/0.7/trunk/container/src/java/org/torweg/pulse/bundle/Bundle.java branches/0.7/trunk/container/src/java/org/torweg/pulse/invocation/lifecycle/LifecycleHibernateTasks.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/LocaleMatchingException.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/AbstractRegistryNode.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/ContentFolderNode.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/ContentNode.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/ContentRegistry.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/RegistryBundleNode.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/RegistryLocaleNode.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/util/LocaleUtils.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/AbstractNodeJSONWrapper.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/BundleJSONWrapper.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/RoleJSONWrapper.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/SitemapSectionTagJSONWrapper.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/container/src/java/org/torweg/pulse/util/json/result/AbstractSitemapNodeJSONResult.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/result/AdminErrorResult.java 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/bundles/Core/org.torweg.pulse.component.core.system.ViewportController.xml branches/0.7/trunk/components/core/resources/admin-ext-icons/addContent_16x16.png branches/0.7/trunk/components/core/resources/admin-ext-icons/addFolder.h_14x14.png branches/0.7/trunk/components/core/resources/admin-ext-icons/addFolder_14x14.png branches/0.7/trunk/components/core/resources/admin-ext-icons/addFolder_16x16.png branches/0.7/trunk/components/core/resources/admin-ext-icons/deleteFolder.h_14x14.png branches/0.7/trunk/components/core/resources/admin-ext-icons/deleteFolder_14x14.png branches/0.7/trunk/components/core/resources/admin-ext-icons/deleteFolder_16x16.png branches/0.7/trunk/components/core/resources/admin-ext-icons/editFolder.h_14x14.png branches/0.7/trunk/components/core/resources/admin-ext-icons/editFolder_14x14.png branches/0.7/trunk/components/core/resources/admin-ext-icons/editFolder_16x16.png branches/0.7/trunk/components/core/resources/admin-ext-icons/menu.h_14x14.png branches/0.7/trunk/components/core/resources/admin-ext-icons/menu_14x14.png branches/0.7/trunk/components/core/src/ext-js/PULSE.XBundleCombo.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XContentRegistryProvider.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XContentRegistryTreeNodeUI.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XLocaleCombo.js branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/registry/ branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/registry/admin/ branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/registry/admin/ContentRegistryNodeEditorController.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/registry/admin/ContentRegistryNodeEditorControllerResult.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/registry/admin/ContentRegistryNodeEditorRequestBean.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/registry/admin/RewriteContentRegistryController.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/registry/admin/jaxb.index branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/registry/admin/package-info.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/system/ViewportController.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/system/ViewportControllerConfiguration.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/system/ViewportControllerRequestBean.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/system/ViewportControllerResult.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/BundleMatchingException.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/registry/ branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/registry/ContentRegistryNode.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/registry/ContentRegistryNodeEditor.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/registry/ContentRegistryNodeLoader.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/registry/ContentRegistryNodeLoaderResult.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/registry/jaxb.index branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/registry/package-info.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/AbstractNamedEntityJSONWrapper.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/ContentRegistryNodeJSONWrapper.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/LocaleJSONWrapper.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/TimeZoneJSONWrapper.java Removed Paths: ------------- branches/0.7/trunk/bundles/Core/org.torweg.pulse.component.core.system.InitWebsiteAdministration.xml branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/system/InitWebsiteAdministration.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/system/InitWebsiteAdministrationConfig.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/system/InitWebsiteAdministrationResult.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/AbstractNamableEntityJSONWrapper.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2012-03-01 12:47:13
|
Revision: 2649 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2649&view=rev Author: ddietz Date: 2012-03-01 12:47:00 +0000 (Thu, 01 Mar 2012) Log Message: ----------- Further work on new ContentRegistryNode-related stuff... Modified Paths: -------------- branches/0.7/trunk/components/core/src/ext-js/PULSE.XContentRegistryProvider.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XMenu.js branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/registry/admin/ContentRegistryNodeEditorController.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/registry/admin/ContentRegistryNodeEditorControllerResult.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/registry/admin/jaxb.index branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/registry/admin/package-info.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/map/admin/package-info.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/registry/ContentRegistryNodeEditor.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/registry/jaxb.index branches/0.7/trunk/container/src/java/org/torweg/pulse/site/map/SitemapNodeContentEditor.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/util/adminui/RightsCheckUtils.java branches/0.7/trunk/xsl/admin-viewport.CSS-common-properties.xsl Added Paths: ----------- branches/0.7/trunk/bundles/Core/org.torweg.pulse.component.core.site.content.registry.admin.ContentRegistryNodeEditorController.xml branches/0.7/trunk/components/core/resources/admin-ext-icons/na_16x16.png branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/registry/admin/ContentCreatesConfiguration.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/registry/AbstractContentCreator.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/registry/ContentLoader.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/registry/ContentLoaderResult.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <m-...@us...> - 2012-03-15 12:09:55
|
Revision: 2653 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2653&view=rev Author: m-dietz Date: 2012-03-15 12:09:44 +0000 (Thu, 15 Mar 2012) Log Message: ----------- changed FetchType of SitemapSectionTags to LAZY Modified Paths: -------------- branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/map/SitemapMenuController.java 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/search/SearchSite.java branches/0.7/trunk/conf/2ndLevelCache.xml branches/0.7/trunk/conf/ehcache.xml branches/0.7/trunk/container/src/java/org/torweg/pulse/site/View.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/AbstractContentDisplayer.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/ContentRegistry.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/map/Sitemap.java 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/SitemapNodeContentEditor.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/util/json/result/AbstractSitemapNodeJSONResult.java Added Paths: ----------- branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/ILazyInitializer.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2012-03-29 12:56:04
|
Revision: 2661 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2661&view=rev Author: ddietz Date: 2012-03-29 12:55:53 +0000 (Thu, 29 Mar 2012) Log Message: ----------- Added "SystemLocale"s... Modified Paths: -------------- branches/0.7/trunk/conf/org.torweg.pulse.service.request.ServiceRequestImpl.xml branches/0.7/trunk/container/src/java/org/torweg/pulse/invocation/lifecycle/Lifecycle.java branches/0.7/trunk/container/src/java/org/torweg/pulse/service/request/LocaleManager.java branches/0.7/trunk/container/src/java/org/torweg/pulse/service/request/ServiceRequestImplConfiguration.java branches/0.7/trunk/container/src/unit-tests/org/torweg/pulse/service/request/TestLocale.java branches/0.7/trunk/container/src/unit-tests/org/torweg/pulse/service/request/TestLocaleManager.java Added Paths: ----------- branches/0.7/trunk/container/src/java/org/torweg/pulse/service/request/ApplicationLocale.java branches/0.7/trunk/container/src/java/org/torweg/pulse/service/request/SystemLocale.java Removed Paths: ------------- branches/0.7/trunk/container/src/java/org/torweg/pulse/service/request/Locale.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2012-03-29 13:04:55
|
Revision: 2671 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2671&view=rev Author: ddietz Date: 2012-03-29 13:04:49 +0000 (Thu, 29 Mar 2012) Log Message: ----------- fixes and ... Modified Paths: -------------- branches/0.7/trunk/components/core/src/ext-js/PULSE.XAJAXErrorHandler.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XLocaleCombo.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XMenu.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XSitemapNodeEditor.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XWestPanelEditorProvider.js 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2012-04-05 10:32:19
|
Revision: 2675 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2675&view=rev Author: dukes_little_b Date: 2012-04-05 10:32:13 +0000 (Thu, 05 Apr 2012) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/HomepageRedirector.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/LocalizationLocator.java branches/0.7/trunk/container/src/java/org/torweg/pulse/service/request/Command.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/linkcorrection/LinkCorrector.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2012-04-12 11:38:22
|
Revision: 2678 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2678&view=rev Author: dukes_little_b Date: 2012-04-12 11:38:11 +0000 (Thu, 12 Apr 2012) Log Message: ----------- change LinkCorrection in SitemapNode copying to only correct the copied node and its children moved the corresponding methods from SitemapNodeCopier to LinkCorrector Modified Paths: -------------- branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/map/admin/SitemapNodeEditorController.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/linkcorrection/LinkCorrector.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/map/SitemapNodeCopier.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2012-04-17 13:11:22
|
Revision: 2686 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2686&view=rev Author: ddietz Date: 2012-04-17 13:11:11 +0000 (Tue, 17 Apr 2012) Log Message: ----------- ... Modified Paths: -------------- branches/0.7/trunk/components/core/src/ext-js/PULSE.XDurationEditor.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XSitemapNodeEditor.js branches/0.7/trunk/xsl/admin-viewport.JS-common-properties.xsl branches/0.7/trunk/xsl/i18n/admin-viewport.babelfish.de.xsl branches/0.7/trunk/xsl/i18n/admin-viewport.babelfish.en.xsl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2012-04-26 15:19:42
|
Revision: 2692 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2692&view=rev Author: ddietz Date: 2012-04-26 15:19:30 +0000 (Thu, 26 Apr 2012) Log Message: ----------- ... Modified Paths: -------------- branches/0.7/trunk/components/core/src/ext-js/PULSE.XEditorTab.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XSitemapProvider.js branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/registry/admin/ContentRegistryNodeEditorController.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/map/admin/SitemapNodeEditorController.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/admin/AbstractContentRegistryEditor.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/AbstractCommandURLGenerator.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/ContentLocalizationMapJSONWrapper.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/DefaultCommandURLGenerator.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/result/jaxb.index branches/0.7/trunk/xsl/admin-viewport.CSS-common-properties.xsl Added Paths: ----------- branches/0.7/trunk/components/core/resources/admin-ext-icons/content_24x24.png branches/0.7/trunk/components/core/src/ext-js/PULSE.XContentLocalizationMapPanel.js branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/ContentLocalizationMapContentCommandURLGenerator.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/result/ContentLocalizationMapResult.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2012-04-27 11:13:23
|
Revision: 2693 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2693&view=rev Author: ddietz Date: 2012-04-27 11:13:12 +0000 (Fri, 27 Apr 2012) Log Message: ----------- modifications... Modified Paths: -------------- branches/0.7/trunk/components/core/src/ext-js/PULSE.XEditorTab.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XViewPort.js branches/0.7/trunk/xsl/admin-viewport.CSS-common-properties.xsl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2012-06-12 14:30:37
|
Revision: 2715 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2715&view=rev Author: ddietz Date: 2012-06-12 14:30:27 +0000 (Tue, 12 Jun 2012) Log Message: ----------- . Modified Paths: -------------- branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/profile/ShopProfile.java branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/Profile.java branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/jaxb.index Added Paths: ----------- branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/BundleAwareProfile.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2012-06-12 14:32:57
|
Revision: 2717 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2717&view=rev Author: ddietz Date: 2012-06-12 14:32:48 +0000 (Tue, 12 Jun 2012) Log Message: ----------- further work on new website administration.... Modified Paths: -------------- branches/0.7/trunk/components/core/src/ext-js/PULSE.XAssorterPanel.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XDurationEditor.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XSitemapProviderCopyNodeWizard.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XViewPort.js 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/AbstractEncryptableAddressJSONWrapper.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/BundleJSONWrapper.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/jaxb.index 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 Added Paths: ----------- branches/0.7/trunk/components/core/src/ext-js/PULSE.XEntityGrid.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XEntityGridEditorTab.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XEntityGridLocaleComboFilterPlugin.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XEntityGridNumberFieldFilterPlugin.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XEntityGridTextFieldFilterPlugin.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XEntityStore.js branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/ branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/LoadDAO.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/LoadDAOResult.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingDAO.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingDAOResult.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/package-info.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/BundleAwareProfileJSONWrapper.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2012-06-20 15:47:16
|
Revision: 2723 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2723&view=rev Author: ddietz Date: 2012-06-20 15:47:02 +0000 (Wed, 20 Jun 2012) Log Message: ----------- fixes and extensions... Modified Paths: -------------- branches/0.7/trunk/components/core/src/ext-js/PULSE.XEditorTab.js branches/0.7/trunk/components/core/src/ext-js/PULSE.XEntityGrid.js branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingDAO.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2012-06-25 09:00:47
|
Revision: 2724 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2724&view=rev Author: cschatt Date: 2012-06-25 09:00:37 +0000 (Mon, 25 Jun 2012) Log Message: ----------- base prices and vouchers for the shop Modified Paths: -------------- branches/0.7/trunk/bundles/Shop/org.torweg.pulse.component.shop.admin.ShopContentEditor.xml branches/0.7/trunk/components/shop/component.xml branches/0.7/trunk/components/shop/src/ext-js/PULSE.Shop.ShopContent.Editor.js branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/admin/ShopContentEditor.java branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/admin/ShopEditorConfig.java branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/Checkout.java branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/CheckoutConfiguration.java branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/Order.java branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/OrderContents.java branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/OrderPosition.java branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/jaxb.index branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/model/ShopContent.java branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/model/ShopItem.java branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/model/ShopVariant.java branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/model/jaxb.index branches/0.7/trunk/components/shop/xsl/ajax.Shop.ShopContent.Editor.xsl branches/0.7/trunk/components/shop/xsl/ajax.Shop.ShopVariant.Editor.xsl 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/i18n/admin-viewport.babelfish.de.xsl branches/0.7/trunk/xsl/i18n/admin-viewport.babelfish.en.xsl Added Paths: ----------- branches/0.7/trunk/components/shop/src/ext-js/PULSE.Shop.BasePriceData.Editor.js branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/Voucher.java branches/0.7/trunk/components/shop/xsl/ajax.Shop.ShopContent.BasePriceData.Editor.xsl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2012-06-26 12:10:33
|
Revision: 2726 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2726&view=rev Author: dukes_little_b Date: 2012-06-26 12:10:22 +0000 (Tue, 26 Jun 2012) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/accesscontrol/MassSignUpController.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/accesscontrol/SignUpController.java branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/Checkout.java branches/0.7/trunk/container/src/java/org/torweg/pulse/email/Email.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2012-06-26 15:07:59
|
Revision: 2728 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2728&view=rev Author: dukes_little_b Date: 2012-06-26 15:07:48 +0000 (Tue, 26 Jun 2012) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/bundles/CMS/org.torweg.pulse.component.cms.CMSFormProcessorMailTask.xml branches/0.7/trunk/bundles/Shop/org.torweg.pulse.component.shop.StockUpdaterJoblet.xml branches/0.7/trunk/bundles/Shop/org.torweg.pulse.component.shop.checkout.CheckoutController.xml branches/0.7/trunk/bundles/Shop/org.torweg.pulse.component.shop.checkout.payment.PayPalPaymentController.xml branches/0.7/trunk/bundles/Shop/org.torweg.pulse.component.shop.checkout.payment.SaferpayPaymentController.xml branches/0.7/trunk/bundles/Shop/org.torweg.pulse.component.shop.checkout.payment.WirecardCCPaymentController.xml branches/0.7/trunk/bundles/Shop/org.torweg.pulse.component.shop.checkout.payment.WirecardEFTPaymentController.xml branches/0.7/trunk/bundles/Statistics/org.torweg.pulse.component.statistics.DataAggregationJoblet.xml branches/0.7/trunk/bundles/Statistics/org.torweg.pulse.component.statistics.SendReportEmailJoblet.xml branches/0.7/trunk/bundles/Survey/org.torweg.pulse.component.survey.export.ExcelExportJoblet.xml branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/StockUpdaterJoblet.java branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/SendEmailsTask.java branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/payment/PaymentControllerUtils.java branches/0.7/trunk/components/shop/src/unit-tests/org/torweg/pulse/component/shop/TestStockUpdaterJobletConfig.java branches/0.7/trunk/container/src/java/org/torweg/pulse/configuration/EmailAddressConfiguration.java branches/0.7/trunk/container/src/java/org/torweg/pulse/configuration/EmailConfiguration.java branches/0.7/trunk/container/src/java/org/torweg/pulse/email/Email.java branches/0.7/trunk/container/src/unit-tests/org/torweg/pulse/configuration/TestEmailConfiguration.java branches/0.7/trunk/container/src/unit-tests/org/torweg/pulse/configuration/TestMappedConfiguration.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2012-06-29 11:04:56
|
Revision: 2731 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2731&view=rev Author: ddietz Date: 2012-06-29 11:04:47 +0000 (Fri, 29 Jun 2012) Log Message: ----------- ... Modified Paths: -------------- branches/0.7/trunk/components/core/src/ext-js/PULSE.XEntityGrid.js branches/0.7/trunk/xsl/admin-viewport.CSS-common-properties.xsl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2012-07-12 13:47:41
|
Revision: 2738 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2738&view=rev Author: dukes_little_b Date: 2012-07-12 13:47:30 +0000 (Thu, 12 Jul 2012) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/model/ShopContent.java branches/0.7/trunk/container/src/java/org/torweg/pulse/annotations/RequireToken.java branches/0.7/trunk/container/src/java/org/torweg/pulse/bundle/ControllerMethodConfiguration.java branches/0.7/trunk/container/src/java/org/torweg/pulse/invocation/BundleInvoker.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/DeleteDAO.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/LoadDAO.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingDAO.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cs...@us...> - 2012-07-18 09:57:42
|
Revision: 2739 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2739&view=rev Author: cschatt Date: 2012-07-18 09:57:31 +0000 (Wed, 18 Jul 2012) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/bundles/Shop/org.torweg.pulse.component.shop.admin.ShopContentEditor.xml branches/0.7/trunk/components/shop/xsl/ajax.Shop.ShopContent.Editor.xsl branches/0.7/trunk/components/shop/xsl/ajax.Shop.ShopVariant.Editor.xsl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2012-07-26 16:53:49
|
Revision: 2746 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2746&view=rev Author: dukes_little_b Date: 2012-07-26 16:53:43 +0000 (Thu, 26 Jul 2012) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/conf/pulse.xml branches/0.7/trunk/container/src/java/org/torweg/pulse/configuration/PoorMansCache.java branches/0.7/trunk/container/src/java/org/torweg/pulse/invocation/BundleInvoker.java branches/0.7/trunk/container/src/java/org/torweg/pulse/invocation/lifecycle/Lifecycle.java branches/0.7/trunk/container/src/java/org/torweg/pulse/invocation/lifecycle/LifecycleHibernateTasks.java branches/0.7/trunk/container/src/java/org/torweg/pulse/invocation/lifecycle/LifecycleJAXBTasks.java branches/0.7/trunk/container/src/java/org/torweg/pulse/service/Servlet.java branches/0.7/trunk/container/src/java/org/torweg/pulse/service/Version.java branches/0.7/trunk/container/src/java/org/torweg/pulse/service/jaxb.index branches/0.7/trunk/container/src/java/org/torweg/pulse/service/request/ServiceRequest.java branches/0.7/trunk/container/src/java/org/torweg/pulse/service/request/ServiceRequestImpl.java branches/0.7/trunk/container/src/java/org/torweg/pulse/vfs/VFSServlet.java branches/0.7/trunk/web/WEB-INF/web.xml Added Paths: ----------- branches/0.7/trunk/container/src/java/org/torweg/pulse/service/ContextListener.java branches/0.7/trunk/container/src/java/org/torweg/pulse/service/PulseConfig.java Removed Paths: ------------- branches/0.7/trunk/container/src/java/org/torweg/pulse/invocation/Invoker.java branches/0.7/trunk/container/src/java/org/torweg/pulse/service/ServletConfig.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2012-07-27 12:45:37
|
Revision: 2747 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2747&view=rev Author: dukes_little_b Date: 2012-07-27 12:45:31 +0000 (Fri, 27 Jul 2012) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/container/src/java/org/torweg/pulse/bundle/JobletScheduler.java branches/0.7/trunk/container/src/java/org/torweg/pulse/invocation/lifecycle/Lifecycle.java branches/0.7/trunk/container/src/java/org/torweg/pulse/service/ContextListener.java branches/0.7/trunk/web/META-INF/context.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2012-07-27 16:28:28
|
Revision: 2749 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2749&view=rev Author: ddietz Date: 2012-07-27 16:28:17 +0000 (Fri, 27 Jul 2012) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/conf/pulse.jaxb-endorsed.xml branches/0.7/trunk/container/src/java/org/torweg/pulse/invocation/lifecycle/LifecycleHibernateTasks.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/AbstractObjectJSONWrapper.java Added Paths: ----------- branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/jaxb/AbstractBasicEntityWrapper.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/jaxb/jaxb.index Removed Paths: ------------- branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/jaxb/AbstractBasicEntityWrapper.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2012-08-08 09:13:22
|
Revision: 2765 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2765&view=rev Author: dukes_little_b Date: 2012-08-08 09:13:12 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/accesscontrol/GroupsRemovalController.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/accesscontrol/admin/CommandMatcherEditor.java branches/0.7/trunk/conf/2ndLevelCache.xml branches/0.7/trunk/conf/ehcache.xml branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/CommandMatcher.java branches/0.7/trunk/container/src/java/org/torweg/pulse/invocation/lifecycle/LifecycleBundleTasks.java branches/0.7/trunk/container/src/java/org/torweg/pulse/service/request/CommandBuilder.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/View.java branches/0.7/trunk/container/src/unit-tests/org/torweg/pulse/accesscontrol/TestCommandMatcher.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2012-08-08 12:53:24
|
Revision: 2768 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2768&view=rev Author: ddietz Date: 2012-08-08 12:53:14 +0000 (Wed, 08 Aug 2012) Log Message: ----------- . Modified Paths: -------------- branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/accesscontrol/GroupsRemovalController.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/accesscontrol/admin/CommandMatcherEditor.java branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/accesscontrol/admin/PermissionEditor.java branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/AbstractAccessControlObject.java branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/CommandMatcher.java branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/Permission.java branches/0.7/trunk/container/src/java/org/torweg/pulse/invocation/lifecycle/LifecycleBundleTasks.java branches/0.7/trunk/container/src/unit-tests/org/torweg/pulse/accesscontrol/TestCommandMatcher.java branches/0.7/trunk/container/src/unit-tests/org/torweg/pulse/accesscontrol/TestGroup.java branches/0.7/trunk/container/src/unit-tests/org/torweg/pulse/accesscontrol/TestPermission.java branches/0.7/trunk/container/src/unit-tests/org/torweg/pulse/accesscontrol/TestUser.java branches/0.7/trunk/container/src/unit-tests/org/torweg/pulse/accesscontrol/TestUserAdminBuildDB.java Added Paths: ----------- branches/0.7/trunk/container/src/unit-tests/org/torweg/pulse/accesscontrol/TestController.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2012-08-09 14:39:46
|
Revision: 2775 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2775&view=rev Author: dukes_little_b Date: 2012-08-09 14:39:37 +0000 (Thu, 09 Aug 2012) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/accesscontrol/GroupsRemovalController.java branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/AbstractRegistryNode.java Added Paths: ----------- branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/system/RemoveBundleController.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |