Issue Details (XML | Word | Printable)

Key: XWIKI-1289
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Vincent Massol
Votes: 4
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
XWiki Core

Add UI for exporting a set of pages as PDF

Created: 28/May/07 16:09   Updated: 18/Mar/09 18:23
Component/s: Templates & User Interface
Affects Version/s: 1.0
Fix Version/s: Future

Issue Links:
Related
 

keywords: cti
Date of First Response: 14/May/08 13:31
Development Priority: High


 All   Comments   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Vincent Massol added a comment - 09/Dec/07 14:13
The following request parameters need to be made available in the UI:
  • attachments=1
  • includechilds=1
  • includelinks=1
  • comments=1
  • pagebreaks=1
  • pages=...

Christoph Dittmann added a comment - 14/May/08 13:31
In addition to the requested parameters there should be another parameter like sortorder.

The PDF export API seems to choose a random order for the childpages. Therefore an intended
structure can't be achieved.

Sincerely yours
Christoph


Vincent Massol added a comment - 14/May/08 13:41

The PDF export API seems to choose a random order for the childpages.

I haven't verified but I thought the order was the one of the links on the page (xwiki.getLinks()).


Vincent Massol added a comment - 14/May/08 13:42
ah you were talking about child pages not includelinks, sorry....