Commit graph

378 commits

Author SHA1 Message Date
Hannes Plattner
46582b51fe fix instance default value getter 2020-10-13 13:22:21 +02:00
ab72a31bf0 merge field methods correctly 2020-04-15 11:56:56 +02:00
a8565f58c3 don't suppress 'hidden' fields 2020-04-08 14:52:51 +02:00
3c8edc3e90 merge bbmaster + bbmaster2 to new branch 2master 2020-03-03 15:22:13 +01:00
83e18e10c1 avoid error caused by missing table columns 2019-11-25 19:20:07 +01:00
df15344db5 fix tests/doctests according to current ZTK and BlueBream versions 2019-04-26 17:42:10 +02:00
6ee25a78a4 avoid template compilation error with new ZPT version 2019-04-26 11:25:39 +02:00
69513bdd9f avoid years before 1900 that cannot be formatted 2019-04-26 11:08:02 +02:00
hplattner
c5715c322d subtotals fixes 2017-10-11 14:21:13 +02:00
hplattner
0208aa5595 add getExportValue method for report fields 2017-02-09 13:44:53 +01:00
hplattner
aab06b0cc9 use subtotals row id instead of class concat 2016-12-28 11:40:09 +01:00
c03e47ab3d cleanup pagetemplate code with string: literals 2016-12-26 18:14:15 +01:00
325f463ce8 remove deprecated import from zope.testing 2016-12-26 11:26:10 +01:00
170e8f1d4e allow hiding of a field from schema-based forms 2016-12-23 17:14:11 +01:00
hplattner
e26d61c38b use cssClass from row property 2016-12-12 11:50:17 +01:00
4d493dda45 second fix: call normalizeName only for strings 2016-11-30 18:10:16 +01:00
173e0d4140 now the real fix: call normalizeName only for strings 2016-11-30 13:48:57 +01:00
hplattner
64d7f4e701 fix 2016-11-30 13:42:00 +01:00
519140aa6d use 'suppress' property name instead of 'hidden' (which is used already) 2016-11-30 10:10:00 +01:00
b6833af5f9 allow simple hiding of a field from a schema 2016-11-29 13:08:29 +01:00
hplattner
78748051e2 add report row properties for js calculating totals and subtotals 2016-11-25 16:38:27 +01:00
78969355b6 backport from bbmaster2: add field property 'visible'; add FieldGroup 2016-10-08 14:13:33 +02:00
5aa9869181 add 'visible' property to IField interface 2016-10-08 14:05:19 +02:00
4c18a9731c add 'visible' property to field definition 2016-10-08 11:17:39 +02:00
6cff2cc6df update copyright info 2016-10-08 09:37:47 +02:00
473dd10029 allow schema processor plugin adapter 2016-10-04 07:56:26 +02:00
1cd5f59738 call schema processor with **kw to provide view/request 2016-08-27 09:31:56 +02:00
d742b87c9c allow schema processor plugin adapter 2016-08-25 16:41:40 +02:00
ef05da60e1 take URLGetter implementation from common location 2016-06-28 08:14:02 +02:00
0d1a37b5d2 provide method for tweaking request/URL, esp remove trailing '/@@index.html' 2016-06-17 09:43:29 +02:00
043d423a0e use new 'view/requestUrl' to avoid '/@@index.html' in URLs 2016-06-09 10:32:04 +02:00
b988ec0f32 try to avoid ValueError because of erroneous date 2016-04-05 08:57:32 +02:00
c7059e4f52 try to avoid ValueError because of erroneous date 2016-04-05 08:52:35 +02:00
hplattner
8190d56286 wrap relation field totals description display value 2016-03-04 13:32:26 +01:00
3721e5caf7 backport changes from bbmaster2 2016-02-04 18:08:40 +01:00
99628fedd5 provide optional export value for special formattings 2016-01-26 13:30:02 +01:00
dfe5aefa69 merge branch master 2015-06-12 08:34:10 +02:00
8824044726 Merge branch 'master' of ssh://git.cy55.de/home/git/cybertools 2015-06-12 07:31:58 +02:00
hplattner
a477c59908 add groupSequence Numbers for resultset rows 2015-05-12 10:51:11 +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
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
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
hplattner
51c0b94d8f add rowClass attributes 2014-06-27 12:51:34 +02:00
hplattner
cb01ec4247 add colspan to subtotals row dependant on group header colspan 2014-03-13 17:49:38 +01:00