9e3d28a3d9
Fix spelling
2015-06-29 23:13:15 +03:00
68c30c1034
Replace aliases of functions
2015-06-29 22:59:22 +03:00
fb40896b82
Changed kazakh message translation file
2015-06-28 21:20:37 +06:00
b548c8f710
Fixed determine active menu item with url-alias in route
...
close #8900
2015-06-25 23:53:48 +02:00
cf1bb80483
Merge pull request #8880 from cornernote/patch-1
...
Fixed phpdoc of BaseArrayHelper::toArray()
2015-06-24 19:57:03 +02:00
abe1094ac9
fixed querybuilder phpdoc
2015-06-24 14:20:02 +02:00
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
3ce02dd17c
toArray can be string
...
update docs to reflect the available type
2015-06-24 14:21:18 +09:30
39cb131984
Spelling and sc fixes
2015-06-16 23:53:12 +03:00
1881435764
Merge branch 'master' of git://github.com/yiisoft/yii2 into bosnian-messages-translation
2015-06-15 15:50:49 +02:00
347c66b6c0
Added Bosnian translations
2015-06-15 15:50:29 +02:00
d613719298
Update ActionColumn.php
2015-06-15 01:34:35 +02:00
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
30f003381d
revised AR documentation
...
fixed some incorrectness in update() and insert() and also fixes #8761
2015-06-12 00:55:12 +02:00
753ff5bdaf
Updated NL translation
2015-06-11 18:50:35 +02:00
7a32272fe1
Merge pull request #8721 from ShNURoK42/patch-1
...
Update yii.activeForm.js [skip ci]
2015-06-11 11:41:05 +02:00
a99ae5b1ed
Fixes #8661 : Fixed yii.activeForm.js scrolling to top
2015-06-11 11:37:19 +02:00
63f9ec4da6
Fixed formatting
2015-06-10 13:39:47 +02:00
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
7a32c63a5c
Update yii\captcha\Captcha.php
...
phpDoc microfix
2015-06-10 00:23:55 +03:00
75dd60ae4a
Update yii.activeForm.js
2015-06-09 19:10:53 +07:00
c378c8d71c
Issue #8670 added to CHANGELOG.md
2015-06-09 13:04:04 +03:00
58760538d0
Merge branch 'master' of github.com:yiisoft/yii2 into 8670-multi-data-session
2015-06-09 12:58:17 +03:00
3e295a9dba
Merge pull request #8712 from mongosoft/master
...
PSR-2 code style fixes
2015-06-08 20:13:14 -04:00
afe21a986a
PSR-2 anonymous functions
2015-06-09 00:14:44 +03:00
d34d890a32
PSR-2 if-else statement
2015-06-09 00:10:09 +03:00
ae42a054bb
PSR-2 spaces, commas, etc
2015-06-09 00:05:06 +03:00
38ca276e1f
PSR-2 try-catch statement
2015-06-08 23:32:08 +03:00
789cdfea86
PSR-2 switch statement
2015-06-08 23:28:44 +03:00
fa428a130c
PSR-2 while statement
2015-06-08 23:22:41 +03:00
0c5e4b7105
PSR-2 foreach statement
2015-06-08 23:21:21 +03:00
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
4283f29a5a
yii\web\MultiFieldSession created
2015-06-08 17:25:24 +03:00
7b5744a5c3
Add to list declared variables
2015-06-08 16:17:40 +03:00
651ed4ee2c
Undefined class NotSupportedException
2015-06-08 16:11:16 +03:00
2134c72bb0
Undefined class Expression
2015-06-08 16:10:41 +03:00
2288f339e6
Parameter type is not compatible with declaration
2015-06-08 16:07:27 +03:00
fcb45848dd
The formatting value must be array
2015-06-08 16:04:15 +03:00
e683e3e79d
Schema refresh moved to Migration::init().
2015-06-08 11:32:09 +03:00
e056f17b38
- Updated upgrade log
2015-06-08 10:11:16 +02:00
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
622ed0130a
- Corrected documentation
2015-06-08 10:11:14 +02:00
0dcb50db5e
- i18n MessageController now supports config parameter 'markUnused' that turns adding @@s either on or off
2015-06-08 10:11:13 +02:00
3ec0d94b4a
Remove unused variable
2015-06-08 05:04:07 +03:00
e9494d15c3
Remove unused variable
2015-06-08 04:53:32 +03:00
e8535eea22
Incorrect property type declared.
2015-06-07 23:55:34 +03:00
874ecfaa37
code formatting [skip ci]
2015-06-07 09:30:49 -04:00
8e4518c81f
Doc comments updated
2015-06-06 13:05:43 +03:00
0bfa2e2673
Reset of refreshTableName on yii\db\Command reuse ensured
2015-06-06 12:58:36 +03:00
f68e970de2
link to PHP classes just as we do with normal classes
...
apidoc can handle this!
2015-06-05 21:53:24 +02:00