95c2d214d9
Fixed typo in di container guide
2021-02-02 22:48:07 +03:00
9e184aaeae
Typo fix "Enntêtes HTTP" ( #18350 )
...
Typo fix on "Enntêtes HTTP", should be "Entêtes HTTP" instead.
2020-10-26 18:27:35 +03:00
385fe13d66
Revert #18102 since renaming is technically problematic ( #18109 )
2020-06-17 13:40:17 +03:00
472600ee3f
Fix #18102 : Use “primary”/“replica” terminology instead of “master”/“slave”
2020-06-14 00:12:10 +03:00
8957d08e0b
Add blank lines before ```php if needed ( #18042 )
...
The documentation builder need a blank line before a code block:
* https://www.yiiframework.com/doc/guide/2.0/fr/structure-filters#access-control
> refusant l'accès à ces actions aux autres utilisateurs. `php use yii\filters\AccessControl;
* https://www.yiiframework.com/doc/guide/2.0/fr/structure-filters#content-negotiator
> de réponse, et anglais (États-Unis) et allemand en tant que langues. `php use yii\filters\ContentNegotiator; use
2020-05-16 21:06:30 +03:00
d0857589ae
Fix Markdown formating and a typo ( #18043 )
2020-05-16 21:04:28 +03:00
25672a94d1
Fix syntax error in Query builder docs ( #17281 ) [skip ci]
2019-04-20 21:18:03 +03:00
bdb7c64910
Update to https protocol for php.net links ( #17168 ) [skip ci]
...
* Updated php.net link for some MemCache properties [skip ci]
* Changed protocol to https for links to php.net in comments
* Changed protocol to https for links to php.net in code
* Changed www.php.net (http) to secure.php.net (https) in comments
* Changed www.php.net (http) to secure.php.net (https) in code
* Changed protocol to https for links to php.net in UPGRADE.md
* Changed protocol to https for links to pecl.php.net in comments
* Changed us.php.net to secure.php.net (https) in comments
* Changed protocol to https for links to php.net in docs
* Changed www.php.net (http) to secure.php.net (https) in docs
* Changed protocol to https for links to pecl.php.net in docs
* Changed ru/jp.php.net to secure.php.net (https) in docs
Don't sure about russian guide: is this links meant to be for guide on russian, or not?
2019-02-28 13:09:27 +03:00
1f1319cb9e
anchor tag fixed (from <a> to <span>) [ci skip] ( #17157 )
2019-02-23 18:38:38 +03:00
d07e286dbd
fix syntax error in fr and es guide
...
these were failing the PDF build
2018-12-12 09:29:34 +01: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
001e4c5aed
synchronise fr/concept-*.md with EN version [skip ci] ( #16590 )
2018-08-01 12:53:51 +03:00
4a53b34c74
synchronize fr/runtime-*.md with EN version [skip ci] ( #16587 )
2018-07-31 23:43:37 +03:00
bc204e3160
synchronize fr/structure/*.md with EN version [skip ci] ( #16581 )
2018-07-30 23:11:30 +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
4b772f1bd0
Intro yii some minor changes ( #16566 ) [skip ci]
2018-07-28 23:52:12 +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
60d79aa18e
Update start-installation.md
...
fix broken link in fr docs
2018-07-23 17:17:15 +02:00
972d427ba4
Better ICU formatting reference link [skip ci] ( #16019 )
2018-04-01 23:25:30 +03:00
089685975a
Wrap @inheritdoc tag in curly brackets [skip ci]
2018-02-19 00:16:19 +02:00
e6f5c46cdc
Fixes #15633 : Deprecate some things going away/changing in 2.1
...
- Deprecated `yii\base\BaseObject::className()` in favor of native PHP syntax `::class`, which does not trigger autoloading
- Deprecated XCache and Zend data cache support as caching backends
- Deprecated `yii\BaseYii::powered()` method
- Added `yii\base\InvalidArgumentException` and deprecated `yii\base\InvalidParamException`
- Added `yii\BaseYii::debug()` and deprecated `yii\BaseYii::trace()`
2018-02-11 01:48:29 +03:00
cf8b1dfc8a
Replaced .local with .test in installation guide [skip ci]
...
.local is used in mDNS by Apply and may cause routing issues
2017-12-21 02:35:56 +03:00
e29245d024
Docs: fix outdated unicode link ( #15392 ) [skip ci]
2017-12-20 13:03:48 +03:00
a6e8bae49f
Add signature of callable in DI ( #15369 ) [skip ci]
2017-12-15 18:44:06 +03:00
03aac69a9b
guide fix
2017-09-19 13:20:13 +03:00
393fc2744a
Added yii\base\Object for backwards compatibility
...
fixes #7936
close #14478
2017-07-19 10:53:33 +02:00
5b2101f14c
Update guide: Object -> BaseObject
...
issue #7936
2017-07-19 10:51:46 +02:00
d38908fc13
Fixed #14469 : updated RFC links
2017-07-17 16:21:49 +03:00
a50d9d8e3e
Enable include
rule in php-cs-fixer ( #14418 )
2017-07-10 13:19:57 +03:00
400c531d95
Tiny documentation fix [skip ci] ( #13998 )
2017-04-17 15:51:09 +03:00
33929704cf
Adding 4 files helper-* FR [skip ci] ( #13725 )
2017-03-08 12:13:07 +03:00
9aacd89b77
compliance with style-guide, adding blocktypes.json and removing unnecessary translations [skip ci] ( #13653 )
2017-02-24 18:15:06 +03:00
1b06898c26
adding caching-http.md FR ( #13636 )
2017-02-21 18:49:46 +02:00
49539d8182
Translated caching-page.md into FR [skip ci] ( #13635 )
2017-02-21 15:14:59 +03:00
677cd75c71
Translated caching-fragment.md into FR [skip ci] ( #13633 )
2017-02-21 12:04:46 +03:00
30b7fc8dc1
Fixes #13577 : yii\db\QueryBuilder::truncateTable
should work consistent over all databases
2017-02-20 23:38:50 +03:00
dc175ae130
Translated caching-data.md into FR [skip ci] ( #13626 )
2017-02-20 12:33:36 +03:00
7eb2763b00
New caching-overview.md fr [skip ci] ( #13609 )
2017-02-18 23:50:41 +03:00
5e987b0b9b
Fixed anchor in docs
2017-02-17 09:15:57 +02:00
496310e7e3
fixed typo in security guide about namespace
...
backslash vs. slash
fixes #13132
2016-12-04 02:50:22 +01:00
f1f357bad3
Documentation for Events updated
2016-11-26 12:19:45 +02:00
f4e54a1b5a
Fixed typo in get parameter in docs [skip ci] ( #13066 )
2016-11-24 11:52:44 +03:00
4aa935e69e
Fixes #12055 : Changed boolean
to bool
and integer
to int
in phpdoc
2016-11-07 02:51:39 +03:00
22a90cb817
added French output-client-scripts.md [skip ci] ( #12844 )
2016-10-26 11:54:31 +03:00
a780b14818
removed conflicting NBSP from fr guide
2016-09-29 13:51:39 +02:00
10b67c573e
fixed broken code block
2016-09-29 13:09:56 +02:00
bb37b65ae1
fixed broken guide links
2016-09-29 12:57:27 +02:00
9f4df7173b
fixed broken link in french guide
2016-09-29 12:53:51 +02:00
123652dd09
fixed guide rendering issues
2016-09-29 12:46:13 +02:00