-
Notifications
You must be signed in to change notification settings - Fork 1
1.1
The replacement for @ should not be handled on binary files.
1.1
1.1
Shims should be able to use a shim provider service to generate/use shims for model instances.
1.1
XML and HTML Templates should present highlighting for the velocity elements, not only for the HTML/XML elements.
1.1
To get property velocity highlighting the modes htmlmixed and xml respectively have to be overlayed with the velocity mode from CodeMirror.
1.1
Velocity template should log through the standard log configuration of the rest of the system. Perhaps a custom LogChute instance has to be implemented.
1.1
It seems as if dynamically added LinkFactory instances written in Groovy are not registered.
1.1
addListener() methods are required to call reset() right after or during the addListener() call.
1.1
Statt Ordner und andere Komplexität in Tangram einzubauen, soll es andere Filter im Editor geben, die die Eingrenzung des sichtbaren Bereich ermöglichen."
1.1
overay.enabled=false
1.1
It should be used in zip importer and ftp server.
1.1
The editing will automatically set this date.
1.1
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
This is needed to be able to use the plugin via the ID based syntax in Gradle build scripts.
1.1
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.
1.1
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.
1.1
Add the option of Markdown as a template language. Markdown based templates should first be evaluation via Velocity and then be translated to HTML.
1.1
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.
1.1
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.
1.1
Update DataNucleus Access Platform to latest possible version now the the old Google App Engine support was removed which prevented this.
1.1
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.
1.1
E.g. at the moment the sources cannot be read from the snapshots automatically.
1.1
To avoid the large set of separate files as much as possible, resources like templates, CSS, and JavaScript should be read from a JAR.