@@ -117,7 +136,7 @@
tal:attributes="href string:${view/url}/.target${related/uniqueId}?loops.viewName=listversions">1.1
-
+ |
Type
|
2007-03-30 |
diff --git a/external/README.txt b/external/README.txt
index 10fa6a5..b6f0017 100644
--- a/external/README.txt
+++ b/external/README.txt
@@ -72,8 +72,9 @@ Writing object information to the external storage
>>> writer = PyWriter()
>>> writer.write(elements, output)
>>> print output.getvalue()
- type(u'customer', u'Customer', viewName=u'')...
- type(u'query', u'Query', typeInterface='loops.query.IQueryConcept', viewName=u'')...
+ type(u'customer', u'Customer', options=u'', viewName=u'')...
+ type(u'query', u'Query', options=u'', typeInterface='loops.query.IQueryConcept',
+ viewName=u'')...
concept(u'myquery', u'My Query', u'query', viewName='mystuff.html')...
child(u'projects', u'customer', u'standard')...
diff --git a/organize/configure.zcml b/organize/configure.zcml
index 3bf9431..22e3fd6 100644
--- a/organize/configure.zcml
+++ b/organize/configure.zcml
@@ -93,6 +93,11 @@
+
+
+
+
1.1
-
+ |
Size
|
modified |