From 4509d9da3e528c16f28b935905589c2cf4aea7dd Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 6 Mar 2012 23:29:59 +0400 Subject: [PATCH] more todo items --- todo.md | 7 +++++-- upgrade.md | 10 +++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/todo.md b/todo.md index 867d287..2aa3638 100644 --- a/todo.md +++ b/todo.md @@ -14,7 +14,7 @@ * CompareValidator::clientValidateAttribute(): search for "CHtml::activeId" * FileValidator, UniqueValidator, ExistValidator, DateValidator: TBD * consider merging UniqueValidator and ExistValidator and using a NOT property. -- console command support +- console command support [DONE] - built-in console commands + api doc builder * support for markdown syntax @@ -59,5 +59,8 @@ * ability to manage scripts order (store these in a vector?) * http://ryanbigg.com/guides/asset_pipeline.html, http://guides.rubyonrails.org/asset_pipeline.html, use content hash instead of mtime + directory hash. - Requirement checker +- Optional configurable input filtering in request - widgets - * if we're going to supply default ones, these should generate really unique IDs. This will solve a lot of AJAX-nesting problems. \ No newline at end of file + * if we're going to supply default ones, these should generate really unique IDs. This will solve a lot of AJAX-nesting problems. +- Make sure type hinting is used when components are passed to methods +- Decouple controller from application (by passing web application instance to controller and if not passed, using Yii::app())? \ No newline at end of file diff --git a/upgrade.md b/upgrade.md index 803be7c..42faf82 100644 --- a/upgrade.md +++ b/upgrade.md @@ -10,14 +10,14 @@ for both A and B. General upgrade instructions ---------------------------- +---------------------------- - Make a backup. - Clean up your 'assets' folder. -- Replace 'framework' dir with the new one or point SVN to a fresh - release and update. -- Check if everything is OK, if not — revert from backup and post - issues to Yii issue tracker. +- Replace 'framework' dir with the new one or point Git to a fresh + release tag and checkout. +- Check if everything is OK, if not — revert to previous stable version and post + issues to [Yii issue tracker](https://github.com/yiisoft/yii/issues). Upgrading from v1.1.x