22 Commits

Author SHA1 Message Date
592482a97a update structure-filters.md links (#19601) 2022-10-01 10:25:38 +02:00
161526cd41 HTTPS everywhere (#19503) 2022-08-03 12:32:18 +03:00
9bcc8c8e83 update links (en) (#19222)
Co-authored-by: Bizley <pawel@positive.codes>
2022-02-12 17:43:48 +01:00
82be8b61cf Replacing deprecated ::className() with ::class (#18671) 2021-05-22 23:14:54 +03:00
ba7106564d blacklist → exclude (#18104) 2020-06-14 23:55:24 +03: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
4774ef9889 📖 Wrap "false" [skip ci] 2016-09-17 14:26:45 +03:00
7ba631b4ae improved docs about using CORS with REST controllers
fixes #10405, #6254 (thanks to @ydatech and @tunecino)

related to #8626

close #11086
2016-06-20 17:10:50 +02:00
b0bf95138e Fix link in structure-filters guide 2015-06-24 11:40:16 +06:00
36bebbfefb use id instead of name for anchor references in the guide
fixes #7013
2015-01-25 22:13:16 +01:00
62f0707b5f Update structure-filters.md
Minor syntax changes.
2014-11-19 18:14:44 -03:00
5e3d81901c docs/guide/structure-filters.md - typo fixed [ci skip] 2014-11-07 21:38:42 +09:00
ee3fc7f866 Fixes #4986 2014-09-11 12:09:10 -04:00
6dc056b325 #4388: CORS filter fixes:
- Upgrade the documentation to match filter code
- Fix bad default behavior with Access-Control-Allow-Credentials
- Fix missing "s" in header Access-Control-Request-Method / Access-Control-Allow-Methods
2014-07-21 23:23:05 +04:00
371af5c486 minor doc fix. [skip ci] 2014-07-18 21:59:19 -04:00
1b5adca0f2 Merge pull request #4193 from pgaultier/feature/CORS
CORS Filter
2014-07-18 11:54:09 -04:00
28e9344dcc Move CORS documentation from REST to Structure 2014-07-07 10:37:42 +02:00
f4f2a708b2 Added authentication filters to guide. [skip ci] 2014-07-04 09:09:41 -04:00
9c4d4715dd guide WIP [skip ci] 2014-07-03 08:33:09 -04:00
60b38a1a33 Finished filter section [skip ci] 2014-06-21 21:04:30 -04:00
b489cada30 guide WIP [skip ci] 2014-06-12 20:40:31 -04:00
9c9d11aef7 guide WIP [skip ci] 2014-05-29 20:59:30 -04:00