Known issues - nodize/nodizecms GitHub Wiki

Bugs and unimplemented features

Stuff I'm working on is on top of each list

Bugs

  • You need to explicitly set a view type to pages and articles, "default view" isn't working in most cases
  • When creating a new page or a new article, its position in the tree is not accurate (AJAX update), you need to reload the page to see its actual position
  • Pixlr integration : need to add authorization tokens

Unimplemented features

  • Page cache management (will need Redis)
  • Optional use of Redis for session storage
  • Dates saving on pages
  • Image upload from MediaManager (currently, you have to drag & drop images on an article to make uploads)

Resolved issues

  • When you have more than 2 levels of pages, the helper "navigationTree" get confused [2012-05-25]

Recently added features

  • Linking a page to another page by drag and drop (allowing to display the content of the linked page instead of the actual content) [2012-05-29]
  • Moving an article to another page by drag and drop [2012-05-28]