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
3902cada
Commit
3902cada
authored
Jan 08, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1832 from munawer-t/master
Doc fixes
parents
8c5372b0
45a6cbdb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
OpenId.php
extensions/yii/authclient/OpenId.php
+2
-2
Exact.php
extensions/yii/debug/components/search/matches/Exact.php
+1
-1
Command.php
extensions/yii/elasticsearch/Command.php
+1
-1
No files found.
extensions/yii/authclient/OpenId.php
View file @
3902cada
...
...
@@ -599,7 +599,7 @@ class OpenId extends BaseClient implements ClientInterface
{
$params
=
[];
/* We always use SREG 1.1, even if the server is advertising only support for 1.0.
That's because it's fully backwards compatib
i
le with 1.0, and some providers
That's because it's fully backwards compatible with 1.0, and some providers
advertise 1.0 even if they accept only 1.1. One such provider is myopenid.com */
$params
[
'openid.ns.sreg'
]
=
'http://openid.net/extensions/sreg/1.1'
;
if
(
!
empty
(
$this
->
requiredAttributes
))
{
...
...
@@ -663,7 +663,7 @@ class OpenId extends BaseClient implements ClientInterface
$params
[
'openid.ax.count.'
.
$alias
]
=
$count
;
}
// Don't send empty ax.requied and ax.if_available.
// Don't send empty ax.requi
r
ed and ax.if_available.
// Google and possibly other providers refuse to support ax when one of these is empty.
if
(
!
empty
(
$requiredAttributes
))
{
$params
[
'openid.ax.required'
]
=
implode
(
','
,
$requiredAttributes
);
...
...
extensions/yii/debug/components/search/matches/Exact.php
View file @
3902cada
...
...
@@ -16,7 +16,7 @@ class Exact extends Base
{
/**
* @var boolean if current matcher should consider partial mat
hc
of given value.
* @var boolean if current matcher should consider partial mat
ch
of given value.
*/
public
$partial
=
false
;
...
...
extensions/yii/elasticsearch/Command.php
View file @
3902cada
...
...
@@ -67,7 +67,7 @@ class Command extends Component
* @param string $index
* @param string $type
* @param string|array $data json string or array of data to store
* @param null $id the documents id. If not specified Id will be automatically cho
o
sen
* @param null $id the documents id. If not specified Id will be automatically chosen
* @param array $options
* @return mixed
* @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-index_.html
...
...
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