todo.md in refinerycms-0.9.7.9 vs todo.md in refinerycms-0.9.7.10

- old
+ new

@@ -1,23 +1,25 @@ # Todos required for 1.0 release ## Solid Test Coverage * Add Cucumber for the whole of Refinery. (top priority) -* Add unit test coverage for user, user plugin and user mailer -* Add unit test coverage for inquiry mailer and inquiry setting -* Add functional tests for the whole of Refinery. -* Add RSpec for the whole of Refinery. +* Add RSpec for the whole of Refinery, particularly: + - User, User plugin and User mailer + - Inquiry mailer and Inquiry setting ## Rails 3.0 Support We've started an effort to move to Rails 3.0 - that just needs to be completed. Join the IRC channel on freenode.net #refinerycms on August 7th to contribute! ## I18n support * Check all the views for missing translations + - You can run a rake task with your locale e.g for Slovenian: + ``rake translate:lost_in_translation LOCALE=sl`` + * Translate models and model attributes used in forms (Rails 2.3.8 supports translation form labels!) * Javascript messages etc: - http://github.com/fnando/i18n-js * Add in i18n support for the front-end as well