Task #44918

Story #44913: RESTful NodeController for easy comment creation

NodeTemplateConverter

Added by Bastian Waidelich over 2 years ago. Updated over 2 years ago.

Status:Resolved Start date:
Priority:Should have Due date:
Assigned To:- % Done:

100%

Category:- Spent time: -
Target version:-

Description

expects node properties and returns a "NodeTemplate" that can be attached to a persistent node

Associated revisions

Revision e6290640
Added by Bastian Waidelich over 2 years ago

[!!!][FEATURE] Support for transient nodes

Introduces a new transient node type "NodeTemplate".
Both Node and NodeTemplate implement the (simplified) interface NodeInterface.
Node additionally implement the interface PersistedNodeInterface that contains
stubs related to persistence and context.

Besides this adds TypeConverters for both, persisted nodes and node templates.

This is a breaking change if you referred to NodeInterface in your code. In this case
you should replace the reference with PersistentNodeInterface – unless you only
invoke methods defined in the NodeInterface.

Change-Id: Id1e7b624ece93106ec028eda432fd3e323b86bff
Resolves: #44917
Resolves: #44918

History

#1 Updated by Bastian Waidelich over 2 years ago

  • Subject changed from TransientNodeConverter: expects parent node (path), properties and returns a "TransientNode" that can be attached to it's parent node to NodeTemplateConverter
  • Status changed from New to Accepted

#2 Updated by Gerrit Code Review over 2 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17865

#3 Updated by Gerrit Code Review over 2 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17865

#4 Updated by Bastian Waidelich over 2 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset commit:e629064007577d67beba8bcba26463da810d7511.

Also available in: Atom PDF