291 Commits

Author SHA1 Message Date
0041f034fd [doc] Update PHP doc links (#18957)
* Replace https://secure.php.net with https://www.php.net

* Replace http://www.php.net with https://www.php.net
2021-10-19 14:50:26 +02:00
e22bece3df update max_file_uploads link (#18953) 2021-10-16 09:18:50 +02:00
cf0966cc8f Update oracle link (#18896) 2021-09-22 01:08:45 +03:00
b5b1531935 update traits link (#18870) 2021-09-08 08:26:03 +02:00
bcd5b48492 update HttpOnly wiki article link (#18851) 2021-08-23 08:36:49 +02:00
07d7b20b01 update Nginx: X-Accel-Redirec link (#18848) 2021-08-20 08:13:25 +02:00
3387d360b0 Do not mention yii2-codeception as it it deprecated 2021-08-16 20:09:40 +03:00
9a0c2c25e2 update mongodb link (#18824) 2021-08-11 08:43:28 +02:00
200e1ba718 Update Elasticsearch link (#18816) 2021-08-08 16:49:32 +03:00
ca50dd0bc7 fix core framework code style link (#18805) 2021-08-04 08:21:28 +02:00
88e942821c update composer asset plugin link (#18797) 2021-08-01 09:04:55 +02:00
9b2720e664 Update links (#18790) 2021-07-29 17:26:53 +03:00
f8e37eb48b update fontawesome link (#18780) 2021-07-25 09:34:26 +02:00
5c80accf0b update twig link (#18774)
Co-authored-by: Bizley <pawel@positive.codes>
2021-07-22 09:32:33 +02:00
7374d4ac5c update http to https website links 2021-07-19 00:16:20 +03:00
2147029615 update structure block (#18760) 2021-07-12 08:24:44 +02:00
fd99eb6c8b update yii forum & chat link (#18751) 2021-07-08 10:12:15 +02:00
c318536cc3 update forum link (start-looking-ahead.md) (#18744) 2021-07-04 10:28:53 +02:00
9a9b722d52 update IRC chat (#18736) 2021-06-30 10:29:51 +02:00
be4faf6018 fix books link & update code block 2021-06-27 02:25:41 +03:00
f29f8a279b single style to structure block (start-workflow.md) 2021-06-23 23:32:18 +03:00
82be8b61cf Replacing deprecated ::className() with ::class (#18671) 2021-05-22 23:14:54 +03:00
79a81fd77f update npmjs urls 2021-05-10 00:24:32 +03:00
93425c3568 Fix #18631: Update nodejs links in docs 2021-05-07 11:10:04 +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
7832136107 Correct typo in Spanish start-prerequisites.md (#17371) [skip ci]
Corrigiendo typo en sección "Programación orientadas a objetos"
2019-06-14 20:52:36 +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
c64152d014 Update start-installation.md (#17113) [skip ci] 2019-02-07 18:18:07 +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
c86f26c0a8 Translate 'output-data-widgets' to Spanish (1) (#16824) [skip ci] 2018-10-26 01:33:06 +03:00
ba95294b0c Translate sections on testing to Spanish (#16786) [skip ci] 2018-10-19 00:34:48 +03:00
558cd482d8 Translate 'What do you need to know' section to Spanish (#16783) [skip ci] 2018-10-14 10:48:36 +03:00
74649543de Translate section 'Output Data Providers' to Spanish (#16767) [skip ci] 2018-10-04 00:12:44 +03:00
dfbcd46eb0 Update and correct Spanish translation (#16765) [skip ci] 2018-10-03 14:18:42 +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
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
da447fd1bb Update rest-routing.md (#16433) [skip ci]
Espero sea de ayuda.
2018-06-24 11:39:34 +03:00
5ec64bb3c7 Update db-dao.md (#15982) [skip ci] 2018-03-25 21:11:52 +03:00
8cc3830f46 Fix #15656: Error in the documentation of widget theming (#15734) [skip ci] 2018-02-22 02:04:31 +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
a6e8bae49f Add signature of callable in DI (#15369) [skip ci] 2017-12-15 18:44:06 +03:00
15a46441e1 Updated asset-plugin version in docs [skip ci] 2017-10-02 21:03:13 +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
c35ddec09a Update composer fxp plugin version in docs and travis scripts 2017-04-19 02:55:31 +03:00
400c531d95 Tiny documentation fix [skip ci] (#13998) 2017-04-17 15:51:09 +03:00