stable

Clone or download

Read-only

Download artifacts as single page document

Part of request #11504: Download list of artifacts as a single page document Install the plugin and enable it. Go to a tracker report table with matching artifacts: you can [export v] a single page document. An html file is downloaded with each artifacts in a tlp pane: pane title is the semantic title, pane content is the semantic description of the artifact. Limitations (will be handled in next commits): - there must be matching artifacts - there should be a semantic title/description Change-Id: If688c30561f2ea166715fd373b6b8229489727da

Modified Files

Name
A plugins/textualreport/include/TextualReport/ArtifactsPresentersBuilder.php +92 −0 Go to diff View file
A plugins/textualreport/include/TextualReport/SinglePageExporter.php +91 −0 Go to diff View file
A plugins/textualreport/include/TextualReport/SinglePagePresenterBuilder.php +93 −0 Go to diff View file
M plugins/textualreport/include/textualreportPlugin.class.php +80 −2 Go to diff View file
M plugins/textualreport/site-content/fr_FR/LC_MESSAGES/tuleap-textualreport.po +10 −0 Go to diff View file
M plugins/textualreport/site-content/tuleap-textualreport.pot +8 −0 Go to diff View file
A plugins/textualreport/templates/single-page.mustache +22 −0 Go to diff View file
A plugins/tracker/include/Tracker/Report/Renderer/Table/GetExportOptionsMenuItemsEvent.php +76 −0 Go to diff View file
A plugins/tracker/include/Tracker/Report/Renderer/Table/ProcessExportEvent.php +98 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php +16 −3 Go to diff View file
M src/common/DB/DBFactory.php +6 −0 Go to diff View file