Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: a86884aeccc86c4c307ce79066c7a0114021b023
https://github.com/xwiki/xwiki-platform/commit/a86884aeccc86c4c307ce79066c7…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/DrawerMenu.java
Log Message:
-----------
XWIKI-22340: DeletePageIT.deleteOkWhenConfirming is flickering
* Really wait for the end of the drawer menu transition to perform any
operation
(cherry picked from commit 9e4eaddacfd16ad86da93397e028184316219dec)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 4dcd06ba194632e580ed8909c0e1d0d9297b0de0
https://github.com/xwiki/xwiki-platform/commit/4dcd06ba194632e580ed8909c0e1…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/DrawerMenu.java
Log Message:
-----------
XWIKI-22340: DeletePageIT.deleteOkWhenConfirming is flickering
* Really wait for the end of the drawer menu transition to perform any
operation
(cherry picked from commit 9e4eaddacfd16ad86da93397e028184316219dec)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 9e4eaddacfd16ad86da93397e028184316219dec
https://github.com/xwiki/xwiki-platform/commit/9e4eaddacfd16ad86da93397e028…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/DrawerMenu.java
Log Message:
-----------
XWIKI-22340: DeletePageIT.deleteOkWhenConfirming is flickering
* Really wait for the end of the drawer menu transition to perform any
operation
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/workflow-publication
Commit: 78c98a54e7cfff1ffee54d900193929f6dc32941
https://github.com/xwiki-contrib/workflow-publication/commit/78c98a54e7cfff…
Author: Alex Cotiugă <ancotiuga(a)gmail.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/PublicationWorkflow.java
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/DefaultPublicationWorkflow.java
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/PublicationWorkflowService.java
Log Message:
-----------
XAWORKFLOW-72: Warnings for deprecated usage of parameters when starting workflows and publish a page
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/workflow-publication/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/workflow-publication
Commit: 8e7525fdae6c65636d1f8f85bed628f7d41318f6
https://github.com/xwiki-contrib/workflow-publication/commit/8e7525fdae6c65…
Author: Alex Cotiugă <ancotiuga(a)gmail.com>
Date: 2024-08-15 (Thu, 15 Aug 2024)
Changed paths:
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/PublicationWorkflow.java
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/DefaultPublicationWorkflow.java
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/PublicationWorkflowService.java
M xwiki-workflow-publication-application/src/main/resources/PublicationWorkflow/PublicationWorkflowMacro.xml
M xwiki-workflow-publication-application/src/main/resources/PublicationWorkflow/Script.xml
M xwiki-workflow-publication-application/src/main/resources/PublicationWorkflow/Translations.xml
Log Message:
-----------
XAWORKFLOW-113: Allow to start a workflow from the target page
* add UI element to trigger the workflow start from target page
* add support for 'includeChildren'
* deprecate old method that doesn't support 'includeChildren'
* in the PublicationWorkflow.Script, the 'startAsTarget' code is handled as part of 'start' action and not as an independent one, using the same form submit button
Commit: f7a21ec0281165455b78ef5c567c18b8bf760a80
https://github.com/xwiki-contrib/workflow-publication/commit/f7a21ec0281165…
Author: Alex Cotiugă <ancotiuga(a)gmail.com>
Date: 2024-08-15 (Thu, 15 Aug 2024)
Changed paths:
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/PublicationWorkflow.java
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/DefaultPublicationWorkflow.java
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/PublicationWorkflowService.java
Log Message:
-----------
XAWORKFLOW-113: Allow to start a workflow from the target page
* code style improvements
Commit: 8981d468a84faea4f8a184a2236a9eecbb06aac0
https://github.com/xwiki-contrib/workflow-publication/commit/8981d468a84fae…
Author: Alex Cotiugă <ancotiuga(a)gmail.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/DefaultPublicationWorkflow.java
Log Message:
-----------
XAWORKFLOW-113: Allow to start a workflow from the target page
* compute the draft path knowing the target path, default draft and default target spaces
Commit: 9f3f4e6c45ac7e162268a93dc11f32925e835e2d
https://github.com/xwiki-contrib/workflow-publication/commit/9f3f4e6c45ac7e…
Author: Alex Cotiugă <ancotiuga(a)gmail.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/PublicationWorkflow.java
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/DefaultPublicationWorkflow.java
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/PublicationWorkflowService.java
M xwiki-workflow-publication-application/src/main/resources/PublicationWorkflow/PublicationWorkflowMacro.xml
M xwiki-workflow-publication-application/src/main/resources/PublicationWorkflow/Script.xml
M xwiki-workflow-publication-application/src/main/resources/PublicationWorkflow/Translations.xml
Log Message:
-----------
Merge pull request #18 from xwiki-contrib/XAWORKFLOW-113
XAWORKFLOW-113: Allow to start a workflow from the target page
Compare: https://github.com/xwiki-contrib/workflow-publication/compare/a02a5effc4c4.…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/workflow-publication/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-ocr
Commit: 75cefe0ea8630baf45667c201897ccafe8342bdb
https://github.com/xwiki-contrib/application-ocr/commit/75cefe0ea8630baf456…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-08-28 (Wed, 28 Aug 2024)
Changed paths:
M application-ocr-api/pom.xml
M application-ocr-script/pom.xml
M application-ocr-syntax/application-ocr-syntax-hocr/pom.xml
M application-ocr-syntax/pom.xml
M application-ocr-tesseract/application-ocr-tesseract-api/pom.xml
M application-ocr-tesseract/application-ocr-tesseract-data/pom.xml
M application-ocr-tesseract/application-ocr-tesseract-default/pom.xml
M application-ocr-tesseract/application-ocr-tesseract-filter/pom.xml
M application-ocr-tesseract/application-ocr-tesseract-script/pom.xml
M application-ocr-tesseract/application-ocr-tesseract-ui/pom.xml
M application-ocr-tesseract/pom.xml
M application-ocr-ui/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-ocr/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-ocr
Commit: 53772d9013ece4b6d9ccd5df51c4660b1bc9c22f
https://github.com/xwiki-contrib/application-ocr/commit/53772d9013ece4b6d9c…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-08-28 (Wed, 28 Aug 2024)
Changed paths:
M application-ocr-api/pom.xml
M application-ocr-script/pom.xml
M application-ocr-syntax/application-ocr-syntax-hocr/pom.xml
M application-ocr-syntax/pom.xml
M application-ocr-tesseract/application-ocr-tesseract-api/pom.xml
M application-ocr-tesseract/application-ocr-tesseract-data/pom.xml
M application-ocr-tesseract/application-ocr-tesseract-default/pom.xml
M application-ocr-tesseract/application-ocr-tesseract-filter/pom.xml
M application-ocr-tesseract/application-ocr-tesseract-script/pom.xml
M application-ocr-tesseract/application-ocr-tesseract-ui/pom.xml
M application-ocr-tesseract/pom.xml
M application-ocr-ui/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release application-ocr-1.1.6
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-ocr/settings/notifications