mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-21 09:01:27 +00:00
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
This commit is contained in:
commit
d980e09ca0
|
@ -40,7 +40,7 @@ class SeedDMS_Preview_Previewer extends SeedDMS_Preview_Base {
|
||||||
'text/plain' => "convert -resize %wx '%f' '%o'",
|
'text/plain' => "convert -resize %wx '%f' '%o'",
|
||||||
'application/pdf' => "convert -density 100 -resize %wx '%f[0]' '%o'",
|
'application/pdf' => "convert -density 100 -resize %wx '%f[0]' '%o'",
|
||||||
'application/postscript' => "convert -density 100 -resize %wx '%f[0]' '%o'",
|
'application/postscript' => "convert -density 100 -resize %wx '%f[0]' '%o'",
|
||||||
'application/x-compressed-tar' => "tar tzvf '%f' | convert -density 100 -resize %wx text:-[0] '%o",
|
'application/x-compressed-tar' => "tar tzvf '%f' | convert -density 100 -resize %wx text:-[0] '%o'",
|
||||||
);
|
);
|
||||||
$this->width = intval($width);
|
$this->width = intval($width);
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
|
@ -11,10 +11,10 @@
|
||||||
<email>uwe@steinmann.cx</email>
|
<email>uwe@steinmann.cx</email>
|
||||||
<active>yes</active>
|
<active>yes</active>
|
||||||
</lead>
|
</lead>
|
||||||
<date>2017-09-18</date>
|
<date>2017-10-11</date>
|
||||||
<time>07:14:32</time>
|
<time>07:14:32</time>
|
||||||
<version>
|
<version>
|
||||||
<release>1.2.3</release>
|
<release>1.2.4</release>
|
||||||
<api>1.2.0</api>
|
<api>1.2.0</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
</stability>
|
</stability>
|
||||||
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
<notes>
|
<notes>
|
||||||
createPreview() returns false if running the converter command fails
|
fix typo in converter for tar.gz files
|
||||||
</notes>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir baseinstalldir="SeedDMS" name="/">
|
<dir baseinstalldir="SeedDMS" name="/">
|
||||||
|
@ -287,5 +287,21 @@ commands can be set for mimetypes 'xxxx/*' and '*'
|
||||||
pass mimetype as parameter '%m' to converter
|
pass mimetype as parameter '%m' to converter
|
||||||
</notes>
|
</notes>
|
||||||
</release>
|
</release>
|
||||||
|
<release>
|
||||||
|
<date>2017-09-18</date>
|
||||||
|
<time>07:14:32</time>
|
||||||
|
<version>
|
||||||
|
<release>1.2.3</release>
|
||||||
|
<api>1.2.0</api>
|
||||||
|
</version>
|
||||||
|
<stability>
|
||||||
|
<release>stable</release>
|
||||||
|
<api>stable</api>
|
||||||
|
</stability>
|
||||||
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
|
<notes>
|
||||||
|
createPreview() returns false if running the converter command fails
|
||||||
|
</notes>
|
||||||
|
</release>
|
||||||
</changelog>
|
</changelog>
|
||||||
</package>
|
</package>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user