Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: ea42bed1e379ba3f91e13a8175f21ada91fff114
https://github.com/xwiki-contrib/book-versions/commit/ea42bed1e379ba3f91e13…
Author: Ludovic Dubost <ludovic(a)xwiki.com>
Date: 2024-12-24 (Tue, 24 Dec 2024)
Changed paths:
A application-book-versions-ui/src/main/resources/BookVersions/Code/PrecedingVersionsSuggestPicker.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/PrecedingVersionsSuggestService.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/VersionClass.xml
Log Message:
-----------
BVERSION-22 The preceding version picker should propose and accept only a restricted list of pages
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: dad1d2eb200c0445dd5a109314c1ae323f1b17a8
https://github.com/xwiki-contrib/book-versions/commit/dad1d2eb200c0445dd5a1…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2024-12-24 (Tue, 24 Dec 2024)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-api/src/main/java/org/xwiki/contrib/bookversions/BookVersionsManager.java
A application-book-versions-api/src/main/java/org/xwiki/contrib/bookversions/PageTranslationStatus.java
M application-book-versions-default/pom.xml
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/BookVersionsConstants.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/listeners/DocumentCreatingEventListener.java
A application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/listeners/DocumentUpdatingEventListener.java
M application-book-versions-default/src/main/resources/META-INF/components.txt
M application-book-versions-ui/src/main/resources/BookVersions/Code/ContentTranslationMacro.xml
R application-book-versions-ui/src/main/resources/BookVersions/Code/PageTitleTranslationClass.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/PageTranslationClass.xml
Log Message:
-----------
BVERSION-62 : Add ContentTranslation Macro
- replacing the inefficient data save at macro load with a more robust solution that updates the translation objects at page save only
BVERSION-67 : Handle default language
- adding the flag in the page translation class
BVERSION-66 : Add translation statuse feature
- adding the status property in the class
- adding the associated macro parameter
Other changes :
- refactored the page translation class, because it does not contain only title data, but also status and the default flag
- formatted the code with the XWiki formatter
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications