public
Description: Backend interface for Ruby on Rails applications which definitely you'll love! (Admin scaffold generator)
Homepage: http://intraducibles.com/projects/typus
Clone URL: git://github.com/fesplugas/typus.git
fesplugas (author)
Thu Nov 05 09:43:32 -0800 2009
commit  07b0276fdb4d760d144f817ef9bae7f9e90c0d7c
tree    a2fea1a1272446d21bb5c1aaeb199b04cce93f97
parent  516fd9f194a373b4e5cf4b811b2ac7a9bc591a5b
typus / CHANGES
100644 16 lines (15 sloc) 0.617 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
= 0.9.39 / 2009-11-??
 
[ ] Refactor all forms to be able to use formtastic.
[X] Cleanup translation files.
[X] Removed FIXME tests.
[ ] Add has_many through relationships.
[ ] Test default typus forms and remove old tests.
[ ] Fixed and tested read-only fields.
[ ] Fixed and tested auto-generated fields.
[ ] Fixed and tested trees.
[ ] Fix all fixme tests.
[ ] Test _form.html.erb can be overwrited by model.
[ ] Pass attribute as symbol.
[ ] Show auto_generated, read_only on string fields. (_string.html.erb)
[ ] Pass options hash to form fields.
[ ] Fix css to display correctly "select" fields in relationships.