Evgeniy Tkachenko
be4c9ae5b8
it added also to detachBehavior()
2016-01-20 10:44:14 +03:00
Evgeniy Tkachenko
187e44d3ba
Update phpDoc Component::getBehavior().
...
Added `@return null`
2016-01-20 10:37:48 +03:00
githubjeka
2c3e9a4296
phpDoc of getTableSchema|loadTableSchema updated
2016-01-19 15:19:19 +03:00
githubjeka
5326b7aaf6
refactoring for getTableSchema
2016-01-19 15:19:04 +03:00
Andrew Nester
bdea6d30d0
Updated Changelog.md
2016-01-19 13:58:53 +03:00
Andrew Nester
ab25b8a358
10218 - Fix for session regenerate id issue that occured after user logged out #10218
2016-01-19 13:02:43 +03:00
SilverFire - Dmitry Naumenko
0cae7fc654
Added CHANGELOG line for #10052
2016-01-19 00:41:55 +02:00
SilverFire - Dmitry Naumenko
1ff847142d
Optimized Formatter::formatSizeNumber() - used normalizeNumericValue()
2016-01-19 00:41:39 +02:00
SilverFire - Dmitry Naumenko
56a035ef6c
Merge branch 'patch-1' of https://github.com/necrox87/yii2 into necrox87-patch-1
2016-01-19 00:33:41 +02:00
SilverFire - Dmitry Naumenko
a1ff095f91
UniqueValidator - fixed syntax warning: static call on object
2016-01-19 00:18:58 +02:00
SilverFire - Dmitry Naumenko
6eb9830d64
UniqueValidatorTest, CHANGELOG - fixed spelling
2016-01-19 00:17:56 +02:00
SilverFire - Dmitry Naumenko
c2f1472740
Merge branch 'master' into githubjeka-10263
2016-01-19 00:04:42 +02:00
SilverFire - Dmitry Naumenko
1e48e020cb
Merge branch '10263' of https://github.com/githubjeka/yii2 into githubjeka-10263
2016-01-19 00:04:20 +02:00
Daniel Gomez Pan
b88eeb6392
Fix change log [skip ci]
2016-01-17 21:19:57 +01:00
SilverFire - Dmitry Naumenko
5a1c88f1df
Updated CHANGELOG
2016-01-17 13:32:00 +02:00
SilverFire - Dmitry Naumenko
387d5aa083
Merge branch '8573-oci-schema-number-mapping' of https://github.com/vbelogai/yii2 into vbelogai-8573-oci-schema-number-mapping
2016-01-17 13:29:04 +02:00
Dmitry Naumenko
3c41c4f2a0
Merge pull request #7806 from yiisoft/gridview-checkboxcolumn
...
possible fix for gridview checkall name
2016-01-17 13:17:01 +02:00
SilverFire - Dmitry Naumenko
3624e6bf7e
Updated CHANGELOG
2016-01-17 12:53:18 +02:00
SilverFire - Dmitry Naumenko
5f8435bba7
Added CHANGELOG line
2016-01-17 12:39:21 +02:00
SilverFire - Dmitry Naumenko
6bff405287
Code style minor fix
2016-01-17 12:31:52 +02:00
SilverFire - Dmitry Naumenko
32c560e629
Merge branch 'master' into gridview-checkboxcolumn
2016-01-17 12:30:43 +02:00
Andrew Nester
ed23b97baf
#10574 - Fix for BaseArrayHelper to work with invalid characters in proper way
2016-01-16 09:37:36 +03:00
Carsten Brandt
f6dcb290ed
reverted c00b97a/#9915, this is expected behavior
...
When accessing non-existing properties it is expected behavior to throw an error.
This is the case in all other places.
It is also not reliably possible to determine whether a property exists beforehand.
it is not sufficient to call `property_exists()` as it may be available via `__get()`.
Instead of `property_exists()` or `isset()` it should call `$object->canGetProperty()` but this is not
guaranteed to be implemented and therefor doing such a check will not work in 2.0.x.
calling isset() may break code that works through __get() but has not implemented __isset() properly.
We may discuss this for 2.1 again but I am in favor of keeping it as is.
2016-01-15 16:19:24 +01:00
SilverFire - Dmitry Naumenko
f72e9d5bcf
Revert " #9915 : changed behavior of ArrayHelper::getValue() according to @azureru suggestion"
...
This reverts commit 4b511fb9bc .
2016-01-15 16:03:46 +02:00
Alexander Makarov
4b511fb9bc
#9915 : changed behavior of ArrayHelper::getValue() according to @azureru suggestion
2016-01-15 15:21:08 +03:00
SilverFire - Dmitry Naumenko
eda1e7b027
Fixed yii\grid\GridView::guessColumns() to work with numeric column names
...
Closes #10580
2016-01-15 13:35:08 +02:00
Carsten Brandt
dbf1b9f492
Update CHANGELOG.md
2016-01-14 15:52:28 +01:00
grykon
4f452b159a
Translate for 'pl' messages
...
Update yii.php
Completion of the missing translations
close #10575
2016-01-14 15:07:35 +01:00
youmad
77b0d30bf8
Divide by zero prevention in console progress bar
...
close #10541
2016-01-14 12:21:32 +01:00
Pavel Solomienko
2300e9cbe5
Update BaseMigrateController.php
2016-01-13 19:33:53 +02:00
githubjeka
9ae21e5df2
phpDoc of joinWith updated to \yii\db\ActiveQuery
2016-01-12 12:20:12 +03:00
githubjeka
2b6ceb1eb7
phpDoc updated
2016-01-12 10:10:43 +03:00
Evgeniy Tkachenko
60086507db
Updated phpDoc to ManagerInterface::addChild()
2016-01-09 00:05:10 +03:00
Klimov Paul
57ab949be5
Response::redirect() uses 200 status code if 'X-Ie-Redirect-Compatibility' header sent
2016-01-08 16:32:09 +02:00
SilverFire - Dmitry Naumenko
019587e544
yii\web\Response - fixed comparation bug introduced in #9670
2016-01-08 14:44:35 +02:00
Tom Worster
40fc49bf16
remove obsolete @throw tags
2016-01-04 15:08:04 -05:00
Carsten Brandt
cdb7d84fea
added support for non-gregorian calendar to formatter
...
fixes #8687
close #10517
2016-01-02 19:42:35 +01:00
Carsten Brandt
74924ad134
updated fa messages after #10515
2016-01-02 16:32:20 +01:00
SilverFire - Dmitry Naumenko
adae5a96ba
Fixed indent
2016-01-02 10:56:28 +02:00
Jafaripur
bd27d9f797
Update Persian translations.
...
Add new items to translations for fa locale.
2016-01-02 09:39:56 +03:30
Alexander Makarov
56f77a9070
Fixed typo
2016-01-01 14:33:41 +03:00
LAV45
fcf25e8fa1
Fixed \yii\di\Instance::ensure() to work with minimum settings
2016-01-01 10:39:04 +02:00
Dmitry Naumenko
0611ead043
Merge pull request #10483 from SilverFire/9670-ie-redirect
...
Bug #9670 : Fixed PJAX redirect in IE
2015-12-31 10:33:17 +02:00
Pavel
b68613b746
Added support for events declared in interfaces #10108
...
Added guide in russian for events in interfaces
2015-12-27 23:07:36 +02:00
Alexander Makarov
5cecb09c1b
Fixes #9443 : Added unsigned() to ColumnSchemaBuilder
2015-12-26 15:20:21 +03:00
AnatolyRugalev
3b31aa771a
#10363 : Fixed i18n fallback float and integer formatting
2015-12-26 10:42:34 +02:00
Dmitry Naumenko
f29ba78a8f
Merge pull request #10395 from AnatolyRugalev/issue-10255
...
Added warning to session component initialization
2015-12-26 10:33:56 +02:00
SilverFire - Dmitry Naumenko
dc93ec3812
Bug #9670 : Fixed PJAX redirect in IE
2015-12-26 10:19:22 +02:00
Hereward Mills
a4acd048bc
Add @throws tags to PHPDocs.
2015-12-24 11:11:03 +00:00
Sam Mousa
18fc8db32f
Fixes #10372 : Fixed console controller including DI arguments in help
2015-12-22 13:11:00 +03:00