Macbenach
ff5f7b5cf1
[docs] [skip-ci] RBAC Spanish Translation ( #11675 )
...
* [docs] [skip-ci] RBAC Spanish Translation
* Update security-authorization.md
2016-06-04 21:59:16 +02:00
hableel
f89307655b
Update yii.php ( #11694 )
...
Add a missing translation [skip ci]
2016-06-04 21:57:15 +02:00
Dmitry Naumenko
9d9b63c05a
Merge pull request #11664 from lucianobaraglia/spanish-docs
...
More Spanish Docs [skip ci]
2016-05-31 15:20:02 +03:00
Luciano Baraglia
52bd5790f1
More Spanish Docs [skip ci]
2016-05-30 15:21:45 -03:00
Luciano Baraglia
0a7514eac8
Spanish docs [skip ci] ( #11649 )
2016-05-30 17:09:45 +03:00
Luciano Baraglia
42db3687cb
More spanish docs [skip ci] ( #11640 )
2016-05-27 07:15:39 +02:00
Carsten Brandt
418de14730
Merge pull request #11632 from nkovacs/psr2-fixes
...
Coding style fixes
2016-05-26 23:41:47 +02:00
Dmitry Naumenko
eca3a70fbb
Merge pull request #11626 from githubjeka/patch-1
...
Updated phpDoc of scalar
2016-05-26 15:09:59 +03:00
Nikola Kovacs
f538878142
remove superfluous whitespace
2016-05-26 11:28:42 +02:00
Nikola Kovacs
9d327baa8b
coding style fixes
2016-05-26 11:19:32 +02:00
Luciano Baraglia
af6df229e8
Output client spanish docs [skip ci] ( #11622 )
2016-05-25 23:10:49 +02:00
Klimov Paul
c9fa71e5ca
added missing @since tag
2016-05-25 16:34:19 +03:00
Klimov Paul
b7b8348c73
yii\rbac\PhpManager now invalidates script file cache performed by 'OPCache' or 'APC' on file saving
2016-05-25 12:40:40 +03:00
Evgeniy Tkachenko
dbb54f986c
Updated phpDoc of scalar
2016-05-25 09:14:31 +03:00
Luciano Baraglia
04835e5a33
Some spanish docs updates [skip ci] ( #11621 )
2016-05-24 19:51:55 +03:00
Angel Guevara
fdbf7d85a1
Simple tests ( #11606 )
...
* method to simplify migrate/create tests
* use new assertion for all migration/create tests
* move the expected files to test/data/console
2016-05-24 09:35:23 +03:00
Luciano Baraglia
bd2e78c1db
Some spanish docs [skip ci] ( #11617 )
2016-05-23 22:34:12 +02:00
SilverFire - Dmitry Naumenko
ae1fbdd737
Updated output-data-widgets article. Fixed broken links
...
Closes #11609
2016-05-22 18:40:24 +03:00
Dmitry Naumenko
e07bb61d71
Merge pull request #11610 from Faryshta/patch-4
...
fix #11609 [skip-ci]
2016-05-22 16:20:10 +03:00
Angel Guevara
10b5a3a819
fix #11609
2016-05-22 07:09:37 -05:00
SilverFire - Dmitry Naumenko
41097bb19b
Merge branch 'SSiwek-11484-oci-schema'
2016-05-22 13:13:48 +03:00
SilverFire - Dmitry Naumenko
a23cbda185
Code style fixed
2016-05-22 13:13:24 +03:00
SilverFire - Dmitry Naumenko
e6c01ab081
Updated CHANGELOG
2016-05-22 13:13:12 +03:00
SilverFire - Dmitry Naumenko
e5bad89c34
Merge branch '11484-oci-schema' of https://github.com/SSiwek/yii2 into SSiwek-11484-oci-schema
2016-05-22 12:57:14 +03:00
SilverFire - Dmitry Naumenko
38be74446e
Update PHPDoc, CHANGELOG, UPGRADE.md
2016-05-22 12:54:29 +03:00
maine-mike
7249a6c99e
Move Identity Cookie code into separate functions
2016-05-22 12:12:04 +03:00
SilverFire - Dmitry Naumenko
7284f238a0
Merge branch 'andrey-mokhov-patch-2'
2016-05-22 12:04:52 +03:00
SilverFire - Dmitry Naumenko
36be16c865
Updated CHANGELOG
2016-05-22 12:03:44 +03:00
SilverFire - Dmitry Naumenko
77b29bf927
Added tests to ColumnSchemaBuilderTest in order to verify custom column types work OK
2016-05-22 12:03:44 +03:00
andrey-mokhov
bde00be202
ColumnSchemaBuilder can not work with custom types
...
In our project we use trait with custom types, example:
```php
trait MigrationToolTrait
{
protected function dateTimeWithTZ ($precision = null)
{
if ('pgsql' === $this->db->driverName) {
return $this->getDb()->getSchema()->createColumnSchemaBuilder(sprintf('timestamp(%d) with time zone', $precision));
}
return $this->dateTime($precision);
}
}
```
usage:
```php
class m160516_161900_init
{
use MigrationToolTrait;
public function safeUp ()
{
$this->createTable('testing', [
'id' => $this->primaryKey(),
'startDate' => $this->dateTimeWithTZ()->notNull()->defaultExpression('now()'),
]);
}
public function safeDown ()
{
$this->dropTable('testing');
}
}
```
In version 2.0.8 MigrateController generate notice:
PHP Notice 'yii\base\ErrorException' with message 'Undefined index: timestamp(0) with time zone' in vendor/yiisoft/yii2/db/ColumnSchemaBuilder.php:366
We offer our change to fix it.
2016-05-22 12:03:44 +03:00
Dmitry Naumenko
77747fc50f
Merge pull request #11604 from lucianobaraglia/doc-es
...
Some spanish docs [ci skip]
2016-05-22 01:29:15 +03:00
mshutov
bb35fda6e9
Update Migration.php ( #11605 )
...
Typo in doc for safeDown
2016-05-21 15:32:34 +03:00
Luciano Baraglia
3eb70a724b
Test fixtures spanish docs [skip ci]
2016-05-20 22:39:09 -03:00
Luciano Baraglia
b4ed34558f
Some spanish doc translations [skip ci]
2016-05-20 16:27:23 -03:00
Carsten Brandt
e49bc29aa8
Update ActionFilter.php
2016-05-20 13:13:42 +02:00
Dmitry Naumenko
623b738d47
Merge pull request #11580 from DrDeath72/patch-12
...
YUI Compressor fix
2016-05-20 13:40:19 +03:00
Paul Klimov
7e7db38011
Fix #11591 ActionFilter wildcard ( #11594 )
...
* Added support for wildcards for `only` and `except` at `yii\base\ActionFilter`
2016-05-20 11:04:17 +02:00
Luciano Baraglia
48bcee6fc3
Doc translation es ( #11597 )
...
* Added glossary to Spanish translation
* Some spanish translation updates
* DB Migrations Spanish Docs [skip ci]
* Fix line break in english doc [skip ci]
2016-05-19 23:44:45 +03:00
Luciano Baraglia
f1c1505808
Added glossary to Spanish translation ( #11587 )
...
* Added glossary to Spanish translation
* Some spanish translation updates
2016-05-19 00:03:03 +03:00
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