From 0eb8471c00abfb9e183e347127ff3687ed511df7 Mon Sep 17 00:00:00 2001 From: dinedine Date: Thu, 27 Jan 2011 09:38:30 +0100 Subject: [PATCH] update the TODO list --- doc/TODO | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index a8902886..e939b736 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,9 @@ BOARD: - moving to mongoid 2.0.0 rc.6 + - accepts_nested_attributes (javascript part) + - check the theme uploader + - release new version of CustomFields, ActsAsTree gems BACKLOG: @@ -14,12 +17,15 @@ BACKLOG: - editable elements should wrap a tag: div, h1, ...etc (default span) - edit images (upload new ones, ...etc) => wait for aloha or send them an email ? -- refactor slugify method (use parameterize + create a module) - - global regions: keyword in editable element (http://www.mongodb.org/display/DOCS/Updating) - write my first tutorial about locomotive - cucumber features for admin pages (in progress) +REFACTORING: + + - refactor slugify method (use parameterize + create a module) + - move content_type and content_instances in the CustomFields plugin (much more appropriate) + BUGS: - custom fields: accepts_nested_attributes weird behaviour when creating new content type + adding random fields