Releases: projectcaluma/caluma
Releases · projectcaluma/caluma
v5.6.0
Compare
Sorry, something went wrong.
No results found
winged
released this
28 Apr 09:19
Feature
Add filters for object creation dates (310139c )
Make created_by_group settable (ac3cb58 )
Fix
The requiredness check needs local context (2412577 )
Return table rows in sorted fashion (structure module) (aa0f725 )
Ensure jexl evaluation is local to the relevant question (121bdb6 )
Properly cache is_hidden/is_required (c09a133 )
v5.5.2
Compare
Sorry, something went wrong.
No results found
winged
released this
08 Apr 07:49
Fix
Fix evaluating requiredness from branch forms (062e350 )
Only accepts integer or string as id (562b4c0 )
v5.5.1
Compare
Sorry, something went wrong.
No results found
v5.5.0
Compare
Sorry, something went wrong.
No results found
anehx
released this
26 Mar 09:14
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
Compare
Sorry, something went wrong.
No results found
winged
released this
24 Mar 12:36
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
Compare
Sorry, something went wrong.
No results found
winged
released this
21 Feb 09:05
Fix
Fix loading of caluma settings (b001d6f )
v5.3.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix
add unique_together to DynamicOption (c7460c0 )
v5.2.0
Compare
Sorry, something went wrong.
No results found
winged
released this
13 Feb 12:23
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
Compare
Sorry, something went wrong.
No results found
winged
released this
31 Jan 12:32
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