mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #01113
[Bug 619597] Re: HTML export for plans
** Changed in: mahara
Assignee: (unassigned) => Richard Mansfield (richard-mansfield)
--
HTML export for plans
https://bugs.launchpad.net/bugs/619597
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Confirmed
Bug description:
This needs to paginate tasks properly by creating a new html page for every page of tasks. The blog HTML export does this.
Ideally the solution to this would pick out the pagination part from HtmlExportBlog's dump_export_data function, and put it into some common function in export/html/lib.php (possibly in the HtmlExportArtefactPlugin class).
Then plans (and other artefacts we write later that need pagination) won't have to reimplement it.
References