Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 6964298c227b4733bf17adf32dda01a31e643831
https://github.com/xwiki/xwiki-platform/commit/6964298c227b4733bf17adf32dda…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-13 (Fri, 13 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-focusedplaceholder/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-slash/plugin.js
Log Message:
-----------
XWIKI-22516: CKEditor inplace editing focus-unfocus ends up in an incorrect state for the editor accessibility
(cherry picked from commit 80eb661dce4a1c0a3f6585c70efe915fa302938e)
Commit: a2b489817eb8803fe004d39eab66f9bd10404401
https://github.com/xwiki/xwiki-platform/commit/a2b489817eb8803fe004d39eab66…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-13 (Fri, 13 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
Log Message:
-----------
Revert "XWIKI-21005: CKEditor content on inplace edit uses incorrectly aria-expanded"
This reverts commit 780b33f693e26f9980aac2fce9c29b71c486d321.
(cherry picked from commit fa14f8d7fff3335b5675a7239e998e3c1f9276ab)
Compare: https://github.com/xwiki/xwiki-platform/compare/d7636b17f6e9...a2b489817eb8
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: 80eb661dce4a1c0a3f6585c70efe915fa302938e
https://github.com/xwiki/xwiki-platform/commit/80eb661dce4a1c0a3f6585c70efe…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-13 (Fri, 13 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-focusedplaceholder/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-slash/plugin.js
Log Message:
-----------
XWIKI-22516: CKEditor inplace editing focus-unfocus ends up in an incorrect state for the editor accessibility
Commit: fa14f8d7fff3335b5675a7239e998e3c1f9276ab
https://github.com/xwiki/xwiki-platform/commit/fa14f8d7fff3335b5675a7239e99…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-13 (Fri, 13 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
Log Message:
-----------
Revert "XWIKI-21005: CKEditor content on inplace edit uses incorrectly aria-expanded"
This reverts commit 780b33f693e26f9980aac2fce9c29b71c486d321.
Compare: https://github.com/xwiki/xwiki-platform/compare/c498b278b9ae...fa14f8d7fff3
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-XWIKI-22726
Home: https://github.com/xwiki/xwiki-platform
Commit: 751f2c4f50bb03d7dbf05ef2a5f42738aa3ccaaa
https://github.com/xwiki/xwiki-platform/commit/751f2c4f50bb03d7dbf05ef2a5f4…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-13 (Fri, 13 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLCompleteStatementValidator.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLCompleteStatementValidator.java
Log Message:
-----------
XWIKI-22726: Allow customizing the validation of HQL queries through configuration
* rename a component hint to be more consistent with the class name
* fail the whole validator if any of the patterns is wrong
* add some validator priority related documentation
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-XWIKI-22726
Home: https://github.com/xwiki/xwiki-platform
Commit: cc24beb2ebd763f945c89daca9d6749eef4188ce
https://github.com/xwiki/xwiki-platform/commit/cc24beb2ebd763f945c89daca9d6…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-13 (Fri, 13 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutor.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLQueryValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/DefaultHQLQueryValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLQueryValidator.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutorTest.java
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-22726: Allow customizing the validation of HQL queries through configuration
Commit: b4c568bfcb4e9bffae064f48f58def7aa1bfc010
https://github.com/xwiki/xwiki-platform/commit/b4c568bfcb4e9bffae064f48f58d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-13 (Fri, 13 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtils.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutor.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLCompleteStatementValidator.java
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLQueryValidator.java
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/DefaultHQLQueryValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/DefaultHQLStatementValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLCompleteStatementValidator.java
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLQueryValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLStatementValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/StandardHQLCompleteStatementValidator.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutorTest.java
M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/src/main/java/org/xwiki/query/QueryException.java
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-22726: Allow customizing the validation of HQL queries through configuration
* refactor the internal validator system to make it easier to reusable for other use cases
* make sure the configurable validator is executed before the standard one
* improve safe named queries initialization
* tried to remove stuff from HqlQueryExecutor, but was not enough to get rid of the ClassFanOutComplexity unfortunately
* various documentation improvements
Commit: 8d530324320869cf27305c7d1ee5b55638ce98eb
https://github.com/xwiki/xwiki-platform/commit/8d530324320869cf27305c7d1ee5…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-13 (Fri, 13 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLCompleteStatementValidator.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutorTest.java
Log Message:
-----------
XWIKI-22726: Allow customizing the validation of HQL queries through configuration
* add unit tests
Compare: https://github.com/xwiki/xwiki-platform/compare/65527abae971...8d5303243208
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications