Skip to content

Releases: projectcaluma/caluma

v5.0.0

Choose a tag to compare

@winged winged released this 22 Jan 16:20
81e65c9

Feature

  • add assigned users filter (93badb4)
  • prefix all apps with "caluma_" (9281465)
    (BREAKING CHANGE: Extension code must be updated)

Fix

  • correctly handle indirectly hidden questions (cfe6166)
  • version bump (d2a4755)

Documentation

  • add maintainer's handbook (9f64fc4)

v4.3.0

Choose a tag to compare

@winged winged released this 18 Dec 10:21
d2a4755

Feature

  • make caluma installable as django app (573e87a)

v4.2.0

Choose a tag to compare

@open-dynaMIX open-dynaMIX released this 17 Dec 14:02

Feature

  • helper to extract mutation parameters from request (197a775)
  • run pytest in parallel with xdist (9a435d9)
  • allow filtering answers to limit only visible answers (0eb037f)
  • add pipenv setup command to setup.py (448b821)

Fix

  • use root form as form property in QuestionJexl context (5f422c0)
  • remove insignificant performance hack (db3d842)
  • use "development" instead of "dev" as documented (1645ed9)

Documentation

  • add info about the UID variable (f9a8d3f)
  • add more detailed example for the pipenv workflow (16a94a8)

v4.1.0

Choose a tag to compare

@open-dynaMIX open-dynaMIX released this 28 Nov 17:27

Feature

  • make permission decorators chainable (3052cbf)

Fix

  • validate dependencies correctly (854f6fa)

v4.0.0

Choose a tag to compare

@open-dynaMIX open-dynaMIX released this 21 Nov 09:21

Feature

  • add created_at, closed_at, modified_at filters to work items (b83ce9c)

Fix

  • optimize historical_qs_as_of (95e5fb9)
  • fix duplicate documents (6893439)
  • use LocalizedValue for translations (3cf3720)
  • correctly handle is_hidden regarding dependencies (a068c2c)

Breaking

  • allow Answers with empty value (81cbe9a)

Documentation

  • explain how to use pipenv (745380f)

v3.0.0

Choose a tag to compare

@open-dynaMIX open-dynaMIX released this 06 Nov 12:02

Version 3.0.0. Main changes:

  • License changed to GPL 3.0 (or later)
  • Dynamic data source improvements (Answers now store values for the case where the value won't be available in the future anymore)
  • Allow skipping of work items

Feature

  • allow skipping of work items (e84f936)
  • add status_skipped to possible workitem states (c3d99bc)
  • switch main license to GPL-3.0-or-later (978f18a)
  • implement dynamic data source (63ffe86)

Fix

  • question id/slug should be of type id (69511c1)
  • add user and group to dynamic option (ba89f88)
  • raise a 401 if user is not logged in (1b5851c)
  • add question to validate_answer_value method (3667e3d)
  • fix DynamicOption model (35935dd)
  • do not return questions multiple times (ec28595)
  • remove dynamicoptionSet form schema (0391c04)
  • reintroduce ordering by deadline on work items (fed67da)
  • fix ordering by question value (1dcec88)
  • revert dynamic data source (85fab68)
  • validate requiredness recursively for subforms (844b914)
  • do not validate hidden questions (1fb7bd5)

Breaking

  • Add the parameter question to the validate_answer_valuemethod and add a new lookup to check if a dynamic_option already exists. (3667e3d)
  • The value field on the DynamicOption model is renamed to slug and not optional anymore. (35935dd)
  • The optional answer_value parameter for the DataSource.get_data() method was reverted. (85fab68)

Documentation

v3.0.0a1: 3.0.0

v3.0.0a1: 3.0.0 Pre-release
Pre-release

Choose a tag to compare

@open-dynaMIX open-dynaMIX released this 06 Nov 08:56

Feature

  • allow skipping of work items (e84f936)
  • add status_skipped to possible workitem states (c3d99bc)
  • switch main license to GPL-3.0-or-later (978f18a)
  • implement dynamic data source (63ffe86)

Fix

  • add user and group to dynamic option (ba89f88)
  • raise a 401 if user is not logged in (1b5851c)
  • add question to validate_answer_value method (3667e3d)
  • fix DynamicOption model (35935dd)
  • do not return questions multiple times (ec28595)
  • remove dynamicoptionSet form schema (0391c04)
  • reintroduce ordering by deadline on work items (fed67da)
  • fix ordering by question value (1dcec88)
  • revert dynamic data source (85fab68)
  • validate requiredness recursively for subforms (844b914)
  • do not validate hidden questions (1fb7bd5)

Breaking

  • Add the parameter question to the validate_answer_valuemethod and add a new lookup to check if a dynamic_option already exists. (3667e3d)
  • The value field on the DynamicOption model is renamed to slug and not optional anymore. (35935dd)
  • The optional answer_value parameter for the DataSource.get_data() method was reverted. (85fab68)

Documentation

v2.0.0

Choose a tag to compare

@open-dynaMIX open-dynaMIX released this 18 Oct 12:02

This is the second major release of Caluma.

Apart from a couple of new features, we changed the license from MIT to AGPL.
The reasons for this are documented in a followup (see #749).

There's another backwards-incompatible change regarding the data sources for
dynamic (multiple) choice questions, prompting the version bump.

New in this version is also the separation between ordering and filtering in the queries,
and a cleanup command for historical data.

Feature

  • pass actual answer value to data source (3b26162)
  • add order filter for workflow models too (b2fb9c7)
  • add test for new order filters (344bc9d)
  • introduce new-style ordering for form nodes (f73f8e5)
  • implement new order filter (012d1f1)
  • start using the collection filterset factory (97394c7)
  • factory for unionized filters (686484d)
  • expose original document id (051cf01)
  • add cleanup command (a66582a)

Fix

Breaking

  • DataSource.get_data() methods must accept an optional answer_value parameter. (3b26162)
  • License change: Move to AGPL (bfb6619)

Documentation

  • update ordering documentation (85a1143)
  • add note on deprecation of old-style filters (b93e27c)
  • extend the guide with form-builder steps (bdd183d)
  • add guide (WIP) (822f4c1)
  • document cleanup commands in README (dc58593)

v1.0.0

Choose a tag to compare

@open-dynaMIX open-dynaMIX released this 25 Sep 09:57
cdbaf60

Initial release