mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
Monotone-Parent: a1b9a10da6c763d93711deaf538e81314618e5e7
Monotone-Revision: 18464c2d77d4979f1c50fac4f095dcf6dcb967c1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-10T18:44:38 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2010-06-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/NSString+Utilities.m
|
||||
(-composeURLWithAction:parameters:andHash:): don't attempt to add
|
||||
parameters if the parameters argument is empty.
|
||||
|
||||
* UI/Common/UIxPageFrame.m (-canLogoff)): return YES when the
|
||||
authentication type is set to "cas" and SOGoCASLogoutEnabled is
|
||||
set.
|
||||
|
||||
@@ -59,7 +59,8 @@ static int cssEscapingCount;
|
||||
if (![completeURL hasSuffix: @"/"])
|
||||
[completeURL appendString: @"/"];
|
||||
[completeURL appendString: action];
|
||||
[completeURL appendString: [urlParameters asURLParameters]];
|
||||
if (urlParameters)
|
||||
[completeURL appendString: [urlParameters asURLParameters]];
|
||||
if (useHash)
|
||||
[completeURL appendString: @"#"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user