Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 286d68e94abfb7a7a91a10799dbb3a27724ac96e
https://github.com/xwiki/xwiki-platform/commit/286d68e94abfb7a7a91a10799dbb…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/loader.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/messages.js
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/notification.js
Log Message:
-----------
XWIKI-22488: Editing the paragraph using the In-place editor moves the display window to the bottom/top of the page
* There were two issues:
** when editing a section inplace, we were removing the tabindex attribute from the editable area too early, and since the realtime plugin puts the editable area in read-only mode while it connects to the realtime session, the focus was lost (to keep the focus the editable area needs to either be editable or have the tabindex attribute set)
** when connecting to the realtime session, the realtime plugin was displaying an information box at the top of the page and it was scrolling it into view
(cherry picked from commit 9fb3d668265fdc7e9c8cfc42eea1a7e230e85e46)
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-contrib/book-versions
Commit: 88c2f6441d762f25e8af9241ef7a5136e72100ed
https://github.com/xwiki-contrib/book-versions/commit/88c2f6441d762f25e8af9…
Author: Mathieu Pace <mathieu.pace(a)xwiki.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/PublicationConfigurationClass.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
Log Message:
-----------
BVERSION-8: Add publication feature
* Re-ordered properties of configuration for better showing what is important
* Added hints to explain how to configure
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 86e0450bcda29dcd6fcd6bb740286890c9636b95
https://github.com/xwiki/xwiki-platform/commit/86e0450bcda29dcd6fcd6bb74028…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/loader.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/messages.js
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/notification.js
Log Message:
-----------
XWIKI-22488: Editing the paragraph using the In-place editor moves the display window to the bottom/top of the page
* There were two issues:
** when editing a section inplace, we were removing the tabindex attribute from the editable area too early, and since the realtime plugin puts the editable area in read-only mode while it connects to the realtime session, the focus was lost (to keep the focus the editable area needs to either be editable or have the tabindex attribute set)
** when connecting to the realtime session, the realtime plugin was displaying an information box at the top of the page and it was scrolling it into view
(cherry picked from commit 9fb3d668265fdc7e9c8cfc42eea1a7e230e85e46)
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: 9fb3d668265fdc7e9c8cfc42eea1a7e230e85e46
https://github.com/xwiki/xwiki-platform/commit/9fb3d668265fdc7e9c8cfc42eea1…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/loader.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/messages.js
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/notification.js
Log Message:
-----------
XWIKI-22488: Editing the paragraph using the In-place editor moves the display window to the bottom/top of the page
* There were two issues:
** when editing a section inplace, we were removing the tabindex attribute from the editable area too early, and since the realtime plugin puts the editable area in read-only mode while it connects to the realtime session, the focus was lost (to keep the focus the editable area needs to either be editable or have the tabindex attribute set)
** when connecting to the realtime session, the realtime plugin was displaying an information box at the top of the page and it was scrolling it into view
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-rendering
Commit: 5897e64c79211a056e9b765c1931c072fdfb2931
https://github.com/xwiki/xwiki-rendering/commit/5897e64c79211a056e9b765c193…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M pom.xml
Log Message:
-----------
[release] Preparing release xwiki-rendering-16.4.6
Commit: 531bced719a67781aa2f6264395e39b7894f2869
https://github.com/xwiki/xwiki-rendering/commit/531bced719a67781aa2f6264395…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M pom.xml
M xwiki-rendering-api/pom.xml
M xwiki-rendering-archetype-macro/pom.xml
M xwiki-rendering-integration-tests/pom.xml
M xwiki-rendering-legacy/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-api/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml
M xwiki-rendering-macros/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-box/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-comment/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-content/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-ctsreport/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-html/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-id/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-message/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-raw/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-toc/pom.xml
M xwiki-rendering-standalone/pom.xml
M xwiki-rendering-syntaxes/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedhtml5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedxhtml/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-apt/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-creole/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-docbook/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-doxia/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-event/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-jspwiki/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-plain/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-twiki/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-wikimodel/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxml10/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxmlcurrent/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki21/pom.xml
M xwiki-rendering-test/pom.xml
M xwiki-rendering-transformations/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-icon/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-linkchecker/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-wikiword/pom.xml
M xwiki-rendering-wikimodel/pom.xml
M xwiki-rendering-xml/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release xwiki-rendering-16.4.6
Commit: 243fcd0d67b01c68317740d47764eabf274eeb4a
https://github.com/xwiki/xwiki-rendering/commit/243fcd0d67b01c68317740d4776…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M pom.xml
M xwiki-rendering-api/pom.xml
M xwiki-rendering-archetype-macro/pom.xml
M xwiki-rendering-integration-tests/pom.xml
M xwiki-rendering-legacy/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-api/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml
M xwiki-rendering-macros/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-box/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-comment/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-content/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-ctsreport/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-html/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-id/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-message/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-raw/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-toc/pom.xml
M xwiki-rendering-standalone/pom.xml
M xwiki-rendering-syntaxes/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedhtml5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedxhtml/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-apt/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-creole/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-docbook/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-doxia/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-event/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-jspwiki/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-plain/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-twiki/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-wikimodel/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxml10/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxmlcurrent/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki21/pom.xml
M xwiki-rendering-test/pom.xml
M xwiki-rendering-transformations/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-icon/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-linkchecker/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-wikiword/pom.xml
M xwiki-rendering-wikimodel/pom.xml
M xwiki-rendering-xml/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 524c8878ee2f0d60322cec62e6fc5101c97e859c
https://github.com/xwiki/xwiki-rendering/commit/524c8878ee2f0d60322cec62e6f…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M pom.xml
Log Message:
-----------
[release] Update parent after release xwiki-rendering-16.4.6
Compare: https://github.com/xwiki/xwiki-rendering/compare/3a912d81e4cf...524c8878ee2f
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications