Justin Nikles
353fc240a9
Update start-prerequisites.md ( #16055 ) [skip ci]
...
Changed you'll to you in last paragraph. Also Changed your to you in object oriented section.
2018-04-07 11:53:26 +03:00
Carsten Brandt
10dbb0e46b
update absolute links in guide to point to website
2018-04-04 16:52:38 +02:00
Carsten Brandt
e4c0221be9
fix broken links in widget guide
...
fixes https://github.com/yiisoft-contrib/yiiframework.com/issues/235
fixes https://github.com/yiisoft/yii2/issues/14485
2018-04-04 16:38:25 +02:00
Carsten Brandt
a5f9e45c07
Update tutorial-mailing.md
2018-04-04 15:58:14 +02:00
paresh27
96a0372ec1
Update security-best-practices.md ( #16036 ) [skip ci]
2018-04-04 16:14:42 +03:00
Pavel Ivanov
972d427ba4
Better ICU formatting reference link [skip ci] ( #16019 )
2018-04-01 23:25:30 +03:00
Alexander Makarov
de9dbbbdbb
Added missing ArrayCache to data caching guide [skip ci]
2018-03-27 16:42:21 +03:00
Tobias Munk
bcb32492c6
Added Docker guide section [skip ci] #15938
2018-03-26 15:08:49 +03:00
Nobuo Kihara
a544457488
docs/guide/structure-modules.md small fix ( #15974 ) [skip ci]
2018-03-25 19:22:02 +03:00
Nobuo Kihara
a3129c57ec
docs/guide/rest-resources.md description fix ( #15959 )
2018-03-23 18:36:52 +01:00
David Baker
055b73fece
Tweaking a few grammatical bugs ( #15932 ) [skip ci]
2018-03-20 21:30:35 +03:00
Carsten Brandt
52ffaa1b25
Merge branch '2.0.15-dev'
...
* 2.0.15-dev:
prepare for next release
release version 2.0.15
remove ColumnSchema import from mysql Schema because it conflicts with existing class
Added russian docs
Fixed grammar
improved filtering condition on yii\db\ActiveRecord
Wording adjustments and doc enhancements [skip ci]
Fixed possible SQL injection through `ActiveRecord::findOne()`
Fixes #15878 : Fixed migration with a comment containing an apostrophe
Conflicts:
framework/UPGRADE.md
2018-03-20 13:45:22 +01:00
SilverFire - Dmitry Naumenko
f8560b7a85
Added russian docs
2018-03-20 13:19:45 +02:00
SilverFire - Dmitry Naumenko
caab05b0a0
Fixed grammar
2018-03-20 12:47:50 +02:00
Carsten Brandt
a38302fdfd
improved filtering condition on yii\db\ActiveRecord
2018-03-20 11:42:28 +01:00
Alexander Makarov
5f75916cde
Wording adjustments and doc enhancements [skip ci]
2018-03-20 11:20:56 +01:00
SilverFire - Dmitry Naumenko
b37f361ad7
Fixed possible SQL injection through ActiveRecord::findOne()
2018-03-20 11:20:56 +01:00
Sam
1ebf951a59
Fixes #15492 : Clarify tree traversal configuration ( #15919 ) [skip ci]
2018-03-19 01:05:03 +03:00
Roman Grinyov
5a66299962
Removed unnecessary hyphens ( #15914 )
2018-03-17 00:02:41 +03:00
Roman Grinyov
2962f1d8c1
Cache Flushing as separate section
2018-03-13 18:27:52 +03:00
Disassem
58ed1ed2ca
Adjust code sample to screenshot
2018-03-13 13:04:28 +07:00
laterz
0e8d02f36c
Update db-query-builder.md
2018-02-25 13:44:38 +08:00
Alexander Makarov
9dab7b1850
Fixes #15543 : Fixed trustedHosts docs in request guide [skip ci]
2018-02-24 02:41:41 +03:00
Thomas Roos
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
SilverFire - Dmitry Naumenko
85a7739c54
Fixed link in guide [skip ci]
2018-02-22 16:16:20 +02:00
Vlad Nikishin
8cc3830f46
Fix #15656 : Error in the documentation of widget theming ( #15734 ) [skip ci]
2018-02-22 02:04:31 +03:00
Luis Gonzalez
bc889353de
Added slack channel link
2018-02-20 23:21:43 -06:00
Alexander Makarov
38774a30cc
Added info about nesting "expand" to REST docs [skip ci]
2018-02-17 21:47:08 +03:00
Alexander Makarov
10bab28423
Mentioned new data caching methods in the guide [skip ci]
2018-02-17 02:25:28 +03:00
Alexander Makarov
6c31645bf2
Added upsert() to the guide [skip ci]
2018-02-17 01:07:03 +03:00
Sergey Makinen
c382d3e8d4
Fixes #15120 : Refactored dynamic caching introducing DynamicContentAwareInterface and DynamicContentAwareTrait
2018-02-13 00:19:01 +03:00
SilverFire - Dmitry Naumenko
62d4604269
Added BetweenConditionBuilder
...
Replaces #12678 , Fixes #11611
2018-02-11 18:55:07 +02:00
Brandon Kelly
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
Paul Klimov
46848f0051
Add docs about assets preventing assets installation ( #15603 ) [skip ci]
2018-02-06 14:38:27 +03:00
Dmitry Naumenko
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
bscheshirwork
57b31fc92c
Added example for yii\validators\Validator::addError() [skip ci] ( #15197 )
2018-02-03 18:41:29 +07:00
Thomas Roos
dbcb66b87a
Add missing file to micro-framework docs ( #15550 ) [skip ci]
2018-01-24 20:46:38 +03:00
Ricardo Pérez
3d27ab3463
Removes unnecessary integerOnly option ( #15546 ) [skip ci]
...
`integer` validator already has `'integerOnly' => true`.
2018-01-23 22:53:55 +03:00
Klimov Paul
71c541773f
PHPDoc fix
2018-01-23 13:17:25 +02:00
Klimov Paul
65f6b59b35
@inheritdoc notation changed
2018-01-23 13:11:24 +02:00
Alexander Makarov
e813c20124
Fixes #3250 : Added support for events partial wildcard matching
2017-12-24 00:36:54 +03:00
Paul Klimov
be3ebb0e9f
docs added
2017-12-23 16:01:20 +02:00
Alexander Makarov
1f02e77b86
Fixes #15035 : Added prerequisites to the guide ( #15397 ) [skip ci]
2017-12-21 02:51:52 +03:00
Alexander Makarov
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
Mehdi Achour
e29245d024
Docs: fix outdated unicode link ( #15392 ) [skip ci]
2017-12-20 13:03:48 +03:00
Guido Falsi
b59f03f12b
Add missing r in "rather". ( #15394 ) [skip ci]
2017-12-20 13:03:07 +03:00
bscheshirwork
7daf407a66
Added important info about adding module URL rules via extensions [skip ci]
2017-12-19 22:58:17 +03:00
Evgeniy Tkachenko
f6b2d4dbcc
Added information about filters and header of DataColumn ( #14981 ) [skip ci]
2017-12-19 22:26:00 +03:00
bscheshirwork
cb765ab09d
Updated info about setting timezone in the guide ( #14689 ) [skip ci]
2017-12-19 22:08:08 +03:00
Peter
b0aa7a73de
Fixed example in asset publishing guide [skip ci]
2017-12-19 02:36:26 +03:00