Commit Graph

15402 Commits

Author SHA1 Message Date
DrDeath72
fd6f536eaf YUI Compressor fix 2016-05-18 10:35:00 +05:00
Alexander Makarov
0c4a16fc89 Fixes #11572: updated Codeception version in the guide 2016-05-17 12:09:30 +03:00
SilverFire - Dmitry Naumenko
0ff6eeba7d Enhanced 9f499eb: yii\web\User::checkRedirectAcceptable() removed check for "*" type (invalid in accept header) 2016-05-16 01:11:47 +03:00
SilverFire - Dmitry Naumenko
b976f638d8 Added test for PgSQL BIGINT column to ensure typecasting works OK
Closes #11286
2016-05-15 23:05:30 +03:00
SilverFire - Dmitry Naumenko
9f499eb51e Fixed yii\web\User::checkRedirectAcceptable() to treat acceptable content type */* as *
Closes #11523
2016-05-15 22:27:40 +03:00
Dmitry Naumenko
c3c0d04f5b Merge pull request #11547 from yiisoft/11429-message-source
Fixed `yii\i18n\PhpMessageSource::loadFallbackMessages()`
2016-05-15 21:59:50 +03:00
TonisOrmisson
6bd9881eaf Minor changes in Estonian translation - more fluent. (#11568) [skip ci] 2016-05-15 13:30:14 +03:00
Alexander Makarov
4d809af0ff Fixed @since tag 2016-05-13 17:29:25 +03:00
Oleg Balykin
515732c7b8 Test for bug dbTypecast with empty char #11548 2016-05-13 16:37:20 +03:00
Alexander Makarov
94d0bd9ae7 Fixed method name 2016-05-13 16:05:38 +03:00
Alexander Makarov
27866bf9d6 Changed name to append(), fixed phpdoc, added changelog 2016-05-13 15:58:06 +03:00
Chris Harris
66eabda770 Fixes #11195: Added ability to append custom string to schema builder column definition 2016-05-13 15:57:54 +03:00
Alexander Makarov
5210fc8e42 Fixes #11532: Fixed casting of empty char value to null resulting in integrity constraint violation for not null columns 2016-05-13 15:34:35 +03:00
Dmitry Naumenko
85d19b56e6 Merge pull request #11564 from githubjeka/patch-1
phpDoc of $layout updated
2016-05-13 14:34:55 +03:00
Evgeniy Tkachenko
d0a68883c7 phpDoc of $layout updated 2016-05-13 14:18:19 +03:00
Misbahul D Munir
449a572be5 translate guide to bahasa (#11563) 2016-05-13 13:36:52 +03:00
SilverFire - Dmitry Naumenko
bc63b7607f Fixed PHPDoc for BaseArrayHelper::index()
Closes #11556
2016-05-12 16:33:23 +03:00
Dmitry Naumenko
59daa80592 Merge pull request #11554 from Keanor/patch-1
Update start-workflow.md
2016-05-12 14:16:39 +03:00
Shirshov Alexander
e9abf085e1 Update start-workflow.md
исправление опечатки
2016-05-12 13:19:16 +04:00
SilverFire - Dmitry Naumenko
f7ff153fce Fixed yii\i18n\PhpMessageSource::loadFallbackMessages() not to log error when source and language is same, but locales are different 2016-05-12 01:30:17 +03:00
Dmitry Naumenko
f6d664b5c8 Merge pull request #11545 from yiijan/docs-ja-0512
docs-ja updated [ci skip]
2016-05-11 15:45:55 +03:00
Klimov Paul
b5ff914d80 issue #11507 added to CHANGLOG 2016-05-11 15:14:36 +03:00
Nobuo Kihara
5f769b1a7b docs/internals-ja updated [ci skip] 2016-05-11 21:14:06 +09:00
Nobuo Kihara
7bdd602ad1 docs/guide-ja/security-best-practices.md updated [skip ci] 2016-05-11 21:13:43 +09:00
Sergey Smirnov
1ed6fc09f6 #10825 Fixed EachValidator does not respect skipOnEmpty when using model (#11507) 2016-05-11 14:11:32 +02:00
Nobuo Kihara
e96f956f8a docs/guide-ja updated [ci skip] (#11537)
* docs/guide-ja translations updated [skip ci]

* docs/guide-ja security-* updated [ci skip]
2016-05-11 01:46:07 +02:00
Salem Ouerdani
2eb90f82fe removes nonexistent yii/web/rawCsrfToken from docs (#11521)
* removes nonexistent yii/web/rawCsrfToken from docs

* maj
2016-05-07 18:38:07 +02:00
Klimov Paul
abb408fc1d pgsql migrations fixed 2016-05-06 12:18:03 +03:00
Paul Klimov
6b607d078f #11498: Fixed unable to saved serialized object into PostgreSQL binary column (#11499)
#11498: Fixed unable to saved serialized object into PostgreSQL binary column
2016-05-06 11:04:27 +02:00
Giorgio Giudetti
622676b9f9 Updated translation (#11510) 2016-05-05 15:32:46 +03:00
SilverFire - Dmitry Naumenko
53e1018648 Updated yii\grid\DataColumn::getHeaderCellLabel() to extract attribute label from the filterModel of Grid
Closes #9950
2016-05-03 15:01:33 +03:00
SilverFire - Dmitry Naumenko
7cfd454bd1 Merge branch 'PowerGamer1-patch-6' 2016-05-03 14:52:02 +03:00
SilverFire - Dmitry Naumenko
030913e7f0 Fixed code style and indentations 2016-05-03 14:51:25 +03:00
SilverFire - Dmitry Naumenko
aaf6c844fb Added DataColumnTest 2016-05-03 14:51:25 +03:00
PowerGamer1
7f3511a908 Update ArrayDataProvider.php
Update DataColumn.php

Update CHANGELOG.md
2016-05-03 14:51:22 +03:00
mdmunir
7dc9d07bcd Changable default flavor for Markdown helper
close #11438
2016-05-03 11:14:05 +02:00
SSiwek
5fc46d900b Moved setting of isPrimaryKey #11484 2016-05-03 08:03:33 +02:00
Carsten Brandt
69af09f2a4 added a note about the scope of indexBy()
close #11446
2016-05-01 15:06:57 +02:00
SilverFire - Dmitry Naumenko
37380f785d Updated CHANGELOG 2016-05-01 15:52:32 +03:00
SilverFire - Dmitry Naumenko
da355e8e4e Merge branch '#11428-oci-findcolumns-speedup' of https://github.com/SSiwek/yii2 into SSiwek-11428-oci-findcolumns-speedup 2016-05-01 15:51:41 +03:00
SilverFire - Dmitry Naumenko
deb89177eb Fixed docs typo 2016-05-01 10:02:35 +03:00
Carsten Brandt
e0fd874992 cleanup CHANGELOG 2016-05-01 04:42:29 +02:00
dasmfm
91734ae83b Fixes #11432: Added HTTP status 421 "Misdirected Request" to list of statuses in yii\web\Response
Source: http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
2016-05-01 01:09:37 +03:00
Alexander Makarov
9e7d5041cc Fixes #2022: Added info about yii\db\Query::andFilterCompare() to guide 2016-05-01 00:51:19 +03:00
Alexander Makarov
63cac32fbc Cleaned up security guide 2016-05-01 00:19:55 +03:00
Alexander Makarov
9f1c7ba532 Fixed typo 2016-04-30 22:17:00 +03:00
Alexander Makarov
f288747e95 Fixes #6904: Added reference to webshell extension from mirations guide 2016-04-30 21:49:54 +03:00
Alexander Makarov
315d730b47 Fixes #6922: Added note about overriding widget options specified via DI container 2016-04-30 21:44:49 +03:00
Alexander Makarov
fae0e9430b Fixes #8398: added info about how to deal with twoWord namespaces 2016-04-30 21:30:54 +03:00
Alexander Makarov
cc40c55a6b Fixes #6160: Referred to Yii 2.0 cookbook for low level validation-related JavaScript methods reference 2016-04-30 21:23:28 +03:00