Browse Source

more todo

tags/2.0.0-beta
Alex 13 years ago
parent
commit
eeb1b99367
  1. 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.

Loading…
Cancel
Save