Commit graph

311 commits

Author SHA1 Message Date
97da6c9d01 provide css class attribute for report fields 2012-05-01 10:41:06 +02:00
2aefaa082b fix setting of 'hideTime' flag 2012-04-23 13:43:10 +02:00
00d640729d fix meaning of 'hideTime' DateField flag 2012-04-23 13:20:52 +02:00
c65ab2ce77 allow for protect a field from overwriting (e.g. on import) by using 'magic' value __no_change__ 2012-04-20 13:10:46 +02:00
be795eb862 remove obsolete and error-hiding __getattr__() from Row class 2012-04-16 07:57:49 +02:00
hplattner
d2067fd92f fix: totals calculation 2012-04-13 13:24:59 +02:00
hplattner
b5bb5ada15 add computed totals 2012-04-13 09:52:18 +02:00
hplattner
fa7a07349d use row to get displayed Columns/ replace fields in headerRows 2012-04-13 07:38:01 +02:00
hplattner
41b1aa2630 add items method to treat TableCellStyle as dict 2012-04-12 11:20:30 +02:00
ec5e832dd6 introduce special Style class; implement grouping via sequential access 2012-04-11 12:34:03 +02:00
cd97e6787e improve group handling 2012-04-11 11:20:29 +02:00
25030e3e8d remove obsolete CombinedResultSet class 2012-04-07 12:22:43 +02:00
d6a1816d54 merge result set grouping from hplattner 2012-04-07 12:20:41 +02:00
hplattner
7eda3c2e35 fix: replace Combined/CategoryResultSets with computed HeaderRows 2012-04-03 15:22:14 +02:00
40995a6e44 improve duplicates filtering routing (and fix spelling) 2012-03-30 10:44:07 +02:00
hplattner
66087e14dc add: CombinedResultSet 2012-03-30 08:36:23 +02:00
hplattner
5fbb588743 add support for category rows/ execution steps 2012-03-29 16:05:06 +02:00
hplattner
be53682e0d add: make columnBorder configurable for report fields 2012-03-27 16:28:29 +02:00
hplattner
cf0888415d make colspan/ colwidth/ coltextalign configurable 2012-03-27 15:01:00 +02:00
99a89b6f0d provide appropriate default definitions for select and sort values 2012-03-19 19:07:00 +01:00
c50e7f07d3 vocabulary: handle integer and string tokens as equivalent 2012-03-17 16:52:14 +01:00
fdd17496ab suppress __getattr__() - is not used any more 2012-03-17 11:55:16 +01:00
1421e8cb1a Merge branch 'master' into bbmaster 2012-03-01 17:29:36 +01:00
6d29d5decf fallback for records (grid) field renderer 2012-02-29 08:29:29 +01:00
fdb51f6b1a merge branch 'master' 2012-02-26 10:23:53 +01:00
1be9a85798 use correct getContextAttr() method: from object, not class 2012-02-26 10:20:50 +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
1ec981f04a add definition for CalculatedField (direct attribute of row); use for sequential numbering of rows 2012-02-11 15:56:44 +01:00
d908b18188 handle display format setting when creating field from interface 2012-02-08 11:50:29 +01:00
cc8584f957 Merge branch 'master' into bbmaster 2012-02-07 09:33:21 +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
8fb5102aa8 Merge branch 'master' into bbmaster 2012-01-19 18:18:10 +01:00
0001154f4d consequently ignore empty cell values in grid field 2012-01-19 09:37:41 +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
f3fb703e97 Merge branch 'master' into bbmaster 2012-01-05 12:32:00 +01:00
2f003cc447 move displayedColumns to ResultSet (from application-level view class) 2012-01-02 09:25:53 +01:00
694cef4585 merge branch 'master' 2011-12-28 08:36:36 +01:00
531073648b update file headers 2011-12-28 08:33:10 +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
3bc258a428 make keytable field and widget fully operable 2011-12-23 14:14:04 +01:00
71954f3fe5 make keytable field and widget fully operable 2011-12-23 14:13:28 +01:00
474062399f add keytable stuff to grid-like field definitions 2011-12-23 10:30:55 +01:00
4c2f79d929 add keytable stuff to grid-like field definitions 2011-12-23 10:30:06 +01:00
cad45fc4ac Merge branch 'master' into bbmaster 2011-12-02 10:18:15 +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
a33f17faf0 continuous improvement and extension of reporting facilities 2011-11-27 15:18:37 +01:00
cce0993684 move report parameters to separate interface 2011-11-26 14:52:59 +01:00
8c3118e333 provide field instance with context and request information, e.g. for use in persistent vocabularies 2011-11-14 15:08:33 +01:00