Commit graph

1409 commits

Author SHA1 Message Date
35ab24a78a tracking: add updateIndex() method 2024-05-03 13:08:35 +02:00
a6fb663192 minor additions for compatibility with new cco.storage implementation 2024-01-03 11:07:55 +01:00
94ce64ef00 add RecordsTable field - context-based, i.e. the columns are defined in the object or type 2023-12-28 09:09:00 +01:00
e5f1be9f91 provide method for automatic conversion from KeyTable to Records field 2023-12-25 10:52:45 +01:00
abfd75a782 date2TimeStamp(): accept also int and float as input 2023-12-21 08:18:49 +01:00
6a52601060 move tracking migration to loops 2023-12-15 14:03:35 +01:00
d6666c166f first migration (with favorites) basically working 2023-12-11 09:46:27 +01:00
382ffe2e28 add MIT license file as default for new or changed modules 2023-12-11 08:24:54 +01:00
Hannes Plattner
f5c80948c0 refix 2023-06-28 13:54:51 +02:00
Hannes Plattner
88f8b968e6 fix method call 2023-06-28 13:50:28 +02:00
zope
674cd62ae6 avoid error when timestamp is already a date 2021-11-24 09:32:41 +01:00
zope
1629defe3d add parameter usePredicateIndex to getRelations() 2021-08-07 11:44:01 +02:00
Hannes Plattner
bd1aa11beb Merge branch '2master' of ssh://git.cy55.de/home/git/cybertools into 2master 2020-10-13 13:22:40 +02:00
Hannes Plattner
46582b51fe fix instance default value getter 2020-10-13 13:22:21 +02:00
59cd18cc63 fix import: stop deprecation warning 2020-05-04 16:30:01 +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
51be7dbcbb avoid deprecation warnings, fix doctests 2020-03-07 13:44:10 +01:00
f2eae818db set version number to 2.3.0 2020-03-07 12:51:33 +01: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
b690273bf0 update version number 2019-03-09 13:24:14 +01:00
9f1bbb5193 fix moving of work items 2018-01-09 07:55:06 +01: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
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
3b53657c5d fix MANIFEST.in: include missing files/directories 2017-01-02 16:07:09 +01:00
2e09bb3738 minor package-level changes, add README file 2017-01-01 17:21:32 +01:00
82bc58329b dirty fix: monkey patch in IntIds to avoid ForbiddenAttribute error 2017-01-01 17:19:52 +01:00
d385dc8dea make package ready for distribution as an sdist egg 2016-12-31 13:43:05 +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
9205e8592e remove deprecated import from zope.testing 2016-12-26 10:42:27 +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