Commit graph

1152 commits

Author SHA1 Message Date
12a5b339ad fixes for 'start' and 'move' transitions 2015-05-19 07:10:10 +02:00
a83f80a1f9 fix access from response to questionnaire to allow use of question groups in more than one questionnaire 2015-05-06 08:07:06 +02:00
b5b2b0c7b4 separate attribute for texts in response object 2015-04-21 12:41:39 +02:00
aa8814b29b give groups as parameters to team calculation to make evaluation independent of user data 2015-04-21 10:04:52 +02:00
abdf27372b correctly handle legacy case: question type not set 2015-04-19 15:16:03 +02:00
2c5274e54b work in progress: handling of question types 2015-04-17 09:14:19 +02:00
08880e3b91 put file name in title if title field is empty 2015-04-14 16:37:29 +02:00
13da77de0a provide 'descending' flag for sorting 2015-03-21 17:10:40 +01: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
c9490bb1e9 allow question groups without feedback element 2015-03-10 09:24:04 +01:00
d05b9f7f70 allow question groups without feedback element 2015-03-10 09:20:32 +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
3d8a162ae5 use simple HTML 5 doctype to make Google happy 2015-01-09 13:03:39 +01:00
9c5a3ba263 avoid error when number of columns in table definition has been increased 2014-12-17 11:26:35 +01:00
bfd628e434 avoid error when number of columns in table definition has been increased 2014-12-17 11:24:07 +01:00
419e899aa4 avoid error when number of columns in table definition has been increased 2014-12-17 11:21:43 +01:00
7b3065439a try to avoid any spurious Unicode items 2014-10-29 08:44:40 +01:00
b7efdf6a33 provide sublabels for multi-field groups in records cells 2014-10-10 08:55:45 +02:00
72528a62fc provide index-based access to fields in field group 2014-10-08 20:50:56 +02:00
6e1333076b allow definition of field groups that may be used for controlling layout of records fields 2014-09-20 11:16:54 +02: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
b1c8465219 avoid ForbiddenAttribute error on update via management interface 2014-06-29 10:38:58 +02:00
abae2c2bb3 put printer settings at end 2014-06-01 11:06:46 +02:00
b8009b51f8 handle question groups without answers 2014-05-29 18:06:41 +02:00
358545833f allow for non-numeric values which will be ignored in calculations 2014-05-29 11:32:46 +02:00
0f03b894f4 refactor result data structure, fix rank calculation, add team rank 2014-05-24 14:49:29 +02:00
b04daf0c51 no automatic index set up: gives error on Zope 2 2014-05-22 15:54:39 +02:00
dc03f4fd00 provide translations for address fields 2014-05-12 17:54:42 +02:00
d994b646e9 use precalculated scores per question group for team result 2014-05-08 13:24:49 +02:00
94463df4d5 allow actions also in previous work items of a run 2014-05-03 10:44:47 +02:00
cacca105ac provide team evaluation of survey 2014-05-02 14:45:10 +02:00
d50b1ca9df allow cancelling of finished work items 2014-04-29 20:40:25 +02:00
cc696ee87d handle not initialized stat, e.g. when a class with existing objects is derived from Stateful later 2014-04-14 19:04:09 +02:00
cb365aaea2 always check for correct index setup upon indexing a track 2014-04-09 13:09:15 +02:00
2bc3267e9b add marker for possible future change: check for new index upon call to indeTrack() 2014-02-28 17:09:42 +01:00
d4d7a47b09 do not ignore value if equal to default on saving, but only in check on empty row 2014-01-19 10:47:21 +01:00
9977e8b191 reduce standard width for text fields (backport from bbmaster branch) 2013-12-17 09:40:56 +01:00
f29132406a unify date strings/remove excess parts before parsing 2013-12-11 09:43:02 +01:00
7def5b9e43 reduce default width of form fields for better fit on standard pages 2013-12-05 14:27:28 +01:00
165f23cc0b do not automatically ignore file upload fields when checking for empty rows 2013-10-19 20:00:42 +02:00
cad5ba5ca3 give empty records a corresponding flag on display as basis for better UI information 2013-10-19 17:31:59 +02:00
a1e2d52967 always display/process all rows within cardinality if this is set 2013-10-11 11:20:43 +02:00
4f54192ae4 allow for skipping certain fields when checking for empty rows 2013-10-07 14:39:19 +02:00
b82bf879fd fix records field: accept None as (old) value 2013-09-09 17:03:33 +02:00
8cbe50a90b avoid overwriting of filename information in file fields when no file is uploaded 2013-08-17 15:10:15 +02:00
2c09a682db preserve information on client context and - for records/grid - row index in field instances 2013-08-16 15:44:45 +02:00
707d7abf6d make sure part is encoded string (BeautifulSoup sometimes does not encode input 2013-08-13 13:04:27 +02:00