Commit graph

170 commits

Author SHA1 Message Date
3c8edc3e90 merge bbmaster + bbmaster2 to new branch 2master 2020-03-03 15:22:13 +01:00
df15344db5 fix tests/doctests according to current ZTK and BlueBream versions 2019-04-26 17:42:10 +02:00
9f1bbb5193 fix moving of work items 2018-01-09 07:55:06 +01:00
93249faf94 fix check for workitem type 2017-01-16 15:23:48 +01:00
bd3d7a0e2f fix action start: 'party' query only works in adapter 2017-01-16 15:12:50 +01:00
65181d3098 update editing rules (still only informative) to changed list of work item states 2016-02-20 21:30:21 +01:00
a6e9a8543c merge branch master 2015-08-29 11:05:12 +02:00
c5087b764b add some (still commented-out) code as marker for future extension, e.g. for allowing delegation of running work items 2015-07-16 15:55:07 +02:00
dfe5aefa69 merge branch master 2015-06-12 08:34:10 +02:00
12a5b339ad fixes for 'start' and 'move' transitions 2015-05-19 07:10:10 +02:00
3d3013b76c fix running work items: stop only if of type 'work' 2015-03-21 17:10:10 +01:00
0aeb854014 new fields: priority, activity 2015-03-16 11:15:41 +01:00
ba529fad7b 'move' action: correctly inactivate old 'done' or 'finished' items 2015-03-15 10:22:38 +01:00
73839ea015 when starting a work item stop others that are running; start default date/time is 'now' for start of work 2015-03-03 18:16:36 +01:00
249d507a72 improve check-up work item type 2014-07-22 14:30:44 +02:00
166c74ed31 hide time field for birthday 2014-07-22 14:30:01 +02:00
dc03f4fd00 provide translations for address fields 2014-05-12 17:54:42 +02:00
94463df4d5 allow actions also in previous work items of a run 2014-05-03 10:44:47 +02:00
d50b1ca9df allow cancelling of finished work items 2014-04-29 20:40:25 +02:00
e05ccdc96f make email address field not required 2014-02-10 10:24:46 +01:00
d6fb686e48 merge branch master 2013-06-23 09:39:34 +02:00
7c1dbdc732 backport util module from bluebream branch 2013-05-17 13:16:56 +02:00
e1ba407209 new person fields salutation and (academic) title 2013-05-17 11:26:36 +02:00
f898a2b49e merge branch master 2013-03-23 11:31:13 +01:00
074528711d add 'plan' action to checkup work items 2013-02-26 10:52:44 +01:00
87d323a550 fix default value for workItemType 2012-12-19 08:26:44 +01:00
ab607a3b38 mark finished work items as 'finished_x' when moved so that one can decide later what to do with these 2012-12-17 12:36:27 +01:00
34359f53d0 add work item type 'checkup' with additional control on states and fields 2012-11-28 14:53:49 +01:00
221ee291eb merge branch master 2012-09-05 16:16:24 +02:00
1a03e3175d re-open needs transition from state new 2012-08-25 11:39:50 +02:00
6336567674 add view attribute to job manager 2012-08-13 12:44:20 +02:00
b0b9868d1f indicator attribute depending on work item type; use deadline for timestamp if start is not set 2012-08-04 18:18:20 +02:00
e802a8bc6e improvements and fixes for work items and movement of work items to other tasks 2012-07-31 17:54:54 +02:00
5904b3a9e8 additional fields workItemType and deadline for work items 2012-07-29 10:14:32 +02:00
bd6c0167fd Merge branch 'master' into bbmaster 2012-05-20 15:55:35 +02:00
2058dcbf6a make subclassing of WorkItem easier by parameterizing type interface 2012-05-20 12:05:49 +02:00
bcacbe6145 merge branch master 2012-05-15 16:42:41 +02:00
3452ead6d3 keep party on old (moved) item when moving work item to new task 2012-05-07 17:58:46 +02:00
ef31310ef1 add .po file metadata 2011-11-15 11:44:05 +01:00
hplattner
28dfd993b7 add: german translations for IAddress attributes 2011-11-15 11:36:51 +01:00
hplattner
416f8d841a add: german translations for IAddress attributes 2011-11-15 11:35:30 +01:00
hplattner
875789307d add: german translations for IAddress attributes 2011-11-15 11:34:51 +01:00
6651a1fc17 always reindex all track index field to make sure all changes (e.g. of userName) are recorded 2011-08-23 10:23:36 +02:00
24a43d9f6d allow editing/creation of work items by others (creator, admin), take party/userName from previous work item instead of current user 2011-08-12 08:51:05 +02:00
24519c2054 - allow editing/creation of work items by others (creator, admin),
take party/userName from previous work item instead of current user
2011-08-03 16:30:48 +02:00
5190ebb728 provide special dropdown field instance in order to correctly display vocabulary values; make field instance lookabe more tolerant: use default field instance if named adapter not found 2011-07-24 16:58:15 +02:00
helmutm
ff389c1b2f - improve 'move' and 'delegate' actions: create new run, store source and
target work items, keep state when moving


git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4203 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-03-17 16:23:49 +00:00
helmutm
2c6c871988 make sure party from form data is not used for source work item
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4198 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-03-10 13:53:42 +00:00
helmutm
1133edf677 - work items: provide move action for assigning a work item to
another task


git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4197 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-03-07 12:31:18 +00:00
helmutm
5c6f26e2ec start work on complex services/events (e.g. conferences)
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4150 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-01-16 14:46:43 +00:00