[Pkg-owncloud-commits] [owncloud] 37/50: Clarify possible preview providers for type Office
David Prévot
taffit at moszumanska.debian.org
Fri Oct 17 03:12:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v6.0.6RC1
in repository owncloud.
commit b35854769982d830e9ea35b5fa3b065d364b7916
Author: Lukas Reschke <lukas at owncloud.com>
Date: Wed Sep 24 21:16:14 2014 +0200
Clarify possible preview providers for type Office
a
Conflicts:
lib/private/preview.php
---
config/config.sample.php | 6 +++++-
lib/private/preview.php | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/config/config.sample.php b/config/config.sample.php
index fda536f..6bf0024 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -253,7 +253,11 @@ $CONFIG = array(
* - OC\Preview\MarkDown
*
* The following providers are disabled by default due to performance or privacy concerns:
- * - OC\Preview\Office
+ * - OC\Preview\MSOfficeDoc
+ * - OC\Preview\MSOffice2003
+ * - OC\Preview\MSOffice2007
+ * - OC\Preview\OpenDocument
+ * - OC\Preview\StarOffice
* - OC\Preview\SVG
* - OC\Preview\Movies
* - OC\Preview\PDF
diff --git a/lib/private/preview.php b/lib/private/preview.php
index 9ff4d81..c2e67bf 100755
--- a/lib/private/preview.php
+++ b/lib/private/preview.php
@@ -588,7 +588,11 @@ class Preview {
* - OC\Preview\MarkDown
*
* The following providers are disabled by default due to performance or privacy concerns:
- * - OC\Preview\Office
+ * - OC\Preview\MSOfficeDoc
+ * - OC\Preview\MSOffice2003
+ * - OC\Preview\MSOffice2007
+ * - OC\Preview\OpenDocument
+ * - OC\Preview\StarOffice
* - OC\Preview\SVG
* - OC\Preview\Movies
* - OC\Preview\PDF
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list