1700 Commits

Author SHA1 Message Date
2abeb01388 Merge branch 'master' of github.com:yiisoft/yii2 into 7754-google-auth 2015-03-19 11:55:08 +02:00
4f8d60d79b Icon for google auth choice changed 2015-03-19 11:54:10 +02:00
127aae1e14 Gii: Control access also by the hostname
close #7655
2015-03-18 13:13:20 +01:00
f65ca1649a yii\authclient\clients\GoogleOpenId restored 2015-03-18 13:22:24 +02:00
d1e7c22506 yii\authclient\clients\GoogleOpenId removed 2015-03-17 18:34:16 +02:00
4c2690613e yii\authclient\AuthChoiceItem extracted 2015-03-17 17:04:42 +02:00
b199a71509 yii\authclient\clients\GooglePlus extracted 2015-03-17 16:45:05 +02:00
09985e121d yii\authclient\GoogleSignInButton created 2015-03-17 14:22:00 +02:00
0b84ba0eb0 yii\authclient\AuthChoice advanced allowing rendering of widgets for the client 2015-03-17 14:21:30 +02:00
4b7d855d21 Fixes #6667 : Gii form generator rendering mistake view 2015-03-11 23:55:08 +01:00
26392372c0 added ActionColumn::$buttonOptions
allows for configuration of the default buttons like this:

```php
[
	'class' => ActionColumn::className(),
	'template' => '<div class="btn-group text-center">{view} {update} {delete}</div>',
	'buttonOptions' => [
		'class' => 'btn btn-default btn-xs',
	],
],
```

close #7633
2015-03-08 23:23:39 +01:00
4c361f366b fixed issue with wrongly assigned label in bootstrap
fixes #5984
2015-03-08 03:44:02 +01:00
78299a3f01 Fixes #7605: fixed Twig extension to use Twig 1.x because current Twig master now contains Twig 2.x 2015-03-06 22:33:45 +03:00
0cea115c81 change gii input maxlength value to true
this is then copied from the validator automatically

close #7596
2015-03-06 08:15:19 +01:00
fc0d322e12 Updated dependency to cebe/markdown to version 1.0.x. 2015-03-06 06:50:07 +01:00
37b60bd00f Removed excess import from yii\jui\InputWidget 2015-03-04 02:14:05 +03:00
1e5c1d883e Fix little typo 2015-03-03 13:57:18 -03:00
82c1136613 prepare for next release. 2015-03-01 01:24:14 -05:00
985119350b 2.0.3 release. 2015-03-01 01:22:44 -05:00
95cdd0905d fix case in asDatetime method references
close #7095
2015-02-28 23:09:10 +01:00
aa0ebc7f5f Reverted #7459, #7469, #7470 2015-02-27 02:27:06 +03:00
cbda88a01c Merge pull request #7459 from creocoder/fix-applications
Fix application templates and official extensions `composer.json`
2015-02-26 13:03:31 +03:00
cae5adea8b Fixed twig extension composer.json 2015-02-26 04:22:33 +03:00
796aaf8c92 Fixed swiftmailer extension composer.json 2015-02-26 04:22:25 +03:00
a993431bf3 Fixed sphinx extension composer.json 2015-02-26 04:22:11 +03:00
b2b5e27c1b Fixed smarty extension composer.json 2015-02-26 04:21:55 +03:00
0cce4c4621 Fixed redis extension composer.json 2015-02-26 04:21:46 +03:00
08cd8fcffb Fixed mongodb extension composer.json 2015-02-26 04:21:35 +03:00
ba4e10c94b Fixed jui extension composer.json 2015-02-26 04:21:19 +03:00
65a4166f87 Fixed imagine extension composer.json 2015-02-26 04:21:09 +03:00
d5ff4df1ef Fixed gii extension composer.json 2015-02-26 04:20:58 +03:00
75911261ed Fixed faker extension composer.json 2015-02-26 04:20:48 +03:00
d99e094b3b Fixed elasticsearch extension composer.json 2015-02-26 04:20:37 +03:00
5d39d88e8a Fixed debug extension composer.json 2015-02-26 04:20:20 +03:00
13c32b6281 Fixed codeception extension composer.json 2015-02-26 04:20:09 +03:00
6654f578cf Fixed bootstrap extension composer.json 2015-02-26 04:19:57 +03:00
42ee8c1c4f Fixed authclient extension composer.json 2015-02-26 04:19:46 +03:00
5793ec478d Fixed apidoc extension composer.json 2015-02-26 04:19:34 +03:00
5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 2015-02-25 16:01:37 +03:00
787ec74b92 Fixes #7328: Changed the way CRUD generator translates "Create X". Now it's a whole string because of translation difficulties 2015-02-25 13:49:26 +03:00
c9cbfa036b Remove double slash in the comment [skip ci]
close #7429
2015-02-24 20:58:47 +01:00
Sam
7a4dc49a45 Re-added line endings to pass tests. 2015-02-24 15:00:57 +01:00
Sam
b918e8ea12 Fixed widgets using echo in their run. #7417 2015-02-24 14:44:39 +01:00
51f25cac62 Fixes #7417: Used return in Tabs widgets instead of echo 2015-02-24 16:05:00 +03:00
8f54c5dc81 Fixes #7412: Removed unnecessary unsets in Dropdown and Nav 2015-02-24 14:17:02 +03:00
4512833fac Fixes #7215: Uses OpenSSL crypto lib instead of Mcrypt. Added testing of encrypted data compatibility, both backward and forward 2015-02-24 14:03:41 +03:00
da26cfe8ac improved extensions readme 2015-02-22 21:59:30 +01:00
56dbd4cefa Fixes #7357: Refactored yii\db\ColumnSchema by adding typecast() method to decouple phpTypecast() from dbTypecast() 2015-02-20 22:03:39 -05:00
f9bff329b7 Fixes #7339: Added example to Dropdown phpdoc 2015-02-18 19:24:06 +03:00
98759201ac Fixed bug #7271. Classes that call '*::populateRecord()' after retrieving data from ddbb call now the method on the class of the model returned by '*::instantiate()'. Tests for mysql, elasticsearch and mongodb attached. 2015-02-15 17:25:43 -05:00