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
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: a7f4c2d87b43409871a2ed9ace71eeab8f86caeb
https://github.com/xwiki-contrib/cristal/commit/a7f4c2d87b43409871a2ed9ace7…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M electron/storage/src/electron/main/index.ts
M skin/src/vue/c-content.vue
Log Message:
-----------
CRISTAL-257: The edit button is presented even if the current user does not have edit rights
* Fix rights for FileSystem/GitHub/Nextcloud
* Enable edit buttons on non-existing pages
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications