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-plugins.git.
from 42192da Improved: Added 400 for POST requests with no request body(OFBIZ-11328) new e314fc7 Documented: ofbiz-plugins / Scrum, migration of docbook help files to asciidoc (OFBIZ-11587) new 94e7724 Documented: migrate help link to asciidoc user manual for Plugin Scrum (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: docs/asciidoc/plugins-user-manual.adoc | 1 + ...LP_SCRUM_NewProductEmail.xml => HELP_SCRUM.xml} | 27 +--- scrum/data/helpdata/DEMO-CONTENT.xml | 36 ----- scrum/data/helpdata/HELP_ROOT.xml | 35 ----- scrum/data/helpdata/HELP_SCRUM.xml | 123 --------------- scrum/data/helpdata/HELP_SCRUM_AddProdBacklog.xml | 53 ------- scrum/data/helpdata/HELP_SCRUM_AddProduct.xml | 39 ----- scrum/data/helpdata/HELP_SCRUM_AddSprint.xml | 48 ------ .../data/helpdata/HELP_SCRUM_AddSprintBacklog.xml | 32 ---- .../helpdata/HELP_SCRUM_CreateScrumProject.xml | 32 ---- .../HELP_SCRUM_DailyScrumMeetingMinute.xml | 39 ----- .../helpdata/HELP_SCRUM_EditBacklogItemContent.xml | 52 ------ scrum/data/helpdata/HELP_SCRUM_EditProdBacklog.xml | 49 ------ .../helpdata/HELP_SCRUM_EditProductContents.xml | 52 ------ .../helpdata/HELP_SCRUM_EditProjectContents.xml | 52 ------ scrum/data/helpdata/HELP_SCRUM_EditSprint.xml | 32 ---- .../data/helpdata/HELP_SCRUM_EditSprintBacklog.xml | 26 --- scrum/data/helpdata/HELP_SCRUM_FindResource.xml | 58 ------- scrum/data/helpdata/HELP_SCRUM_FindTimeSheet.xml | 41 ----- .../HELP_SCRUM_ListProductBacklogCategories.xml | 56 ------- scrum/data/helpdata/HELP_SCRUM_MyWork.xml | 69 -------- scrum/data/helpdata/HELP_SCRUM_OpenTest.xml | 47 ------ .../helpdata/HELP_SCRUM_ProductBacklogEmails.xml | 48 ------ scrum/data/helpdata/HELP_SCRUM_ProductEmails.xml | 48 ------ scrum/data/helpdata/HELP_SCRUM_ProductView.xml | 37 ----- scrum/data/helpdata/HELP_SCRUM_Project.xml | 30 ---- scrum/data/helpdata/HELP_SCRUM_SprintList.xml | 45 ------ scrum/data/helpdata/HELP_SCRUM_SprintMember.xml | 41 ----- scrum/data/helpdata/HELP_SCRUM_TaskView.xml | 31 ---- .../helpdata/HELP_SCRUM_ViewProdBacklogItem.xml | 86 ---------- scrum/data/helpdata/HELP_SCRUM_ViewProduct.xml | 86 ---------- scrum/data/helpdata/HELP_SCRUM_ViewSprint.xml | 42 ----- scrum/data/helpdata/HELP_SCRUM_defaultTasks.xml | 56 ------- scrum/data/scrumHelpData.xml | 175 +-------------------- scrum/documents/Scrum.xml | 27 ---- .../docs/asciidoc/_include/scrum-add-sprint.adoc | 43 +++++ .../_include/scrum-backlogItem-content.adoc | 27 ++-- .../asciidoc/_include/scrum-default-tasks.adoc | 25 +-- .../src/docs/asciidoc/_include/scrum-members.adoc | 47 ++++++ .../src/docs/asciidoc/_include/scrum-my-work.adoc | 46 +++--- .../docs/asciidoc/_include/scrum-open-test.adoc | 42 +++-- .../_include/scrum-product-backlog-item.adoc | 74 +++++++++ .../_include/scrum-product-categories.adoc | 31 ++-- .../asciidoc/_include/scrum-product-overview.adoc | 31 ++++ .../src/docs/asciidoc/_include/scrum-product.adoc | 76 +++++++++ .../asciidoc/_include/scrum-project-sprint.adoc | 132 ++++++++++++++++ .../docs/asciidoc/_include/scrum-timeSheet.adoc | 12 +- scrum/src/docs/asciidoc/scrum.adoc | 93 +++++++++++ scrum/widget/CommonScreens.xml | 5 + scrum/widget/OpenTestScreens.xml | 6 +- scrum/widget/ResourceScreens.xml | 5 +- scrum/widget/TaskScreens.xml | 5 +- scrum/widget/TimeSheetScreens.xml | 5 +- scrum/widget/scrumScreens.xml | 102 +++++++----- 54 files changed, 699 insertions(+), 1859 deletions(-) rename scrum/data/{helpdata/HELP_SCRUM_NewProductEmail.xml => HELP_SCRUM.xml} (68%) delete mode 100644 scrum/data/helpdata/DEMO-CONTENT.xml delete mode 100644 scrum/data/helpdata/HELP_ROOT.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_AddProdBacklog.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_AddProduct.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_AddSprint.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_AddSprintBacklog.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_CreateScrumProject.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_DailyScrumMeetingMinute.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_EditBacklogItemContent.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_EditProdBacklog.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_EditProductContents.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_EditProjectContents.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_EditSprint.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_EditSprintBacklog.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_FindResource.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_FindTimeSheet.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_ListProductBacklogCategories.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_MyWork.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_OpenTest.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_ProductBacklogEmails.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_ProductEmails.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_ProductView.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_Project.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_SprintList.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_SprintMember.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_TaskView.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_ViewProdBacklogItem.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_ViewProduct.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_ViewSprint.xml delete mode 100644 scrum/data/helpdata/HELP_SCRUM_defaultTasks.xml delete mode 100644 scrum/documents/Scrum.xml create mode 100644 scrum/src/docs/asciidoc/_include/scrum-add-sprint.adoc copy docs/asciidoc/plugins-developer-manual.adoc => scrum/src/docs/asciidoc/_include/scrum-backlogItem-content.adoc (59%) copy docs/asciidoc/plugins-developer-manual.adoc => scrum/src/docs/asciidoc/_include/scrum-default-tasks.adoc (58%) create mode 100644 scrum/src/docs/asciidoc/_include/scrum-members.adoc copy firstdatapaymentgateway/template/FirstDataPreAuthTemplate.json.ftl => scrum/src/docs/asciidoc/_include/scrum-my-work.adoc (52%) copy ecommerce/template/catalog/DetailImage.ftl => scrum/src/docs/asciidoc/_include/scrum-open-test.adoc (50%) create mode 100644 scrum/src/docs/asciidoc/_include/scrum-product-backlog-item.adoc copy ecommerce/template/email/EmailPayRetry.ftl => scrum/src/docs/asciidoc/_include/scrum-product-categories.adoc (56%) create mode 100644 scrum/src/docs/asciidoc/_include/scrum-product-overview.adoc create mode 100644 scrum/src/docs/asciidoc/_include/scrum-product.adoc create mode 100644 scrum/src/docs/asciidoc/_include/scrum-project-sprint.adoc copy myportal/src/docs/asciidoc/_include/portlet-calendar.adoc => scrum/src/docs/asciidoc/_include/scrum-timeSheet.adoc (77%) create mode 100644 scrum/src/docs/asciidoc/scrum.adoc