Fork me on GitHub

Pivot4J Project

Release History

Version Date Description
0.8 2013-08-31 Pivot4J 0.8 release
0.7 2013-04-14 Pivot4J 0.7 release
0.6 2013-02-02 Pivot4J 0.6 release
0.0.5 2012-11-18 Pivot4J 0.0.5 release
0.0.4 2012-10-28 Pivot4J 0.0.4 release
0.0.3 2012-10-20 Pivot4J 0.0.3 release
0.0.2 2012-10-08 Pivot4J 0.0.2 release
0.0.1 2012-09-28 The first public release

Release 0.8 - 2013-08-31

Type Changes By
add Basic report content management feature has been implemented. Fixes 59. mysticfall
add Conditional formatting support has been implemented. Fixes 67. mysticfall
add Data source and appearance settings can be configured by users. Fixes 63. mysticfall
add PDF and Excel export now contains filter information. Fixes 53. mysticfall
add Implement legacy JPivot report import feature in Pentaho plugin. Fixes 102. mysticfall
add Block UI while Ajax request is being processed. Fixes 101. mysticfall
update Make drag & drop operation on axis configuration view more consistent and responsive. Fixes 100. mysticfall
update Change show parent to include all the ancestor members. Fixes 91. mysticfall
update New Arquillian based integration tests for the UI project. Fixes 98. mysticfall
fix Fixed problems with ragged hierarchies. Fixes 76. mysticfall
fix Fixed problems with parent-child hierarchies. Fixes 77. mysticfall
fix Support Mondrian/XMLA backend. Fixes 79. mysticfall
fix Allow the ROW axis to appear before the COLUMN axis in a MDX query. Fixes 94. mysticfall
fix Fixed a problem with drag & drop reordering in the axis tree node. Fixes 83. mysticfall
fix Fixed level / measure selection problem when one of the axis is empty. Fixes 93. mysticfall
fix Fixed rendering problem with drill member/replace process when the show parent option is enabled. Fixes 81. mysticfall
fix Fixed a bug in the filter dialog which made it impossible to uncheck selected members. Fixes 78. mysticfall
fix Fixed occasional view expiration errors. Fixes 74. mysticfall
fix Fixed hierarchy aggregator to correctly handle calculated values. Fixes 72. mysticfall
fix Fixed a bug in count aggregator which wrongly includes other aggregated values. Fixes 71. mysticfall
fix Preserve hierarchy order in axis when an all member is removed. Fixes 73. mysticfall
fix Fixed a MDX parsing problem with ".Properties()". Fixes 86. mysticfall

Release 0.7 - 2013-04-14

Type Changes By
fix Unable to parse MDX with member names containing ']]' escape. Fixes 34. mysticfall
add Expression language support in MDX query. Fixes 37. mysticfall
update Custom / long term serialization support for StateHolder API. Fixes 42. mysticfall
add Implement visual total feature(based on render strategy API). Fixes 44. mysticfall
fix Use unique name instead of object itself when comparing between metadata elements. Fixes 46. mysticfall
fix Missing member aggregation at the last position of the hierarchy. Fixes 49. mysticfall
update Allow multiple aggregators per position. Fixes 50. mysticfall
add [UI/Plugin] Add internalization/localisation support. mysticfall
update [UI/Plugin] Brazilian Portuguese translation by IT4Biz and Professor Coruja Team. it4biz
add [UI/Plugin] Add basic Selenium integration test cases. mysticfall

Release 0.6 - 2013-02-02

Type Changes By
add Implemented PDF export feature. Fixes 26. mysticfall
add Implemented Microsoft Excel export feature. Fixes 25. mysticfall
update Upgrade to Olap4J 1.1.0. Fixes 40. mysticfall
add New public MDX parser API. Fixes 38. mysticfall
update New convenient API for manipulating order of members in a hierarchy. Fixes 33. mysticfall
update Improved slicer axis manipulation. Fixes 35. mysticfall

Release 0.0.5 - 2012-11-18

Type Changes By
add Basic member properties support. Fixes 5. mysticfall
fix Fixed a bug causing incorrect behavior in PlaceMembersOnAxes transform when axes are swapped. Fixes 32. mysticfall
fix Level members are now added to their respective parent hierarchies. Fixes 31. mysticfall
fix Fixed a bug causing incorrect level order in PlaceLevelsOnAxes.findVisibleLevels method. Fixes 30. mysticfall
update Built-in drill down and sorting support in PivotRenderer(command API). mysticfall

Release 0.0.4 - 2012-10-28

Type Changes By
update Major refactoring on the UI related API. Replaced the TableBuilder interface with a callback style PivotRenderer interface for flexibility. Fixes 24. mysticfall

Release 0.0.3 - 2012-10-20

Type Changes By
fix Fixed a bug which made config parameters to be ignored in PooledOlapDataSource class. Fixes 13. mysticfall
update Remove JDBC 4.0 API dependency to make it compile on Java 6. Fixes 14. mysticfall
update Improved query transform API with more convenient methods. Fixes 15. mysticfall
fix Model state serialization code has been rewritten to fix a problem with PivotModel.restoreState(). Fixes 18. mysticfall
add Provide an easier way to implement sort headers. Fixes 21. mysticfall
update Made TableBuilder API to generate missing level headers on row axis. Fixes 22. mysticfall
fix Fixed a bug in TableBuilder which generates incorrect table layout for non-contiguous level members. Fixes 23. mysticfall

Release 0.0.2 - 2012-10-08

Type Changes By
add Added the table builder API to facilliate UI implementation process. Fixes 6. mysticfall
fix Fixed the sorting problem. Fixes 9. mysticfall
add Support for placing members on a non exisiting hierarchy. mysticfall
add Improve handling of an empty query axis. mysticfall

Release 0.0.1 - 2012-09-28

Type Changes By
add Finished migration of major JPivot extensions as Transform API. Fixes 2. mysticfall
add Added various data source implementations including PooledOlapDataSource. Fixes 4. mysticfall