Earmarking for 1.3.0
Possibility to turn chunking of per report.
If you make a custom xslt you only get the first chunk of data but sometimes you want all the data
SVN rev 750
You can now directly link to a specific format by adding an xrpfmtpref request parameter to the persistent URL. If more parameters need to be added to the output URL, prefix them with "xrpfmtpref_"
The value of the xrpfmtpref parameter follows the following syntax:
<format-dir>-<format-file>-<extension>
The meaning of the "format-dir" and "format-file" is explained in the report format documentation.
Examples
=======
To directly link to the PDF, add the following to the persistent URL:
&xrpfmtpref=xrp-pdf-pdf
CSV with some preferences:
&xrpfmtpref=xrp-csv-txt&xrpfmtpref_splitCharacter=pipe&xrpfmtpref_encoding=UTF-8
A dynamic chart:
&xrpfmtpref=xrp-dynchart-png&xrpfmtpref_type=bar&xrpfmtpref_extension=png
A custom defined chart in dir "charts" and file "chart1.xml":
&xrpfmtpref=charts-chart1-png
Other requested things, unrelated to the persistent URL:
=========================================
Setting the default format to be displayed for a report is possible in the format index file.
Turning of chunking (or configuring the chunk size) is possible in report format file.