# HG changeset patch # User Felix Wolfsteller # Date 1345017350 0 # Node ID 4f2470cbf72c9976da21e4aa2299909eedba8566 # Parent ab447cd29b735b246bfb906cd32bc15402e3c4b7 More former calculations in fixa dwt dc. flys-artifacts/trunk@5206 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r ab447cd29b73 -r 4f2470cbf72c flys-artifacts/ChangeLog --- a/flys-artifacts/ChangeLog Wed Aug 15 07:41:11 2012 +0000 +++ b/flys-artifacts/ChangeLog Wed Aug 15 07:55:50 2012 +0000 @@ -1,3 +1,7 @@ +2012-08-14 Felix Wolfsteller + + * doc/conf/meta-data.xml: More former calculations in fixA (dwt) DC. + 2012-08-14 Felix Wolfsteller * doc/conf/meta-data.xml: More former calculations in fixA DC. diff -r ab447cd29b73 -r 4f2470cbf72c flys-artifacts/doc/conf/meta-data.xml --- a/flys-artifacts/doc/conf/meta-data.xml Wed Aug 15 07:41:11 2012 +0000 +++ b/flys-artifacts/doc/conf/meta-data.xml Wed Aug 15 07:55:50 2012 +0000 @@ -1570,7 +1570,7 @@ SELECT name AS facet_name, num as facet_num, description AS facet_description FROM facets - WHERE out_id = ${out_id} and ( name LIKE 'fix_sector_average_dwt%' OR name LIKE 'fix_deviation_dwt%' ) + WHERE out_id = ${out_id} and ( name LIKE 'fix_sector_average_dwt%' OR name LIKE 'fix_deviation_dwt%' OR name = 'fix_analysis_events_dwt' OR name = 'fix_reference_events_dwt' OR name = 'fix_analysis_periods_dwt' ) ORDER BY num ASC, name DESC