Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
fedf8ecc
Commit
fedf8ecc
authored
Jul 28, 2014
by
Klimov Paul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
`yii\authclient\widgets\AuthChoice` now preserves initial settings while opening popup
parent
be24a2e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGELOG.md
extensions/authclient/CHANGELOG.md
+1
-0
authchoice.js
extensions/authclient/widgets/assets/authchoice.js
+1
-1
No files found.
extensions/authclient/CHANGELOG.md
View file @
fedf8ecc
...
...
@@ -5,6 +5,7 @@ Yii Framework 2 authclient extension Change Log
--------------------------
-
Bug #3633: OpenId return URL comparison advanced to prevent url encode problem (klimov-paul)
-
Bug #4490:
`yii\authclient\widgets\AuthChoice`
does not preserve initial settings while opening popup (klimov-paul)
-
Enh #3416: VKontakte OAuth support added (klimov-paul)
-
Enh #4076: Request HTTP headers argument added to
`yii\authclient\BaseOAuth::api()`
method (klimov-paul)
-
Enh #4134:
`yii\authclient\InvalidResponseException`
added for tracking invalid remote server response (klimov-paul)
...
...
extensions/authclient/widgets/assets/authchoice.js
View file @
fedf8ecc
...
...
@@ -38,7 +38,7 @@ jQuery(function($) {
}
var
url
=
this
.
href
;
var
popupOptions
=
options
.
popup
;
var
popupOptions
=
$
.
extend
({},
options
.
popup
);
// clone
var
localPopupWidth
=
this
.
getAttribute
(
'data-popup-width'
);
if
(
localPopupWidth
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment