Commit Graph

18 Commits

Author SHA1 Message Date
733d213ea4 Start of unification of comment and activity streams. 2016-11-02 17:24:04 +01:00
4d5c02c196 Usable SVN activities 2016-11-02 11:06:29 +01:00
39ef2df380 Fix issue shortening non-string values 2016-10-21 14:51:52 +02:00
e5563e8ab9 Use quotes when logging Description activity 2016-10-20 18:25:02 +02:00
471cbd17ba Longer description of activity allowed 2016-10-20 18:15:03 +02:00
63984d3455 Activity: Shorten long values. 2016-10-20 18:07:01 +02:00
70f756fb7d Using Pillar's subquery module. 2016-10-18 15:35:23 +02:00
963430e6d9 Show activities on shot page. 2016-10-18 14:50:35 +02:00
78c6bb45d7 Better activity logging of task changes 2016-10-12 18:21:10 +02:00
b457b57a09 Include changes in activity log if only one field changed. 2016-10-12 16:02:02 +02:00
5dff6bdcbd Simplified task eve hooks. 2016-10-12 15:13:48 +02:00
363f1f6110 More detailed "verb" for task action logging. 2016-10-12 15:08:06 +02:00
32400b34e9 Start of activity stream. 2016-10-12 14:31:03 +02:00
7a3a11fa07 Produce activities for task changes.
These activities do not show any details yet, so the activity stream can't
show _what_ changed in the task, just that the task changed.
2016-10-12 14:31:03 +02:00
496b5f6b32 Use the new only_for_node_type_decorator() 2016-10-12 14:31:03 +02:00
75e6b39069 Added user-specific task list. 2016-10-05 10:30:10 +02:00
d8824eeb63 Fixed issue saving tasks.
The Eve hook that added 'parent_info' caused this issue, as the validation
fails when saving a document that contains this. The easiest fix was to
prefix it with an underscore, so that the SDK automatically strips it
before saving.
2016-09-22 15:29:11 +02:00
066fc91780 Added parent info to retrieved task nodes.
Added an Eve hook that adds {'parent_info: {'node_type': 'type',
'name': '...'}} to returned task nodes.
2016-09-22 14:09:32 +02:00