Commit Graph

94 Commits

Author SHA1 Message Date
Qiang Xue
fc19ebdf80 Merge pull request #1624 from lucianobaraglia/master
GII generates rules for unique indexes
2013-12-26 11:47:49 -08:00
Luciano Baraglia
b1fc13a31c GII unique indexes avoid autoIncrement columns 2013-12-26 16:43:36 -03:00
Qiang Xue
c1db25e3e0 updated debug retry params. 2013-12-26 13:15:10 -05:00
Qiang Xue
85abc2c70b Added sleep(). 2013-12-26 13:09:42 -05:00
Qiang Xue
68cb074c6a Fixed #1504: Debug toolbar isn't loaded successfully in some environments when xdebug is enabled 2013-12-26 10:55:36 -05:00
Klimov Paul
dcee382e76 Mongo README.md updated. 2013-12-26 17:39:48 +02:00
Luciano Baraglia
bdafb4becb Unique indexes rules for single columns into array 2013-12-26 02:43:35 -03:00
Luciano Baraglia
bd07bc1dcd GII generates rules for unique indexes 2013-12-26 02:18:40 -03:00
Qiang Xue
5c57533552 Merge pull request #1620 from klimov-paul/authclient
Proposal for #66: auth client implementation
2013-12-25 13:16:44 -08:00
Qiang Xue
010e17d9dc Merge pull request #1612 from Ragazzo/codeception_testcase_imrovements
extended from codeception testcase, added docs
2013-12-25 08:01:09 -08:00
Qiang Xue
5f659f90d2 Merge pull request #1614 from tanakahisateru/gii-nav-layout
Gii should keep horizontal layout
2013-12-25 07:54:37 -08:00
Hisateru Tanaka
11ff78e4b4 Gii should keep horizontal layout 2013-12-26 00:28:15 +09:00
Paul Klimov
8da6f39a86 Merge branch 'master' of github.com:yiisoft/yii2 into authclient 2013-12-25 17:15:04 +02:00
Paul Klimov
c1a810ba8d Documentation at "yii\authclient" updated. 2013-12-25 17:07:16 +02:00
Paul Klimov
d8079cc62f Doc comments at "yii\authclient" updated. 2013-12-25 16:46:13 +02:00
Paul Klimov
52de0405f9 Auth clients "Choice" doc comments updated. 2013-12-25 16:13:33 +02:00
Paul Klimov
6b3745290b Auth clients "Choice" widget javascript advanced. 2013-12-25 16:01:48 +02:00
Hisateru Tanaka
cfa25dd898 Bootstrap's dropdown encodes also trailing caret tag 2013-12-25 22:54:12 +09:00
Paul Klimov
ba1c5d6044 Auth clients "Choice" widget markup updated. 2013-12-25 15:52:46 +02:00
Hisateru Tanaka
a300b9d1bb Gii should keep horizontal layout 2013-12-25 22:24:54 +09:00
Mark
44d284071e extended from codeception testcase, added docs 2013-12-25 17:04:12 +04:00
Paul Klimov
b1f6354fea Auth clients for Facebook, GitHub, LinkedIn added. 2013-12-25 14:07:41 +02:00
Paul Klimov
124f4fa9f7 Doc comments in "authclient" extension updated. 2013-12-25 13:33:34 +02:00
Paul Klimov
bb37b7b589 OpenId attribute validation and extraction updated. 2013-12-25 13:15:54 +02:00
Paul Klimov
d21c59bc3c OpenId client "buildUrl()" method refactored. 2013-12-25 12:42:29 +02:00
Paul Klimov
68db74a947 OpenId client "authUrl" field added, identity/claimedId processing refactored. 2013-12-25 12:08:04 +02:00
Paul Klimov
f0b9e1503d OpenId client 'discover()' method updated to return 'identity' instead of set internal field. 2013-12-24 17:25:35 +02:00
Paul Klimov
fea6520070 OpenId client identiy/claimed_id separation fixed. 2013-12-24 16:59:47 +02:00
Paul Klimov
46746cd8a1 OpenId client 'discover()' method refactored. 2013-12-24 16:06:21 +02:00
Paul Klimov
5a137e6dec OpenId client refactor in progress. 2013-12-24 14:18:49 +02:00
Qiang Xue
56c361bb9e Fixed changelog. 2013-12-23 14:55:41 -05:00
Pavel Agalecky
6b95b2ad54 Added support for tagName and encodeLabel parameters in ButtonDropdown 2013-12-23 22:11:28 +04:00
Paul Klimov
b2f3bed673 OpenId client refactor in progress. 2013-12-23 17:22:40 +02:00
Paul Klimov
d6f35f07ae OAuth classes refactored. 2013-12-23 16:23:56 +02:00
Qiang Xue
c04e650799 Fixed composer about yii2-dev installation 2013-12-23 09:04:26 -05:00
Paul Klimov
7a4c1cd387 Trait "ClientTrait" converted into "BaseClient" class. 2013-12-23 15:31:23 +02:00
Paul Klimov
8abd201b3c Twitter auth client added. 2013-12-23 13:31:49 +02:00
Paul Klimov
2e66467cad OAuth url-encoded response processing fixed. 2013-12-23 13:31:33 +02:00
Paul Klimov
24d4f4b908 Signature base string generation for the OAuth1 fixed. 2013-12-23 13:04:22 +02:00
Paul Klimov
3c8c855145 'GoogleOAuth' auth client added. 2013-12-23 12:07:33 +02:00
Paul Klimov
a286f30951 Default normalize user attribute map added to OpentId clients. 2013-12-23 11:18:43 +02:00
Paul Klimov
ba95e1dd12 Normalization of user attributes added to Auth Client. 2013-12-23 11:12:14 +02:00
Alexander Makarov
46768286b1 fixes #1593: fixed typo in Nav 2013-12-22 13:01:37 +01:00
Qiang Xue
42d8748e6e Fixes #1579: throw exception when the given AR relation name does not match in a case sensitive manner.
Renamed `ActiveRecord::getPopulatedRelations()` to `getRelatedRecords()`
2013-12-21 23:26:35 -05:00
Qiang Xue
0ff8518c21 Fixes #1550: fixed the issue that JUI input widgets did not property input IDs. 2013-12-21 17:07:31 -05:00
Qiang Xue
594fd2daed fixed composer.json. 2013-12-20 07:30:23 -05:00
tonydspaniard
47fdd47f96 Update changelog 2013-12-20 13:19:35 +01:00
Paul Klimov
f06b5ab161 Widget "yii\authclient\widgets\Choice" fixed. 2013-12-20 14:04:26 +02:00
tonydspaniard
92a967c35c Modify class name to a more logical one 2013-12-20 12:49:48 +01:00
tonydspaniard
a53b3e577e Update collapse to use bootstrap 3 classes fixes #1459 2013-12-20 12:48:38 +01:00