diff -Nur -x '*.orig' -x '*.rej' e-smith-base-5.2.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/useraccounts mezzanine_patched_e-smith-base-5.2.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/useraccounts
--- e-smith-base-5.2.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/useraccounts 2008-08-20 16:17:24.000000000 -0500
+++ mezzanine_patched_e-smith-base-5.2.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/useraccounts 2010-04-24 22:08:51.000000000 -0500
@@ -341,19 +341,4 @@
An error occurred while trying to delete the user.
-
- FREEBUSY_URL
- Calendar Free/Busy URL
-
-
- FREEBUSY_DESCRIPTION
-
-
- https://www.domain.com/horde/kronolith/fb.php?u=user%40domain.com. Note:
- %40 translates to the @ character.
-
- ]]>
-
-
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-5.2.0/root/etc/e-smith/web/functions/useraccounts mezzanine_patched_e-smith-base-5.2.0/root/etc/e-smith/web/functions/useraccounts
--- e-smith-base-5.2.0/root/etc/e-smith/web/functions/useraccounts 2008-08-20 16:17:24.000000000 -0500
+++ mezzanine_patched_e-smith-base-5.2.0/root/etc/e-smith/web/functions/useraccounts 2010-04-24 22:04:45.000000000 -0500
@@ -213,11 +213,6 @@
>
-
-
- FREEBUSY_DESCRIPTION
-
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm mezzanine_patched_e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm
--- e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm 2008-08-20 16:17:24.000000000 -0500
+++ mezzanine_patched_e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm 2010-04-24 22:14:26.000000000 -0500
@@ -284,9 +284,6 @@
my $fwd = $cgi->param('ForwardAddress') ?
$cgi->param('ForwardAddress') :
($rec ? ($rec->prop('ForwardAddress')) : '');
- my $fb = $cgi->param('FreeBusy') ?
- $cgi->param('FreeBusy') :
- ($rec ? ($rec->prop('FreeBusy')) : '');
my $pptp = $cgi->param('VPNClientAccess') ?
$cgi->param('VPNClientAccess') :
($rec ? ($rec->prop('VPNClientAccess')) : 'no');
@@ -300,7 +297,6 @@
$cgi->param(-name=>'Phone', -value=>$phone);
$cgi->param(-name=>'EmailForward', -value=>$emf);
$cgi->param(-name=>'ForwardAddress', -value=>$fwd);
- $cgi->param(-name=>'FreeBusy', -value=>$fb);
$cgi->param(-name=>'VPNClientAccess', -value=>$pptp);
} else {
print qq(
@@ -759,9 +755,6 @@
'ForwardAddress' => $self->{cgi}->param('ForwardAddress'),
'VPNClientAccess'=> $self->{cgi}->param('VPNClientAccess'),
);
- $newProperties{'FreeBusy'} = $self->{cgi}->param('FreeBusy')
- if defined $self->{cgi}->param('FreeBusy');
- $acct->merge_props(%newProperties);
$accountdb->create_user_auto_pseudonyms($acctName);
@@ -814,7 +807,7 @@
my %userprops;
foreach my $field ( qw( FirstName LastName Phone Company Dept
- City Street EmailForward ForwardAddress FreeBusy VPNClientAccess) )
+ City Street EmailForward ForwardAddress VPNClientAccess) )
{
$userprops{$field} = $q->param($field);
}