DocDB
DocDB copied to clipboard
8.8.9 jp
Hey Eric,
When deploying DocDB here I ran into a few issues (some only in my personal computer installation based on an up to date ArchLinux). I also added in a few changes that might be of general interest. Feel free to cherry-pick what you find interesting or let me know what you want so I can make a separate pull request.
As I had the same issue with changing boxes as @meeg I cherry picked the corresponding commit that was already proposed.
For reference commits 196b035 0fc333e 026adce were needed to get DocDB running on ArchLinux, though the first 2 ones might be of general interest.
Commit 4f28fed solves an issue I had with importing events from DocDB into a calendar application (I tested both korganizer and the apple calendar app) where the timezone separation from DTSTART and DTEND with a colon was not recognized so no event was added.
Commit 0bcb322 fixes a deprecation warning that was poluting my apache logs
Commit 5348f78 changes which users are shown on the document/event forms to show only users that have the permission to view in "Can View" and only users with modify permissions in "Can Modify".
Cheers, João Pedro
Thanks. Aside from the use lib "." I suspect we can incorporate all of this in a future release. No idea when that will come, though.
About the permission commit... I'll have to think about this. There is a use case for temporary reviewers where you may want to revoke permissions between reviews for them to see anything but still allow people to create documents viewable by that group when the permission is granted again.