Branch: refs/heads/master
Home:
https://github.com/xwiki/xwiki-platform
Commit: 81714840e8f73cab0ed3afc92ec14e4ed48b7e85
https://github.com/xwiki/xwiki-platform/commit/81714840e8f73cab0ed3afc92ec1…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M
xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/variablelist.vm
M
xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-fontawesome/src/main/resources/IconThemes/FontAwesome.xml
M
xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-ui/src/main/resources/IconThemes/Silk.xml
M
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrMediaTypeFacet.xml
M
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrSearch.xml
M
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrSearchConfig.xml
M
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrSearchMacros.xml
M
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrTranslations.xml
M
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-test/xwiki-platform-search-test-pageobjects/src/main/java/org/xwiki/search/test/po/SolrSearchResult.java
M
xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/macros.vm
M
xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/icons/default.iconset
M
xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/pagination/pagination.css
Log Message:
-----------
XWIKI-22676: Implement UI improvements to the Search page (#4314)
* Implemented the various design changes brainstormed on the forum
* There are a few changes that are only related to code quality of the update code:
replaced "toggler" (which I learnt is not an english word) with the correct
"toggle", added underscore before the name of obviously internal velocimacros.
* Most of the updates are on the SolrSearch page and the few xmls powering it. However,
some big changes were also made onto the pagination public velocimacro. This velocimacro
is used in a couple places in XS (among which is the SolrSearch page). The quality of this
pagination velocimacro was not up to par with current day XWiki (both code quality and how
it'd look), so I figured it'd be okay to have some "breaking" changes on
it. The DOM changes are minimal and the biggest changes are on the CSS side. Given how
hard-coded the styles were, I doubt may customizations tried to mess with it.
---------
Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki/xwiki-platform/settings/notifications