/[smeserver]/rpms/e-smith-horde/sme8/e-smith-horde-1.13.0-03.mime_drivers_php.patch
ViewVC logotype

Annotation of /rpms/e-smith-horde/sme8/e-smith-horde-1.13.0-03.mime_drivers_php.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 18:48:27 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-horde-1_13_0-22_el5_sme, e-smith-horde-1_13_0-21_el5_sme, e-smith-horde-1_13_0-24_el5_sme
Import on branch sme8 of package e-smith-horde-1.13.0-21.el5.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/00header mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/00header
2     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/00header 2006-03-15 17:51:24.000000000 -0600
3     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/00header 2006-09-09 22:54:19.000000000 -0500
4     @@ -1,6 +1,6 @@
5     // 00header
6     /**
7     - * $Horde: horde/config/mime_drivers.php.dist,v 1.97.6.6 2005/09/30 20:52:16 chuck Exp $
8     + * $Horde: horde/config/mime_drivers.php.dist,v 1.97.6.9 2006/04/06 21:32:14 jan Exp $
9     *
10     * Decide which output drivers you want to activate for all Horde
11     * applications. Individual Horde applications can override these settings
12     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/100mimedrivers mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/100mimedrivers
13     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/100mimedrivers 2006-03-15 17:51:23.000000000 -0600
14     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/100mimedrivers 2006-09-10 09:40:12.000000000 -0500
15     @@ -1,10 +1,13 @@
16     // 100mimedrivers
17     $mime_drivers_map['horde']['registered'] = array(
18     - 'css', 'deb', 'enriched', 'enscript', 'html', 'images', 'msword',
19     - 'msexcel', 'mspowerpoint', 'ooo', 'pdf', 'php', 'plain', 'rar', 'report',
20     - 'rfc822', 'richtext', 'rpm', 'security', 'simple', 'srchighlite', 'tgz',
21     - 'tnef', 'vcard', 'webcpp', 'zip');
22     -
23     + 'css', 'enriched', 'html', 'images', 'ooo', 'pdf', 'php', 'plain', 'rar',
24     + 'report', 'rfc822', 'richtext', 'security', 'simple', 'tgz', 'tnef',
25     + 'vcard', 'zip',
26     + // The following mime drivers require external applications to be
27     + // installed.
28     + // 'deb', 'enscript', 'msword', 'msexcel', 'mspowerpoint', 'rpm',
29     + // 'srchighlite', 'webcpp'
30     +);
31    
32     /**
33     * If you want to specifically override any MIME type to be handled by
34     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/120simple mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/120simple
35     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/120simple 2006-03-15 17:51:23.000000000 -0600
36     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/120simple 2006-09-10 09:42:32.000000000 -0500
37     @@ -2,6 +2,7 @@
38     /**
39     * Default text driver settings
40     */
41     +$mime_drivers['horde']['simple']['inline'] = true;
42     $mime_drivers['horde']['simple']['handles'] = array(
43     'text/*');
44     $mime_drivers['horde']['simple']['icons'] = array(
45     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/130plain mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/130plain
46     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/130plain 2006-03-15 17:51:23.000000000 -0600
47     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/130plain 2006-09-10 09:43:17.000000000 -0500
48     @@ -2,6 +2,7 @@
49     /**
50     * Plain text driver settings
51     */
52     +$mime_drivers['horde']['plain']['inline'] = true;
53     $mime_drivers['horde']['plain']['handles'] = array(
54     'text/plain');
55     $mime_drivers['horde']['plain']['icons'] = array(
56     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/250msword mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/250msword
57     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/250msword 2006-03-15 17:51:23.000000000 -0600
58     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/250msword 2006-09-10 09:50:04.000000000 -0500
59     @@ -12,8 +12,8 @@
60     $mime_drivers['horde']['msword']['handles'] = array(
61     'application/vnd.ms-word',
62     'application/msword',
63     - 'application/rtf',
64     - 'text/rtf');
65     +);
66     $mime_drivers['horde']['msword']['icons'] = array(
67     - 'default' => 'msword.png');
68     + 'default' => 'msword.png',
69     +);
70    
71     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/260msexcel mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/260msexcel
72     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/260msexcel 2006-03-15 17:51:24.000000000 -0600
73     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/260msexcel 2006-09-10 09:51:46.000000000 -0500
74     @@ -4,7 +4,7 @@
75     * This driver requires xlhtml to be installed.
76     * xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
77     */
78     -$mime_drivers['horde']['msexcel']['location'] = '/usr/bin/xlhtml';
79     +$mime_drivers['horde']['msexcel']['location'] = '/usr/local/bin/xlhtml';
80     $mime_drivers['horde']['msexcel']['inline'] = false;
81     $mime_drivers['horde']['msexcel']['handles'] = array(
82     'application/vnd.ms-excel',
83     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/270mspowerpoint mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/270mspowerpoint
84     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/270mspowerpoint 2006-03-15 17:51:24.000000000 -0600
85     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/270mspowerpoint 2006-09-10 09:51:54.000000000 -0500
86     @@ -4,7 +4,7 @@
87     * This driver requires ppthtml, included with xlhtml, to be installed.
88     * xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
89     */
90     -$mime_drivers['horde']['mspowerpoint']['location'] = '/usr/bin/ppthtml';
91     +$mime_drivers['horde']['mspowerpoint']['location'] = '/usr/local/bin/ppthtml';
92     $mime_drivers['horde']['mspowerpoint']['inline'] = false;
93     $mime_drivers['horde']['mspowerpoint']['handles'] = array(
94     'application/vnd.ms-powerpoint',

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed