mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 13:58:55 +08:00
Merge branch 'master' of dev.yiisoft.com:yii2
This commit is contained in:
18
todo.txt
18
todo.txt
@ -25,14 +25,21 @@
|
|||||||
- db
|
- db
|
||||||
* DAO
|
* DAO
|
||||||
* schema
|
* schema
|
||||||
|
* write a guide on creating own schema definitions
|
||||||
* AR
|
* AR
|
||||||
* document-based
|
* saving related records
|
||||||
* key-value-based
|
* collection support for results
|
||||||
|
* document-based (should allow storage-specific methods additionally to generic ones)
|
||||||
|
* mongodb
|
||||||
|
* key-value-based (should allow storage-specific methods additionally to generic ones)
|
||||||
|
* redis
|
||||||
|
* memcachedb
|
||||||
- i18n
|
- i18n
|
||||||
* consider using PHP built-in support and data
|
* consider using PHP built-in support and data
|
||||||
* message translations, choice format
|
* message translations, choice format
|
||||||
* formatting: number and date
|
* formatting: number and date
|
||||||
* parsing??
|
* parsing??
|
||||||
|
* make dates/date patterns uniform application-wide including JUI, formats etc.
|
||||||
- helpers
|
- helpers
|
||||||
* array
|
* array
|
||||||
* image
|
* image
|
||||||
@ -42,3 +49,10 @@
|
|||||||
* get/setFlash() should be moved to session component
|
* get/setFlash() should be moved to session component
|
||||||
* support optional parameter in URL patterns
|
* support optional parameter in URL patterns
|
||||||
- gii
|
- gii
|
||||||
|
* move generation API out of gii, provide yiic commands to use it. Use same templates for gii/yiic.
|
||||||
|
* i18n variant of templates
|
||||||
|
- markup and HTML helpers
|
||||||
|
* use HTML5 instead of XHTML
|
||||||
|
- assets
|
||||||
|
* ability to manage scripts order (store these in a vector?)
|
||||||
|
* http://ryanbigg.com/guides/asset_pipeline.html, use content hash instead of mtime + directory hash.
|
||||||
|
|||||||
Reference in New Issue
Block a user