Branch: refs/heads/stable-14.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: b16309df82c9e193dbb6042d018931362271b01c
https://github.com/xwiki/xwiki-platform/commit/b16309df82c9e193dbb6042d0189…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/src/main/java/org/xwiki/attachment/internal/listener/MovedAttachmentListener.java
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/src/test/java/org/xwiki/attachment/internal/listener/MovedAttachmentListenerTest.java
A xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/main/java/org/xwiki/test/SleepScriptService.java
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/RenamePageIT.java
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/src/main/java/org/xwiki/flamingo/skin/test/po/JobQuestionPane.java
M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-webjar/src/main/webjar/jobRunner.js
M xwiki-platform-core/xwiki-platform-link/pom.xml
M xwiki-platform-core/xwiki-platform-link/src/main/java/org/xwiki/link/LinkStore.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/pom.xml
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/listener/BackLinkUpdaterListener.java
A xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/listener/LinkIndexingQuestion.java
A xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/listener/LinkIndexingQuestionHandler.java
A xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/listener/LinkIndexingWaitingHelper.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/job/EntityRequest.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/templates/job/question/org.xwiki.refactoring.internal.listener.LinkIndexingQuestion.vm
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/listener/BackLinkUpdaterListenerTest.java
A xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/listener/LinkIndexingQuestionHandlerTest.java
A xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/listener/LinkIndexingWaitingHelperTest.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/DefaultSolrIndexer.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/IndexOperation.java
A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/SolrIndexerReadyIndicator.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/api/SolrIndexer.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/metadata/DefaultLinkStore.java
A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/SolrIndexerReadyIndicatorTest.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-api/pom.xml
A xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-api/src/main/java/org/xwiki/store/ReadyIndicator.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java
Log Message:
-----------
XWIKI-22323: Refactoring operation should wait for the Solr index to be empty before proceeding (#3403)
* Introduce a new ReadyIndicator interface that allows waiting for the
link index to become ready while getting a progress percentage.
* In the BackLinkUpdaterListener, wait for the index to become ready
when a job is active and display the indexing progress.
* Provide a ready indicator including indexing progress in the Solr
indexer.
* Modernize the jobRunner JavaScript code
* Continue polling the job status when the job is waiting to detect when
a question is answered in the background (by another browser tab or on
the server).
* Add support in entity requests to indicate if the job should wait for indexing to finish.
* Ask the user after 10 seconds if the refactoring should wait for link
indexing to finish.
* Wait for link indexing before adapting links after moving attachments
* Add unit and integration tests.
* Adapt the code to Java 11 and older Mockito.
* Backport TestUtils#serializeLocalReference.
(cherry picked from commit 00b84404798009cae03518942b65a43e9f7a3308)
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: 00b84404798009cae03518942b65a43e9f7a3308
https://github.com/xwiki/xwiki-platform/commit/00b84404798009cae03518942b65…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/src/main/java/org/xwiki/attachment/internal/listener/MovedAttachmentListener.java
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/src/test/java/org/xwiki/attachment/internal/listener/MovedAttachmentListenerTest.java
A xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/main/java/org/xwiki/test/SleepScriptService.java
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/RenamePageIT.java
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/src/main/java/org/xwiki/flamingo/skin/test/po/JobQuestionPane.java
M xwiki-platform-core/xwiki-platform-job/xwiki-platform-job-webjar/src/main/webjar/jobRunner.js
M xwiki-platform-core/xwiki-platform-link/pom.xml
M xwiki-platform-core/xwiki-platform-link/src/main/java/org/xwiki/link/LinkStore.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/pom.xml
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/listener/BackLinkUpdaterListener.java
A xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/listener/LinkIndexingQuestion.java
A xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/listener/LinkIndexingQuestionHandler.java
A xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/listener/LinkIndexingWaitingHelper.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/job/EntityRequest.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/templates/job/question/org.xwiki.refactoring.internal.listener.LinkIndexingQuestion.vm
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/listener/BackLinkUpdaterListenerTest.java
A xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/listener/LinkIndexingQuestionHandlerTest.java
A xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/listener/LinkIndexingWaitingHelperTest.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/DefaultSolrIndexer.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/IndexOperation.java
A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/SolrIndexerReadyIndicator.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/api/SolrIndexer.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/metadata/DefaultLinkStore.java
A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/SolrIndexerReadyIndicatorTest.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-api/pom.xml
A xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-api/src/main/java/org/xwiki/store/ReadyIndicator.java
Log Message:
-----------
XWIKI-22323: Refactoring operation should wait for the Solr index to be empty before proceeding (#3403)
* Introduce a new ReadyIndicator interface that allows waiting for the
link index to become ready while getting a progress percentage.
* In the BackLinkUpdaterListener, wait for the index to become ready
when a job is active and display the indexing progress.
* Provide a ready indicator including indexing progress in the Solr
indexer.
* Modernize the jobRunner JavaScript code
* Continue polling the job status when the job is waiting to detect when
a question is answered in the background (by another browser tab or on
the server).
* Add support in entity requests to indicate if the job should wait for indexing to finish.
* Ask the user after 10 seconds if the refactoring should wait for link
indexing to finish.
* Wait for link indexing before adapting links after moving attachments
* Add unit and integration tests.
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-commons
Commit: 8d781c6b329a81aebc9de300ea2028b90789a709
https://github.com/xwiki/xwiki-commons/commit/8d781c6b329a81aebc9de300ea202…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-xml/pom.xml
R xwiki-commons-core/xwiki-commons-xml/src/main/checkstyle/checkstyle-suppressions.xml
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/htmlcleaner/XWikiDOMSerializer.java
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/XMLUtils.java
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/HTMLDefinitions.java
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/MathMLDefinitions.java
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/SVGDefinitions.java
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/SecureHTMLElementSanitizer.java
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/stax/SAXEventWriter.java
Log Message:
-----------
[Misc] Remove checkstyle suppressions and fix code to pass checkstyle (thanks to ChatGPT for the help - Reviewed manually)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/CRISTAL-231
Home: https://github.com/xwiki-contrib/cristal
Commit: d0e4a071fa292e3dc494d43f7bd44d5ba4c825a2
https://github.com/xwiki-contrib/cristal/commit/d0e4a071fa292e3dc494d43f7bd…
Author: Thiago Krieck <thiago.krieck(a)xwiki.com>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M ds/shoelace/src/vue/x-navigation-tree.vue
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
M ds/vuetify/src/vue/x-breadcrumb.vue
M ds/vuetify/src/vue/x-navigation-tree.vue
M skin/src/vue/c-page-creation-menu.vue
M skin/src/vue/c-view.vue
Log Message:
-----------
CRISTAL-231: Improve CSS for Cristal Features
* Fix linting issues
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/CRISTAL-231
Home: https://github.com/xwiki-contrib/cristal
Commit: 726bf82a6264dc52b3c01a6cbd33c3ab19930b87
https://github.com/xwiki-contrib/cristal/commit/726bf82a6264dc52b3c01a6cbd3…
Author: Thiago Krieck <thiago.krieck(a)xwiki.com>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M ds/shoelace/src/vue/css/style.css
M skin/src/vue/c-page-creation-menu.vue
M skin/src/vue/c-sidebar.vue
Log Message:
-----------
CRISTAL-231: Improve CSS for Cristal Features
- Improvement for spacings in the sidebar
- Adjustments to the Create Page menu
- Addition of border radius variables to Shoelace
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 9df936ae93df0e8a45bd7aaf7095828e35feda6d
https://github.com/xwiki-contrib/confluence/commit/9df936ae93df0e8a45bd7aaf…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/RwPagetreeMacroConverter.java
M confluence-xml/src/test/resources/confluencexml/content.test
M confluence-xml/src/test/resources/confluencexml/contentwithprefixedmacro.test
Log Message:
-----------
CONFLUENCE-294: rw-pagetree converter forgets to prefix the root parameter with "document:"
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 97d502eb7a840b05928d502d69717c8021fa50de
https://github.com/xwiki/xwiki-commons/commit/97d502eb7a840b05928d502d69717…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-xml/pom.xml
R xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-xml/src/checkstyle/checkstyle-suppressions.xml
M xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-xml/src/main/java/org/xwiki/diff/xml/internal/HTMLDiffMarker.java
Log Message:
-----------
[Misc] Remove checkstyle suppressions and fix code to pass checkstyle (thanks to ChatGPT for the help - Reviewed manually)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: c367b612201cb05fd311ec7336eef339f5f7fd74
https://github.com/xwiki/xwiki-commons/commit/c367b612201cb05fd311ec7336eef…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-xml/pom.xml
R xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-xml/src/main/checkstyle/checkstyle-suppressions.xml
Log Message:
-----------
[Misc] Remove checkstyle suppressions that don't seem needed (the build for xwiki-commons-filter passes without them)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: be1c8972ecbfc614b04e0dbd37a8d3803154af7d
https://github.com/xwiki/xwiki-commons/commit/be1c8972ecbfc614b04e0dbd37a8d…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/src/main/java/org/xwiki/crypto/internal/encoder/HexBinaryStringEncoder.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/src/main/java/org/xwiki/crypto/internal/encoder/InternalBinaryStringEncoder.java
Log Message:
-----------
[Misc] Fix English typos
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 0c70b11623e187562aa6b602f435e0531e35ed93
https://github.com/xwiki/xwiki-commons/commit/0c70b11623e187562aa6b602f435e…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/pom.xml
R xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/src/main/checkstyle/checkstyle-suppressions.xml
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/src/main/java/org/xwiki/crypto/internal/encoder/Base64BinaryStringEncoder.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/src/main/java/org/xwiki/crypto/internal/encoder/HexBinaryStringEncoder.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/src/main/java/org/xwiki/crypto/internal/encoder/UrlBase64BinaryStringEncoder.java
M xwiki-commons-tools/xwiki-commons-tool-verification-resources/src/main/resources/checkstyle.xml
Log Message:
-----------
[Misc] Allow using @SuppressWarnings annotations + comments to ignore some checkstyle rules
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-admintools
Commit: 62116c808398146c9ed00e090f47a47c73b727e0
https://github.com/xwiki-contrib/application-admintools/commit/62116c808398…
Author: Antoine Mottier <antoine.mottier(a)ow2.org>
Date: 2024-10-07 (Mon, 07 Oct 2024)
Changed paths:
M src/main/resources/Admin/CheckIndexes.xml
M src/main/resources/Admin/QueryOnXWiki.xml
M src/main/resources/Admin/SQLToolsGroovy.xml
M src/main/resources/Admin/ShowLargeHistory.xml
M src/main/resources/Admin/ShowSpammedPages.xml
M src/main/resources/Admin/Tools.xml
M src/main/resources/Admin/UsedSpace.xml
Log Message:
-----------
Add missing fix for database product detection
Commit 0cb1943013aa6bef62d9a77c601581a2becf48f8 introduce a fix for database product detection that is used in `UsedSpace` tool but forgot to update similar code in various other pages.
This commit fix that and also used a better naming for the newly introduce method (`getXWikiDatabaseSystemFromDatabaseMetadata` instead of `getXWikiDatabaseSystemFromHibernateStore`).
Commit: 4de120050825683fa025ec797084401af48e0d40
https://github.com/xwiki-contrib/application-admintools/commit/4de120050825…
Author: Antoine Mottier <antoine.mottier(a)ow2.org>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M src/main/resources/Admin/Tools.xml
Log Message:
-----------
Revert to old code for MySQL/MariaDB detection
Section specific to MySQL/MariaDB can relies on the code that will report the database being `MySQL` even if currently running on `MariaDB`. So keep using that code instead of adding complexity in the test.
Commit: 30a0f41c0edb360739704a49d0eb91401fcb8bc8
https://github.com/xwiki-contrib/application-admintools/commit/30a0f41c0edb…
Author: Antoine Mottier <antoine.mottier(a)ow2.org>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M src/main/resources/Admin/CheckIndexes.xml
M src/main/resources/Admin/QueryOnXWiki.xml
M src/main/resources/Admin/SQLToolsGroovy.xml
M src/main/resources/Admin/ShowLargeHistory.xml
M src/main/resources/Admin/ShowSpammedPages.xml
M src/main/resources/Admin/Tools.xml
M src/main/resources/Admin/UsedSpace.xml
Log Message:
-----------
Merge pull request #39 from amottier/add-missing-fix-for-db-product-detection
Add missing fix for database product detection
Compare: https://github.com/xwiki-contrib/application-admintools/compare/193f901948a…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-admintools/settings/notificati…