log flys-artifacts/src/main/java/de/intevation/flys/artifacts/datacage/templating/Builder.java @ 5779:ebec12def170

age author description
Sun, 21 Apr 2013 12:48:09 +0200 Sascha L. Teichmann Datacage: Add a pool of builders to make it multi threadable.
Wed, 03 Apr 2013 15:26:41 +0200 Raimund Renkert Fixed replacement for unresolved variables in templating builder.
Wed, 03 Apr 2013 12:54:34 +0200 Sascha L. Teichmann Datacage: Added connection to SedDB. Use <dc:context connection="seddb"> to use it.
Mon, 01 Apr 2013 13:50:56 +0200 Sascha L. Teichmann Datacage: Removed 'filter' attribute from <dc:for-each> because there is the <dc:filter> element now.
Fri, 29 Mar 2013 11:07:24 +0100 Sascha L. Teichmann Datacage: Rename <dc:elements> to <dc:for-each>. We should have done this much earlier.
Thu, 28 Mar 2013 17:14:36 +0100 Andre Heinecke Fix syntax error in builder.
Thu, 28 Mar 2013 16:51:15 +0100 Sascha L. Teichmann Datacage: Added <dc:filter> element. This allows cleaner way to narrow the datasets.
Thu, 28 Mar 2013 12:04:53 +0100 Andre Heinecke Fix new attribute evaluation
Thu, 28 Mar 2013 08:03:14 +0100 Sascha L. Teichmann Datacage: Experimental support for '{XPath}' expressions in attributes similiar to XSLT. Using this feature you can shorten the written template a lot because it reduces the necessity to create dynamic attributes with <dc:attribute>.
Wed, 27 Mar 2013 10:59:55 +0100 Sascha L. Teichmann Datacage: Compile XPath expressions and reuse them. With the introduction of filters in dc:elements XPath expressions are evalutated very often so compiling them should reduce the overhead significantly.
Tue, 26 Mar 2013 22:29:55 +0100 Sascha L. Teichmann Datacage: Index macros with a map. Reduces excessive linear scanning for macros when calling them.
Tue, 26 Mar 2013 21:55:23 +0100 Sascha L. Teichmann Only create one FunctionResolver per BuildHelper. Creatin new ones over and over again is excessive.
Tue, 26 Mar 2013 16:29:12 +0100 Sascha L. Teichmann Expose function dc:has-result to Function Resolver.
Tue, 26 Mar 2013 16:24:07 +0100 Sascha L. Teichmann pass BuildHelper to Function Resolver.
Thu, 14 Mar 2013 17:09:44 +0100 Raimund Renkert Added filter to elements in datacage templating. (most work done by Sascha T.).
Wed, 30 Jan 2013 15:52:50 +0100 Felix Wolfsteller [branch dc-km-filter] Builder: Let dc:variables always be global. dc-km-filter
Tue, 29 Jan 2013 11:49:37 +0100 Felix Wolfsteller Builder: Doc, comments.
Tue, 29 Jan 2013 10:52:57 +0100 Felix Wolfsteller Builder: When looking for a statement in contexts, also search in macro definitions.
Mon, 28 Jan 2013 14:43:53 +0100 Felix Wolfsteller Builder: Doc.
Mon, 28 Jan 2013 10:50:58 +0100 Felix Wolfsteller Builder: Doc.
Mon, 28 Jan 2013 18:55:55 +0100 Sascha L. Teichmann Added bodies to macros. Use the bodies of <dc:call-macro><body></dc:call-macro> as <dc:macro-body/> in tthe macro. Example:
Wed, 02 Jan 2013 15:31:53 +0100 Sascha L. Teichmann Added 'type' attribute to <dc:variable/> element. If an optional 'type' attribute is given
Wed, 02 Jan 2013 14:05:21 +0100 Sascha L. Teichmann Add <dc:variable name="variable" expr="xpath"/> construct to datacage language.
Mon, 03 Dec 2012 10:51:25 +0100 Felix Wolfsteller Doc.
Thu, 15 Nov 2012 07:38:43 +0100 Felix Wolfsteller Cosmetics.
Thu, 01 Nov 2012 15:16:01 +0100 Björn Ricks Ignore comments in meta data xml template
Sat, 06 Oct 2012 13:19:44 +0200 Sascha L. Teichmann More dead code removal. Minor code clean ups.
Thu, 09 Aug 2012 07:29:39 +0000 Felix Wolfsteller Cosmetics.
Fri, 15 Jun 2012 09:30:07 +0000 Sascha L. Teichmann FLYS artifacts: Removed trailing whitespace.
Tue, 15 Nov 2011 14:15:31 +0000 Felix Wolfsteller (Picky) cosmetics.
Thu, 10 Nov 2011 10:12:25 +0000 Felix Wolfsteller Improved loggin in error case for dc XPath expression resolution.
Thu, 03 Nov 2011 09:58:04 +0000 Sascha L. Teichmann Simplified code in Datacage builder by using the new pair.
Mon, 17 Oct 2011 15:53:03 +0000 Sascha L. Teichmann flys/issue314: Variables in datacage are now case insensitive.
Thu, 11 Aug 2011 13:03:41 +0000 Felix Wolfsteller Picky Cosmetics.
Wed, 10 Aug 2011 10:08:01 +0000 Sascha L. Teichmann Datacage: Templates now can nest <dc:elements> into other elements in the body of <dc:context>
Thu, 04 Aug 2011 10:58:00 +0000 Sascha L. Teichmann Added a <dc:comment> tag to place comments in the meta data templates.
Wed, 03 Aug 2011 16:40:04 +0000 Sascha L. Teichmann Bring user specific meta data service to life.
Tue, 02 Aug 2011 22:16:16 +0000 Sascha L. Teichmann Added support for more than one db connection in datacage templating.
Mon, 01 Aug 2011 08:31:09 +0000 Sascha L. Teichmann Datacage: Moved templating in a better suited package.

http://dive4elements.wald.intevation.org