Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-antispam
Commit: f3d24e3b70c94b76c8d15cf59df38442312a819f
https://github.com/xwiki-contrib/application-antispam/commit/f3d24e3b70c94b…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M application-antispam-api/pom.xml
M application-antispam-simple/pom.xml
M application-antispam-test/application-antispam-test-docker/pom.xml
M application-antispam-test/application-antispam-test-pageobjects/pom.xml
M application-antispam-test/pom.xml
M application-antispam-ui/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-antispam
Commit: 0ba9600f05a1c0e9a2149382908759ebf77723c8
https://github.com/xwiki-contrib/application-antispam/commit/0ba9600f05a1c0…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M application-antispam-api/pom.xml
M application-antispam-simple/pom.xml
M application-antispam-test/application-antispam-test-docker/pom.xml
M application-antispam-test/application-antispam-test-pageobjects/pom.xml
M application-antispam-test/pom.xml
M application-antispam-ui/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release application-antispam-1.12
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/extension-tweak
Commit: a3d21744138d6199de921b418a7c7a5061769247
https://github.com/xwiki-contrib/extension-tweak/commit/a3d21744138d6199de9…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M src/main/resources/Admin/ExtensionTweak/Installed/EMInstallConfigClass.xml
M src/main/resources/Admin/ExtensionTweak/Installed/EMInstallConfigDecisionsClass.xml
M src/main/resources/Admin/ExtensionTweak/Installed/EMInstallConfigSheet.xml
M src/main/resources/Admin/ExtensionTweak/Installed/EMInstallConfigTemplate.xml
M src/main/resources/Admin/ExtensionTweak/Installed/EMInstallConfigWikisDisplayer.xml
M src/main/resources/Admin/ExtensionTweak/Installed/EMInstallServiceGroovy.xml
M src/main/resources/Admin/ExtensionTweak/Installed/EMInstallServiceTranslations.xml
M src/main/resources/Admin/ExtensionTweak/Installed/ExtensionInspector.xml
M src/main/resources/Admin/ExtensionTweak/WebHome.xml
Log Message:
-----------
Apply xar:format
Commit: 90d517b0ecc9975aeb249bd23b4a09d0cd29ce37
https://github.com/xwiki-contrib/extension-tweak/commit/90d517b0ecc9975aeb2…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M src/main/resources/Admin/ExtensionTweak/Installed/WebHome.xml
Log Message:
-----------
Apply xar:format
Commit: d93fbdf68b9417bfa565c61be8bb3be5e2f243f0
https://github.com/xwiki-contrib/extension-tweak/commit/d93fbdf68b9417bfa56…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M src/main/resources/Admin/ExtensionTweak/Local/WebHome.xml
Log Message:
-----------
EXTWEAK-16: "Cannot invoke method startsWith() on null object" when access local extensions tools
Compare: https://github.com/xwiki-contrib/extension-tweak/compare/e0be55147548...d93…
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 77f68a8454d98a45ae24d70a48acf10b474a58bf
https://github.com/xwiki/xwiki-platform/commit/77f68a8454d98a45ae24d70a48ac…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/DocumentMovedListener.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/DocumentMovedListenerTest.java
Log Message:
-----------
XWIKI-21700: Custom filters are not properly refactored in case of move
* Simplify condition and always run refactoring of filters over all
wiki since any wiki might store user with filters
(cherry picked from commit 4273ef41e73fd39f624e2e7eb1eaa2af45e4dbc5)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 4273ef41e73fd39f624e2e7eb1eaa2af45e4dbc5
https://github.com/xwiki/xwiki-platform/commit/4273ef41e73fd39f624e2e7eb1ea…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/DocumentMovedListener.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/DocumentMovedListenerTest.java
Log Message:
-----------
XWIKI-21700: Custom filters are not properly refactored in case of move
* Simplify condition and always run refactoring of filters over all
wiki since any wiki might store user with filters