Commit Graph

5581 Commits

Author SHA1 Message Date
MaXL
af8c1f654d Add missed semicolon
Add missed semicolon to setCsrfToken method
2015-07-01 13:54:34 +10:00
nkovacs
b4d22cfe63 Fix documentation
wrongType -> wrongExtension
2015-06-30 14:12:13 +02:00
Alexander Mohorev
9e3d28a3d9 Fix spelling 2015-06-29 23:13:15 +03:00
Alexander Mohorev
68c30c1034 Replace aliases of functions 2015-06-29 22:59:22 +03:00
Abylay Jantassov
fb40896b82 Changed kazakh message translation file 2015-06-28 21:20:37 +06:00
Ivan Orlov
b548c8f710 Fixed determine active menu item with url-alias in route
close #8900
2015-06-25 23:53:48 +02:00
Alexander Makarov
cf1bb80483 Merge pull request #8880 from cornernote/patch-1
Fixed phpdoc of BaseArrayHelper::toArray()
2015-06-24 19:57:03 +02:00
Carsten Brandt
abe1094ac9 fixed querybuilder phpdoc 2015-06-24 14:20:02 +02:00
muhammadcahya
336889ceb4 Fixed some words in Indonesian language
Fixed some words to make more humane in indonesian language
Consistent `invalid` words to `tidak valid`
2015-06-24 14:50:36 +07:00
Brett O'Donnell
3ce02dd17c toArray can be string
update docs to reflect the available type
2015-06-24 14:21:18 +09:30
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