/[smeserver]/rpms/e-smith-horde/sme8/e-smith-horde-1.13.0-12.horde_registry_php_modification.patch
ViewVC logotype

Annotation of /rpms/e-smith-horde/sme8/e-smith-horde-1.13.0-12.horde_registry_php_modification.patch

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


Revision 1.2 - (hide annotations) (download)
Thu Jun 26 04:27:31 2008 UTC (16 years ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Tue Jun 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2-2
- Upgrade patch for Horde 3.2.1

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/registry.php/120AppRegistryImp mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/120AppRegistryImp
2     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/120AppRegistryImp 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/registry.php/120AppRegistryImp 1969-12-31 18:00:00.000000000 -0600
4     @@ -1,9 +0,0 @@
5     -// 120AppRegistryImp
6     -$this->applications['imp'] = array(
7     - 'fileroot' => dirname(__FILE__) . '/../imp',
8     - 'webroot' => $this->applications['horde']['webroot'] . '/imp',
9     - 'name' => _("Mail"),
10     - 'status' => 'active',
11     - 'provides' => 'mail',
12     -);
13     -
14     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/130AppRegistryIngo mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/130AppRegistryIngo
15     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/130AppRegistryIngo 2006-03-15 17:51:23.000000000 -0600
16     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/130AppRegistryIngo 1969-12-31 18:00:00.000000000 -0600
17     @@ -1,10 +0,0 @@
18     -// 130AppRegistryIngo
19     -$this->applications['ingo'] = array(
20     - 'fileroot' => dirname(__FILE__) . '/../ingo',
21     - 'webroot' => $this->applications['horde']['webroot'] . '/ingo',
22     - 'name' => _("Filters"),
23     - 'status' => 'active',
24     - 'provides' => array('mail/blacklistFrom', 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist', 'mail/applyFilters', 'mail/canApplyFilters', 'mail/showFilters'),
25     - 'menu_parent' => 'imp'
26     -);
27     -
28     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/170AppRegistryImpFolders mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/170AppRegistryImpFolders
29     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/170AppRegistryImpFolders 2006-03-15 17:51:24.000000000 -0600
30     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/170AppRegistryImpFolders 1969-12-31 18:00:00.000000000 -0600
31     @@ -1,8 +0,0 @@
32     -// 170AppRegistryImp
33     -$this->applications['imp-folders'] = array(
34     - 'status' => 'block',
35     - 'app' => 'imp',
36     - 'blockname' => 'tree_folders',
37     - 'menu_parent' => 'imp',
38     -);
39     -
40     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/210AppRegistryTurba mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/210AppRegistryTurba
41     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/210AppRegistryTurba 2006-10-05 21:44:12.000000000 -0500
42     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/210AppRegistryTurba 1969-12-31 18:00:00.000000000 -0600
43     @@ -1,17 +0,0 @@
44     -// 210AppRegistryTurba
45     -$this->applications['turba'] = array(
46     - 'fileroot' => dirname(__FILE__) . '/../turba',
47     - 'webroot' => $this->applications['horde']['webroot'] . '/turba',
48     - 'name' => _("Address Book"),
49     - 'status' => 'active',
50     - 'provides' => array('contacts', 'clients'),
51     - 'menu_parent' => 'organizing'
52     -);
53     -
54     -$this->applications['turba-menu'] = array(
55     - 'status' => 'block',
56     - 'app' => 'turba',
57     - 'blockname' => 'tree_menu',
58     - 'menu_parent' => 'turba',
59     -);
60     -

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