/[smeserver]/rpms/e-smith-turba/sme8/e-smith-turba-1.7-06.freebusy.patch
ViewVC logotype

Contents of /rpms/e-smith-turba/sme8/e-smith-turba-1.7-06.freebusy.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/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
2 --- e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP 2006-10-02 20:09:08.000000000 -0500
3 +++ mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP 2006-10-02 20:08:44.000000000 -0500
4 @@ -31,8 +31,12 @@
5 'homePhone' => 'homephone',
6 'workPhone' => 'telephonenumber',
7 'cellPhone' => 'mobiletelephonenumber',
8 - 'homeAddress' => 'homepostaladdress'
9 - // 'freebusyUrl' => 'calFBURL'
10 +{
11 + my $hordefreebusy = $horde{'freebusy'} || 'disabled'; return " \'homeAddress\' => \'homepostaladdress\'\n #freebusy is currently not enabled. To enable - config setprop horde freebusy enabled" unless ($hordefreebusy eq "enabled");
12 + $OUT .= ' \'homeAddress\' => \'homepostaladdress\','
13 + . "\n"
14 + . ' \'freebusyUrl\' => \'calFBURL\'';
15 +}
16 ),
17 'search' => array(
18 'name',

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