Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Devstatus
Statusimplemented
Target4.3

Major steps already implemented. For planned improvements see (MAGNOLIA-3015@jira) which is split into several subtasks.

Officialdocu
0API Javadoc
1http://wiki.magnolia-cms.com/display/DOCS45/API+Javadoc

A raw list of the things which could be (sometimes largely) improved in our current api:

  • exception handling: inconsistent (MAGNOLIA-2746@jira) and to be reviewed
  • naming and semantics; examples:
    • Content.createNodeData() in fact does not necessarily create the property, but might overwrite it if it exists.
    • Content.setNodeData() does of course the (wrong) opposite: creates the property if it does not exist.
    • Given the above, NodeDataUtil.getOrCreate() and associated methods are useless.
  • package; extract Visitor and Filter (MAGNOLIA-2422@jira)