Skip to content

Releases: projectcaluma/caluma

v5.5.1

27 Mar 15:20
f424a61
Compare
Choose a tag to compare

Fix

v5.5.0

26 Mar 09:14
Compare
Choose a tag to compare

Feature

  • [WorkItem] add name filter (a804572)
  • [WorkItem] name and description (18a9873)

Fix

  • [jexl] fix answer transform for questions with multiple values (d0189cb)

Documentation

  • add documentation about the GroupJexl (a3e5bd1)

v5.4.0

24 Mar 12:36
2673dc1
Compare
Choose a tag to compare

Feature

  • Add controllinggroups filter to workitemfilterset (2d4b437)
  • "controlling" for tasks and workitems (1ba6608)
  • Implement caluma events (3efeba0)
  • Cleanup context data for jexl expressions (4cc9a3d)
  • Structure objects can now be accessed via dot notation (8401af5)
  • Fixture that can generate a full form and document (1e7dc05)
  • Add family_work_items to case type (41b2fb7)
  • Add rootcase filter (2c5145d)
  • Automatically set case family (2345af3)
  • Add case families (d7c0a66)

Fix

  • Answer transform shouldn't return value for hidden questions (984e2f9)
  • Remove address_group from taskorderset (92dbb5b)
  • The word "form" should always be the root form (787c30c)
  • Slug fields should be 127 chars (f6c3483)

Documentation

  • Extend validation with information about jexl expressions (2d8b1d3)

v5.3.1

21 Feb 09:05
b0452b0
Compare
Choose a tag to compare

Fix

  • Fix loading of caluma settings (b001d6f)

v5.3.0

20 Feb 15:22
5e0d64c
Compare
Choose a tag to compare

Feature

  • Implement copydocumentmutation (613ccd3)
    It is now possible to copy documents
  • Split settings file (c80cb4f)
    Useful for integrating caluma as a django app
  • Increase max-length of slugs to 150 (5dbfff5)
  • Add support for minlength validation (4d67bce)

Fix

  • Do not validate row documents when attaching them (fee356a)
  • Do not crash when lamenting invalid form slug (42ce73c)
  • Handle is_required correctly in nested questions (cb78c08)

Documentation

  • Add docs about usage of django apps and interfaces (c164ed3)
  • Add hint about snapshot updates and xdist (c026995)

v5.2.1

17 Feb 14:35
db44614
Compare
Choose a tag to compare

Fix

  • add unique_together to DynamicOption (c7460c0)

v5.2.0

13 Feb 12:23
a2d881b
Compare
Choose a tag to compare

Feature

  • new filter on cases to check for answers in work items (8273992)
  • add indexes on timestamps and user fields (0ad0c41)

Fix

  • file answers need special treatment (65e1a37)
  • fix user object creation (6ed82c6)
  • fix validation of dynamic answers (88431ea)

Documentation

  • add guide on workflow implementation (WIP) (515add0)

v5.1.0

31 Jan 12:32
10c20f0
Compare
Choose a tag to compare

Feature

  • add hierarchical inspection classes (0d74659)
    Useful for extension points and caluma-as-django-app

Fix

  • validation performance vastly improved (25570a9)
    form validation query count is roughly 10% of what it used to be

v5.0.0

22 Jan 16:20
81e65c9
Compare
Choose a tag to compare

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

18 Dec 10:21
d2a4755
Compare
Choose a tag to compare

Feature

  • make caluma installable as django app (573e87a)