Yii Framework Change Log ======================== Version 1.0.1 January 4, 2009 ----------------------------- - Bug #41: missing function CHttpRequest:: getCsrfTokenFromCookie() (Qiang) - Bug #42: Wrong links in crud generated admin view (Qiang) - Bug #45: Many-to-many relation does not work when both foreign tables are the same (Qiang) - Bug #47: Wrong url parsing when CUrlManager is set in path format (Qiang) - Bug #48: Typo in CActiveRecord::setAttribute (Qiang) - Bug #49: Invalid markup generated by yiic tool (Qiang) - Bug #53: tabular form input causes AR to fail (Qiang) - Bug #54: typo in CHtml::listOptions (Qiang) - Bug #57: Explicit column aliasing is not working in relational AR when the column appears in ORDER BY (Qiang) - Bug #60: Related objects not available in CActiveRecord::afterSave (Qiang) - Bug #69: Variable undefined error in CController::renderText (Qiang) - Bug #79: CUrlManager::createUrl does not work for GET parameters that are arrays (Qiang) - Bug #80: Improper unset in CHtml::activeCheckBoxList and activeRadioButtonList (Qiang) - New #44: Make "yiic shell" command to support controllers organized in subdirectories (Qiang) - New #51: Add support to import actions declared by a widget (Qiang) - New #55: Add support for generating meta and link tags (Qiang) - New #56: Allow specifying customized 'on' when a validator can be applied (Qiang) - New #58: Allow specifying HAVING clause in DB criteria (Qiang) - New #62: Allow URL routes to be case-insensitive by adding CUrlManager::caseSensitive property (Qiang) - New #64: Add support to use relational AR when FK constraints are not defined in DB (Qiang) - New #65: Added "alias" option to AR relations so that table aliases can be explicitly specified (Qiang) - New #66: Add support to allow using isset() and unset() with component properties (Qiang) - New #68: Upgrade the javascript for CMaskedTextField to 1.2.0 (Qiang) - New: Fixed inaccurate error message when adding an item as a child of itself in CAuthManager (Qiang) - New: CHtml::activeId and CHtml::activeName (Qiang) - New: Added German, Spanish and Swedish core message translations (mikl, sebas, tri) - New: Added CController::init() (Qiang) - New: Changed Yii::createComponent() to support property initialization (Qiang) - New: Optimized the framework (Qiang) - New: Added CSort to support multisort (Qiang) - New: Refactored the code generated by the crud command (Qiang) - New: Added "contact" page to the skeleton application (Qiang) - New: Added CMarkdownParser::safeTransform (Qiang) - New: Added support to allow specifying anchor when using createUrl() to create a URL (Qiang) - New: Added blog demo (Qiang) - New: Added CXCache (Qiang) Version 1.0 December 3, 2008 ---------------------------- Initial release