Bump SeedDMS to 5.1.9
Revert "Bump SeedDMS to 5.1.10" due to SeedDMS ticket 435.
This reverts commit 5c48a83547
.
This commit is contained in:
parent
5c48a83547
commit
42ec6eeb95
@ -1,8 +1,8 @@
|
||||
--- orig/SeedDMS/Preview/PdfPreviewer.php
|
||||
+++ pear/SeedDMS/Preview/PdfPreviewer.php
|
||||
@@ -27,18 +27,18 @@
|
||||
function __construct($previewDir, $timeout=5, $xsendfile=true) { /* {{{ */
|
||||
parent::__construct($previewDir, $timeout, $xsendfile);
|
||||
function __construct($previewDir, $timeout=5) { /* {{{ */
|
||||
parent::__construct($previewDir, $timeout);
|
||||
$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.10/seeddms-quickstart-5.1.10.tar.gz/download -O /srv/seeddms.tgz
|
||||
wget https://sourceforge.net/projects/seeddms/files/seeddms-5.1.9/seeddms-quickstart-5.1.9.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