Branch: refs/heads/backport/stable-16.10.x/pr-3862
Home: https://github.com/xwiki/xwiki-platform
Commit: 5284990f17e627b6a6a64a4b6859781b7152e979
https://github.com/xwiki/xwiki-platform/commit/5284990f17e627b6a6a64a4b6859…
Author: Dorian OUAKLI <dorian.ouakli(a)xwiki.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/macros.vm
M xwiki-platform-core/xwiki-platform-livetable/xwiki-platform-livetable-ui/src/main/resources/XWiki/LiveTableResultsMacros.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/macros.vm
Log Message:
-----------
XWIKI-22791: Costly and unconditional tag cloud computation done for all live table requests using the default source
(cherry picked from commit 85bb58dfa80cd7417028aa39a1c084461d443a1e)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.4.x/pr-3862
Home: https://github.com/xwiki/xwiki-platform
Commit: 83dc3105c62abbd61d3df00ab94df9ea0d6d68d0
https://github.com/xwiki/xwiki-platform/commit/83dc3105c62abbd61d3df00ab94d…
Author: Dorian OUAKLI <dorian.ouakli(a)xwiki.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/macros.vm
M xwiki-platform-core/xwiki-platform-livetable/xwiki-platform-livetable-ui/src/main/resources/XWiki/LiveTableResultsMacros.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/macros.vm
Log Message:
-----------
XWIKI-22791: Costly and unconditional tag cloud computation done for all live table requests using the default source
(cherry picked from commit 85bb58dfa80cd7417028aa39a1c084461d443a1e)
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: 85bb58dfa80cd7417028aa39a1c084461d443a1e
https://github.com/xwiki/xwiki-platform/commit/85bb58dfa80cd7417028aa39a1c0…
Author: Dorian OUAKLI <dorian.ouakli(a)xwiki.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/macros.vm
M xwiki-platform-core/xwiki-platform-livetable/xwiki-platform-livetable-ui/src/main/resources/XWiki/LiveTableResultsMacros.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/macros.vm
Log Message:
-----------
XWIKI-22791: Costly and unconditional tag cloud computation done for all live table requests using the default source
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: c4de245e7cc87ca732c35c95a649ae9aebc619ea
https://github.com/xwiki/xwiki-platform/commit/c4de245e7cc87ca732c35c95a649…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-search/src/main/resources/conf/managed-schema.xml
Log Message:
-----------
XWIKI-22820: Solr field cache uses a lot of RAM (#3845)
* Configure the "string" field type with docValues="true" as in the
default configuration. In tests, this eliminates all fields in the
field cache apart from the caches for title_sort and
author_display_sort, which seem small in comparison.
(cherry picked from commit 062dabebb66fd978c1c6d9a817d831b98c5851df)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 9f6cb03aa4a38e93cf5f34034ec1a69ade20854b
https://github.com/xwiki/xwiki-platform/commit/9f6cb03aa4a38e93cf5f34034ec1…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
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
Log Message:
-----------
XWIKI-22838: Save refactoring link with minor version only
XWIKI-22836: Author is not properly set when refactoring links
* Fix integration test in that branch
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: a08958fd1c0d11d76dd5793000a7ccd953c371ae
https://github.com/xwiki/xwiki-platform/commit/a08958fd1c0d11d76dd5793000a7…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-search/src/main/resources/conf/managed-schema.xml
Log Message:
-----------
XWIKI-22820: Solr field cache uses a lot of RAM (#3845)
* Configure the "string" field type with docValues="true" as in the
default configuration. In tests, this eliminates all fields in the
field cache apart from the caches for title_sort and
author_display_sort, which seem small in comparison.
(cherry picked from commit 062dabebb66fd978c1c6d9a817d831b98c5851df)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.10.x/pr-3845
Home: https://github.com/xwiki/xwiki-platform
Commit: 011536c200081b1332632258c515402ad5053ab1
https://github.com/xwiki/xwiki-platform/commit/011536c200081b1332632258c515…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-search/src/main/resources/conf/managed-schema.xml
Log Message:
-----------
XWIKI-22820: Solr field cache uses a lot of RAM (#3845)
* Configure the "string" field type with docValues="true" as in the
default configuration. In tests, this eliminates all fields in the
field cache apart from the caches for title_sort and
author_display_sort, which seem small in comparison.
(cherry picked from commit 062dabebb66fd978c1c6d9a817d831b98c5851df)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.4.x/pr-3845
Home: https://github.com/xwiki/xwiki-platform
Commit: c4725d95f10981ab43364986f61c05eb0e3958ec
https://github.com/xwiki/xwiki-platform/commit/c4725d95f10981ab43364986f61c…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-search/src/main/resources/conf/managed-schema.xml
Log Message:
-----------
XWIKI-22820: Solr field cache uses a lot of RAM (#3845)
* Configure the "string" field type with docValues="true" as in the
default configuration. In tests, this eliminates all fields in the
field cache apart from the caches for title_sort and
author_display_sort, which seem small in comparison.
(cherry picked from commit 062dabebb66fd978c1c6d9a817d831b98c5851df)
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: 062dabebb66fd978c1c6d9a817d831b98c5851df
https://github.com/xwiki/xwiki-platform/commit/062dabebb66fd978c1c6d9a817d8…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-search/src/main/resources/conf/managed-schema.xml
Log Message:
-----------
XWIKI-22820: Solr field cache uses a lot of RAM (#3845)
* Configure the "string" field type with docValues="true" as in the
default configuration. In tests, this eliminates all fields in the
field cache apart from the caches for title_sort and
author_display_sort, which seem small in comparison.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications