[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Introspector/Views/Browser - Introspector.pt:1.1.2.3

Jim Fulton jim@zope.com
Fri, 7 Jun 2002 10:41:43 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Introspector/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv12187/lib/python/Zope/App/OFS/Introspector/Views/Browser

Modified Files:
      Tag: Zope-3x-branch
	Introspector.pt 
Log Message:
Merging in Zope3InWonderland-branch, which implemented the following
proposals (see
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/OldProposals): 
- RenameAllowToRequire

- GroupClassRelatedDirectivesInClassDirective

- ViewInterfaceAndSimplification

- ConsistentUseOfSpacesAsDelimitersInZCMLAttributes

- TwoArgumentViewConstructors

- ImplementsInZCML

- SimpleViewCreationInZCML

- RemoveGetView

- ReplaceProtectWithAllow

- ViewMethodsAsViews

- MergeProtectionAndComponentDefinitions

There were also various security fixes resulting of better integration
of security with components.


=== Zope3/lib/python/Zope/App/OFS/Introspector/Views/Browser/Introspector.pt 1.1.2.2 => 1.1.2.3 ===
 <dt>Interfaces</dt>
 <dd tal:repeat="interface context/getInterfaceNames"><a href="yeah"
-tal:attributes="href string:/Reference;;view/Interfaces/${interface}"
+tal:attributes="href string:/view::Reference/Interfaces/${interface}"
 tal:content="interface">Interface Name</a></dd>
 </dl>