Commit graph

165 commits

Author SHA1 Message Date
1414a29436 merge branch master 2013-11-16 13:11:32 +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
f898a2b49e merge branch master 2013-03-23 11:31:13 +01:00
552edab800 formal fixes 2013-01-03 19:39:39 +01:00
4da72fb2a7 suppress 'required' attribute in input fields to avoid misinterpretation by FF 2012-10-28 15:27:30 +01:00
eb802de848 new flag for fields: show field content when empty 2012-09-13 16:41:33 +02:00
221ee291eb merge branch master 2012-09-05 16:16:24 +02:00
73e32552ff avoid display value of None, should always be a string 2012-08-30 16:07:01 +02:00
0ca62ba27e tolerate non-float values when displaying decimal field 2012-08-24 10:08:45 +02:00
bf88e8f600 Merge branch 'master' into bbmaster 2012-07-08 18:53:08 +02:00
b8db38cf98 tolerate missing input items when filling grid 2012-07-08 18:46:49 +02:00
784ca70365 rename 'float' field to 'decimal' 2012-07-07 15:42:30 +02:00
8a77fec13d provide separate float field instance; predefine cssClass in row base class 2012-07-07 10:05:00 +02:00
3c203fa495 fix form layout (width of input fields) 2012-06-18 15:10:10 +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
c50e7f07d3 vocabulary: handle integer and string tokens as equivalent 2012-03-17 16:52:14 +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
180ab86be6 records field: evaluate style properties in edit form; use correct display macro 2012-02-13 18:31:47 +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
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
8c3118e333 provide field instance with context and request information, e.g. for use in persistent vocabularies 2011-11-14 15:08:33 +01:00
5fc606bbd3 Merge branch 'master' into bbmaster 2011-11-11 15:19:01 +01:00
fa569284c3 dropdown field: use standard Zope3 source/vocabulary mechnaism is corresponding adapters are available 2011-11-09 10:51:52 +01:00
862b358254 provide method for controlling which macro from which template will be used for rendering 2011-10-28 13:02:50 +02:00
f0e789d844 work in progress: make cybertools package work with BlueBream 1.0 2011-09-29 18:17:35 +02:00
5190ebb728 provide special dropdown field instance in order to correctly display vocabulary values; make field instance lookabe more tolerant: use default field instance if named adapter not found 2011-07-24 16:58:15 +02:00
helmutm
075b5b6d1d make sure elements to be joined are unicode strings
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4107 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-12-20 13:14:24 +00:00
helmutm
1cf0b530a8 make sure elements to be joined are unicode strings
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4106 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-12-20 13:01:27 +00:00
helmutm
19e17a33c5 allow for hiding time part on date widget
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4069 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-11-11 12:55:35 +00:00