Releases: jducoeur/Querki
Update TLS for Email
Add _toSet
As it says on the label: simply adds a new function, to help with a problem Eric has hit.
Enable redirection from www.querki.net to querki.net
This will need application.conf support in production, but should hopefully do what we need.
Raise memory cap
Querki currently has 1 Gig of heap, and the Playtest Space seems to be hitting its head on that. That's pretty worrying, but easy to patch around in the short run. This should raise that to 1.5 Gig.
Upgrade infrastructure
This is a tiny release, with no actual code changes. It just upgrades Play, Akka, and the Cassandra plugin to the last Play 2.5 versions.
Some internal tweaks
Nothing particularly user-visible in this one. A few significant items internally:
- Increased diagnostics while Spaces are booting up, to try and get my hands around why the SI Playtesting Space seems to be frequently failing to start successfully.
- An attempt, when things do fail to start, to shut down the Space so that subsequent tries have some hope of succeeding. (This is hypothetical, and may not work for all types of failures.)
- Made the Admin tool to forensically dump the history of a Space a bit more controllable.
Also, reformatted all of the code using scalafmt, to reduce formatting churn going forward.
Massive rewrite of the History system
Also a couple of improvements to Space export/import.
Fixes for Space Upload
You are supposed to be able to export a Space and then import it to make a copy. That should always work, but we discovered that it was problematic for very large (over a Meg) XML files.
This release fixes some bugs that were discovered in large imports. It also makes some small improvements to the look and feel of the import processing.
Release 2.10 -- undelete and lots more
This includes a bunch of new functionality to view and undelete Deleted Things, as well as a pile of bugfixes. Details at Querki News.
Improve dealing with members
Three issues this time:
QI.9v5kfj4 -- enable you to see the Things owned by a particular member of a Space. This involves several components:
- Added a new
_ownedThings
function, which produces the Things owned by the received Person. - Added a new
_ownedThingsPage
, which takes a Person as a parameter, and shows the Things owned by that Person. - Linked from the Person page to
_ownedThingsPage
. - Linked from the Members Tab to the Person Page.
So from the Member Tab, you can now click through to the page for this Person, and thence to the list of which Things this Person owns.
QI.9v5kfj3 -- in the Members Tab, it now shows the Person's OID, so you can distinguish between multiple members with the same Display Name.
QI.9v5kfif -- this one is a pure bugfix: when removing multiple Guests at once, only the first one would actually be removed.