Commit graph

1116 commits

Author SHA1 Message Date
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
1ef004cd1c document generation: use ISO encoding; work in progress: CSS classes 2012-02-11 15:57:35 +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
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
56e39fe6fa embed CSS file in word page 2012-02-01 21:27:09 +01:00
46e8939ee1 work in progress: document generation 2012-01-28 19:49:19 +01:00
f9e89cff93 add info in README of reporter package 2012-01-27 07:52:50 +01:00
3dc405d347 work in progress: new package docgen for document generation 2012-01-27 07:51:53 +01:00
505015e791 provide a method for easy logging (instead of using print statements) 2012-01-22 11:56:17 +01:00
0001154f4d consequently ignore empty cell values in grid field 2012-01-19 09:37:41 +01:00
ba7cf1311f new BatchIterator utility class for more control when retrieving objects from an iterator or generator 2012-01-16 11:27:34 +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
2f003cc447 move displayedColumns to ResultSet (from application-level view class) 2012-01-02 09:25:53 +01:00
ac0b01fde0 provide current year in generic view, e.g. for use in copyright lines 2011-12-28 17:58:36 +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
71954f3fe5 make keytable field and widget fully operable 2011-12-23 14:13:28 +01:00
4c2f79d929 add keytable stuff to grid-like field definitions 2011-12-23 10:30:06 +01:00
3e5b4d2bff fix location of IE-specific stylesheet 2011-12-03 17:01:30 +01:00
8ebb1dc46d fix location of IE-specific stylesheet 2011-12-03 09:33:56 +01:00
e9fedc542e use prefix 'meta' for attribute names to avoid name clashes 2011-12-01 08:40:55 +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
eb1bd2f169 tracking: extend indexdata to include fields that are not part of the metadata 2011-11-10 16:59:05 +01:00
064cac4d53 do not pre-populate standard fields in class 2011-11-10 08:16:00 +01:00
fa569284c3 dropdown field: use standard Zope3 source/vocabulary mechnaism is corresponding adapters are available 2011-11-09 10:51:52 +01:00
18400049b3 provide macro definition for metadata in HTML head section (to be filled by controller macro specifications) 2011-10-09 09:55:32 +02:00
d3ae9f4f64 store macro information with identifier (instead of just True) for better overriding and reusing of predefined macro entries 2011-10-09 09:53:38 +02:00
1aa90f68a2 bug fix: hanle case if session has not yet been created 2011-09-27 13:08:06 +02:00
1d33e55915 session bug fix: make sure session package data always references current session data object as parent 2011-09-16 10:51:06 +02:00
9601a5e402 add new order field 'shipment mode' 2011-08-29 09:41:09 +02:00
2855459520 bug fix in memcached session handling: avoid overwriting/clearing old session data when data with another package name are stored 2011-08-25 11:51:44 +02:00
0732f956c2 bug fix in memcached session handling: avoid overwriting/clearing old session data when data with another package name are stored 2011-08-25 11:51:18 +02:00
6651a1fc17 always reindex all track index field to make sure all changes (e.g. of userName) are recorded 2011-08-23 10:23:36 +02:00
16425af8d8 change handling of mixed unicode/non-unicode data 2011-08-13 14:25:42 +02:00
3605ec6aa8 provide a method for querying the image size, e.g. for setting HTML attributes or for permission checks 2011-08-13 10:37:55 +02:00
24a43d9f6d allow editing/creation of work items by others (creator, admin), take party/userName from previous work item instead of current user 2011-08-12 08:51:05 +02:00
de806f3e9e include title field in data in order to
make it work correctly with the current version of the external editor client
2011-08-12 08:43:59 +02:00
24519c2054 - allow editing/creation of work items by others (creator, admin),
take party/userName from previous work item instead of current user
2011-08-03 16:30:48 +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
5c42607915 add pptx to mime types listing 2011-06-28 09:11:57 +02:00
0118ea71d8 provide macro caching for standard views (was implemented for composer.layout only) 2011-06-25 17:55:11 +02:00
383ea58e2f create special MIME type for .cdr files so that they aren't interpreted as image files 2011-05-27 16:40:16 +02:00
02761222c1 ignore all dojo subdirectories in Git 2011-05-27 16:39:25 +02:00
91de2450cd add plus and minus icons 2011-05-26 10:25:33 +02:00
f563b8558e let row directly control value used for sorting to make row objects work whose context does not directly contain the corresponding attribute 2011-05-10 08:10:07 +02:00
56773a72c3 add .gitignore file; modify version handling: ignore $Id$ property. 2011-05-03 13:35:19 +02:00
helmutm
24e552ee9a provide separate method for retrieving query fields including the hidden ones, in order to be able to use hidden query fields for predefined selections
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4218 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-04-19 06:42:30 +00:00