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…