Daniel Gomez Pan
|
1989494faa
|
Console command aliases enhancements
|
2016-03-05 17:56:12 +03:00 |
|
Alexander Makarov
|
8b4fd5c028
|
Updated changelog
|
2016-03-05 17:54:58 +03:00 |
|
Daniel Gomez Pan
|
9088d49990
|
fix name method
|
2016-03-04 14:13:18 +01:00 |
|
Dmitry Naumenko
|
857eee2451
|
Merge pull request #10870 from pana1990/10840-add-shorcuts-console
WIP #10840
|
2016-03-04 13:53:28 +02:00 |
|
Daniel Gomez Pan
|
4a5a80b1ce
|
WIP #10870: improvement docs [skip ci]
|
2016-03-04 00:11:13 +01:00 |
|
Newerton
|
cdd14d81e7
|
Update pt-BR translation
|
2016-03-02 15:45:51 -03:00 |
|
Klimov Paul
|
2cf7e35074
|
Check for timestamp at yii\validators\DateValidator improved
|
2016-02-29 10:40:58 +02:00 |
|
Daniel Gomez Pan
|
06a4207695
|
WIP #10840: update changelog [skip ci]
|
2016-02-28 01:00:37 +01:00 |
|
Daniel Gomez Pan
|
1ce21cd927
|
WIP #10840: rename key 'alias' to '_aliases'
|
2016-02-27 23:26:34 +01:00 |
|
Chris Harris
|
12d5f55a3e
|
Doc. formatting [skip ci]
|
2016-02-26 23:29:02 -08:00 |
|
Chris Harris
|
98ac811858
|
Unsigned switch is now set when calling unsigned() on pks.
|
2016-02-26 19:58:35 -08:00 |
|
Chris Harris
|
2f91889b70
|
Removed unsignedPrimaryKey() schema builder type; now, the unsigned() modifier works with primary key types e.g. pk()->unsigned() or bigpk()->unsigned().
|
2016-02-26 17:48:03 -08:00 |
|
Daniel Gomez Pan
|
ac73aeebed
|
update message-es [skip ci]
|
2016-02-27 02:46:10 +01:00 |
|
Daniel Gomez Pan
|
5dcfb19112
|
remove unnecesary check
|
2016-02-27 02:45:10 +01:00 |
|
Chris Harris
|
b697e173fc
|
Fixed unsigned() modifier to enable use with PKs.
|
2016-02-26 14:14:52 -08:00 |
|
Chris Harris
|
1c7af04937
|
Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype
|
2016-02-26 12:44:41 -08:00 |
|
DrDeath72
|
e50b300a0f
|
string array replace change
shorten :D
|
2016-02-26 22:31:39 +05:00 |
|
Daniel Gomez Pan
|
9b94dbfe38
|
Merge remote-tracking branch 'upstream/master' into 10969-fix-migration
|
2016-02-26 15:58:17 +01:00 |
|
Chris Harris
|
3eecb79420
|
Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype
|
2016-02-26 06:10:26 -08:00 |
|
Chris Harris
|
553cca642c
|
Reverted unsigned() pk modifier
|
2016-02-26 06:09:22 -08:00 |
|
SilverFire - Dmitry Naumenko
|
ded158ed43
|
Updated CHANGELOG
|
2016-02-26 16:07:36 +02:00 |
|
Chris Harris
|
bce09c19c2
|
Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype
|
2016-02-26 05:34:05 -08:00 |
|
Chris Harris
|
f7d23f662d
|
Made base QueryBuilderTest abstract to exclude it from tests. Added upgrade notes.
|
2016-02-26 05:27:31 -08:00 |
|
Dmitry Naumenko
|
c199f33410
|
Merge pull request #10974 from maximal/patch-1
Fix accidental `getResponseHeader()` fails
|
2016-02-26 15:21:55 +02:00 |
|
Klimov Paul
|
779b1e90ce
|
yii\validators\DateValidator skip validation for timestampAttribute, if it is already in correct format
|
2016-02-26 15:02:22 +02:00 |
|
Chris Harris
|
030ee68b01
|
Testing unsigned() modifier on PKs (now $this->primaryKey()->unsigned() works)
|
2016-02-26 04:39:05 -08:00 |
|
MaximAL
|
be44d265e2
|
Fix accidental getResponseHeader() fails
|
2016-02-26 15:06:24 +03:00 |
|
Chris Harris
|
f3cf4af4de
|
Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype
# Conflicts:
# framework/db/sqlite/QueryBuilder.php
|
2016-02-26 00:14:29 -08:00 |
|
Daniel Gomez Pan
|
921b102961
|
Fixed #10969: generator migration tool not works with decimal params in column
|
2016-02-26 03:34:03 +01:00 |
|
Carsten Brandt
|
191f2a4943
|
fixed phpdoc type names
|
2016-02-25 20:24:32 +01:00 |
|
Alexander Makarov
|
ef050338cc
|
Fixed Imagick call in Captcha
|
2016-02-25 21:45:01 +03:00 |
|
Carsten Brandt
|
645e78e832
|
fixed message formatter for input where no parameters are provided
fixes #10884
|
2016-02-25 19:39:52 +01:00 |
|
Carsten Brandt
|
af75262541
|
fixed sqlite bigPk creation
|
2016-02-25 19:10:23 +01:00 |
|
Carsten Brandt
|
c5a60ce2ec
|
Avoid new $this->modelClass in ActiveQuery::findWith()
reduces the issue described in #8639 to `joinWith()` and `asArray()`.
close #10940
|
2016-02-25 18:26:28 +01:00 |
|
Daniel Gomez Pan
|
705edfff5a
|
Add aliases for core commands
|
2016-02-25 16:28:19 +01:00 |
|
Carsten Brandt
|
360eb03d5c
|
remove min.js sourcemap hint from error page
fixes #10919
|
2016-02-25 15:35:35 +01:00 |
|
SilverFire - Dmitry Naumenko
|
f390e8c069
|
Updated CHANGELOG
|
2016-02-25 15:48:03 +02:00 |
|
SilverFire - Dmitry Naumenko
|
be81074215
|
Merge branch 'enh-link-submission-form-attribute-9893' of https://github.com/SamMousa/yii2 into SamMousa-enh-link-submission-form-attribute-9893
|
2016-02-25 15:46:16 +02:00 |
|
Klimov Paul
|
2fe7ed05f0
|
Fixed setup of 'definitions' and 'aliases' at yii\widgets\MaskedInput
|
2016-02-25 13:49:49 +02:00 |
|
Sam Mousa
|
9b554b065d
|
Merge remote-tracking branch 'upstream/master' into enh-link-submission-form-attribute-9893
|
2016-02-25 10:49:10 +00:00 |
|
SilverFire - Dmitry Naumenko
|
1e1baec6e6
|
Reverted c478199
|
2016-02-25 12:14:22 +02:00 |
|
SilverFire - Dmitry Naumenko
|
992bc264b6
|
Fixed PHPDoc
|
2016-02-25 00:20:55 +02:00 |
|
SilverFire - Dmitry Naumenko
|
c478199937
|
Added property yii\web\DbSession::encodeData to encode/decode session data in base64 on session read/write
Closes #6173
|
2016-02-25 00:17:26 +02:00 |
|
SilverFire - Dmitry Naumenko
|
438e5cfb5d
|
BaseArrayHelper::isTraversable() PHPDoc update
|
2016-02-24 23:51:19 +02:00 |
|
Sam Mousa
|
16a6af5fa8
|
Add helper function for checking if an object is an array-like object.
Added support for traversable objects in `BaseHtml` and `ArrayHelper`
|
2016-02-24 23:49:05 +02:00 |
|
Alexander Makarov
|
80e9331fe0
|
Spelling fixes, BaseArrayHelper::index() parameter groupBy renamed to groups
|
2016-02-24 23:43:09 +02:00 |
|
SilverFire - Dmitry Naumenko
|
367fddc1f3
|
ArrayHelper::index() - updated CHANGELOG, UPGRADE, guide
|
2016-02-24 23:10:07 +02:00 |
|
SilverFire - Dmitry Naumenko
|
d56d2d7a31
|
BaseArrayHelper::index() - 3rd parameter renamed from dimensions to groupBy
PHPDoc updated
|
2016-02-24 23:07:37 +02:00 |
|
SilverFire - Dmitry Naumenko
|
54c0d9a31c
|
Merge branch 'helper_indexbydimensions' of https://github.com/quantum13/yii2 into quantum13-helper_indexbydimensions
|
2016-02-24 21:35:51 +02:00 |
|
Chris Harris
|
a6afa6072c
|
Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype
|
2016-02-24 04:07:21 -08:00 |
|