|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
hplattner
|
ba2503560a
|
Merge branch 'bbmaster' of ssh://git.cy55.de/home/git/cybertools into bbmaster
|
2014-02-26 10:22:19 +01:00 |
|
hplattner
|
41e143bcec
|
add groupHeaderColspan to groupHeaderRows
|
2014-02-26 10:22:03 +01:00 |
|
|
ec5f453077
|
bug fix: parameter default value may not be mutable literal object
|
2014-02-18 12:16:16 +01:00 |
|
|
4fc98bc281
|
add field properties for controlling export of query results to an external database
|
2014-02-09 10:24:59 +01:00 |
|
hplattner
|
ff3c94d40e
|
fix totalsDescription group row output
|
2014-01-28 16:28:25 +01:00 |
|
|
d4d7a47b09
|
do not ignore value if equal to default on saving, but only in check on empty row
|
2014-01-19 10:47:21 +01:00 |
|
hplattner
|
25bcc53a5f
|
set own rowtype for totalsrow
|
2014-01-16 08:20:21 +01:00 |
|
|
452dc0290f
|
Merge branch 'master' into bbmaster
|
2013-12-20 10:23:47 +01:00 |
|
|
953df5a3be
|
revert accedentially pulled obsolete change from 2013-01
|
2013-12-20 10:23:38 +01:00 |
|
|
7940efc315
|
merge remote hplattner
|
2013-12-20 10:12:54 +01:00 |
|
|
e07bcefe0c
|
Merge branch 'bbmaster' of ssh://git.cy55.de/home/hplattner/git/cybertools into bbmaster
|
2013-12-20 10:10:52 +01:00 |
|
|
dde80ae7d7
|
merge remote hplattner
|
2013-12-20 10:10:38 +01:00 |
|
hplattner
|
11498e14e7
|
dont't sum totals values on subtotals row
|
2013-12-20 09:56:33 +01:00 |
|
|
9977e8b191
|
reduce standard width for text fields (backport from bbmaster branch)
|
2013-12-17 09:40:56 +01:00 |
|
|
7def5b9e43
|
reduce default width of form fields for better fit on standard pages
|
2013-12-05 14:27:28 +01:00 |
|
|
fb9de8acbd
|
fix validation for KeyTableFieldInstance - must not inherit from RecordsFieldInstance
|
2013-11-22 16:48:37 +01:00 |
|
|
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 |
|