Commit graph

57 commits

Author SHA1 Message Date
027b661110 add request attribute to AdapterBase in order to be able to handle those strange cases when we need it 2012-10-08 11:49:48 +02:00
616f64bb55 bug fix: remove erroneous '.contex' reference 2012-05-31 10:21:28 +02:00
17ccce90ce add 'cssClass' property for controlling display of report fields; remove 'td' tags from field renderers for more flexibility 2012-05-02 16:44:11 +02:00
8e3d038574 fix handling of relation set changes; provide __ne__() method for AdapterBase 2012-03-01 17:28:38 +01:00
91cdcc2c06 fix bug in ParentRelation: __eq__() method is not called for '!='... 2012-02-29 19:42:08 +01:00
c963f05964 backport changes from bbmaster branch 2011-12-04 11:42:49 +01:00
a8aa186214 provide common definitions for tracking storage (tracks, records) adapters 2011-12-04 11:30:51 +01:00
5f072547b1 Revert adding request to adapted objects. 2011-04-30 09:24:45 +02:00
a69bda06d7 Provide 'request' attribute for adapted objects.
Put the current request (if available) into concept or resource adapters in order to be able to access the session an follow the navigation history, e.g. getting the current parent object. The request is stored in the adapted object automatically when using the 'adapted' view property.
2011-04-28 12:15:13 +02:00
helmutm
9a6a72eb73 make external collection accept filenames with umlaut characters
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4025 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-09-30 15:00:24 +00:00
helmutm
2fb16b5c24 provide separate 'normalizeName()' method
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3925 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-07-25 15:58:28 +00:00
helmutm
c27eb6deee don't raise an error if predicate is not found; this avoids errors when importing concepts with relation or relation set attributes
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3765 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-03-10 09:10:02 +00:00
helmutm
231e2871a1 use 'baseObject' function instead of explicitly written check
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3666 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-12-21 13:28:29 +00:00
werners
5435e418aa LongTitle for Categories
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3656 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-12-15 15:32:51 +00:00
helmutm
0a4f1de2eb fix storage of nodeView in request; provide baseObject utility function for unwrapping an adapter if necessary
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3633 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-11-20 14:08:21 +00:00
helmutm
39533692d9 supply more methods with 'noSecurityCheck' setting for more flexible listing of parents
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3394 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-05-22 09:36:12 +00:00
helmutm
b9fa00b1e7 extend HTML head title; make retrieving of type concept independent of current container
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3296 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-03-24 11:26:17 +00:00
helmutm
0b734d550f add interface as additional selection argument for retrieving relation set values
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3285 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-03-20 14:17:15 +00:00
helmutm
cb975d38c7 provide raw rendering of target object via render.html
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3244 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-02-20 15:41:41 +00:00
helmutm
1c1147cda9 open up media asset type for all kinds of external files
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3205 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-02-05 10:29:01 +00:00
helmutm
3eba4b94fb provide property 'renderedDescription' for simplifying handling of formatted descriptions
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3195 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-29 15:03:41 +00:00
helmutm
08b9c81b1c always return adapted object on relation property (as with relation set property)
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3188 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-29 07:45:51 +00:00
helmutm
40b8182f06 provide implementation for relation set and relation field types
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3184 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-27 16:35:05 +00:00
helmutm
edd2b3fbe4 work in progress: relation fields/widgets
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3165 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-20 09:15:29 +00:00
helmutm
8b8ef4cbcc control navigation menu via layout node types, use traversal adapter for accessing targets via nodes
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2981 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-11-13 07:43:52 +00:00
helmutm
2dd02ede9f rearranged package layout; provide ILoopsAdapter as base interface with utility properties and methods
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2979 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-11-12 17:41:37 +00:00
helmutm
cc3129dd65 avoid duplicates when adding to a parent relation set
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2977 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-11-11 11:45:15 +00:00
helmutm
01bd976a19 add 'container' attribute to TypeInstances classes
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2972 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-11-10 13:57:10 +00:00
helmutm
13fe5fd4d8 show concept states on listings (if appropriate)
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2922 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-10-17 09:39:44 +00:00
helmutm
ab0e08e67d add ParentRelation property descriptor
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2913 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-10-09 13:03:58 +00:00
helmutm
e432727f60 use new kind of generic attributes/properties: TypeInstances, RelationSet properties
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2887 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-09-16 12:07:12 +00:00
helmutm
3dc2a3b24d add identifier index, is used for 'TypeInstances' property
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2884 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-09-16 10:21:33 +00:00
helmutm
abd3bb6dfb add name property to BaseView
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2882 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-09-04 14:10:12 +00:00
helmutm
dbbd37e63a include langInfo processing for future multilingual extension
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2851 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-08-24 11:40:17 +00:00
helmutm
35dceda12f more on virtual attributes
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2850 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-08-24 11:31:18 +00:00
helmutm
7e2efcedfc add relation set stuff for mapping relations to collection attributes
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2847 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-08-24 08:49:08 +00:00
helmutm
878e18d244 work in progress: predicate adapters; import bug fix: import of child relations now OK
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2705 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-06-12 06:31:29 +00:00
helmutm
7a3d57fe5f some minor modifications concerning creation of concepts directly on the concepts folder
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2652 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-05-30 13:08:51 +00:00
helmutm
6fc13e3729 added adapter field 'textIndexAttributes' to specify attributes to include in text index
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2565 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-04-28 09:45:15 +00:00
helmutm
4d5bfed47f move stateful and process to organize; work in progress: organize.tracking
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2509 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-04-09 10:03:52 +00:00
helmutm
a6a7c56fb0 make import work with real life data
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2480 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-03-28 16:04:35 +00:00
helmutm
dd66347498 added linkUrl attribute to note for controlling appearance of link text
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2440 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-03-08 10:15:17 +00:00
helmutm
8660f12f5e added options attribute to query, e.g. for controlling autoassignment; work in progress: loops.expert - starting to implement filters
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2422 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-02-29 09:57:41 +00:00
helmutm
209f5402f2 more on constraints: provide editable StaticConstraint
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2264 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-12-22 16:24:42 +00:00
helmutm
0a691deed0 i18n improvements, esp make DC adapter i18n-aware
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2242 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-12-14 08:46:05 +00:00
helmutm
d7efbbdcdf provide i18n module for multi-language concepts, starting with glossary items
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2236 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-12-11 18:44:46 +00:00
helmutm
20b2bf4e5d work in progress: loops.classifier: interfaces, basic utility and adapter classes
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1794 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-06-17 21:12:51 +00:00
helmutm
faaa2213c6 minor fixes and improvements
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1762 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-05-21 17:29:17 +00:00
helmutm
411e169648 improving loops.integrator.collextion: identify external file via uniqueAddress property
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1717 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-05-05 16:43:45 +00:00
helmutm
ea09e0d836 loops.integrator: integrating filesystem directories working
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1691 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-04-15 08:45:12 +00:00