Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-replication
Commit: 29382df755dc67485ac6e413b41c6714c6b356d9
https://github.com/xwiki-contrib/application-replication/commit/29382df755d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-04-09 (Wed, 09 Apr 2025)
Changed paths:
M replication-test/replication-test-pageobjects/src/main/java/org/xwiki/contrib/replication/test/po/PageReplicationAdministrationSectionPage.java
M replication-test/replication-test-pageobjects/src/main/java/org/xwiki/contrib/replication/test/po/ReplicationPage.java
M replication-test/replication-test-tests/pom.xml
M replication-test/replication-test-tests/src/test/it/org/xwiki/replication/test/ReplicationIT.java
A replication-test/replication-test-tests/src/test/resources/setconfigurationbypassreplication.wiki
Log Message:
-----------
Rewrite the test setup to make it more maintenable and add more tests
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-replication/settings/notificat…
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 53333ae70dfcd15564197f5ccc1f8c64efd96614
https://github.com/xwiki/xwiki-platform/commit/53333ae70dfcd15564197f5ccc1f…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-04-09 (Wed, 09 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/edit.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/flamingo.js
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/layout.less
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/print.css
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/startpage.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/view.vm
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/endpage.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/leftpanels.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/rightpanels.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/wikidoesnotexist.vm
Log Message:
-----------
XWIKI-22727: Make the width of panel column flexible (#3957)
* Updated the layout to remove unnecessary containers and calls to the bootstrap grid mixins. (note that with CSS variables, the different cases done here would be way simpler to describe, we might want to move to using escaped internal CSS variables in this PR at some point)
* Added the buttons for resizing the panel columns, with their styles
* Started implementation of a CSS custom property system.
* Fixed the layout on edit modes.
* Fixed the handles size and looks
* Properly hid back the panels when the body classes are set.
* Added use of local storage for column width.
* The user defined value is reset to default if it's close enough to the default.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications