This is an automated email from the ASF dual-hosted git repository.
holivier pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git. from 679b288 Improved : Convert createRoleType service to entity-auto from Java and update its service calls (OFBIZ-11894) (#215) new bd0efaf Documented: remove docbook migrated to asciidoc, portlet help are now in ofbiz-plugins / MyPortal (OFBIZ-11587) new b3fbf6d Documented: remove old content links for ofbiz-setup, the docs have been migrated to asciidoc (OFBIZ-11587) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: applications/commonext/data/CommonExtHelpData.xml | 36 ------------------- .../commonext/data/SystemInfoPortletData.xml | 9 ++--- .../data/helpdata/HELP_SystemInfoNotes.xml | 40 ---------------------- 3 files changed, 2 insertions(+), 83 deletions(-) delete mode 100644 applications/commonext/data/helpdata/HELP_SystemInfoNotes.xml |
This is an automated email from the ASF dual-hosted git repository.
holivier pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git commit bd0efaf89bbe6c315c75d7bcbddcb958d24b6d15 Author: holivier <[hidden email]> AuthorDate: Wed Jul 22 18:13:28 2020 +0200 Documented: remove docbook migrated to asciidoc, portlet help are now in ofbiz-plugins / MyPortal (OFBIZ-11587) --- .../commonext/data/SystemInfoPortletData.xml | 9 ++--- .../data/helpdata/HELP_SystemInfoNotes.xml | 40 ---------------------- 2 files changed, 2 insertions(+), 47 deletions(-) diff --git a/applications/commonext/data/SystemInfoPortletData.xml b/applications/commonext/data/SystemInfoPortletData.xml index f9831d0..6b6b46c 100644 --- a/applications/commonext/data/SystemInfoPortletData.xml +++ b/applications/commonext/data/SystemInfoPortletData.xml @@ -7,9 +7,9 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -28,11 +28,6 @@ editFormName="EditSysInfoPortletParams" editFormLocation="component://commonext/widget/SystemInfoForms.xml" screenshot="/images/portlets/SystemInfoNotes.png"/> <PortletPortletCategory portalPortletId="SystemInfoNotes" portletCategoryId="SYSTEMINFO"/> - <DataResource dataResourceId="HELP_SystemInfoNotes" localeString="en" dataResourceTypeId="OFBIZ_FILE" - objectInfo="applications/commonext/data/helpdata/HELP_SystemInfoNotes.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="SystemInfoNotes help file" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="HELP_SystemInfoNotes" contentTypeId="DOCUMENT" templateDataResourceId="HELP_TEMPL" dataResourceId="HELP_SystemInfoNotes" statusId="CTNT_IN_PROGRESS" - contentName="Help SystemInfoNotes" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_MYPORTAL" contentIdTo="HELP_SystemInfoNotes" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01"/> <PortalPortlet portalPortletId="SystemInfoStatus" portletName="System status for this particular user" diff --git a/applications/commonext/data/helpdata/HELP_SystemInfoNotes.xml b/applications/commonext/data/helpdata/HELP_SystemInfoNotes.xml deleted file mode 100644 index fff2429..0000000 --- a/applications/commonext/data/helpdata/HELP_SystemInfoNotes.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" - xmlns:xi="http://www.w3.org/2001/XInclude" xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd" - xmlns="http://docbook.org/ns/docbook"> - <title>The System Event Portlet</title> - <para> This portlet shows changes which happened in the system for the logged on user. The first two functions which are working now:</para> - <para> - <orderedlist> - <listitem> - <para>Incoming communication events (email, internal notes).</para> - </listitem> - <listitem> - <para>Tasks which are assigned either in projectmanager or workeffort.</para> - <para>These event can be notified to the user even when not logged on to OFBiz by using a firefox plugin and when it changes the - employee is notified from within firefox </para> - <para>The plugin: http://updatescanner.mozdev.org/en/index.html and it should check the following url: (adjust to your requirements) - <![CDATA[https://localhost:8443/myportal/control/showPortletSimpleDecorator?portalPortletId=SystemInfoNotes&USERNAME=admin&PASSWORD=ofbiz]]></para> - <para> In the Flat Grey theme (only) notifications show in the header when they are available. </para> - </listitem> - </orderedlist> - </para> -</section> |
In reply to this post by holivier
This is an automated email from the ASF dual-hosted git repository.
holivier pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git commit b3fbf6d680cbfa897c9018f6e28e5f1ec9f85de9 Author: holivier <[hidden email]> AuthorDate: Wed Jul 22 18:15:07 2020 +0200 Documented: remove old content links for ofbiz-setup, the docs have been migrated to asciidoc (OFBIZ-11587) --- applications/commonext/data/CommonExtHelpData.xml | 36 ----------------------- 1 file changed, 36 deletions(-) diff --git a/applications/commonext/data/CommonExtHelpData.xml b/applications/commonext/data/CommonExtHelpData.xml index e872d34..a535de5 100644 --- a/applications/commonext/data/CommonExtHelpData.xml +++ b/applications/commonext/data/CommonExtHelpData.xml @@ -23,42 +23,6 @@ under the License. <DataResource dataResourceId="HELP_SETUP" localeString="en" dataResourceTypeId="OFBIZ_FILE" objectInfo="applications/commonext/data/helpdata/HELP_SETUP.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="OFBiz Setup Overview" mimeTypeId="text/xml" isPublic="Y" /> <Content contentId="HELP_SETUP" contentTypeId="DOCUMENT" localeString="en" contentName="OFBiz Setup" templateDataResourceId="HELP_TEMPL" dataResourceId="HELP_SETUP" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> <ContentAssoc contentId="HELP_ROOT" contentIdTo="HELP_SETUP" contentAssocTypeId="TREE_CHILD" fromDate="2009-09-09 01:01:01" sequenceNum="000"/> - - <DataResource dataResourceId="SETUP_initialsetup" localeString="en" dataResourceTypeId="OFBIZ_FILE" objectInfo="applications/commonext/data/helpdata/HELP_SETUP_initialsetup.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Setup Main Help" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="SETUP_initialsetup" contentTypeId="DOCUMENT" contentName="Setup main." templateDataResourceId="HELP_TEMPL" dataResourceId="SETUP_initialsetup" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_SETUP" contentIdTo="SETUP_initialsetup" contentAssocTypeId="TREE_CHILD" fromDate="2009-09-09 01:01:01" sequenceNum="001" mapKey="OFBIZSETUP_initialsetup"/> - - <DataResource dataResourceId="SETUP_editFacility" localeString="en" dataResourceTypeId="OFBIZ_FILE" objectInfo="applications/commonext/data/helpdata/HELP_SETUP_editFacility.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="OFBiz Setup Edit Facility Help" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="SETUP_editFacility" contentTypeId="DOCUMENT" contentName="Edit Facility." templateDataResourceId="HELP_TEMPL" dataResourceId="SETUP_editFacility" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_SETUP" contentIdTo="SETUP_editFacility" contentAssocTypeId="TREE_CHILD" fromDate="2009-09-09 01:01:01" sequenceNum="002" mapKey="OFBIZSETUP_EditFacility"/> - - <DataResource dataResourceId="SETUP_editProdStore" localeString="en" dataResourceTypeId="OFBIZ_FILE" objectInfo="applications/commonext/data/helpdata/HELP_SETUP_editProductStore.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="OFBiz Setup Edit Product Store Help" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="SETUP_editProdStore" contentTypeId="DOCUMENT" contentName="Edit Product Store." templateDataResourceId="HELP_TEMPL" dataResourceId="SETUP_editProdStore" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_SETUP" contentIdTo="SETUP_editProdStore" contentAssocTypeId="TREE_CHILD" fromDate="2009-09-09 01:01:01" sequenceNum="003" mapKey="OFBIZSETUP_EditProductStore"/> - - <DataResource dataResourceId="SETUP_editWebSite" localeString="en" dataResourceTypeId="OFBIZ_FILE" objectInfo="applications/commonext/data/helpdata/HELP_SETUP_editWebSite.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="OFBiz Setup Edit WebSite Help" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="SETUP_editWebSite" contentTypeId="DOCUMENT" contentName="Edit WebSite." templateDataResourceId="HELP_TEMPL" dataResourceId="SETUP_editWebSite" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_SETUP" contentIdTo="SETUP_editWebSite" contentAssocTypeId="TREE_CHILD" fromDate="2009-09-09 01:01:01" sequenceNum="004" mapKey="OFBIZSETUP_EditWebSite"/> - - <DataResource dataResourceId="SETUP_firstCust" localeString="en" dataResourceTypeId="OFBIZ_FILE" objectInfo="applications/commonext/data/helpdata/HELP_SETUP_firstcustomer.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="OFBiz Setup Create First Customer Help" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="SETUP_firstCust" contentTypeId="DOCUMENT" contentName="Create First Customer." templateDataResourceId="HELP_TEMPL" dataResourceId="SETUP_firstCust" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_SETUP" contentIdTo="SETUP_firstCust" contentAssocTypeId="TREE_CHILD" fromDate="2009-09-09 01:01:01" sequenceNum="005" mapKey="OFBIZSETUP_firstcustomer"/> - - <DataResource dataResourceId="SETUP_firstCatalog" localeString="en" dataResourceTypeId="OFBIZ_FILE" objectInfo="applications/commonext/data/helpdata/HELP_SETUP_firstProdCatalog.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="OFBiz Setup First Catalog Help" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="SETUP_firstCatalog" contentTypeId="DOCUMENT" contentName="Create First Catalog." templateDataResourceId="HELP_TEMPL" dataResourceId="SETUP_firstCatalog" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_SETUP" contentIdTo="SETUP_firstCatalog" contentAssocTypeId="TREE_CHILD" fromDate="2009-09-09 01:01:01" sequenceNum="006" mapKey="OFBIZSETUP_firstproduct"/> - - <DataResource dataResourceId="SETUP_firstCategory" localeString="en" dataResourceTypeId="OFBIZ_FILE" objectInfo="applications/commonext/data/helpdata/HELP_SETUP_firstProductCategory.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="OFBiz Setup First Product Category Help" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="SETUP_firstCategory" contentTypeId="DOCUMENT" contentName="Create First Product Category Help" templateDataResourceId="HELP_TEMPL" dataResourceId="SETUP_firstCategory" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_SETUP" contentIdTo="SETUP_firstCategory" contentAssocTypeId="TREE_CHILD" fromDate="2009-09-09 01:01:01" sequenceNum="007" mapKey="OFBIZSETUP_EditCategory"/> - - <DataResource dataResourceId="SETUP_firstproduct" localeString="en" dataResourceTypeId="OFBIZ_FILE" objectInfo="applications/commonext/data/helpdata/HELP_SETUP_firstproduct.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="OFBiz Setup The First Product Help" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="SETUP_firstproduct" contentTypeId="DOCUMENT" contentName="Create First Product." templateDataResourceId="HELP_TEMPL" dataResourceId="SETUP_firstproduct" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_SETUP" contentIdTo="SETUP_firstproduct" contentAssocTypeId="TREE_CHILD" fromDate="2009-09-09 01:01:01" sequenceNum="008" mapKey="OFBIZSETUP_EditProduct"/> - - <DataResource dataResourceId="SETUP_profileORG" localeString="en" dataResourceTypeId="OFBIZ_FILE" objectInfo="applications/commonext/data/helpdata/HELP_SETUP_profileCompany.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="OFBiz Setup View Organization Profile Help" mimeTypeId="text/xml" isPublic="Y" /> - <Content contentId="SETUP_profileORG" contentTypeId="DOCUMENT" contentName="View Organization Profile." templateDataResourceId="HELP_TEMPL" dataResourceId="SETUP_profileORG" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/> - <ContentAssoc contentId="HELP_SETUP" contentIdTo="SETUP_profileORG" contentAssocTypeId="TREE_CHILD" fromDate="2009-09-09 01:01:01" sequenceNum="009" mapKey="OFBIZSETUP_viewprofile"/> <DataResource dataResourceId="DOCUMENTATION_SYSTEM" localeString="en" dataResourceTypeId="OFBIZ_FILE" objectInfo="applications/commonext/data/helpdata/HELP_OFBizDocumentationSystem.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Documentation system" mimeTypeId="text/xml" isPublic="Y" /> <Content contentId="DOCUMENTATION_SYSTEM" contentTypeId="DOCUMENT" templateDataResourceId="HELP_TEMPL" dataResourceId="DOCUMENTATION_SYSTEM" localeString="en" statusId="CTNT_IN_PROGRESS" contentName="Documentation system" mimeTypeId="text/html"/> |
Free forum by Nabble | Edit this page |