Ticket #817 (closed Task: fixed)

Opened 9 years ago

Last modified 8 years ago

webactivator: adapt dm4-webactivator to be compatible 4.6

Reported by: Malte Owned by: jri
Priority: Trivial Milestone: Release 4.6
Component: DeepaMehta Standard Distribution Version: 4.6.1
Keywords: Cc: dgf, Malte, JuergeN
Complexity: 3 Area:
Module:

Description

.. as the dm4-sign-up module depends and uses the templating functionality.

Change History

comment:1 Changed 9 years ago by Malte

Just bumping the version number seems to work.

comment:2 Changed 9 years ago by jri

  • Status changed from new to accepted

comment:4 Changed 9 years ago by jri

  • Status changed from accepted to closed
  • Resolution set to fixed

comment:5 Changed 9 years ago by jri

  • Status changed from closed to reopened
  • Resolution fixed deleted

Same for DM 4.7

comment:7 Changed 9 years ago by jri

  • Status changed from reopened to closed
  • Resolution set to fixed

comment:8 Changed 9 years ago by jri

  • Status changed from closed to reopened
  • Resolution fixed deleted

Adaption to DM 4.8 needed

comment:9 Changed 9 years ago by jri

In https://github.com/jri/dm4-webactivator/commit/b854a7bc

Adapt to DM 4.8 (#817).

Bumb version number to 0.4.7-SNAPSHOT.

See #817.

comment:10 Changed 9 years ago by Jörg Richter <jri@…>

In e0b92170bb96fe8f498eb2029d693a29a761268d/dm4-webactivator:

Rename plugin to "DM4 Thymeleaf" (#817).

The "WebActivator?" wording is obsolete.

Bumb version number to 0.5-SNAPSHOT.
(0.4.7 will not be released)

BREAKING CHANGES

Git repo changed:

https://github.com/jri/dm4-webactivator
->
https://github.com/jri/dm4-thymeleaf

Maven dependency changed:

old:

<groupId>de.deepamehta</groupId>
<artifactId>dm47-webactivator</artifactId>
<version>0.4.6</version>

new:

<groupId>de.deepamehta</groupId>
<artifactId>dm48-thymeleaf</artifactId>
<version>0.5-SNAPSHOT</version>

Base class changed:

import de.deepamehta.plugins.webactivator.WebActivatorPlugin;
->
import de.deepamehta.thymeleaf.ThymeleafPlugin;

See demo application:
https://github.com/jri/dm4-thymeleaf-demo

See #817.

comment:11 Changed 9 years ago by Jörg Richter <jri@…>

comment:12 Changed 9 years ago by jri

  • Cc dgf, JuergeN added

DM4 WebActivator? is now available for DM 4.8

http://download.deepamehta.de/dm48-thymeleaf-0.5.jar
http://download.deepamehta.de/dm48-thymeleaf-demo-0.5.jar

Note that the project is now named DM4 Thymeleaf.

The git repo names have changed as well:

https://github.com/jri/dm4-thymeleaf
https://github.com/jri/dm4-thymeleaf-demo

The Trac repo, the GitHub? push hook, and the Jenkins Jobs are updated accordingly.

comment:13 Changed 8 years ago by jri

  • Status changed from reopened to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.