From e95a4e1653a894a3bec0eabda64dc0e1ecdb8e03 Mon Sep 17 00:00:00 2001 From: Megan Watson Date: Thu, 15 Oct 2009 12:14:11 +0200 Subject: [PATCH] Set the export to use the zip binary instead of pear file_archive. Hid the config setting in the install data sql. PT: 1346879 --- sql/mysql/install/data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mysql/install/data.sql b/sql/mysql/install/data.sql index e0a111c..5cb4c0b 100644 --- a/sql/mysql/install/data.sql +++ b/sql/mysql/install/data.sql @@ -288,7 +288,7 @@ INSERT INTO `config_settings` VALUES (113, 'tweaks','Increment version on rename','Defines whether to update the version number if a document filename is changed/renamed.','incrementVersionOnRename','default','true','boolean',NULL,1), (114, 'ui', 'System URL', 'The system url, used in the main logo.', 'systemUrl', 'default', 'http://www.knowledgetree.com', 'string', '', 1), (115, 'ldapAuthentication', 'Allow Moving Users in LDAP/AD', 'Moving users around within the LDAP or Active Directory structure will cause failed logins for these users. When this setting is enabled, a failed login will trigger a search for the user using their sAMAccountName setting and update their authentication details.', 'enableLdapUpdate', 'default', 'false', 'boolean', NULL, 1), -(116, 'export', 'Use External Zip Binary', 'Utilises the external zip binary for compressing archives. The default is to use the PEAR archive class.', 'useBinary', 'default', 'false', 'boolean', NULL, 1), +(116, 'export', 'Use External Zip Binary', 'Utilises the external zip binary for compressing archives. The default is to use the PEAR archive class.', 'useBinary', 'default', 'true', 'boolean', NULL, 0), (117, 'export', 'Use Bulk Download Queue', 'The bulk download can be large and can prevent normal browsing. The download queue performs the bulk downloads in the background.', 'useDownloadQueue', 'default', 'true', 'boolean', NULL, 1), (118, 'urls', 'Internal Var Directory', 'The path to the internal var directory that must sit within the web root', 'internalVarDirectory', 'default', '${fileSystemRoot}/var', 'string', NULL, 0); /*!40000 ALTER TABLE `config_settings` ENABLE KEYS */; -- libgit2 0.21.4