Skip to content

Commit

Permalink
Fixed registration views, so that the site management interface becomes
Browse files Browse the repository at this point in the history
useful again.

Reimplemented tools with a compacter UI (which still needs some work).

Fixed bug that prevented us to create absolute urls for views. This was 
due to the fact that getView has been deprecated. The name and parent of 
a view are now the responsibility of the factory.
  • Loading branch information
strichter committed Jan 12, 2005
1 parent edf2262 commit 0e5e265
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configure.zcml
Expand Up @@ -21,6 +21,13 @@
title="Principal Annotation Utility"
description="Stores Annotations for Principals" />

<browser:tool
interface=".interfaces.IPrincipalAnnotationUtility"
title="Principal Annotations"
description="Stores annotations for any principal."
unique="true"
/>

<subscriber
for="zope.app.appsetup.IDatabaseOpenedEvent"
factory=".bootstrap.bootStrapSubscriber"
Expand Down

0 comments on commit 0e5e265

Please sign in to comment.