Revision: 7609
Author:   alexsh
Date:     2009-11-09 09:08:43 +0000 (Mon, 09 Nov 2009)

Log Message:
-----------
family.py: add centralauth identify default data

Modified Paths:
--------------
    trunk/pywikipedia/family.py

Modified: trunk/pywikipedia/family.py
===================================================================
--- trunk/pywikipedia/family.py 2009-11-08 18:45:59 UTC (rev 7608)
+++ trunk/pywikipedia/family.py 2009-11-09 09:08:43 UTC (rev 7609)
@@ -3085,6 +3085,11 @@
         self.disambiguationTemplates = {
             '_default': []
         }
+        # A list with the projects could share cross-project sessions.
+        self.cross_projects = []
+        # A list with the name for cross-project cookies.
+        # default for wikimedia centralAuth extensions.
+        self.cross_projects_cookies = ['centralauth_Session', 
'centralauth_Token', 'centralauth_User']
         # A list with the name in the cross-language flag permissions
         self.cross_allowed = []
         # A list with the name of the category containing disambiguation



_______________________________________________
Pywikipedia-svn mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-svn

Reply via email to