Commit Graph

64 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
lynicidn
2eb9f1920a simple fix #3461
without check
2014-05-15 02:27:39 +04:00
Carsten Brandt
6982842202 allow non-lowercase package names
fixes #3438
2014-05-12 01:36:46 +02:00
Carsten Brandt
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00
Qiang Xue
f4c38faf74 prepare for next release. 2014-04-13 21:22:29 -04:00
Qiang Xue
8bbcff70db prepare for 2.0.0-beta release. 2014-04-13 17:58:59 -04:00
Carsten Brandt
865b71ef5e cleanup CHANGELOGs 2014-04-03 20:28:08 +02:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
AlexGx
1982efbdfe many phpcs fixes 2014-03-05 00:22:55 +02:00
Tobias Munk
825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 2014-02-27 17:37:08 +01:00
Alexander Makarov
601115f8b0 Fixed yii2-dev package to use correct path for PSR-4 2014-01-12 22:16:31 +04:00
Alexander Kochetov
53194796a6 [IMPORTANT] Path corrections 2014-01-11 09:52:43 +04:00
Qiang Xue
ab47d58c69 path fixes. 2014-01-10 21:58:50 -05:00
Qiang Xue
da9d544c54 psr-4 change. 2014-01-10 21:06:25 -05:00
Qiang Xue
41685a2409 moved extensions under yii. 2013-12-09 23:51:49 -05:00
Qiang Xue
d605864ae2 reverted 5425dc92c6 2013-12-01 09:25:14 -05:00
Carsten Brandt
5425dc92c6 fixed composer targetdir 2013-12-01 01:17:59 +01:00
Qiang Xue
a5e3c00d75 replaced inheritdoc tags. 2013-11-29 12:49:07 -05:00
Panagiotis Moustafellos
2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 2013-11-26 04:24:20 +02:00
Carsten Brandt
d8dbe5a4d3 fixed c&p error 2013-11-23 00:31:12 +01:00
Carsten Brandt
999b42555d allow installing yii2-dev and get the Yii.php file in the same place 2013-11-22 22:48:37 +01:00
Carsten Brandt
0eaafd74ba updated composer.json to be less restrictive
also removed superflous minimum-stability definition
2013-11-13 01:34:41 +01:00
Qiang Xue
da3880504e updated extension README files. 2013-11-03 00:01:13 -04:00
Qiang Xue
6ab6730c32 multiple alias support. 2013-11-02 23:39:26 -04:00
Qiang Xue
4c25e7c6ce path fix. 2013-11-02 23:33:00 -04:00
Qiang Xue
513037d97d bug fix. 2013-11-02 23:27:26 -04:00
Qiang Xue
eb39d1ffc3 typo 2013-11-02 23:19:57 -04:00
Qiang Xue
1c2d1e8ef7 Fixed alias path. 2013-11-02 23:05:14 -04:00
Qiang Xue
3f3a09e988 Added support for generating default alias for extensions. 2013-11-02 22:43:11 -04:00
Qiang Xue
3caf59b1bf fixed extension list file location. 2013-11-02 16:04:38 -04:00
Qiang Xue
f424084904 doc fix. 2013-11-02 16:00:23 -04:00
Qiang Xue
59f098639d moved extension list under yiisoft.
updated read me.
2013-11-02 15:58:28 -04:00
Qiang Xue
e5d5ab5655 updated license information. 2013-11-02 15:37:25 -04:00
Qiang Xue
3fd1cb0c6d reorganized extension directories. 2013-11-02 15:34:07 -04:00
Qiang Xue
8fc489091b removed InstallHandler. 2013-10-22 21:13:57 -04:00
Qiang Xue
d047f71021 cleaned up Installer. 2013-10-22 21:06:46 -04:00
Qiang Xue
0c517ce969 Renamed InstallerPlugin to Plugin 2013-10-22 21:06:17 -04:00
Carsten Brandt
40d06e6f43 more on short array syntax 2013-10-22 11:30:39 +02:00
Qiang Xue
f022a06edf renamed composer installation type. 2013-10-21 20:57:21 -04:00
Qiang Xue
03861b6fde Extension installer wip 2013-10-19 00:35:57 -04:00
Qiang Xue
f756ab608f Extension installer wip 2013-10-19 00:12:19 -04:00
Qiang Xue
825c4f37e7 Extension installer wip 2013-10-19 00:07:34 -04:00
Qiang Xue
c42894cec4 Extension installer wip 2013-10-19 00:01:03 -04:00
Alexander Makarov
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
Qiang Xue
b301f18113 Added installation commands to Installer. 2013-10-08 20:34:47 -04:00
Qiang Xue
9ef953a85c Yii extension composer installer WIP. 2013-10-07 23:39:41 -04:00
Qiang Xue
0904c3454e Fixed composer autoload declaration. 2013-10-06 12:14:30 -04:00
Alexander Makarov
abd775e5a5 fixed typos 2013-09-28 01:27:00 +04:00
Carsten Brandt
cd84653ff3 fixed extension documentation 2013-08-14 12:53:12 +02:00
Suralc
ce9fabab57 Rewording 2013-07-11 17:26:57 +02:00