3219 Commits

Author SHA1 Message Date
c008afbff2 docs/guide-pt-BR/start-workflow.md - update [ci skip] 2015-05-01 12:00:39 -03:00
08f35cfaed docs/guide-pt-BR/start-installation.md - update [ci skip] 2015-05-01 11:45:55 -03:00
3a9f5ccc40 docs/guide-pt-BR/start-hello.md - update [ci skip] 2015-05-01 11:41:05 -03:00
973c4d4e9e docs/guide-pt-BR/start-gii.md - update [ci skip] 2015-05-01 11:37:57 -03:00
ecec27b103 docs/guide-pt-BR/start-forms.md - update [ci skip] 2015-05-01 11:32:41 -03:00
5d9d709f34 docs/guide-pt-BR/*.md - renamed application template to project template [ci skip] 2015-05-01 11:22:28 -03:00
d60c452672 docs/guide-pt-BR/README.md - update [ci skip] 2015-05-01 11:07:23 -03:00
d30fad05ec docs/guide-pt-BR/README.md - update [ci skip] 2015-05-01 11:04:45 -03:00
b4062ab246 put more stress on the difference of relation property vs. method
fixes #8245
2015-05-01 14:13:31 +02:00
8c439f2b23 fixed link to faker 2015-05-01 13:33:03 +02:00
58f2c39fee fixed link to Imagine Extension on GitHub
close #8246
2015-05-01 13:31:15 +02:00
1e3e7389d3 docs/guide-ru/structure-controllers.md - typo fixed [add missing bracket] 2015-04-28 22:36:29 +03:00
e652782707 docs/* fixed [ci skip]
changed http to https for the composer's url

close #8204
2015-04-27 13:07:39 +02:00
9d2efe52ab Change way to get
Using http may call issue, changet to https. More https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx
2015-04-26 23:58:41 +05:00
c0210edfec Merge pull request #8184 from yiijan/docs-ja-0425
docs/guide-ja updated [ci skip]
2015-04-25 18:03:49 +03:00
17c9805cfe merged master [ci skip] 2015-04-25 12:14:28 +09:00
84b338363d docs/guide/security-authentication.md typo fixed [ci skip] 2015-04-25 11:57:07 +09:00
c05283ddff docs/guide-ja/security-authentication.md updated [ci skip] 2015-04-25 11:53:16 +09:00
947f96891d docs/guide/output-theming.md - typo fixed [ci skip] 2015-04-25 10:12:51 +09:00
a0b33b1608 docs/guide/output-data-provider fixed missing example [ci skip] 2015-04-25 10:12:24 +09:00
464a8e2fca docs/guide-ja/output-theming.md updated [ci skip] 2015-04-25 10:09:28 +09:00
a13283b42a docs/guide-ja small updates [ci skip] 2015-04-25 10:09:09 +09:00
6eb0406b0f Merge pull request #8176 from yiijan/docs-ja-0423
docs/guide-ja updats [ci skip]
2015-04-24 20:28:17 +03:00
d94699076a docs/guide-ja/output-data-providers.md updated [ci skip] 2015-04-25 00:26:35 +09:00
4503cae876 code style fix 2015-04-24 13:47:44 +03:00
197f81a4b2 Merge pull request #8168 from janfrs/master
docs/guide-pt-BR/db-migrations.md - add [skip ci]
2015-04-24 12:40:59 +03:00
a1066c579f added example for running initial db queries
fixes #8017
2015-04-24 10:44:18 +02:00
52c707d151 Fixed some tipos on guide-br db-migrations.md and some link references on guide db-migrations.md 2015-04-24 00:48:11 -03:00
918f1d3e4b Completed db-migrations.md translation 2015-04-23 23:54:05 -03:00
a9ac83b8f3 finished auth guide [skip ci] 2015-04-23 22:35:41 -04:00
93bd4f983f docs/guide-ja small updates [ci skip] 2015-04-24 07:54:20 +09:00
44a0adaf07 Fix link in tutorial-performance-tuning.md [skip ci] 2015-04-23 15:28:41 +02:00
b7156d3041 Added note about the fact that migrations aren't about DB schema only 2015-04-23 12:51:35 +03:00
d7effe7789 Merge branch 'master' of github.com:yiisoft/yii2 2015-04-23 12:45:16 +03:00
13b10bdb9a Docs about 'selecting extra fields' with Active Record added 2015-04-23 12:44:43 +03:00
24a1c43ea3 auth guide WIP [skip ci] 2015-04-22 22:00:12 -04:00
ebd5e6d205 db-migration sections traduced 2015-04-22 22:23:06 -03:00
2df54a5c32 auth guid WIP [skip ci] 2015-04-21 23:00:47 -04:00
f11bdfa2a7 Grammar fix: followings -> following 2015-04-21 15:08:16 +02:00
2b41103fef fix example code 2015-04-21 09:23:46 +01:00
cb88a3c49c Translated theming guide into Russian 2015-04-20 15:10:17 +03:00
083c6fe86c Merge pull request #7879 from onedevlink/little-first-branch
fix typo
2015-04-20 14:12:08 +03:00
e406b026c8 finished theming guide [skip ci] 2015-04-19 23:03:15 -04:00
739cde461a added some references to the guide 2015-04-19 19:35:02 +02:00
016a1cfd4f Translated structure-models.md into Russian
Create structure-models.md
2015-04-19 20:31:34 +03:00
11e76a09c9 Merge pull request #8127 from mitalcoi/doc_session-and-cooke_ru
Docs for session and cookie ru
2015-04-19 20:24:39 +03:00
36ddf670a8 Merge pull request #8124 from howardpanton/patch-1
Added missing text for creating EntryModel
2015-04-19 20:24:18 +03:00
25c42b3549 Fixed empty($class->method()) style for 5.4
Fixed empty($class->method()) style for 5.4, because this feature allowed for php5.5 or high.
2015-04-19 15:41:26 +03:00
ca9417c65a Merge branch 'master' of git://github.com/yiisoft/yii2 into doc_session-and-cooke_ru 2015-04-19 16:03:23 +04:00
ef6c3bbab9 Add docs(RU) for runtime-sessions-cookies.md 2015-04-19 16:03:17 +04:00