+2005-07-14 Helge Hess <helge.hess@opengroupware.org>
+
+ * moved SOGoUser and SOGoAuthenticator to libSOGo (v0.9.33)
+
2005-07-14 Marcus Mueller <znek@mulle-kybernetik.com>
* SOGoUserHomePage.m: vacation message state is now properly being
sogod.m \
SOGo.m \
SOGoProductLoader.m \
- SOGoAuthenticator.m \
- SOGoUser.m \
# product
@end
-#include "SOGoAuthenticator.h"
#include "SOGoProductLoader.h"
+#include <SOGo/SOGoAuthenticator.h>
#include <WEExtensions/WEResourceManager.h>
#include <SOGo/SOGoUserFolder.h>
#include "common.h"
#include <SOGo/AgenorUserManager.h>
#include <SOGo/WOContext+Agenor.h>
-#include "SOGoUser.h"
+#include <SOGo/SOGoUser.h>
#include "common.h"
@implementation SOGoUserHomePage
}
- (BOOL)isNotAllowedToChangeInternetAccess {
+ // TODO: should be a SOGoUser method
AgenorUserManager *um;
WOContext *ctx;
NSString *uid;
}
- (BOOL)isVacationMessageEnabledForInternet {
+ // TODO: should be a SOGoUser method
AgenorUserManager *um;
NSString *uid;
}
- (BOOL)isVacationMessageEnabledForIntranet {
+ // TODO: should be a SOGoUser method
AgenorUserManager *um;
NSString *uid;
# Version file
-SUBMINOR_VERSION:=32
+SUBMINOR_VERSION:=33
# v0.9.32 requires libSOGo v0.9.57
# v0.9.24 requires libWEExtensions v4.5.67
+2005-07-14 Helge Hess <helge.hess@opengroupware.org>
+
+ * moved in SOGoUser and SOGoAuthenticator from Main (v0.9.58)
+
2005-07-14 Marcus Mueller <znek@mulle-kybernetik.com>
* AgenorUserManager.[hm]: added accessors and cache for the
NSString+iCal.h \
NSObject+AptComparison.h \
WOContext+Agenor.h \
+ \
+ SOGoAuthenticator.h \
+ SOGoUser.h \
libSOGo_OBJC_FILES = \
SOGoObject.m \
NSObject+AptComparison.m \
WOContext+Agenor.m \
AgenorUserDefaults.m \
+ \
+ SOGoAuthenticator.m \
+ SOGoUser.m \
# tools
# version file
-SUBMINOR_VERSION:=57
+SUBMINOR_VERSION:=58
# v0.9.50 requires libGDLContentStore v4.5.30
# v0.9.34 requires libGDLContentStore v4.5.26