← Back to team overview

mahara-contributors team mailing list archive

[Bug 619597] [NEW] HTML export for plans

 

Public bug reported:

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.

** Affects: mahara
     Importance: Medium
         Status: Confirmed

** Changed in: mahara
       Status: New => Confirmed

** Changed in: mahara
   Importance: Undecided => Medium

** Changed in: mahara
    Milestone: None => 1.3.0

-- 
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.





Follow ups

References