]> BookStack Code Mirror - bookstack/commit
Refactored the code for ExportService to use DomDocument. fix/video-export 908/head
authorabijeet <redacted>
Sun, 27 Jan 2019 10:23:51 +0000 (15:53 +0530)
committerabijeet <redacted>
Sun, 27 Jan 2019 10:23:51 +0000 (15:53 +0530)
commitcc275c0b53dea10c079f8df5cfd1863f2a29e4c3
treee4f20f99043a85fdd342f64cebbd947ea3ba9565
parent8a2c13729e6ee72ef9b2e6c6523c435026e3933a
Refactored the code for ExportService to use DomDocument.

Fixes #883

Also handling more scenarios.
app/Entities/ExportService.php
app/Exceptions/ExportException.php [new file with mode: 0644]
app/Http/Controllers/PageController.php
resources/lang/en/entities.php
resources/lang/en/errors.php
tests/Entity/ExportTest.php