Commit Graph

15391 Commits

Author SHA1 Message Date
Phan Xuan Dung
b0ca32e1d6 Start database. Update readme 2015-06-13 10:53:45 +07:00
Qiang Xue
b612f9187f i18n doc WIP 2015-06-12 23:11:13 -04:00
Carsten Brandt
f524722cf4 Merge pull request #8766 from alcirmonteiro/master
docs/guide-pt-BR/security-authorization.md - translate [ci skip]
2015-06-12 18:48:38 +02:00
Davidson Alencar
f7d8a7bd8a docs/guide-pt-BR/security-authorization.md - translate [ci skip] 2015-06-12 09:16:07 -03:00
Alexander Makarov
256e247f17 Merge pull request #8720 from vchenin/docs_uk
📖 docs/*uk add tutorial-console.md + some corrections [skip ci]
2015-06-12 13:12:58 +02:00
Qiang Xue
9969ae0491 i18n WIP 2015-06-11 22:02:18 -04:00
Carsten Brandt
30f003381d revised AR documentation
fixed some incorrectness in update() and insert() and also fixes #8761
2015-06-12 00:55:12 +02:00
Vadym Chenin
f5fc397225 📖 docs/*uk Update Ukrainian translation [skip ci] 2015-06-11 22:58:42 +03:00
Steve Guns
753ff5bdaf Updated NL translation 2015-06-11 18:50:35 +02:00
Alexander Makarov
7a32272fe1 Merge pull request #8721 from ShNURoK42/patch-1
Update yii.activeForm.js [skip ci]
2015-06-11 11:41:05 +02:00
nkovacs
a99ae5b1ed Fixes #8661: Fixed yii.activeForm.js scrolling to top 2015-06-11 11:37:19 +02:00
Qiang Xue
eeb1dec840 i18n doc WIP 2015-06-10 21:53:13 -04:00
Alexander Makarov
ebc49a32f1 Merge pull request #8738 from unclead/guide-ru-input-multiple-models
Translation of guide-ru/input-multiple-models.md part [ci skip]
2015-06-10 19:42:57 +02:00
Eugene Tupikov
14cb0d3f2c Translation of guide-ru/input-multiple-models.md part 2015-06-10 22:25:44 +06:00
Alexander Makarov
51b4b1e02d Merge pull request #8735 from githubjeka/patch-1
[RU DOC] Update README.md [skip ci]
2015-06-10 14:57:43 +02:00
Evgeniy Tkachenko
ebff81faae Update README.md
The pages were translated.
2015-06-10 15:27:48 +03:00
Alexander Makarov
63f9ec4da6 Fixed formatting 2015-06-10 13:39:47 +02:00
Alexander Makarov
836d8378bc Merge branch 'marius7383-8625-message-controller-mark-unused' 2015-06-10 13:35:36 +02:00
Alexander Makarov
c0c3fa79af Merge branch '8625-message-controller-mark-unused' of https://github.com/marius7383/yii2 into marius7383-8625-message-controller-mark-unused
Conflicts:
	framework/CHANGELOG.md
2015-06-10 13:33:20 +02:00
Alexander Makarov
50de9ff9ca Merge pull request #8730 from umneeq/patch-1
Update yii\captcha\Captcha.php [skip ci]
2015-06-09 23:36:17 +02:00
Dmitry Chernikov
7a32c63a5c Update yii\captcha\Captcha.php
phpDoc microfix
2015-06-10 00:23:55 +03:00
Qiang Xue
10d9bf16a2 Merge pull request #8722 from faxriddin/master
structure_controllers
2015-06-09 10:04:53 -04:00
Faxriddin Baltayev
302d0404ec Merge pull request #1 from kanet4u/patch-1
let's start...
2015-06-09 18:11:03 +05:00
Alexandr
75dd60ae4a Update yii.activeForm.js 2015-06-09 19:10:53 +07:00
Vadym Chenin
42ae06fa9e 📖 docs/*uk add tutorial-console.md + some corrections [skip ci] 2015-06-09 14:26:22 +03:00
Klimov Paul
c378c8d71c Issue #8670 added to CHANGELOG.md 2015-06-09 13:04:04 +03:00
Klimov Paul
58760538d0 Merge branch 'master' of github.com:yiisoft/yii2 into 8670-multi-data-session 2015-06-09 12:58:17 +03:00
Klimov Paul
d9d1fceef6 Unite test for yii\web\DbSession added 2015-06-09 12:57:48 +03:00
Alexander Makarov
0c470dfb6a Merge pull request #8717 from abeleev/patch-1
Update test-fixtures.md [skip ci]
2015-06-09 11:16:43 +02:00
abeleev
eebe166258 Update test-fixtures.md 2015-06-09 15:43:16 +07:00
Qiang Xue
3e295a9dba Merge pull request #8712 from mongosoft/master
PSR-2 code style fixes
2015-06-08 20:13:14 -04:00
Alexander Mohorev
afe21a986a PSR-2 anonymous functions 2015-06-09 00:14:44 +03:00
Alexander Mohorev
d34d890a32 PSR-2 if-else statement 2015-06-09 00:10:09 +03:00
Alexander Mohorev
ae42a054bb PSR-2 spaces, commas, etc 2015-06-09 00:05:06 +03:00
Alexander Mohorev
38ca276e1f PSR-2 try-catch statement 2015-06-08 23:32:08 +03:00
Alexander Mohorev
789cdfea86 PSR-2 switch statement 2015-06-08 23:28:44 +03:00
Alexander Mohorev
fa428a130c PSR-2 while statement 2015-06-08 23:22:41 +03:00
Alexander Mohorev
0c5e4b7105 PSR-2 foreach statement 2015-06-08 23:21:21 +03:00
Carsten Brandt
879911810f added test for createTable and alterTable
test for issue #8627
close #8628
2015-06-08 20:40:24 +02:00
Paul Klimov
28877f8e99 Merge pull request #8652 from klimov-paul/8627-invalidate-table-schema-cache
Fix #8627: invalidate table schema cache on DDL
2015-06-08 21:18:58 +03:00
Carsten Brandt
585f59ee20 Merge pull request #8700 from alcirmonteiro/master
docs/guide-pt-BR/security-authentication.md - translate [ci skip]
2015-06-08 19:08:39 +02:00
Carsten Brandt
0cd1b46e77 Merge pull request #8704 from mongosoft/master
Small fixes
2015-06-08 18:53:59 +02:00
Klimov Paul
4283f29a5a yii\web\MultiFieldSession created 2015-06-08 17:25:24 +03:00
Alexander Mohorev
7b5744a5c3 Add to list declared variables 2015-06-08 16:17:40 +03:00
Alexander Mohorev
651ed4ee2c Undefined class NotSupportedException 2015-06-08 16:11:16 +03:00
Alexander Mohorev
2134c72bb0 Undefined class Expression 2015-06-08 16:10:41 +03:00
Alexander Mohorev
2288f339e6 Parameter type is not compatible with declaration 2015-06-08 16:07:27 +03:00
Alexander Mohorev
fcb45848dd The formatting value must be array 2015-06-08 16:04:15 +03:00
Davidson Alencar
b0478d9556 docs/guide-pt-BR/security-authentication.md - translate [ci skip] 2015-06-08 09:39:15 -03:00
Davidson Alencar
ef54f30a33 docs/guide-pt-BR/output-theming.md - translate [ci skip] 2015-06-08 09:37:07 -03:00