Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: c33263888ba4a7c75341aea32a4a4d1167a9e7c0
https://github.com/xwiki-contrib/cristal/commit/c33263888ba4a7c75341aea32a4…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M api/src/api/cristalApp.ts
M api/src/api/storage.ts
M lib/src/components/DefaultCristalApp.ts
M sharedworker/api/vite.config.ts
M sharedworker/impl/src/components/defaultQueueWorker.ts
M sharedworker/impl/vite.config.ts
M skin/src/vue/c-content.vue
M storage/src/components/dexie/dexieOfflineStorage.ts
M storage/src/components/wrappingOfflineStorage.ts
Log Message:
-----------
CRISTAL-198: Offline mode is not working
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/CRISTAL-179
Home: https://github.com/xwiki-contrib/cristal
Commit: 43cc083e6ded0717ac41f27905c28774ae7a9353
https://github.com/xwiki-contrib/cristal/commit/43cc083e6ded0717ac41f27905c…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M lib/src/index.css
M skin/src/composables/mouse.ts
M skin/src/composables/viewport.ts
M skin/src/vue/c-sidebar.vue
M skin/src/vue/c-view.vue
Log Message:
-----------
CRISTAL-179: Make the left panel reactive
* Add missing documentation
* Rename viewportSize to viewportType
* Improve expand/shrink logic
* Make whole sidebar cliackable to expand
* Add mouse pointer icon on buttons
* Support touch resize
* Add click outside sidebar to collapse
* Other general improvements
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 0444f89da17de264fc27771020e2ef70b9bb770d
https://github.com/xwiki/xwiki-platform/commit/0444f89da17de264fc27771020e2…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java
R xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiHibernateVersioningStoreTest.java
Log Message:
-----------
XWIKI-22182: Page history is missing after a page containing attachments is moved
Revert "XWIKI-9046: Renaming a document holding a lot of revisions can lead to an OutOfMemory exception (#2926)"
This reverts commit 8e509b70136b2c64359c49ad64ce128874a9c4c0.
The solution provided in this commit wasn't taking into account usecases
when the doc wasn't saved in DB yet, e.g. like in case of renaming. Also
the solution is not good since we actually never set the archive in doc
in case of criteria not all inclusive, and if it had worked it would
have been a problem since we'd have kept only latest revision and lost
the remaining of the history when saving docs. All in all we need
another solution.
(cherry picked from commit 03d3ebeaea072fdc4e17f5aff0a5f7c0e5e6de8f)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications