2110 Commits

Author SHA1 Message Date
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
db349527e7 fix typo in guide code block 2016-11-22 16:12:57 +01:00
8fec6555eb Merge pull request #13051 from w3lifer/patch-4
Typos
2016-11-20 12:25:33 +02:00
2bfc0ff853 improve message translation guide
issue #13052
2016-11-19 21:06:32 +01:00
bc61e4b498 Typos 2016-11-19 16:38:02 +03:00
6428fab406 Closes #9162: Added support of closures in value for attributes in yii\widgets\DetailView (#13013)
#9162: Added support of closures in `value` for attributes in `yii\widgets\DetailView`
2016-11-18 11:31:40 +03:00
60af0a56cf Closed #12778: Added docs for multiple attributes validation (#13005)
* Added docs for mutiple attributes validation

* Fixed typo in formatting [skip ci]

* More precise explanation about count of validator runs

* Corrected salary min in integer rule

* More strict check in when, additional h3 headers, loop alternative

* Added custom validator section

* Use more accurate phrase

* Block code formatting - php was missing [skip ci]

* Fixes related with PR review [skip ci]

* More fixes related with PR review, removed unnecessary @inheritdoc [skip ci]
2016-11-17 18:52:24 +01:00
17f3b8d8a6 Fixed Model::attributes of documentation (#13028) [skip ci] 2016-11-17 13:46:54 +03:00
65c488dd9e echo, die, *test*, *automated testing* (#13023) [skip ci] 2016-11-16 21:26:04 +03:00
556e9cf99b Updates after PR review (related #6809) 2016-11-14 23:53:09 +01:00
8df1017f42 Default cache ttl (duration) property (fixes #6809) 2016-11-14 23:53:09 +01:00
0d89bc5171 added example about alias for nesting joinWith calls
close #10878
2016-11-09 20:57:08 +01:00
9a6e6a21e0 Fixed formatting 2016-11-09 12:24:26 +03:00
5f8ec360ca fixing doc for list fields #7214 (#12922)
examples in doc for list fields
2016-11-09 10:03:03 +01:00
3c8d39e3f4 "$data" renamed to "$array" (#12935)
thanks
2016-11-07 21:33:17 +01:00
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
43ddcb4f92 Fixes #7182: with info about return statement 2016-11-04 22:42:11 +03:00
6ff2b3e8ab Fixes #9220: GridView::filterModel docs update (#12886) [skip ci] 2016-11-01 13:29:43 +03:00
4f89265fff Fixes #12748: Migration generator now tries to fetch reference column name for foreignKey from schema if it's not set explicitly 2016-11-01 02:02:16 +03:00
2ab41948a8 Change place of note about pluralize controller name (#12813) [skip ci] 2016-10-28 13:17:10 +03:00
5f821feff7 Added constants for CompareValidator::$type
also improved and fixed docs about 'compare' validator.

fixes #12864
2016-10-28 10:17:27 +02:00
0dbb945cb7 Errors in sequence numbers of registerCssFile()'s arguments (#12812) [skip ci] 2016-10-26 18:09:02 +03:00
15c665974d (Not set) to (not set) (#12786) [skip ci] 2016-10-19 23:49:16 +03:00
64ed8c9112 added note about timezone conversion to DateValidator
fixes #11692
2016-10-13 13:06:50 +02:00
45d1041cfb adjusted guide for #12198 2016-10-13 12:36:35 +02:00
9da97f676d Duplicate hash link [skip ci] (#12724) 2016-10-12 12:44:23 +03:00
e0a021cd25 Added a checkAccess example [skip ci] 2016-10-05 15:13:20 +03:00
76ced661b2 DetailView captionOptions & contentOptions attributes 2016-10-05 11:43:21 +03:00
cc06d85260 Fixes #10975: added note about PHP 7 + oci_pdo to the guide 2016-09-24 09:52:33 +03:00
fda4fccbb9 fix pull !11207 does not update db migrations guide 2016-09-23 12:09:14 +08:00
25ecc6394b minor 2016-09-20 11:23:16 +03:00
0a0a8af598 Fixed bad replacements :) 2016-09-20 11:01:26 +03:00
685f16e8ef 📖 Updated guide pages - wrap true, false, null 2016-09-20 10:49:15 +03:00
4774ef9889 📖 Wrap "false" [skip ci] 2016-09-17 14:26:45 +03:00
ee8a8e90f8 update urlnormalizer docs 2016-09-15 14:52:32 +02:00
34aeb019e5 Docs fix 2016-09-13 18:04:07 +03:00
0fa499322d fix links in input-forms guides 2016-09-12 23:41:32 +03:00
2250612cb8 Docs about ActiveRecord aggregation updated 2016-09-09 22:35:09 +03:00
494842636e 📖 Fixed client-side and server-side grammar in all files 2016-09-08 10:16:02 +03:00
7d27e203e0 📖 Added missing hyphen [skip ci] 2016-09-08 06:05:45 +03:00
26621fc3b1 Guide: Customizing Query Classes [skip ci] (#12478)
Simplify text.
Fix CommentQuery::init() example.
Move tip for big projects after the first concrete usage example.
2016-09-06 18:45:07 +03:00
a5b9df0c31 📖 Wrap "null" [skip ci] 2016-09-06 06:21:04 +03:00
e1c7e9a86f Guide: Customizing Query Classes (#12464) [skip ci]
* Guide: Customizing Query Classes

Issue #12462
Clearly separate classes' definition.
Add information for default query condition with init().
Suggest using andOnCondition() instead of andWhere() as it didn't work
with the left join example provided.

* Guide: Customizing Query Classes

Typos fixes
2016-09-05 16:32:49 +03:00
eceaa97275 promote restrictive version constraints in the guide
issue #12154
2016-09-05 15:20:10 +02:00
5bdca129a4 improved guide about custom Query classes
issue #12462
2016-09-05 11:40:43 +02:00
87999bff6f 📖 Added missing hyphen [skip ci] (#12459) 2016-09-05 10:58:01 +03:00
f7e2c96177 📖 Wrap "null" [skip ci] 2016-09-04 07:53:38 +03:00
3deb6900b8 Yii 2 name fix (#12448)
To match Documentation Style Guide

> Yii 2.0 or Yii 2 (not Yii2 or Yii2.0)
2016-09-03 22:02:33 +02:00
bcdb53cb99 Docs for ActiveRecord typecast added 2016-09-02 13:30:28 +03:00