Changeset 2626 in products


Ignore:
Timestamp:
Jul 6, 2010 10:06:17 AM (14 years ago)
Author:
mylan
Message:

Prepare to release/tagging

Location:
quintagroup.gauth/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.gauth/trunk/README.txt

    r2577 r2626  
    22============ 
    33 
     4quintagroup.gauth package suitable for a plone site, which provides access to protected resources of a single google account for a users of the site. 
    45 
     6For mentioned task, package provides: 
     7 * configlet for manage of the google account email/password pear. 
     8 * utility, which allow get *email* and/or *password* for access resources of the google account. 
     9 * SafeQuery class, which should be used in successor classes for automatic relogin, if Token is expired. 
     10 
     11  
     12 
  • quintagroup.gauth/trunk/docs/HISTORY.txt

    r2577 r2626  
    22========= 
    33 
    4 0.1dev (unreleased) 
    5 ------------------- 
     40.1 (2010-07-06) 
     5---------------- 
    66 
    77- Initial release 
  • quintagroup.gauth/trunk/quintagroup/gauth/tests.py

    r2625 r2626  
    22import sys 
    33import unittest 
     4import gdata.service 
    45 
    56from zope.component import queryUtility, queryAdapter 
     
    165166 
    166167 
    167 import gdata.service 
    168  
    169168out = "" 
    170169class DummyService(object): 
  • quintagroup.gauth/trunk/setup.py

    r2577 r2626  
    3535      target = plone 
    3636      """, 
    37       setup_requires=["PasteScript"], 
    38       paster_plugins=["ZopeSkel"], 
    3937      ) 
Note: See TracChangeset for help on using the changeset viewer.