2010-04-24 00:32:36 +00:00
|
|
|
x admin layout
|
|
|
|
x logout button
|
2010-04-30 14:05:53 +00:00
|
|
|
x slugify page
|
|
|
|
x validation page slug
|
2010-05-02 23:33:17 +00:00
|
|
|
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
|
2010-05-09 12:44:53 +00:00
|
|
|
x parts js/css:
|
|
|
|
x codemirror
|
|
|
|
x change bg (separator)
|
|
|
|
x when a tab is selected, if we change layout, we should move to the first visible one
|
|
|
|
x page parts
|
|
|
|
x layout part should be always in first
|
|
|
|
x pages section (CRUD)
|
2010-05-10 22:39:52 +00:00
|
|
|
x my account section (part of settings)
|
|
|
|
x add new accounts
|
|
|
|
x edit site settings
|
|
|
|
x slug unique within a folder
|
|
|
|
x layouts section
|
|
|
|
x create new site
|
|
|
|
x share session accross domains (only subdomains)
|
|
|
|
x destroy site
|
|
|
|
x remove all pages, snippets, ...etc when destroying a website
|
|
|
|
x destroy account
|
|
|
|
x can not delete the only one admin account for a site
|
|
|
|
x create 404 + index pages once a site is created
|
|
|
|
x can not delete index + 404 pages
|
|
|
|
x validates_uniqueness_of :slug, :scope => :id
|
|
|
|
x domain scoping when authenticating
|
2010-05-11 21:38:52 +00:00
|
|
|
- theme assets
|
|
|
|
x create / update
|
|
|
|
x slug
|
|
|
|
x filename from slug
|
|
|
|
x can not replace a javascript by a stylesheet
|
|
|
|
- disable version if not image
|
|
|
|
- asset collections
|
2010-05-12 00:16:39 +00:00
|
|
|
x create / update
|
|
|
|
x sort assets
|
|
|
|
x removing assets
|
2010-05-11 21:38:52 +00:00
|
|
|
- assets
|
2010-05-12 00:16:39 +00:00
|
|
|
- destroy
|
2010-05-11 21:38:52 +00:00
|
|
|
- custom resizing
|
2010-05-12 00:16:39 +00:00
|
|
|
- assets uploader:
|
|
|
|
- remove old files if new one
|
2010-05-17 20:46:41 +00:00
|
|
|
- custom fields:
|
2010-05-17 22:51:53 +00:00
|
|
|
x renaming fields
|
2010-05-21 00:41:33 +00:00
|
|
|
x extract a plugin from custom fields
|
|
|
|
x ui
|
|
|
|
x field position
|
|
|
|
x rename asset_field
|
2010-05-22 14:46:32 +00:00
|
|
|
x nested attributes
|
|
|
|
x keep tracks of all custom fields (adding / editing assets) + order them
|
|
|
|
x duplicate fields
|
|
|
|
- apply in asset_field (in order to handle Date, File, ...etc)
|
2010-05-10 22:39:52 +00:00
|
|
|
|
|
|
|
BACKLOG:
|
|
|
|
- liquid rendering engine
|
|
|
|
- theme assets
|
|
|
|
- assets collection
|
2010-05-22 14:46:32 +00:00
|
|
|
- custom models
|
2010-05-10 22:39:52 +00:00
|
|
|
|
|
|
|
- devise messages in French
|
|
|
|
- localize devise emails
|
2010-05-02 23:33:17 +00:00
|
|
|
- refactoring admin crud (pages + layouts + snippets)
|
2010-05-10 22:39:52 +00:00
|
|
|
- refactoring page.rb => create module pagetree
|
|
|
|
|
|
|
|
|