1797 Commits

Author SHA1 Message Date
140d0d843b fixed typo in security-passwords.md 2015-10-07 13:22:00 -05:00
3ab36501c2 Fixes #9818: added reference to DI container practical usage to widgets guide 2015-10-03 18:02:32 +03:00
e1112a2395 reverted to "controller action injection" [ci skip] 2015-09-30 06:07:14 +09:00
261b987bef typo [ci skip] 2015-09-29 21:58:11 +09:00
ad8aa333c9 docs/guide/concept-di-container.md revised [ci skip] 2015-09-29 21:53:57 +09:00
f20cc0036b Added suggestion to tune realpath() cache to performance guide 2015-09-27 23:57:18 +03:00
b7020065c8 Fixes #9476: Added DI injection via controller action method signature 2015-09-27 19:35:43 +03:00
aac2af1bdd docs/guide/tutorial-i18n.md grammar fixed [ci skip] 2015-09-15 22:13:54 +09:00
f95a757525 Expanded i18n message formatting docs
- Fixed positional parameter example.
- Added info about character escaping within ICU rules.
- Added more explanations to all message formatting sections.
- Added info about extra options for plural, ordinal, spellout, duration.
- Added info about selectordinal.
- Implemented http://intl.rmcreative.ru/, refenced it from docs.
2015-09-14 01:58:54 +03:00
50ba8628b7 Fixes #9668: enhanced suggestion to use non-file storage for sessions in performance guide with details about file-based session locks 2015-09-11 16:16:33 +03:00
776f029845 Clarified that IDs in AccessRule::$controllers should be prefixed with module ID 2015-09-10 15:03:20 +03:00
5f26b9b7d2 Show errors from all models 2015-09-08 13:33:01 +04:00
7064abb30b #9629: used port 80 by default for PHP builtin server at installtion page 2015-09-08 01:53:49 +03:00
5396eb1480 Adjusted #9629 further 2015-09-08 01:51:13 +03:00
5f7739fb87 #9629: Mentioned PHP built-in web server in installation guide as a simple way to get started 2015-09-08 01:27:47 +03:00
6aa34dcaa5 docs/guide/tutorial-i18n.md small fixes [ci skip] 2015-09-06 10:55:21 +09:00
112fc83f27 Fixes #9331: betted PHP Callable Injection example 2015-09-05 01:53:20 +03:00
52a46dfa5f Merge pull request #9575 from yiijan/docs-db-migration-fix
docs/guide/db-migrations.md small fixes [ci skip]
2015-09-03 13:09:29 +03:00
b107d61aac Update docs to latest version of composer-asset-plugin 2015-09-03 12:04:24 +03:00
578772d3cd fixed a sentence [ci skip] 2015-09-03 07:15:15 +09:00
a8fd4249d0 Merge branch 'master' into docs-db-migration-fix 2015-09-03 07:14:30 +09:00
8c51baa88f Update installation docs to latest version of composer-asset-plugin [ci skip]
Anyone stuck on 1.0.0 will be riddled with deprecation notices.
2015-09-02 07:55:02 -07:00
3915df20b8 docs/guide/db-migrations.md small fixes [ci skip] 2015-09-02 23:48:37 +09:00
2085dda183 Fixed typo 2015-09-01 12:25:03 +03:00
ae2dea6b20 More details for input-validation.md 2015-09-01 01:42:02 +03:00
2e65d0ce28 More details for input-validation.md 2015-09-01 01:41:57 +03:00
ec9e8b244f db-active-record [PL]
close #9552
2015-08-30 22:26:35 +02:00
5a5df19f0c fixed broken markdown in application guide
fixes #9549
2015-08-29 21:24:06 +02:00
9c930e34c0 Fix code style and delete declaration of yii\db\Schema [skip ci] 2015-08-26 00:07:21 +02:00
3ef5eeaf23 Added link to compliementary article at SitePoint 2015-08-24 14:01:19 +03:00
769c8f736e Tidied up the links to Codeception docs 2015-08-19 06:41:30 +03:00
d77a533449 Fixed CodeCeption to Codeception [ci skip] 2015-08-19 06:36:11 +03:00
2004fe67d0 Fixed broken links to codeception.com [ci skip] 2015-08-19 06:32:26 +03:00
96a92bc2e0 added a note about formatter usage
fixes #9435
2015-08-16 16:21:57 +02:00
620ec4d132 added missing namespace on Exception in transaction docs
fixes #9429
2015-08-16 14:13:51 +02:00
1fb6a58e37 fixed typo 2015-08-15 03:47:51 +02:00
d363d60146 Fixed link in REST doc to point to correct page
Filtering out fields is not described on the Response Formatting page but on the Resources page.
2015-08-15 03:17:37 +02:00
1310382b0c Fix docs 2015-08-14 16:34:34 +08:00
f4a5b03b1d updated docs about AR in migrations
fixes #9374
2015-08-11 21:49:58 +02:00
ba314264ac Fixed typo 2015-08-07 15:17:29 +03:00
1f17ca10dc Fixing a typo 2015-08-06 18:12:01 +03:00
30724af4e8 Update schema builder doc 2015-08-04 13:42:18 +02:00
cba167bcde adjusted version info in the guide 2015-08-04 12:21:22 +02:00
dd1471f6b3 adjusted guide docs for SchemaBuilder 2015-08-04 00:04:26 +02:00
728dc0c584 added docs about form element naming
close #8993
2015-08-03 12:51:17 +02:00
7c4c32978d give Mr. Fowler his full name
It seems a little disrespectful to assume that we are all on first-name terms with Mr. Fowler.
2015-08-02 11:52:24 -04:00
164bfd25f5 Simplified dropdown list in active form example 2015-08-02 14:25:52 +03:00
02a85445b1 Add creating dropdown list with ActiveForm
Update for issue #7214
2015-08-02 14:20:30 +03:00
be9d85190a Fixes #9204: Fixed Getting Data for Multiple Models using loadMultiple() wrong 2015-08-01 00:54:23 +03:00
077af92aca Merge branch 'guide-pl' of https://github.com/bizley-code/yii2 into guide-pl 2015-07-21 18:17:57 +02:00