12396 Commits

Author SHA1 Message Date
0b84ba0eb0 yii\authclient\AuthChoice advanced allowing rendering of widgets for the client 2015-03-17 14:21:30 +02:00
f8f082d4f0 Merge pull request #7749 from davidsonalencar/master
Update guides pt-BR [ci skip]
2015-03-16 17:27:42 -04:00
451258caf8 docs/guide-pt-BR/structure-views.md - update [ci skip] 2015-03-16 17:32:38 -03:00
c411e85159 docs/guide-pt-BR/structure-controllers.md - update [ci skip] 2015-03-16 17:32:19 -03:00
6a74adf8eb docs/guide-pt-BR/structure-assets.md - update [ci skip] 2015-03-16 17:32:06 -03:00
6429c62175 docs/guide-pt-BR/start-workflow.md - update [ci skip] 2015-03-16 17:31:50 -03:00
e92d6d8131 docs/guide-pt-BR/start-installation.md - update [ci skip] 2015-03-16 17:31:32 -03:00
c232c463d8 docs/guide-pt-BR/start-forms.md - update [ci skip] 2015-03-16 17:31:17 -03:00
8c8c1f97f3 Updates for Russian translation 2015-03-15 15:02:58 +03:00
08b54e5e12 Updated benchmark readme 2015-03-15 15:02:57 +03:00
99a612e1a6 Finished AR guide [skip ci] 2015-03-15 01:26:06 -04:00
c9d13d6df5 AR guide WIP [skip ci] 2015-03-14 20:48:11 -04:00
d0ddc6e0c3 Merge pull request #7716 from softark/docs-guide-ja-ar-catch-up
docs/guide-ja/db-active-record.md - catch-up [ci skip]
2015-03-14 13:09:14 +03:00
0f5fae2dff docs/guide-ja/db-active-record.md - catch-up [ci skip] 2015-03-14 09:08:16 +09:00
6b380d3ede Merge pull request #7713 from lynicidn/patch-2
Update index.php
2015-03-13 23:56:50 +03:00
44fda77dd6 Update index.php 2015-03-13 23:51:18 +03:00
c6048ea93d Merge pull request #7700 from ahb360/7695-typo-in-fa-tj-he-translations
fixed a typo in fa, he and tj messages files. Solved #7695
2015-03-13 08:21:54 -04:00
3349c06690 fixed a typo in fa, he and tj messages files. Solved #7695 2015-03-13 10:43:24 +03:30
e25d4a919c ar guide WIP [skip ci] 2015-03-12 17:17:01 -04:00
8cdfdb682c Merge pull request #7689 from maxxer/italian
[skip ci] Updated italian framework messages
2015-03-12 18:02:11 +03:00
4007363ae5 Updated italian framework messages 2015-03-12 15:45:21 +01:00
ddb2b6ac7d Merge pull request #7688 from softark/docs-guide-ja-ar-updated
Docs guide ja ar updated [ci skip]
2015-03-12 10:06:33 -04:00
4a84e8996b docs/guide-ja/db-active-record.md - updated (at least for now) [ci skip] 2015-03-12 22:53:05 +09:00
fe194afb5a docs/guide-ja/db-active-record.md - updating WIP [ci skip] 2015-03-12 22:50:16 +09:00
f52b953048 docs/guide-ja/db-active-record.md - updating WIP [ci skip] 2015-03-12 22:50:15 +09:00
370bc1b427 docs/guide-ja/db-active-record.md - updating WIP [ci skip] 2015-03-12 22:50:14 +09:00
18e4db5fdd docs/guide-ja/db-active-record.md - updating [ci skip] 2015-03-12 22:50:14 +09:00
181a84e9d9 Merge pull request #7677 from pana1990/6667-form-generator
Fixes #6667 : Gii form generator rendering mistake view
2015-03-11 21:45:09 -04:00
4b7d855d21 Fixes #6667 : Gii form generator rendering mistake view 2015-03-11 23:55:08 +01:00
be86d15e61 Merge pull request #7673 from nkovacs/patch-6
fix typo in hungarian translation
2015-03-11 19:20:39 +03:00
45a0b67531 fix typo in hungarian translation 2015-03-11 17:04:27 +01:00
4676e94a57 Merge pull request #7668 from cui-liang/translate-cn
add input-multiple-models.md
2015-03-11 10:50:06 -04:00
b61fcc59d3 add input-multiple-models.md 2015-03-11 20:46:29 +08:00
7721df4cf8 ar guide WIP [skip ci] 2015-03-10 23:24:12 -04:00
89d51b244e ar guide WIP [skip ci] 2015-03-10 16:49:11 -04:00
4d99a26f0e Enabling and improving createSymlink functionality 2015-03-10 17:43:50 -03:00
4e8197e43f Light Response refactoring 2015-03-10 22:51:44 +03:00
bd20b30b89 AR guide WIP [skip ci] 2015-03-09 22:43:24 -04:00
53c46c4d13 Merge pull request #7646 from softark/docs-guide-db-ar-fix
docs/guide/db-active-record.md - sample code fixed [ci skip]
2015-03-10 01:48:03 +03:00
747fc6cb5c docs/guide/db-active-record.md - sample code fixed [ci skip] 2015-03-10 07:22:06 +09:00
0c33480e9b Merge pull request #7638 from softark/doc-guide-shared-hosting-fix
Doc guide shared hosting fix [ci skip]
2015-03-09 12:56:59 +03:00
8339f280fb docs/guide/tutorial-shared-hosting.md - fix [ci skip] 2015-03-09 18:54:34 +09:00
4a6fe23653 docs/guide/tutorial-shared-hosting.md - typo fixed [ci skip] 2015-03-09 18:54:33 +09: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
0cd16d417e Fixes #7628 2015-03-09 00:13:22 +03:00
20253231ea AR doc WIP [skip ci] 2015-03-08 11:04:07 -04:00
df90266275 AR guide WIP [skip ci] 2015-03-07 22:59:26 -05:00
4c361f366b fixed issue with wrongly assigned label in bootstrap
fixes #5984
2015-03-08 03:44:02 +01:00
8a9beed03b Merge pull request #7621 from asmythe/patch-1
[skip ci] Update tutorial-shared-hosting.md
2015-03-07 23:50:49 +03:00
ec1eadf3b6 Update tutorial-shared-hosting.md
I'm guessing whoever wrote this was not a native English speaker. I cleaned it up and hopefully made it a little easier to follow.
2015-03-07 11:34:58 -05:00