Commit graph

1004 commits

Author SHA1 Message Date
hplattner
28dfd993b7 add: german translations for IAddress attributes 2011-11-15 11:36:51 +01:00
hplattner
416f8d841a add: german translations for IAddress attributes 2011-11-15 11:35:30 +01:00
hplattner
875789307d add: german translations for IAddress attributes 2011-11-15 11:34:51 +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
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
862b358254 provide method for controlling which macro from which template will be used for rendering 2011-10-28 13:02:50 +02:00
a14c614fb3 include zope.dublincore package 2011-10-20 17:54:58 +02:00
2d1efac60e Merge branch 'master' into bbmaster 2011-10-10 12:29:19 +02:00
78441e0444 remove obsolete agent and twisted packages 2011-10-10 12:27:00 +02: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
78a0a83c2f remove deprecated zapi reference 2011-10-04 17:04:42 +02:00
198b0f10c2 make loops package work with BlueBream 1.0: system running 2011-09-29 22:27:40 +02:00
b327062492 work in progress: make cybertools package work with BlueBream 1.0 2011-09-29 18:40:47 +02:00
f0e789d844 work in progress: make cybertools package work with BlueBream 1.0 2011-09-29 18:17:35 +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