Commit graph

1152 commits

Author SHA1 Message Date
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
helmutm
d16ee0b16f use Arial as standard font
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4214 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-04-09 12:50:06 +00:00
helmutm
2f3db75ba7 use Arial as standard font
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4213 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-04-09 12:41:37 +00:00
helmutm
d116bca8b5 make sure .jpg is used as default extension for image/jpeg
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4212 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-04-06 15:19:16 +00:00
helmutm
9345efa7a6 provide a default comparison value that is used for querying if no comparison value has been entered for a field
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4210 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-03-31 11:55:09 +00:00
helmutm
51b53f3169 allow parameters in view calls in messages; these are stored in view.options
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4209 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-03-31 10:02:01 +00:00
helmutm
ff389c1b2f - improve 'move' and 'delegate' actions: create new run, store source and
target work items, keep state when moving


git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4203 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-03-17 16:23:49 +00:00
helmutm
bf8a85453c allow for more than one 'doBefore' function in a transition
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4202 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-03-15 08:53:59 +00:00
helmutm
c7060245e1 issue an event when page body is rendered, e.g. for access history
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4200 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-03-13 12:52:35 +00:00
helmutm
2c6c871988 make sure party from form data is not used for source work item
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4198 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-03-10 13:53:42 +00:00
helmutm
1133edf677 - work items: provide move action for assigning a work item to
another task


git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4197 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-03-07 12:31:18 +00:00
helmutm
16eb14155a extend standard lifetime for macro cache to 1 day
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4195 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-03-02 07:54:58 +00:00
helmutm
27a731836f add table icon
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4181 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-02-12 14:52:06 +00:00
helmutm
a0be6208f5 ignore index inconsistencies
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4171 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-02-11 15:31:02 +00:00
helmutm
f1eb9f392e add bottom margin to avoid images directly sticking together
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4168 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-02-11 10:24:53 +00:00