Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
common/extensions/eauth/CHANGELOG.md
1 Yii EAuth Change Log
2 ====================
3 
4 ### In progress...
5 * Fixed translations.
6 * Fixed bug in the EOAuthService::initRequest(), incorrect variable use in http header.
7 * Fixed translations.
8 
9 ### Version 1.1.6 (01.02.2012)
10 * Added EAuthUserIdentity class.
11 * Added translations support.
12 * Fixed EAuthServiceBase::hasArrtubite() and EAuthServiceBase::getId() methods.
13 
14 ### Version 1.1.5 (03.01.2012)
15 * Added MoiKrug OAuth provider.
16 * Added Odnoklassniki OAuth provider.
17 * Added ability to write in the log of unsuccessful requests in the EAuthServiceBase::makeRequest().
18 * Added access_token lifetime handling, #1 closed. Please, check your custom OAuth 2.0 classes!
19 * Added links to provider files to register your applications.
20 * Changed url for the Yandex OpenID.
21 * Fixed infinite loop when calling getAttrbiutes from fetchAttributes inside a provider class.
22 * Removed $_GET['js'] from the redirect_uri for the OAuth 2.0 providers, which could cause problems with a callback URL for some providers.
23 * Small fixes in the css of the widget.
24 
25 ### Version 1.1.4 (13.11.2011)
26 * Added handling for denied callback in the TwitterOAuthService.
27 * Fixed a redirect page for disabled javascript.
28 * EAuthWidget been rewritten for use with CController->widget() instead of EAuth->renderWidget().
29 * Added automatic detection of the current action in the widget.
30 * Fixed popup window size for the new Google design.
31 
32 ### Version 1.1.3 (14.10.2011)
33 * MailruOAuthService::makeSignedRequest() now fully compatible with the basic method.
34 * Fixed error when MailruOAuthService::getAccessToken() returns an empty token.
35 * Fixed: service IDs in the configuration is no longer associated with the names of services.
36 * Fixed MailruOAuthService::getTokenUrl() method to be fully compatible with the basic method.
37 * Added Google OAuth 2.0 provider, updated css file of the widget.
38 
39 ### Version 1.1.2 (08.10.2011)
40 * Fixed fetchJsonError() method in OAuth providers.
41 * Fixed examples of custom classes for OAuth 2.0 providers.
42 * Updated EAuth::redirect() method to support the closing popup window without $_GET['js'] variable.
43 
44 ### Version 1.1 (07.10.2011)
45 * Fixed a wrong call urldecode instead of urldecode in the FacebookOAuthService.php.
46 * Fixed exception rethrowing: removed unnecessary $e->getPrevious() call.
47 * Fixed: the call $service->getItemAttributes() returns an empty array.
48 * Removed checking $_GET['error_reason'] in EOAuth2Service.php.
49 * EAuthServiceBase is an abstract class now.
50 * Updated curl requests api.
51 * Updated OAuth Service Providers.
52 * Method getItemAttributes() renamed to getAttributes().
53 * Added methods to work with a authorization session (Methods: getStateKeyPrefix, setState, hasState, getState).
54 * Added Mail.ru OAuth provider, updated css file of the widget.
55 * Added getters support for service attributes.
56 
57 ### Version 1.0 (02.10.2011)
58 * Initial release.