1f709e7133
Fixed special case about reflection introduced by #16528
2018-09-08 00:09:51 +03:00
2aa79865ad
Create move.yml
2018-09-07 02:29:30 +03:00
27a5b1e642
UnsetArrayValue, ReplaceArrayValue can now be restored after serialization using var_export()
2018-08-31 13:58:25 +03:00
0e3a66134c
Fixing Travis build
...
Travis build failed because of very slow MySQL queries execution.
According to MySQL 5.7.23 [release notes](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-23.html#mysqld-5-7-23-bug )
the `mysql_upgrade` command MUST be run after upgrading to this release.
Otherwise MySQL will flood logs with a warging that results in a performance problems.
2018-08-29 12:24:55 +03:00
c286f00060
Fixes #16666 : Fixed yii\helpers\ArrayHelper::merge
2018-08-28 12:31:43 +03:00
ecb8f33d1e
Moved 3.0 roadmap to yiisoft/yii-core ( #16670 )
2018-08-27 17:59:32 +03:00
9e5c4abdb8
Update db-query-builder.md ( #16622 ) [skip ci]
2018-08-09 18:57:54 +03:00
717f430ccc
Update start-installation.md ( #16605 )
...
* Update start-installation.md
Propongo mejorar la redacción en español
* Update start-installation.md
* update
info
2018-08-09 01:56:03 +03:00
e53fc0ded1
Fixes #16558 : Added cloning yii\data\ActiveDataProvider::query property when ActiveDataProvider object is cloned
2018-08-05 15:18:24 +03:00
0ddc3bf58c
Fixes #16603 : Added yii\mutex\FileMutex::$isWindows for Windows file shares on Unix guest machines
2018-08-05 12:23:38 +03:00
b197d8535c
Jaaf db migrations synchronise fr/db-migrations.md with EN version [skip ci] ( #16611 )
...
* synchronize fr/db-migrations.md with EN version [skip ci]
* minor changes during proofreading [skip ci]
* minor changes during proofreading [skip ci]
2018-08-05 12:22:01 +03:00
a289225d6a
Jaaf db synchronize fr/db-dao, fr/db-active-record, fr/db-query-builder with EN version [skip ci] ( #16608 )
...
* synchronize fr/db-active-record, fr/db-dao,fr/db-query-builder with EN version [skip ci]
* repair broken markdown
* repair broken markdown
* repair broken markdown
* typo in fr/db-query-builder
* minor corrections in fr/db-dao
* minor corrections in fr/db-active-record.md
* minor corrections in fr/db-active-record
2018-08-05 00:35:37 +03:00
b9c4486bd4
Russian translation: fix markdown syntax of runtime-handling-errors ( #16609 ) [skip ci]
2018-08-04 21:00:15 +03:00
f69612f792
Fixes #16552 : Added check in yii\db\ActiveQuery::prepare() to prevent populating already populated relation when another relation is requested with via
2018-08-04 01:20:17 +03:00
fb7665efd5
Update intro-yii.md ( #16597 ) [skip ci]
...
Fixed redactions errors and added PHP 7 update suggestion
2018-08-04 01:17:01 +03:00
b36639b288
Fixes #14901 : Fixed trim validation for radio/checkbox button
2018-08-04 01:06:15 +03:00
001e4c5aed
synchronise fr/concept-*.md with EN version [skip ci] ( #16590 )
2018-08-01 12:53:51 +03:00
4e82541ed3
Fixes #16522 : Allow jQuery 3.3
2018-07-31 23:44:35 +03:00
4a53b34c74
synchronize fr/runtime-*.md with EN version [skip ci] ( #16587 )
2018-07-31 23:43:37 +03:00
08d8ab2683
Added Belarusian Translations ( #16586 ) [skip ci]
2018-07-31 18:16:20 +03:00
bc204e3160
synchronize fr/structure/*.md with EN version [skip ci] ( #16581 )
2018-07-30 23:11:30 +03:00
8582c12363
Update start-databases.md ( #16578 ) [skip ci]
...
Possibly addresses part of issue #16577
(the part in comment 1 still needs to be addressed)
2018-07-29 21:47:26 +03:00
708b18fbcf
Jaaf 28 7 b synchronize fr/start-workflow.md with EN version ( #16574 ) [skip ci]
2018-07-29 14:47:45 +03:00
101b26c0f4
Update start-workflow.md ( #16573 ) [skip ci]
...
It's not only possible, but quite normal, that an action loads more than one data model. Using the singular, suggesting that it (necessarily or typically) loads only one model, is confusing.
You may want to consider these alternatives:
- "The action loads zero or more data models"
- "The action optionally loads one or more data models"
but I guess "some models" is clear enough.
2018-07-29 00:47:17 +08:00
bf5476f253
Fixes #15889 : Fixed override yii\helpers\Html::setActivePlaceholder
2018-07-29 00:07:09 +08:00
4b772f1bd0
Intro yii some minor changes ( #16566 ) [skip ci]
2018-07-28 23:52:12 +08:00
9d03667b40
Fixes #16527 : Fixed return content for \yii\widgets\ActiveForm::run()
2018-07-28 23:50:22 +08:00
901d249c45
synchronized fr/intro-upgrade-from-v1.md and fr/start-installation.md with EN version and added first translation for fr/start-prerequisites.md [skip ci] ( #16570 )
2018-07-28 23:47:46 +08:00
1246e5feb3
Fixes #16514 : Fixed yii\di\Container::resolveCallableDependencies to support callable object
2018-07-28 00:41:38 +08:00
32c7c4161b
Fixes #16192 : yii\db\Command::logQuery() is now protected, extracted getCacheKey() from queryInternal()
2018-07-28 00:39:16 +08:00
b32ba1132e
Update inline validator docs ( #16103 ) ( #16556 ) [skip ci]
2018-07-28 00:34:33 +08:00
602ba9760e
Added sample for filter validator ( #16494 ) ( #16559 ) [skip ci]
2018-07-27 23:59:50 +08:00
ec792617ba
Update start-installation.md ( #16548 ) [skip ci]
...
On a typical Linux installation, you will need "sudo" to move composer.phar to /usr/local/bin, as the folder belongs to root.
2018-07-27 23:25:11 +08:00
2a4d57a232
Update caching data docs ( #15901 ) ( #16555 ) [skip ci]
2018-07-27 23:05:57 +08:00
d0712e4918
added tests to verify issue #16484
...
the case is to match all module names before a catch-all URL rule.
module routes should work with "module name only", "module
name+controller name" and "module/controller/action".
2018-07-24 16:45:46 +02:00
60d79aa18e
Update start-installation.md
...
fix broken link in fr docs
2018-07-23 17:17:15 +02:00
80f079a6c1
Mariadb docs ( #16515 )
...
* Updated docs
* Fix copy-paste typo
2018-07-19 23:30:12 +02:00
1ad85c640b
Bug #15826 : Fixed JavaScript compareValidator in yii.validation.js for attributes not in rules (mgrechanik)
2018-07-19 12:19:32 +08:00
71424a42fa
docs/guide/db-active-record.md typo fixed ( #16529 ) [skip ci]
2018-07-19 11:15:48 +08:00
feae9be281
Update start-installation.md ( #16520 ) [skip ci]
...
In the Yii2 Guide, where the Advanced Project Template is mentioned, the link should be to the topic about it in the guide, rather than to an .md file in a github repository.
2018-07-18 00:23:23 +08:00
9ba5581fa4
added note about session GC config
...
fixes #16516
2018-07-14 01:23:48 +02:00
cd0e0e71c1
Fixed idn_to_ascii function call to prevent incorrect translation
...
Without the `IDNA_NONTRANSITIONAL_TO_ASCII` parameter, domain `faß.de`
gets converted to `fass.de` that is not correct way of making IDN.
Follows http://www.unicode.org/reports/tr46/
2018-07-11 19:53:13 +03:00
f6ed59885e
Updated Roadmap's Cleanup section ( #16506 ) [skip ci]
2018-07-11 15:30:37 +03:00
02b469e8b6
Checked for Port method calls support ( #16503 ) [skip ci]
2018-07-10 23:09:50 +03:00
5a53df5a3c
Updated roadmap [skip ci]
2018-07-09 01:12:10 +03:00
79982c3556
Updated roadmap [skip ci]
2018-07-07 01:05:31 +03:00
1cfd5e624f
Fix AD Hoc example syntax ( #16491 ) [skip ci]
2018-07-07 00:45:04 +03:00
bff974cf94
Marked circular references as done [skip ci]
2018-07-06 17:06:28 +03:00
a52102d5ef
Portuguese (pt) translations ( #16486 ) [skip ci]
2018-07-05 21:55:13 +03:00
c37b261622
Assigned DI items to @hiqsol [skip ci]
2018-07-05 21:53:21 +03:00