Dashboard

Rafal Krzewski
fixed a bug with legacy screen names (comma separated)
Rafal Krzewski
LEDGE-130: PMD chokes on "6" value as target JDK version. Java 6 javac documentation states that 1.6 is canonical 6 is alias. I thought it was the other way round.
Rafal Krzewski
CYKLO-596: implemented a paragraph by paragraph HTML splitter
Rafal Krzewski
CYKLO-538: don't call enc() multiple times. This should prevent strange behaviour with &quot; and similar showing up in document attributes. This also prevents striping <p> tags generated for newline-terminated blocks of text on original proposed content.
Łukasz Urbański
CYKLO-538: TimeComperator used to sort categories list replaced with NameComperator.
Łukasz Urbański
CYKLO-538: Save Categories in SaveProposedChanges action repaired. Non roots categories append to proposed document node categories section on ReviewProposedCategories screen.
Rafal Krzewski
CYKLO-593: store content attribute in proposa wrapped in CDATA node, it contains sanitized XHTML now.
Rafal Krzewski
CYKLO-593: added support for creating and attaching CDATA nodes
Rafal Krzewski
CYKLO-593: dedicated HTML cleanup profile for ProposedDocument actions
Rafal Krzewski
CYKLO-593: added Underline button to the toolbar as per original requirements in CYKLO-538
Rafal Krzewski
CYKLO-593: a simplified editor toolbar for proposed documents
Łukasz Urbański
CYKLO-538: In SaveProposedChanges action proposeDocumentData constructors order changed.