171 Commits

Author SHA1 Message Date
4579b8a610 Update core-code-style.md
added missing line
2016-02-06 18:26:10 +01:00
255ec95c49 Update core-code-style.md
adjusted property style rules to match current practise.
2016-02-06 18:25:23 +01:00
9b4c32b247 Update core-code-style.md
no rule is also a rule
https://github.com/yiisoft/yii2/issues/10767#issuecomment-180794947
2016-02-06 17:15:18 +01:00
ed80bbeff2 Fixed tabs and spaces controversial statement 2016-01-26 14:00:41 +03:00
838414118a block types in the guide should not be translated in the code
otherwise parsing them is not easy. also translation becomes redundant.
We now introduce a json file to have translations for these blocks in a central place.

see also https://github.com/yiisoft-contrib/yiiframework.com/issues/77#issuecomment-164208003
2015-12-13 02:45:21 +01:00
cd87d67f34 Global DOCS update: ~~~ replaced with ``` 2015-12-02 23:15:28 +02:00
9b1dfe54e9 Updated composer-asset-plugin requirement to ~1.1.1 all over the framework 2015-11-30 08:28:48 +02:00
ccfd9cb536 Fixes #8329: Added support of options for message console command 2015-11-25 06:12:52 +03:00
35466c0929 Update docs composer-asset-plugin [skip ci] 2015-11-12 14:25:07 +02:00
22076bfc77 Fixes #6375 2015-10-08 13:18:49 +03:00
b107d61aac Update docs to latest version of composer-asset-plugin 2015-09-03 12:04:24 +03:00
e120b407bf fixed composer-asset-plugin version 2015-08-16 13:24:06 +02:00
9f44dcc098 According to: https://github.com/huebs/composer-asset-plugin/blob/master/Resources/doc/index.md#installation 2015-08-15 22:21:40 +03:00
9952127343 Add note about composer requirements
Add a note about the ` fxp/composer-asset-plugin:1.0.0` dependency.
2015-07-08 19:52:20 -05:00
9efe51b8ca Finished guide about getting data for multiple models [skip ci] 2015-06-06 22:06:07 -04:00
47e9e7d0e3 finished data formatting guide [skip ci] 2015-06-03 21:23:38 -04:00
84a9281d02 finished file upload guide [skip ci] 2015-05-30 09:23:51 -04:00
9c10f17690 added --useHttp option to dev command
allows to clone repos using HTTP only, not SSH

issue #3267
2015-05-27 12:47:16 +02:00
15a6546a2c docs/internals/translation-workflow.md touched a bit [ci skip] 2015-05-26 07:21:54 +09:00
bf7110f6dd finished performance guide [skip ci] 2015-05-24 21:58:59 -04:00
2f2f2e6ab2 docs/internals/design-decisions.md fix typo
close #8450
2015-05-17 16:39:47 +02:00
790bb942f0 docs/*uk Update Ukrainian translation
[ci skip]

close #8287
2015-05-13 22:56:30 +02:00
69ce144b47 [docs] git-workflow.md corrections 2015-05-12 21:20:36 +03:00
9891b802fd guide touch [skip ci] 2015-05-11 22:42:15 -04:00
be514f30ec docs/internals/git-workflow.md typo fixed [ci skip] 2015-05-09 10:28:00 +09:00
705aa3c913 updated contribution guidelines
fixes #7991
related to #7812
2015-05-07 19:01:27 +02:00
a9ac83b8f3 finished auth guide [skip ci] 2015-04-23 22:35:41 -04:00
e406b026c8 finished theming guide [skip ci] 2015-04-19 23:03:15 -04:00
edf4abcdb6 finished data provider guide [skip ci] 2015-04-18 22:55:48 -04:00
28d91927e6 finished sorting guide [skip ci] 2015-04-15 23:39:23 -04:00
b002ad746d Finished pagination section [skip ci] 2015-04-14 23:26:02 -04:00
bbaf44680b Updated vesions policy doc, added note about extensions 2015-04-03 00:30:55 +03:00
1100908da9 delete space [skip ci] 2015-04-01 20:11:12 +02:00
6a7f5cc69a renamed guide page [skip ci] 2015-04-01 09:34:00 -04:00
65931ecdac [Uk] Guide corrections [skip ci] 2015-03-23 01:55:40 +01:00
7fba1698b3 updated build command to set up dev environment
issue #7812
2015-03-22 19:37:51 +01:00
72fbe65234 finished migration guide [skip ci] 2015-03-19 15:31:34 -04:00
99a612e1a6 Finished AR guide [skip ci] 2015-03-15 01:26:06 -04:00
07e49e58ab Finished query builder guide [skip ci] 2015-03-06 23:31:54 -05:00
0c4af77f15 added more information to versioning info page
copied from @qiangxue answer in #7408
2015-03-04 02:10:27 +01:00
f84b3d9139 added unsigned int decision to design decision file 2015-02-24 13:02:36 +01:00
54fc86ec09 Added input-tabular-input.md and replace input-file-uploading.md with input-file-upload.md [skip ci]
close #7123
2015-02-01 15:45:34 +01:00
b99e75ca05 Fixed file names in translation status 2015-02-01 11:17:26 +03:00
43e67b102e status update. [skip ci] 2015-01-31 22:31:45 -05:00
ea15c15968 removed obsolete internal docs
it is already mentioned in design decisions file.
2015-01-24 23:18:53 +01:00
15bfe69426 docs/internals/core-code-style.md - removed a duplicated block [ci skip] 2015-01-24 17:20:25 +09:00
445294865d style guide examples should follow its own rules
example code suffering from a double case of else-after-return simplified according to the subsequent rule
2015-01-23 15:41:22 -05:00
c7677b87dd docs/internals/translation-teams.md - update [ci skip] 2015-01-21 14:56:57 -02:00
f07ccb0c86 added decision about closure params to design decisions
close #6875
2015-01-15 20:16:30 +01:00
f66b8ba571 Fixes #6589: updated code style guide to mention else after return, adjusted code involved in the issue 2014-12-27 00:15:20 +03:00