summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kai Moritz [Thu, 7 Jul 2016 11:42:56 +0000 (13:42 +0200)]
juplo:variables parses its parameter as JSON and can merge variable-defs
* If the parameter can be interpreted as valid JSON, juplo:variables uses
it directly as input.
* The parameter accepts special keywords, that controll, if variables, that
have been imported earlier, by a call to juplo:variables from an
ancestor-tag, will be merged or simply overwritten.
Kai Moritz [Sat, 18 Jun 2016 10:26:02 +0000 (12:26 +0200)]
Implemented juplo:variables, that imports variables from JSON-data
The processor interprets its argument as name of a thymeleaf-template and
parses the retrieved template as JSON-data. The root-element of the JSON-
data has to be an object. The variables, that are defined in this object,
are imported as node-local variables.
Kai Moritz [Wed, 17 Feb 2016 10:46:29 +0000 (11:46 +0100)]
AbstractSubstituteAttrProcessor also removes the attribute "title"
The attribute "title" is allowed for the tags <span> and <strong>, but the
resulting mouse-over-effect is confusing, so it is removed as well.
Kai Moritz [Wed, 17 Feb 2016 10:36:41 +0000 (11:36 +0100)]
Refactored ActiveAttrProcessor and InactiveAttrProcessor because of DRY
Kai Moritz [Tue, 12 Jan 2016 08:12:33 +0000 (09:12 +0100)]
Keep as close to the implementations in thymeleaf, as possible
Kai Moritz [Tue, 12 Jan 2016 07:55:04 +0000 (08:55 +0100)]
Removed attributes, that are obsolet after a replacement by strong/span
Kai Moritz [Mon, 11 Jan 2016 12:44:09 +0000 (13:44 +0100)]
Implemented juplo:inactive, that replaces inactive <a>-tags by the tag <span>
Kai Moritz [Sun, 10 Jan 2016 17:48:10 +0000 (18:48 +0100)]
Implemented juplo:active, that replaces active <a>-tags by the tag <strong>
Kai Moritz [Sat, 28 Mar 2015 21:31:32 +0000 (22:31 +0100)]
Created an empty project