[Zope-CVS] CVS: Products/PluggableAuthService -
PluggableAuthService.py:1.19.2.5 version.txt:1.2.8.1
Jens Vagelpohl
jens at dataflake.org
Sat Nov 6 07:16:00 EST 2004
Update of /cvs-repository/Products/PluggableAuthService
In directory cvs.zope.org:/tmp/cvs-serv14876
Modified Files:
Tag: jens-implement_caching_branch
PluggableAuthService.py version.txt
Log Message:
- merging more changes from HEAD
=== Products/PluggableAuthService/PluggableAuthService.py 1.19.2.4 => 1.19.2.5 ===
--- Products/PluggableAuthService/PluggableAuthService.py:1.19.2.4 Sat Nov 6 06:35:11 2004
+++ Products/PluggableAuthService/PluggableAuthService.py Sat Nov 6 07:15:59 2004
@@ -172,14 +172,6 @@
maxlistusers = -1 # Don't allow local role form to try to list us!
- #
- # ZMI
- #
- arrow_right_gif = ImageFile( 'www/arrow-right.gif', globals() )
- arrow_left_gif = ImageFile( 'www/arrow-left.gif', globals() )
- arrow_up_gif = ImageFile( 'www/arrow-up.gif', globals() )
- arrow_down_gif = ImageFile( 'www/arrow-down.gif', globals() )
-
def getId( self ):
return self._id
@@ -551,6 +543,11 @@
#
# ZMI stuff
#
+ arrow_right_gif = ImageFile( 'www/arrow-right.gif', globals() )
+ arrow_left_gif = ImageFile( 'www/arrow-left.gif', globals() )
+ arrow_up_gif = ImageFile( 'www/arrow-up.gif', globals() )
+ arrow_down_gif = ImageFile( 'www/arrow-down.gif', globals() )
+
security.declareProtected(ManageUsers, 'manage_search')
manage_search = PageTemplateFile('www/pasSearch', globals())
=== Products/PluggableAuthService/version.txt 1.2 => 1.2.8.1 ===
--- Products/PluggableAuthService/version.txt:1.2 Thu May 6 15:45:19 2004
+++ Products/PluggableAuthService/version.txt Sat Nov 6 07:15:59 2004
@@ -1 +1 @@
-1.0.1 (unreleased)
+1.0.3
More information about the Zope-CVS
mailing list