Commit Graph

39 Commits

Author SHA1 Message Date
Klimov Paul
984bb9874f list of predefined Auth clients updated 2014-05-28 11:11:20 +03:00
Carsten Brandt
d75f0c7288 removed @link tags from apidoc and replaced with markdown 2014-05-25 22:29:31 +02:00
Carsten Brandt
b7e493fca0 Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00
Paul Klimov
47960e8f0b Fix a typo 2014-05-09 15:35:14 +03:00
Paul Klimov
aa34d3121d VKontakte OAuth support added 2014-05-09 13:39:54 +03:00
Carsten Brandt
c27ac8ef0e updated phpdoc 2014-04-26 03:39:46 +02:00
Carsten Brandt
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00
Alexander Makarov
c7c708d454 Removed unused imports 2014-04-17 15:35:09 +04:00
Qiang Xue
f4c38faf74 prepare for next release. 2014-04-13 21:22:29 -04:00
Qiang Xue
8bbcff70db prepare for 2.0.0-beta release. 2014-04-13 17:58:59 -04:00
Qiang Xue
0b29c9607d fixed broken API links [skip ci] 2014-04-09 22:22:49 -04:00
Carsten Brandt
3fdcf11f24 updated phpdoc 2014-04-09 18:51:45 +02:00
Klimov Paul
e3f4214978 Tabs replaced by spaces at AuthChoice asset files. 2014-04-07 16:29:00 +03:00
Klimov Paul
4f0089bb0d Microsoft Live OAuth2 client added. 2014-04-07 16:22:00 +03:00
Klimov Paul
7f0ab92d8e Widget 'yii\authclient\widgets\Choice' renamed to 'yii\authclient\widgets\AuthChoice' 2014-04-07 15:38:16 +03:00
Alexander Makarov
0d3e85caff Merge pull request #2883 from kartik-v/patch-14
Simplify inline script code
2014-03-26 14:28:20 +03:00
Kartik Visweswaran
cd4038bfa8 Simplify inline script code
Simplify inline script code (removed extra space)
2014-03-26 16:32:06 +05:30
Kartik Visweswaran
14137a123e Correct classname typo
Correct classname to `BaseOAuth` instead of `BaseClient` in PHP Doc.
2014-03-26 16:26:52 +05:30
Kartik Visweswaran
dd4ddfe06c Simplify inline script code
Simplify the rendering of the inline script (using direct markup), eliminating need for using PHP variable to store value using HEREDOC.
2014-03-26 16:24:29 +05:30
Carsten Brandt
1e75427393 updated classmap and phpdoc 2014-03-24 23:26:30 +01:00
Qiang Xue
8c2e39235f Turn module and application into DI containers. 2014-03-17 23:57:01 -04:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
Carsten Brandt
6fff5662df better use @see for See in phpdoc 2014-03-11 05:38:35 +01:00
Carsten Brandt
c94a40e90d added a large amount of missing documentation 2014-03-11 05:38:35 +01:00
Alexander Makarov
5d6c314d4e Adjusted URL helper, fixed usage 2014-03-10 15:25:15 +04:00
Alexander Makarov
92b381795b Adjusted Url helper methods 2014-03-10 01:34:05 +04:00
Alexander Makarov
3400eb5215 #2630: yii\heplers\Html::url moved to new yii\helpers\Url::create 2014-03-09 16:41:55 +04:00
Luciano Baraglia
269d1303a9 Code style fixes 2014-03-08 20:47:04 -03:00
AlexGx
c906d43343 fix php5.4 array syntax 2014-03-05 00:26:40 +02:00
AlexGx
1982efbdfe many phpcs fixes 2014-03-05 00:22:55 +02:00
Tobias Munk
825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 2014-02-27 17:37:08 +01:00
Alexander Makarov
d8d44b6127 Merge pull request #2501 from yiisoft/unify-urls
Fixes #2426: Changed URL creation method signatures to be consistent
2014-02-21 23:53:15 +03:00
Carsten Brandt
ac3ac5d107 added link about rendering of HTML attributes to Html helper 2014-02-20 19:14:46 +01:00
Alexander Makarov
43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 2014-02-20 20:10:33 +04:00
Alexander Makarov
4a201c7ad5 Removed unused variables 2014-02-07 13:39:35 +04:00
Klimov Paul
fb125b9ffc Merge branch 'master' of github.com:yiisoft/yii2 2014-01-20 19:57:31 +02:00
Luciano Baraglia
7d33a5d3b5 Some Code style fixes 2014-01-19 13:35:36 -03:00
Klimov Paul
1bf137a137 AuthClient js redirect advanced. 2014-01-18 21:35:52 +02:00
Qiang Xue
da9d544c54 psr-4 change. 2014-01-10 21:06:25 -05:00