CHANGELOG.md 4.3 KB
Newer Older
1 2 3
Yii Framework 2 Change Log
==========================

Qiang Xue committed
4 5 6
2.0.0 beta under development
----------------------------

7
- Bug #1446: Logging while logs are processed causes infinite loop (qiangxue)
Qiang Xue committed
8
- Bug #1497: Localized view files are not correctly returned (mintao)
9
- Bug #1500: Log messages exported to files are not separated by newlines (omnilight, qiangxue)
10
- Bug #1509: The SQL for creating Postgres RBAC tables is incorrect (qiangxue)
11
- Bug #1545: It was not possible to execute db Query twice, params where missing (cebe)
12
- Bug #1550: fixed the issue that JUI input widgets did not property input IDs.
13
- Bug #1582: Error messages shown via client-side validation should not be double encoded (qiangxue)
14
- Bug #1591: StringValidator is accessing undefined property (qiangxue)
15
- Bug #1597: Added `enableAutoLogin` to basic and advanced application templates so "remember me" now works properly (samdark)
16
- Bug: Fixed `Call to a member function registerAssetFiles() on a non-object` in case of wrong `sourcePath` for an asset bundle (samdark)
17
- Bug: Fixed incorrect event name for `yii\jui\Spinner` (samdark)
18
- Bug: Json::encode() did not handle objects that implement JsonSerializable interface correctly (cebe)
19
- Bug: Fixed issue with tabular input on ActiveField::radio() and ActiveField::checkbox() (jom)
20
- Enh #797: Added support for validating multiple columns by `UniqueValidator` and `ExistValidator` (qiangxue)
21
- Enh #1293: Replaced Console::showProgress() with a better approach. See Console::startProgress() for details (cebe)
22 23
- Enh #1406: DB Schema support for Oracle Database (p0larbeer, qiangxue)
- Enh #1437: Added ListView::viewParams (qiangxue)
24
- Enh #1469: ActiveRecord::find() now works with default conditions (default scope) applied by createQuery (cebe)
25
- Enh #1499: Added `ActionColumn::controller` property to support customizing the controller for handling GridView actions (qiangxue)
26
- Enh #1523: Query conditions now allow to use the NOT operator (cebe)
Alexander Makarov committed
27
- Enh #1552: It is now possible to use multiple bootstrap NavBar in a single page (Alex-Code)
28
- Enh #1572: Added `yii\web\Controller::createAbsoluteUrl()` (samdark)
29
- Enh #1579: throw exception when the given AR relation name does not match in a case sensitive manner (qiangxue)
30
- Enh #1581: Added `ActiveQuery::joinWith()` and `ActiveQuery::innerJoinWith()` to support joining with relations (qiangxue)
Qiang Xue committed
31
- Enh #1601: Added support for tagName and encodeLabel parameters in ButtonDropdown (omnilight)
32
- Enh: Added `favicon.ico` and `robots.txt` to defauly application templates (samdark)
33
- Enh: Added `Widget::autoIdPrefix` to support prefixing automatically generated widget IDs (qiangxue)
34
- Enh: Support for file aliases in console command 'message' (omnilight)
35 36
- Enh: Sort and Pagination can now create absolute URLs (cebe)
- Chg #1610: `Html::activeCheckboxList()` and `Html::activeRadioList()` will submit an empty string if no checkbox/radio is selected (qiangxue)
37
- Chg: Renamed `yii\jui\Widget::clientEventsMap` to `clientEventMap` (qiangxue)
38
- Chg: Renamed `ActiveRecord::getPopulatedRelations()` to `getRelatedRecords()` (qiangxue)
39
- Chg: Renamed `attributeName` and `className` to `targetAttribute` and `targetClass` for `UniqueValidator` and `ExistValidator` (qiangxue)
40
- Chg: Added `yii\widgets\InputWidget::options` (qiangxue)
Qiang Xue committed
41
- New #1438: [MongoDB integration](https://github.com/yiisoft/yii2-mongodb) ActiveRecord and Query (klimov-paul)
42
- New #1393: [Codeception testing framework integration](https://github.com/yiisoft/yii2-codeception) (Ragazzo)
Qiang Xue committed
43 44

2.0.0 alpha, December 1, 2013
45
---------------------------
46

47
- Initial release.
48 49 50 51 52 53 54 55 56
- Official extensions released in this version:
  - [Twitter bootstrap 3.0](https://github.com/yiisoft/yii2-bootstrap)
  - [Jquery UI](https://github.com/yiisoft/yii2-jui)

  - [Debug Toolbar](https://github.com/yiisoft/yii2-debug)
  - [Gii code generator](https://github.com/yiisoft/yii2-gii)

  - [Elasticsearch integration](https://github.com/yiisoft/yii2-elasticsearch): ActiveRecord and Query
  - [Redis integration](https://github.com/yiisoft/yii2-redis): ActiveRecord, Cache and Session
Carsten Brandt committed
57
  - [Sphinx integration](https://github.com/yiisoft/yii2-sphinx): ActiveRecord and Query
58 59 60 61 62

  - [Swiftmailer](https://github.com/yiisoft/yii2-swiftmailer)

  - [Smarty View Renderer](https://github.com/yiisoft/yii2-smarty)
  - [Twig View Renderer](https://github.com/yiisoft/yii2-twig)