mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +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
|
||||
* DAO
|
||||
* schema
|
||||
* write a guide on creating own schema definitions
|
||||
* AR
|
||||
* document-based
|
||||
* key-value-based
|
||||
* saving related records
|
||||
* 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
|
||||
* consider using PHP built-in support and data
|
||||
* message translations, choice format
|
||||
* formatting: number and date
|
||||
* parsing??
|
||||
* make dates/date patterns uniform application-wide including JUI, formats etc.
|
||||
- helpers
|
||||
* array
|
||||
* image
|
||||
@ -42,3 +49,10 @@
|
||||
* get/setFlash() should be moved to session component
|
||||
* support optional parameter in URL patterns
|
||||
- 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