Commit Graph

5571 Commits

Author SHA1 Message Date
Alexander Mohorev
39cb131984 Spelling and sc fixes 2015-06-16 23:53:12 +03:00
gagiD
1881435764 Merge branch 'master' of git://github.com/yiisoft/yii2 into bosnian-messages-translation 2015-06-15 15:50:49 +02:00
gagiD
347c66b6c0 Added Bosnian translations 2015-06-15 15:50:29 +02:00
maks feltrin
d613719298 Update ActionColumn.php 2015-06-15 01:34:35 +02:00
Carsten Brandt
d0c6cb7700 abort removing duplicate records when pk is not in result set
in this cases it does not make sense to remove duplicates as the result is not on record level anymore.
This could be the case after GROUP BY has been applied.

fixes #8772
2015-06-14 19:29:57 +02: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
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
Alexander Makarov
63f9ec4da6 Fixed formatting 2015-06-10 13:39:47 +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
Dmitry Chernikov
7a32c63a5c Update yii\captcha\Captcha.php
phpDoc microfix
2015-06-10 00:23:55 +03:00
Alexandr
75dd60ae4a Update yii.activeForm.js 2015-06-09 19:10:53 +07: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
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
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
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
Klimov Paul
e683e3e79d Schema refresh moved to Migration::init(). 2015-06-08 11:32:09 +03:00
Marius Ebel
e056f17b38 - Updated upgrade log 2015-06-08 10:11:16 +02:00
Marius Ebel
fff61bf99b - Reworked order of parameters in order to keep backwards compatibility
- Update statement of unused messages in DB now depends on $markUnused parameter
2015-06-08 10:11:15 +02:00
Marius Ebel
622ed0130a - Corrected documentation 2015-06-08 10:11:14 +02:00
Marius Ebel
0dcb50db5e - i18n MessageController now supports config parameter 'markUnused' that turns adding @@s either on or off 2015-06-08 10:11:13 +02:00
Alexander Mohorev
3ec0d94b4a Remove unused variable 2015-06-08 05:04:07 +03:00
Alexander Mohorev
e9494d15c3 Remove unused variable 2015-06-08 04:53:32 +03:00
Alexander Mohorev
e8535eea22 Incorrect property type declared. 2015-06-07 23:55:34 +03:00
Qiang Xue
874ecfaa37 code formatting [skip ci] 2015-06-07 09:30:49 -04:00
Paul Klimov
8e4518c81f Doc comments updated 2015-06-06 13:05:43 +03:00
Paul Klimov
0bfa2e2673 Reset of refreshTableName on yii\db\Command reuse ensured 2015-06-06 12:58:36 +03:00
Carsten Brandt
f68e970de2 link to PHP classes just as we do with normal classes
apidoc can handle this!
2015-06-05 21:53:24 +02:00
Carsten Brandt
ec76a3015a use yii\base\Event in BaseAR to fix phpdoc reference 2015-06-05 21:26:55 +02:00
Newerton
f70067db03 Update yii.php 2015-06-04 21:54:43 -03:00
Steve Guns
7e797213f4 [FR] Updated translations 2015-06-04 19:57:47 +02:00
Klimov Paul
6ea19e8f45 Schema refreshing added to yii\db\Migration::execute() 2015-06-04 13:56:23 +03:00
Klimov Paul
72f9e63e10 Table schema auto refreshing on DDL added to yii\db\Command 2015-06-04 13:53:11 +03:00
Klimov Paul
fb0062114e Method yii\db\Schema::refreshTableSchema() added 2015-06-04 12:57:16 +03:00
Klimov Paul
0d48f1041e Fixed yii\db\Command::getRawSql() unable to parse params specified without colon (':') 2015-06-02 13:45:28 +03:00
Carsten Brandt
0959b5d28e updated docs about dirty attributes
fixes #8619
2015-06-01 21:26:47 +02:00