[Pkg-owncloud-commits] [owncloud] 53/90: Note in config.sample.php that certain previews are not available in ms windows
David Prévot
taffit at moszumanska.debian.org
Fri Feb 6 21:10:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 5f70ed188b7d661929ec04b687f11fcb305d8334
Author: Carla Schroder <carla at owncloud.com>
Date: Wed Jan 14 09:38:43 2015 -0800
Note in config.sample.php that certain previews are not available in ms windows
---
config/config.sample.php | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/config/config.sample.php b/config/config.sample.php
index 009b06f..0d3085d 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -88,7 +88,7 @@ $CONFIG = array(
*
* Available:
* - sqlite (SQLite3 - Community Edition Only)
- * - mysql (MySQL)
+ * - mysql (MySQL/MariaDB)
* - pgsql (PostgreSQL)
* - oci (Oracle - Enterprise Edition Only)
* - mssql (Microsoft SQL Server - Enterprise Edition Only)
@@ -636,6 +636,15 @@ $CONFIG = array(
* - OC\Preview\PDF
* - OC\Preview\StarOffice
* - OC\Preview\SVG
+ *
+ * The following providers are not available in Microsoft Windows:
+ *
+ * - OC\Preview\Movie
+ * - OC\Preview\MSOfficeDoc
+ * - OC\Preview\MSOffice2003
+ * - OC\Preview\MSOffice2007
+ * - OC\Preview\OpenDocument
+ * - OC\Preview\StarOffice
*/
'enabledPreviewProviders' => array(
'OC\Preview\Image',
--
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