Commit Graph

17 Commits

Author SHA1 Message Date
Carsten Brandt
b7e493fca0 Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00
Alexander Makarov
20dad5e551 Fixes #2295: basic app description now doesn't insist it is for websites containing mainly informational pages since it was misleading 2014-02-15 20:57:11 +04:00
Qiang Xue
4e6aa21198 The directory holding email templates is renamed from mails to mail 2014-02-12 15:01:01 -05:00
Luciano Baraglia
4f1642197e Some Basic App readme updates [skip ci] 2014-01-16 08:56:26 -03:00
Alexander Makarov
dc45de127c Added --prefer-dist to all docs
1. It results in much smaller download and takes less disk space (25MB instead of 180MB for yii-basic + dependencies).
2. It requires less utilities to be installed (no VCS binaries required).
3. It takes less time to install dependencies.
2014-01-07 01:27:16 +04:00
Qiang Xue
ecc1688d70 change back the readme instruction for creating new project. 2013-12-01 14:52:44 -05:00
Qiang Xue
4e434f1afa improved README of apps. 2013-12-01 12:17:58 -05:00
Alexander Makarov
e115b0c860 Updated docs, composer.json and other things to mention and use PHP 5.4 2013-10-18 13:01:13 +04:00
Alexander Makarov
8c7d0aebe1 Added note about the fact that PHP SSL extension is required to install all Composer dependencies 2013-09-04 15:44:31 +04:00
Qiang Xue
3bef7365f1 Fixes #624: renamed www to web. 2013-07-25 07:57:49 -04:00
Alexander Makarov
4879d83dad fixes #627 2013-07-18 01:20:56 +04:00
Alexander Makarov
084d709e44 fixed typo in app readmes 2013-06-03 23:39:08 +04:00
Tobias Munk
2698ba1c00 Merge branch 'master' of https://github.com/schmunk42/yii2
Conflicts:
	apps/advanced/README.md
	apps/basic/README.md
2013-06-03 18:33:52 +02:00
Tobias Munk
a2bfdcac18 updated docs
added installation from dev repo section
2013-06-03 18:31:57 +02:00
Tobias Munk
8a25953f1c updated docs
added installation from dev repo section
2013-06-03 18:22:59 +02:00
Alexander Makarov
4503067c08 Corrected basic application readme 2013-05-24 21:50:04 +04:00
Qiang Xue
759c303a65 Renamed apps/bootstrap to apps/basic. 2013-05-24 10:14:49 -04:00