[Checkins] SVN: Products.PluggableAuthService/trunk/ Note updated plugin export/import support.

Tres Seaver cvs-admin at zope.org
Fri May 25 19:10:42 UTC 2012


Log message for revision 126499:
  Note updated plugin export/import support.

Changed:
  _U  Products.PluggableAuthService/trunk/
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/exportimport.py

-=-
Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/exportimport.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/exportimport.py	2012-05-25 18:19:22 UTC (rev 126498)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/exportimport.py	2012-05-25 19:10:39 UTC (rev 126499)
@@ -17,7 +17,7 @@
 
  o Add export / import adapters for all stock plugin types:
 
-   - [X] ChallengeProtocolChooser (TitleOnlyExportImport)
+   - [X] ChallengeProtocolChooser (ChallengeProtocolChooserExportImport)
 
    - [X] CookieAuthHelper (CookieAuthHelperExportImport)
 
@@ -33,11 +33,13 @@
 
    - [X] LocalRolePlugin (TitleOnlyExportImport)
 
+   - [_] NotCompetent_byRoles
+
    - [X] RecursiveGroupsPlugin (TitleOnlyExportImport)
 
    - [X] RequestTypeSniffer (TitleOnlyExportImport)
 
-   - [?] ScriptablePlugin (stock GenericSetup folderish support?)
+   - [X] ScriptablePlugin (ScriptablePluginExportImport)
 
    - [X] SearchPrincipalsPlugin (DelegatePathExportImport)
 



More information about the checkins mailing list