/[smeserver]/rpms/e-smith-turba/sme8/e-smith-turba-1.7-02.sources_php.patch
ViewVC logotype

Annotation of /rpms/e-smith-turba/sme8/e-smith-turba-1.7-02.sources_php.patch

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


Revision 1.2 - (hide annotations) (download)
Thu Jun 26 05:10:05 2008 UTC (15 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Fri Jun 20 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-2
- Upgrade patch for Turba 2.2.1

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/00header mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/00header
2     --- e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/00header 1969-12-31 18:00:00.000000000 -0600
3     +++ mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/00header 2006-09-22 18:48:32.000000000 -0500
4     @@ -0,0 +1,4 @@
5     +//00header
6     +/**
7     + * $Horde: turba/config/sources.php.dist,v 1.97.6.20 2006/06/20 09:38:33 jan Exp $
8     + */
9     diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/40LocalSQL mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/40LocalSQL
10     --- e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/40LocalSQL 2006-03-15 20:48:40.000000000 -0600
11     +++ mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/40LocalSQL 2006-09-22 19:45:34.000000000 -0500
12     @@ -1,3 +1,4 @@
13     +//40LocalSQL
14     /**
15     * A local address book in an SQL database. This implements a per-user
16     * address book.
17     @@ -7,7 +8,7 @@
18     * this source.
19     */
20     $cfgSources['localsql'] = array(
21     - 'title' => _("My Addressbook"),
22     + 'title' => _("My Address Book"),
23     'type' => 'sql',
24     // The default connection details are pulled from the Horde-wide
25     // SQL connection configuration.
26     @@ -59,10 +60,8 @@
27     'owner_id',
28     'object_type',
29     ),
30     - 'public' => false,
31     - 'readonly' => false,
32     - 'admin' => array(),
33     - 'export' => true
34     + 'export' => true,
35     + 'browse' => true,
36     + 'use_shares' => false,
37     );
38    
39     -
40     diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP
41     --- e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP 2006-03-15 20:48:40.000000000 -0600
42     +++ mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP 2006-09-22 19:45:45.000000000 -0500
43     @@ -1,3 +1,6 @@
44     +//50LocalLDAP
45     +if (Util::extensionExists('ldap')) \{
46     +
47     $cfgSources['localldap'] = array(
48     'title' => 'Local LDAP',
49     'type' => 'ldap',
50     @@ -11,6 +14,7 @@
51     'objectclass' => array('top',
52     'person',
53     'organizationalPerson','inetOrgPerson'),
54     + 'scope' => 'one',
55     'charset' => 'iso-8859-1',
56     // check if all required attributes for an entry are set and add them
57     // if needed.
58     @@ -41,8 +45,7 @@
59     'strict' => array(
60     'dn',
61     ),
62     - 'public' => true,
63     - 'readonly' => true,
64     - 'admin' => array(),
65     - 'export' => true
66     + 'export' => true,
67     + 'browse' => true,
68     );
69     +\}

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