Commit graph

1043 commits

Author SHA1 Message Date
427eb9d3b4 allow overwriting of CSS definitions with reuse of standard file 2012-08-04 09:22:54 +02:00
ed06f60790 use a Jeep object for listing columns so that they may be retrieved by name 2012-08-04 09:20:38 +02:00
42aa8ac1b6 fix slot definitions - do never use empty tags for this 2012-07-31 21:56:58 +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
fa56eaeedf report field: change comment according to new default in loops 2012-07-10 17:29:12 +02:00
b63b3b3b16 make sure query criteria is a number for a 'number' field 2012-07-09 16:30:36 +02:00
67b969a481 add attribute 'userSetting' for specifying column specifications that may be edited by the user; extend interface definition to resemble currently used attributes 2012-07-09 10:23:03 +02:00
b8db38cf98 tolerate missing input items when filling grid 2012-07-08 18:46:49 +02:00
14538e90e7 add breadcrumbs and view_modes (tabs) macros to liquid base template 2012-07-01 13:07:22 +02:00
e720d1c5a5 provide slots for left and right portlet columns to allow overriding by more specific skins 2012-06-30 20:38:08 +02:00
be85c435d6 provide a few useful edit icons 2012-06-25 09:36:36 +02:00
976fa5e945 reporting: introduce 'limits' parameter as basis for batching and other kinds of reducing report output after selection and sorting 2012-06-18 09:29:12 +02:00
7fafd9dccd extend row stuff: group fields, 'useRowProperty' attribute handler 2012-06-05 10:51:16 +02:00
2058dcbf6a make subclassing of WorkItem easier by parameterizing type interface 2012-05-20 12:05:49 +02:00
0e060bc34e sanitize HTML before stripping tags in order to avoid empty results with certain Word formattings 2012-05-10 10:19:12 +02:00
3beae86d4d tolerate empty result set when retrieving first row (e.g. for getting header information) 2012-05-09 13:39:09 +02:00
78bdb5f6d0 fix default retrieval of value used for sorting 2012-05-07 17:59:16 +02:00
3452ead6d3 keep party on old (moved) item when moving work item to new task 2012-05-07 17:58:46 +02:00
601fda98bf provide auxiliary method for retrieving first row of result set, e.g. for populating header fields 2012-05-07 15:11:24 +02:00
4c746b272c add 'cssClass' property for controlling display of report fields 2012-05-02 16:39:57 +02:00
00d640729d fix meaning of 'hideTime' DateField flag 2012-04-23 13:20:52 +02:00
be795eb862 remove obsolete and error-hiding __getattr__() from Row class 2012-04-16 07:57:49 +02:00
195d2be9f1 remove language attributes from html declaration 2012-04-14 11:50:45 +02:00
d6b456449a use UTF-8 as standard encoding for documents 2012-03-12 15:34:13 +01:00
6fe560cd31 fall back to initial state if current state is not valid, e.g. because of changes in states definition 2012-03-03 11:54:13 +01:00
6d29d5decf fallback for records (grid) field renderer 2012-02-29 08:29:29 +01:00
d5690fafa2 use correct getContextAttr() method: from object, not class 2012-02-26 10:19:05 +01:00
180ab86be6 records field: evaluate style properties in edit form; use correct display macro 2012-02-13 18:31:47 +01:00
1ef004cd1c document generation: use ISO encoding; work in progress: CSS classes 2012-02-11 15:57:35 +01:00
1ec981f04a add definition for CalculatedField (direct attribute of row); use for sequential numbering of rows 2012-02-11 15:56:44 +01:00
a7f54226d8 avoid required attribute in non-Dojo input fields because this would be interpreted by modern browsers 2012-02-04 11:12:27 +01:00
56e39fe6fa embed CSS file in word page 2012-02-01 21:27:09 +01:00
46e8939ee1 work in progress: document generation 2012-01-28 19:49:19 +01:00
f9e89cff93 add info in README of reporter package 2012-01-27 07:52:50 +01:00
3dc405d347 work in progress: new package docgen for document generation 2012-01-27 07:51:53 +01:00
505015e791 provide a method for easy logging (instead of using print statements) 2012-01-22 11:56:17 +01:00
0001154f4d consequently ignore empty cell values in grid field 2012-01-19 09:37:41 +01:00
ba7cf1311f new BatchIterator utility class for more control when retrieving objects from an iterator or generator 2012-01-16 11:27:34 +01:00
6815364dec use instance (instead of context) for getting vocabulary items in order to avoid loss of information (e.g. access to view) 2012-01-14 11:45:55 +01:00
2f003cc447 move displayedColumns to ResultSet (from application-level view class) 2012-01-02 09:25:53 +01:00
ac0b01fde0 provide current year in generic view, e.g. for use in copyright lines 2011-12-28 17:58:36 +01:00
117d8b194c backport changes from BlueBream version, e.g. for dynamic retrieving renderer; provide context and request for field instance in order to work with vocabularies depending on context 2011-12-27 20:10:20 +01:00
71954f3fe5 make keytable field and widget fully operable 2011-12-23 14:13:28 +01:00
4c2f79d929 add keytable stuff to grid-like field definitions 2011-12-23 10:30:06 +01:00
3e5b4d2bff fix location of IE-specific stylesheet 2011-12-03 17:01:30 +01:00
8ebb1dc46d fix location of IE-specific stylesheet 2011-12-03 09:33:56 +01:00
e9fedc542e use prefix 'meta' for attribute names to avoid name clashes 2011-12-01 08:40:55 +01:00
ab20786f34 fix method decorator for default attribute access 2011-12-01 08:39:54 +01:00
add1a31bae define row data for report totals 2011-11-27 19:43:04 +01:00