Bump SeedDMS to 5.1.10
This commit is contained in:
parent
e165e9d8f7
commit
5c48a83547
@ -1,8 +1,8 @@
|
||||
--- orig/SeedDMS/Preview/PdfPreviewer.php
|
||||
+++ pear/SeedDMS/Preview/PdfPreviewer.php
|
||||
@@ -27,18 +27,18 @@
|
||||
function __construct($previewDir, $timeout=5) { /* {{{ */
|
||||
parent::__construct($previewDir, $timeout);
|
||||
function __construct($previewDir, $timeout=5, $xsendfile=true) { /* {{{ */
|
||||
parent::__construct($previewDir, $timeout, $xsendfile);
|
||||
$this->converters = array(
|
||||
- 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => "unoconv -d document -f pdf --stdout -v '%f' > '%o'",
|
||||
- 'application/vnd.oasis.opendocument.text' => "unoconv -d document -f pdf --stdout -v '%f' > '%o'",
|
||||
|
@ -18,7 +18,7 @@ RUN EOF
|
||||
apk --no-cache add wget
|
||||
|
||||
# Install SeedDMS
|
||||
wget https://sourceforge.net/projects/seeddms/files/seeddms-5.1.8/seeddms-quickstart-5.1.8.tar.gz/download -O /srv/seeddms.tgz
|
||||
wget https://sourceforge.net/projects/seeddms/files/seeddms-5.1.10/seeddms-quickstart-5.1.10.tar.gz/download -O /srv/seeddms.tgz
|
||||
tar xzf /srv/seeddms.tgz -C /srv
|
||||
mv /srv/seeddms51x /srv/seeddms
|
||||
rm -f /srv/seeddms.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user