[Erp5-report] r13145 - /erp5/trunk/products/ERP5Security/
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Mar 1 15:14:49 CET 2007
Author: aurel
Date: Thu Mar 1 15:14:48 2007
New Revision: 13145
URL: http://svn.erp5.org?rev=13145&view=rev
Log:
rename cache
Modified:
erp5/trunk/products/ERP5Security/ERP5GroupManager.py
erp5/trunk/products/ERP5Security/ERP5UserManager.py
Modified: erp5/trunk/products/ERP5Security/ERP5GroupManager.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Security/ERP5GroupManager.py?rev=13145&r1=13144&r2=13145&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Security/ERP5GroupManager.py (original)
+++ erp5/trunk/products/ERP5Security/ERP5GroupManager.py Thu Mar 1 15:14:48 2007
@@ -180,7 +180,7 @@
if not NO_CACHE_MODE:
_getGroupsForPrincipal = CachingMethod(_getGroupsForPrincipal,
id='ERP5GroupManager_getGroupsForPrincipal',
- cache_factory='erp5_core_short')
+ cache_factory='erp5_content_short')
return _getGroupsForPrincipal(
user_name=principal.getId(),
Modified: erp5/trunk/products/ERP5Security/ERP5UserManager.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Security/ERP5UserManager.py?rev=13145&r1=13144&r2=13145&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Security/ERP5UserManager.py (original)
+++ erp5/trunk/products/ERP5Security/ERP5UserManager.py Thu Mar 1 15:14:48 2007
@@ -109,7 +109,7 @@
_authenticateCredentials = CachingMethod(_authenticateCredentials,
id='ERP5UserManager_authenticateCredentials',
- cache_factory='erp5_core_short')
+ cache_factory='erp5_content_short')
return _authenticateCredentials(
login=credentials.get('login'),
password=credentials.get('password'),
@@ -154,7 +154,7 @@
_enumerateUsers = CachingMethod(_enumerateUsers,
id='ERP5UserManager_enumerateUsers',
- cache_factory='erp5_core_short')
+ cache_factory='erp5_content_short')
if id is None:
id = login
More information about the Erp5-report
mailing list