Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

CDF is now available on Google Code

The latest code can be downloaded from here.

Please enter all bugs and feature requests in the issues list.

You can get the code via subversion now.

Latest version: 3.0

Legacy versions

Download version 2.1-RC1

Download version 2.0.1

Download version 2.0.0

Dashboards.jsp for Pentaho 2.0

Requirements

  • For CDF 3.0 Lisbon: Pentaho platform 2.0.0.stable
  • For CDF 3.0 Dusseldorf: Pentaho platform 1.7
  • For CDF 2.1-RC1: Pentaho platform 2.0-rc1
  • For CDF <= 2.0.1: Pentaho platform 1.7 (can be backported to 1.6 with some modifications, or 2.0 with the alternative Dashboards.jsp)
  • Works on Jboss or Tomcat deploy (version 2.1-RC1 works only on tomcat, due to pentaho build system restrictions)
  • Tested in IE and Firefox

Installation instructions

From 3.0 versions, there's an installer supplied that requires Java version >= 1.5.

The sources can be built usingCBF. For versions older than 2.1 This kind of setup is not required, and should be straightforward to find how to patch those files to your installation. Inside are patches for tomcat (patches/target-preconfiguredinstall-tomcat/) and jboss (patches/target-preconfiguredinstall/)

In this file you will find some hints on how to do a manual install. Download

Sample dashboards included; After the serves goes up try to access: http://127.0.0.1:8080/pentaho/Dashboards

Changelog

  • v3.0 - Moved all new trunk/ functionalities into stable release
  • v2.1-RC1
    • Same features as 2.0.1 but compatible with pentaho 2.0-RC1
    • Removed dashboard links since they don't make sense to use with mantle
  • v2.0.1
    • Html selectors lacked enclosing quotes
    • preExpressions are now optional
    • Fixed bug in selectors regarding names with spaces included
    • Implemented preChange and postChange in selector (thanks to Kevin Haas)
    • For selectors, a fixed array of values are now accepted in the parameter 'valuesArray'
    • Added pivot component
    • Removed the url-template bug in samples_broadcast example (thanks to Maria Roldan)
    • Added 2 new steel-wheels alike example (thanks to Harris Ward)
    • CBF 2.0 compatible
  • v2.0.0
    • Initial release
  • No labels