Skip to content

Releases: jducoeur/Querki

Update TLS for Email

07 Oct 20:41
Compare
Choose a tag to compare

To conform to AWS updates

Add _toSet

13 Oct 22:20
Compare
Choose a tag to compare

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

12 Jun 18:49
Compare
Choose a tag to compare

This will need application.conf support in production, but should hopefully do what we need.

Raise memory cap

12 Jan 23:09
Compare
Choose a tag to compare

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

11 Aug 17:17
Compare
Choose a tag to compare

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

08 Aug 16:11
Compare
Choose a tag to compare

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

13 Jun 21:54
Compare
Choose a tag to compare

Also a couple of improvements to Space export/import.

Fixes for Space Upload

15 May 21:17
Compare
Choose a tag to compare

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

04 Apr 20:58
Compare
Choose a tag to compare

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

14 Sep 00:50
Compare
Choose a tag to compare

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.