Skip to content
Martin Goellnitz edited this page Dec 27, 2016 · 1 revision

Issues resolved in 1.1

545836 Don't replace tokens in binary files (Closed)

1.1

Priority: High

Description

The replacement for @ should not be handled on binary files.

545662 Add Morphia Java \ORM\ (Closed)

1.1

Priority: Normal

536486 Make shims easily available to other shims (Closed)

1.1

Priority: Normal

Description

Shims should be able to use a shim provider service to generate/use shims for model instances.

529658 Add syntax highlighting for the Velocity part of templates (Closed)

1.1

Priority: Normal

Description

XML and HTML Templates should present highlighting for the velocity elements, not only for the HTML/XML elements.

526661 Overlay velocity with htmlmixed and xml modes (Closed)

1.1

Priority: Normal

Description

To get property velocity highlighting the modes htmlmixed and xml respectively have to be overlayed with the velocity mode from CodeMirror.

509775 Don't log to default file velocity.log (Closed)

1.1

Priority: Normal

Description

Velocity template should log through the standard log configuration of the rest of the system. Perhaps a custom LogChute instance has to be implemented.

499465 Are LinkFactories automatically registered with the aggregator? (Closed)

1.1

Priority: Normal

Description

It seems as if dynamically added LinkFactory instances written in Groovy are not registered.

490368 Listeners should be called right after registration (Closed)

1.1

Priority: High

Description

addListener() methods are required to call reset() right after or during the addListener() call.

487094 Content Filter im Editor (Closed)

1.1

Priority: Normal

Description

Statt Ordner und andere Komplexität in Tangram einzubauen, soll es andere Filter im Editor geben, die die Eingrenzung des sichtbaren Bereich ermöglichen."

487088 Plugin: Underyling of web archives can be switched off (Closed)

1.1

Priority: Normal

Description

overay.enabled=false

482633 Codes maintain modification time (Closed)

1.1

Priority: Normal

Description

It should be used in zip importer and ftp server.

482632 Contents may hold a modification date (Closed)

1.1

Priority: Normal

Description

The editing will automatically set this date.

481895 Publish the Tangram plugin snapshots to oss.jfrog.org (Closed)

1.1

Priority: High

Description

Seems not to be working at the moment, since the plugin directory also is the special buildSrc directory for gradle.

479279 Add the Tangram plugin to the Gradle plugin directory at https://plugins.gradle.org/ (Closed)

1.1

Priority: Low

Description

This is needed to be able to use the plugin via the ID based syntax in Gradle build scripts.

468508 Update to Gretty Plugin (Closed)

1.1

Priority: Normal

Description

This is more or less a topic for the application not the base libraries. So, as a first stept the examples are modified to use the gretty plugin for integration with a JSP/Servlet container.

461419 Make getStorableObjects() in PropertyConverter aware of Java generics (Closed)

1.1

Priority: Normal

Description

We need to be able to deal with List instead of List>. Otherwise in some situations large collections of > get read into memory and are subsequently reduced to empty lists since none of the elements matches the real target type.

451156 Allow for Markdown based Templates (Closed)

1.1

Priority: Low

Description

Add the option of Markdown as a template language. Markdown based templates should first be evaluation via Velocity and then be translated to HTML.

451148 Allow for Markdown as an additional structured text format (Closed)

1.1

Priority: Low

Description

In addition to the CKEditor based fields, markdown should be usable as a fast input grammar for structured text. Corresponding fields will have the same types to trigger the rendering for structured text, but get an additional annotation to add the markdown processing.

402465 ZIP importer (Closed)

1.1

Priority: Normal

Description

Like the code exporter exporting ZIP files with a given directory strucutre to map the code oriented contents of the repository, a ZIP importer should be able to read such ZIP files and process its contents symmetrically to update the repository with codes from the ZIP file.

397813 Datanucleus Update (Closed)

1.1

Priority: Normal

Description

Update DataNucleus Access Platform to latest possible version now the the old Google App Engine support was removed which prevented this.

332693 Use an Application Hash in the File Restart Cache (Closed)

1.1

Priority: Low

Description

Since the file based restart cache is kept on disk, even if the application got recompiled, the contents need to be discarded in such situations. Add something like a hash for the whole application to discover this.

236455 Update POMs optiona contents (Closed)

1.1

Priority: Low

Description

E.g. at the moment the sources cannot be read from the snapshots automatically.

4014 Read Templates and Resources from Java Archives (Closed)

1.1

Priority: Low

Description

To avoid the large set of separate files as much as possible, resources like templates, CSS, and JavaScript should be read from a JAR.

Clone this wiki locally