engine/doc/TODO

28 lines
945 B
Plaintext
Raw Normal View History

2010-04-24 00:32:36 +00:00
- scoping
- devise messages in French
- localize devise emails
x admin layout
x logout button
x slugify page
x validation page slug
x update position when assigning a new parent
x remove all descendants
x slug from title
! update "path" when changing slug (new page too) ?
x mettre a jour le chemin dans _form si slug et/ou parent change
x slug for 404 and Index pages can not be modified
x store node closed or open in cookies
x snippets section
x menu items have to be translated
x layout needs at least content_for_layout
- validates_uniqueness_of :slug, :scope => :id
- page parts
- can not delete index + 404 pages
- slug unique within a folder
2010-04-24 00:32:36 +00:00
- pages section (CRUD)
- refactoring page.rb => create module pagetree
2010-04-24 00:32:36 +00:00
- my account section (part of settings)
- layouts section
- create 404 + index pages once a site is created
- refactoring admin crud (pages + layouts + snippets)
- remove all pages, snippets, ...etc when destroying a website