Commit 865b71ef by Carsten Brandt

cleanup CHANGELOGs

parent 44dbb223
...@@ -17,7 +17,7 @@ Yii Framework 2 bootstrap extension Change Log ...@@ -17,7 +17,7 @@ Yii Framework 2 bootstrap extension Change Log
- Chg #1459: Update Collapse to use bootstrap 3 classes (tonydspaniard) - Chg #1459: Update Collapse to use bootstrap 3 classes (tonydspaniard)
- Chg #1820: Update Progress to use bootstrap 3 markup (samdark) - Chg #1820: Update Progress to use bootstrap 3 markup (samdark)
2.0.0 alpha, December 1, 2013 2.0.0-alpha, December 1, 2013
----------------------------- -----------------------------
- Initial release. - Initial release.
Yii Framework 2 Codeception extension Change Log Yii Framework 2 Codeception extension Change Log
================================================ ================================================
- Enh: yii\codeception\TestCase now supports loading and using fixtures via Yii fixture framework (qiangxue)
- New #1956: Implemented test fixture framework (qiangxue)
- New: Added yii\codeception\DbTestCase (qiangxue)
2.0.0 beta under development 2.0.0 beta under development
---------------------------- ----------------------------
- Initial release. - Initial release.
- Enh: yii\codeception\TestCase now supports loading and using fixtures via Yii fixture framework (qiangxue)
- New #1956: Implemented test fixture framework (qiangxue)
- New: Added yii\codeception\DbTestCase (qiangxue)
...@@ -7,8 +7,7 @@ Yii Framework 2 composer extension Change Log ...@@ -7,8 +7,7 @@ Yii Framework 2 composer extension Change Log
- Bug #1480: Fixed issue with creating extensions.php when php opcache is enabled (cebe) - Bug #1480: Fixed issue with creating extensions.php when php opcache is enabled (cebe)
- Enh: Added support for installing packages conforming to PSR-4 standard (qiangxue) - Enh: Added support for installing packages conforming to PSR-4 standard (qiangxue)
2.0.0-alpha, December 1, 2013
2.0.0 alpha, December 1, 2013
----------------------------- -----------------------------
- Initial release. - Initial release.
...@@ -11,7 +11,7 @@ Yii Framework 2 debug extension Change Log ...@@ -11,7 +11,7 @@ Yii Framework 2 debug extension Change Log
- Enh #1667: Added mail panel (Ragazzo, 6pblcb) - Enh #1667: Added mail panel (Ragazzo, 6pblcb)
- Enh #2006: Added total queries count monitoring (o-rey, Ragazzo) - Enh #2006: Added total queries count monitoring (o-rey, Ragazzo)
2.0.0 alpha, December 1, 2013 2.0.0-alpha, December 1, 2013
----------------------------- -----------------------------
- Initial release. - Initial release.
...@@ -17,7 +17,7 @@ Yii Framework 2 elasticsearch extension Change Log ...@@ -17,7 +17,7 @@ Yii Framework 2 elasticsearch extension Change Log
All relational queries are now directly served by `ActiveQuery` allowing to use All relational queries are now directly served by `ActiveQuery` allowing to use
custom scopes in relations (cebe) custom scopes in relations (cebe)
2.0.0 alpha, December 1, 2013 2.0.0-alpha, December 1, 2013
----------------------------- -----------------------------
- Initial release. - Initial release.
...@@ -19,7 +19,7 @@ Yii Framework 2 gii extension Change Log ...@@ -19,7 +19,7 @@ Yii Framework 2 gii extension Change Log
- Enh #2822: possibility to generate I18N messages (lucianobaraglia) - Enh #2822: possibility to generate I18N messages (lucianobaraglia)
- Enh #2843: Option to filter files according to the action. (thiagotalma) - Enh #2843: Option to filter files according to the action. (thiagotalma)
2.0.0 alpha, December 1, 2013 2.0.0-alpha, December 1, 2013
----------------------------- -----------------------------
- Initial release. - Initial release.
...@@ -8,7 +8,7 @@ Yii Framework 2 jui extension Change Log ...@@ -8,7 +8,7 @@ Yii Framework 2 jui extension Change Log
- Bug #2514: Jui sortable clientEvents were not working because of wrong naming assumptions. (cebe) - Bug #2514: Jui sortable clientEvents were not working because of wrong naming assumptions. (cebe)
- Enh #2573: Jui datepicker now uses the current appliaction language by default. (andy5) - Enh #2573: Jui datepicker now uses the current appliaction language by default. (andy5)
2.0.0 alpha, December 1, 2013 2.0.0-alpha, December 1, 2013
----------------------------- -----------------------------
- Initial release. - Initial release.
...@@ -13,7 +13,7 @@ Yii Framework 2 redis extension Change Log ...@@ -13,7 +13,7 @@ Yii Framework 2 redis extension Change Log
All relational queries are now directly served by `ActiveQuery` allowing to use All relational queries are now directly served by `ActiveQuery` allowing to use
custom scopes in relations (cebe) custom scopes in relations (cebe)
2.0.0 alpha, December 1, 2013 2.0.0-alpha, December 1, 2013
----------------------------- -----------------------------
- Initial release. - Initial release.
...@@ -6,7 +6,7 @@ Yii Framework 2 smarty extension Change Log ...@@ -6,7 +6,7 @@ Yii Framework 2 smarty extension Change Log
- no changes in this release. - no changes in this release.
2.0.0 alpha, December 1, 2013 2.0.0-alpha, December 1, 2013
----------------------------- -----------------------------
- Initial release. - Initial release.
...@@ -14,7 +14,7 @@ Yii Framework 2 sphinx extension Change Log ...@@ -14,7 +14,7 @@ Yii Framework 2 sphinx extension Change Log
All relational queries are now directly served by `ActiveQuery` allowing to use All relational queries are now directly served by `ActiveQuery` allowing to use
custom scopes in relations (cebe) custom scopes in relations (cebe)
2.0.0 alpha, December 1, 2013 2.0.0-alpha, December 1, 2013
----------------------------- -----------------------------
- Initial release. - Initial release.
...@@ -6,7 +6,7 @@ Yii Framework 2 swiftmailer extension Change Log ...@@ -6,7 +6,7 @@ Yii Framework 2 swiftmailer extension Change Log
- Bug #1817: Message charset not applied for alternative bodies (klimov-paul) - Bug #1817: Message charset not applied for alternative bodies (klimov-paul)
2.0.0 alpha, December 1, 2013 2.0.0-alpha, December 1, 2013
----------------------------- -----------------------------
- Initial release. - Initial release.
...@@ -6,7 +6,7 @@ Yii Framework 2 twig extension Change Log ...@@ -6,7 +6,7 @@ Yii Framework 2 twig extension Change Log
- Add File based Twig loader for better caching and usability of twig's file based function (dev-mraj, samdark) - Add File based Twig loader for better caching and usability of twig's file based function (dev-mraj, samdark)
2.0.0 alpha, December 1, 2013 2.0.0-alpha, December 1, 2013
----------------------------- -----------------------------
- Initial release. - Initial release.
...@@ -3,6 +3,7 @@ Yii Framework 2 Change Log ...@@ -3,6 +3,7 @@ Yii Framework 2 Change Log
2.0.0 beta under development 2.0.0 beta under development
---------------------------- ----------------------------
- Bug #1265: AssetController does not override 'js' and 'css' for compressed bundles (klimov-paul) - Bug #1265: AssetController does not override 'js' and 'css' for compressed bundles (klimov-paul)
- Bug #1326: The `visible` setting for `DetailView` doesn't work as expected (qiangxue) - Bug #1326: The `visible` setting for `DetailView` doesn't work as expected (qiangxue)
- Bug #1412: `FileValidator` and `ImageValidator` still trigger `uploadRequired` error in some case when `skipOnEmpty` is true and no upload is provided (qiangxue) - Bug #1412: `FileValidator` and `ImageValidator` still trigger `uploadRequired` error in some case when `skipOnEmpty` is true and no upload is provided (qiangxue)
...@@ -283,9 +284,8 @@ Yii Framework 2 Change Log ...@@ -283,9 +284,8 @@ Yii Framework 2 Change Log
- New: Added `yii\codeception\DbTestCase` (qiangxue) - New: Added `yii\codeception\DbTestCase` (qiangxue)
- New: Added `yii\web\PrefixUrlRule` (qiangxue) - New: Added `yii\web\PrefixUrlRule` (qiangxue)
2.0.0-alpha, December 1, 2013
2.0.0 alpha, December 1, 2013 -----------------------------
---------------------------
- Initial release. - Initial release.
- Official extensions released in this version: - Official extensions released in this version:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment