/[smeserver]/rpms/e-smith-turba/sme8/e-smith-turba-1.7-07.turba_horde_registry_php.patch
ViewVC logotype

Contents of /rpms/e-smith-turba/sme8/e-smith-turba-1.7-07.turba_horde_registry_php.patch

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


Revision 1.2 - (show 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 diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/210AppRegistryTurba mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/210AppRegistryTurba
2 --- e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/210AppRegistryTurba 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/config/registry.php/210AppRegistryTurba 2006-10-05 21:04:06.000000000 -0500
4 @@ -0,0 +1,17 @@
5 +// 210AppRegistryTurba
6 +$this->applications['turba'] = array(
7 + 'fileroot' => dirname(__FILE__) . '/../turba',
8 + 'webroot' => $this->applications['horde']['webroot'] . '/turba',
9 + 'name' => _("Address Book"),
10 + 'status' => 'active',
11 + 'provides' => array('contacts', 'clients'),
12 + 'menu_parent' => 'organizing'
13 +);
14 +
15 +$this->applications['turba-menu'] = array(
16 + 'status' => 'block',
17 + 'app' => 'turba',
18 + 'blockname' => 'tree_menu',
19 + 'menu_parent' => 'turba',
20 +);
21 +

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