5a66299962
Removed unnecessary hyphens ( #15914 )
2018-03-17 00:02:41 +03:00
2962f1d8c1
Cache Flushing as separate section
2018-03-13 18:27:52 +03:00
58ed1ed2ca
Adjust code sample to screenshot
2018-03-13 13:04:28 +07:00
0e8d02f36c
Update db-query-builder.md
2018-02-25 13:44:38 +08:00
9dab7b1850
Fixes #15543 : Fixed trustedHosts docs in request guide [skip ci]
2018-02-24 02:41:41 +03:00
5a5f3d1bd9
Correct table name in docs ( #15754 )
...
* Correct table name in docs
With this PR, the micro-framework guide is actually followable :)
* Fixed inconsistency in post table name [skip ci]
2018-02-24 00:17:08 +03:00
85a7739c54
Fixed link in guide [skip ci]
2018-02-22 16:16:20 +02:00
8cc3830f46
Fix #15656 : Error in the documentation of widget theming ( #15734 ) [skip ci]
2018-02-22 02:04:31 +03:00
bc889353de
Added slack channel link
2018-02-20 23:21:43 -06:00
38774a30cc
Added info about nesting "expand" to REST docs [skip ci]
2018-02-17 21:47:08 +03:00
10bab28423
Mentioned new data caching methods in the guide [skip ci]
2018-02-17 02:25:28 +03:00
6c31645bf2
Added upsert() to the guide [skip ci]
2018-02-17 01:07:03 +03:00
c382d3e8d4
Fixes #15120 : Refactored dynamic caching introducing DynamicContentAwareInterface
and DynamicContentAwareTrait
2018-02-13 00:19:01 +03:00
62d4604269
Added BetweenConditionBuilder
...
Replaces #12678 , Fixes #11611
2018-02-11 18:55:07 +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
46848f0051
Add docs about assets preventing assets installation ( #15603 ) [skip ci]
2018-02-06 14:38:27 +03:00
d16586334d
Fixes #7640 : Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL
2018-02-05 04:59:14 +07:00
57b31fc92c
Added example for yii\validators\Validator::addError() [skip ci] ( #15197 )
2018-02-03 18:41:29 +07:00
dbcb66b87a
Add missing file to micro-framework docs ( #15550 ) [skip ci]
2018-01-24 20:46:38 +03:00
3d27ab3463
Removes unnecessary integerOnly
option ( #15546 ) [skip ci]
...
`integer` validator already has `'integerOnly' => true`.
2018-01-23 22:53:55 +03:00
71c541773f
PHPDoc fix
2018-01-23 13:17:25 +02:00
65f6b59b35
@inheritdoc
notation changed
2018-01-23 13:11:24 +02:00
e813c20124
Fixes #3250 : Added support for events partial wildcard matching
2017-12-24 00:36:54 +03:00
be3ebb0e9f
docs added
2017-12-23 16:01:20 +02:00
1f02e77b86
Fixes #15035 : Added prerequisites to the guide ( #15397 ) [skip ci]
2017-12-21 02:51:52 +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
b59f03f12b
Add missing r in "rather". ( #15394 ) [skip ci]
2017-12-20 13:03:07 +03:00
7daf407a66
Added important info about adding module URL rules via extensions [skip ci]
2017-12-19 22:58:17 +03:00
f6b2d4dbcc
Added information about filters and header of DataColumn ( #14981 ) [skip ci]
2017-12-19 22:26:00 +03:00
cb765ab09d
Updated info about setting timezone in the guide ( #14689 ) [skip ci]
2017-12-19 22:08:08 +03:00
b0aa7a73de
Fixed example in asset publishing guide [skip ci]
2017-12-19 02:36:26 +03:00
516660774c
📖 make warning about AR in migrations more noticeable [skip ci] ( #15372 )
2017-12-16 20:55:36 +03:00
a6e8bae49f
Add signature of callable in DI ( #15369 ) [skip ci]
2017-12-15 18:44:06 +03:00
0455e852a7
Fix closing tag ( #15367 ) [skip ci]
2017-12-15 16:21:45 +03:00
edc8ec120d
Adds dbmanager cache into an examle ( #15337 ) [skip ci]
...
* Adds dbmanager cache into an examle
When I used the RBAC first time, I didn't know about the dbmanager caching. I was relaying on the examples only. Then I saw many queries in my logs and started searching to eventually find the cache property.
I think there isn't a situation, when someone doesn't use caching for dbmanager rbac, so i'ts very helpful to put it in the example above.
Hope I'm correct.
2017-12-13 11:30:03 +03:00
adc441de83
Fixing docs typo and rephrasing [skip ci]
2017-12-11 22:12:16 +03:00
a7482624f6
Remove extra apostraphe in trusted proxies example ( #15136 ) [skip ci]
2017-11-09 21:46:47 +03:00
a3cd99d77d
#14664 : Adjusted description of "migrate/fresh" in the guide [skip ci]
2017-11-03 21:39:30 +03:00
2745a16245
fix phpdoc in log\Target
2017-11-03 01:11:09 +01:00
ba739bf7ab
Documented CSS/JS asset options per file ( #15062 ) [skip ci]
...
As per issues #10158 and #10166 . Order of details on CSS and JS properties swapped because of the order they're listed in the template.
2017-11-01 16:57:41 +03:00
144ccf0344
docs: apache2 htaccess, avoid scriptname in URLs
...
adjust .htaccess example to show 404 on pretty URLs, when
$showScriptName is false.
fixes https://github.com/yiisoft/yii2-app-basic/issues/109
2017-10-30 10:07:10 +01:00
376006a2d5
Data filter enhancements and docs
...
- Added docs.
- Moved to "data" namespace.
- Moved messages to "yii" category.
- Added Russian messages translation.
2017-10-26 11:32:52 +03:00
b7a96a8eb5
Fixed typo in output client scripts [skip ci]
2017-10-25 21:50:35 +03:00
c4b3e102db
added documentation for chaining via() relations
...
see https://github.com/yiisoft/yii2/issues/10408#issuecomment-338881999
2017-10-24 10:22:23 +02:00
e65451991d
Added example for concrete file alias to aliases docs [skip ci]
2017-10-23 22:23:04 +03:00
b5e0903435
Added not
to operator format in docs [skip ci]
2017-10-19 18:27:37 +03:00
3c8b62b32d
Added missing quote in the documentation [skip ci]
2017-10-19 12:43:47 +03:00
0ee17dcb7d
avoid meaningless headlines like "Overview"
...
these could appear without context and are confusing in that case.
2017-10-17 10:11:25 +02:00
15a46441e1
Updated asset-plugin version in docs [skip ci]
2017-10-02 21:03:13 +02:00