<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/reportengine/reportengine-wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/reportengine/reportengine-wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 24 Nov 2015 19:32:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/reportengine/reportengine-wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by dragos</title><link>https://sourceforge.net/p/reportengine/reportengine-wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -2,17 +2,11 @@

 ReportEngine 0.13.1 is available for download

-Bugfixes:
-1. In case of an error the ReportOutput was not closed
-2. Total string (calculator label) for pivot data was not shown in a pivot table
-3. When closing the Pdf output the real errors were hidden by the fo transformation exception
-4. The FlatTableBuilder and PivotTableBuilder constructors changed (not requesting a table input parameter)
-5. All components aligned on center when displaying in html
+Bugfixes: 
+1. All Table inputs closed

-New features:
-1. Support for TIFF output
-2. The pdf, png, tiff reports can have the page size specified
-3. multiple types of page size defined ( A0, A1, A2.. A8)
-4. new examples added
+New features: 
+1. Improvements in the engine
+2. Temporary files programatically deleted when the engine finishes ( this is server friendly)

 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dragos</dc:creator><pubDate>Tue, 24 Nov 2015 19:32:31 -0000</pubDate><guid>https://sourceforge.net694292cdc13b65ccd3940ddda45ca2879bd3e736</guid></item><item><title>Home modified by dragos</title><link>https://sourceforge.net/p/reportengine/reportengine-wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,10 +1,18 @@
 Welcome to reportengine wiki!

-ReportEngine 0.13.0 is ready for download and brings the following features
-----------------------------------------------------------------
-1. This release contains a complete change of architecture. Now the report is composed of components (some of which are FlatTable and PivotTable). 
-2. The new architecture encourages the users to write their own components (like graphs, paragraphs and anything you can think of). 
-3. The new architecture is focused mainly on freemarker with its multiple advantages but also with some drawbacks (one of them is that Excel native format has been lost, now only Excel xml is supported)
+ReportEngine 0.13.1 is available for download

+Bugfixes:
+1. In case of an error the ReportOutput was not closed
+2. Total string (calculator label) for pivot data was not shown in a pivot table
+3. When closing the Pdf output the real errors were hidden by the fo transformation exception
+4. The FlatTableBuilder and PivotTableBuilder constructors changed (not requesting a table input parameter)
+5. All components aligned on center when displaying in html
+
+New features:
+1. Support for TIFF output
+2. The pdf, png, tiff reports can have the page size specified
+3. multiple types of page size defined ( A0, A1, A2.. A8)
+4. new examples added

 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dragos</dc:creator><pubDate>Sat, 05 Sep 2015 12:58:19 -0000</pubDate><guid>https://sourceforge.net34762bf82d59f7621bdcf4774e56e6dcf1a6615d</guid></item><item><title>Home modified by dragos</title><link>https://sourceforge.net/p/reportengine/reportengine-wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -7,7 +7,4 @@
 3. The new architecture is focused mainly on freemarker with its multiple advantages but also with some drawbacks (one of them is that Excel native format has been lost, now only Excel xml is supported)

-
-
-[[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dragos</dc:creator><pubDate>Sun, 16 Aug 2015 20:52:51 -0000</pubDate><guid>https://sourceforge.nete67c129a93dc65860c91cdc9007604996e99e2a4</guid></item><item><title>Home modified by dragos</title><link>https://sourceforge.net/p/reportengine/reportengine-wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,13 +1,11 @@
 Welcome to reportengine wiki!

-ReportEngine 0.12.0 is available for download. 
+ReportEngine 0.13.0 is ready for download and brings the following features
+----------------------------------------------------------------
+1. This release contains a complete change of architecture. Now the report is composed of components (some of which are FlatTable and PivotTable). 
+2. The new architecture encourages the users to write their own components (like graphs, paragraphs and anything you can think of). 
+3. The new architecture is focused mainly on freemarker with its multiple advantages but also with some drawbacks (one of them is that Excel native format has been lost, now only Excel xml is supported)

-The new version contains the following changes: 
-----------------------------------------------------------------
-- bugfix: the DefaultGroupColumn.Builder was always building columns based on the zero input column
-- new feature: MovingAverage sample added in the samples project
-- new feature: group calculators accept labels (ie. Total, Average, Count)
-- new feature: managed OutputStream/Writer ( the lifecycle of the OutputStream can be controlled by the report api or from outside)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dragos</dc:creator><pubDate>Sun, 16 Aug 2015 20:52:32 -0000</pubDate><guid>https://sourceforge.net6e6a2018915d68f9f845fa2dee0d8453132ec203</guid></item><item><title>Home modified by dragos</title><link>https://sourceforge.net/p/reportengine/reportengine-wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,12 +1,14 @@
 Welcome to reportengine wiki!

-Version 0.11.0 is available for download. 
-The changes included in this version are: 
+ReportEngine 0.12.0 is available for download. 

-- new feature: Html5Output added
-- api changes: HtmlOutput deprecated
-- api changes: all calculators renamed as GroupCalculators
-- bugfix: wrong min computation when using UniversalMinCalculator
+The new version contains the following changes: 
+----------------------------------------------------------------
+- bugfix: the DefaultGroupColumn.Builder was always building columns based on the zero input column
+- new feature: MovingAverage sample added in the samples project
+- new feature: group calculators accept labels (ie. Total, Average, Count)
+- new feature: managed OutputStream/Writer ( the lifecycle of the OutputStream can be controlled by the report api or from outside)
+

 [[project_admins]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dragos</dc:creator><pubDate>Mon, 11 Aug 2014 21:18:03 -0000</pubDate><guid>https://sourceforge.net564b947fd295b3193fb1038b8b08abf9c457fd34</guid></item><item><title>Home modified by dragos</title><link>https://sourceforge.net/p/reportengine/reportengine-wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,8 +1,13 @@
 Welcome to reportengine wiki!

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Version 0.11.0 is available for download. 
+The changes included in this version are: 

-The wiki uses [Markdown](/p/reportengine/reportengine-wiki/markdown_syntax/) syntax.
+- new feature: Html5Output added
+- api changes: HtmlOutput deprecated
+- api changes: all calculators renamed as GroupCalculators
+- bugfix: wrong min computation when using UniversalMinCalculator
+

 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dragos</dc:creator><pubDate>Sat, 01 Mar 2014 20:09:05 -0000</pubDate><guid>https://sourceforge.netc51a4c6bf88927fa18e1bb891519d456d72a4115</guid></item><item><title>WikiPage Home modified by dragos</title><link>https://sourceforge.net/p/reportengine/reportengine-wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,4 @@
-Welcome to your wiki!
+Welcome to reportengine wiki!

 This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dragos</dc:creator><pubDate>Sat, 16 Feb 2013 17:53:59 -0000</pubDate><guid>https://sourceforge.netefa50c2ab0ad9fecce7cd5e9e9b95d610699ea0a</guid></item><item><title>WikiPage Home modified by dragos</title><link>https://sourceforge.net/p/reportengine/reportengine-wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/reportengine/reportengine-wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;a href="/u/dragoshbalan/"&gt;dragos&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;span class="download-button-5037b196bfc09e33529f7635" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dragos</dc:creator><pubDate>Sat, 16 Feb 2013 17:51:10 -0000</pubDate><guid>https://sourceforge.net189102f0dbfbeb359d1eef0dd208dcf2533698d6</guid></item></channel></rss>