From a02a05cc8e0dce7743d47a502e8946f7103355e2 Mon Sep 17 00:00:00 2001 From: helge Date: Sat, 12 Feb 2005 21:05:45 +0000 Subject: [PATCH] fixed an issue with the page form git-svn-id: http://svn.opengroupware.org/SOGo/trunk@549 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Mailer/ChangeLog | 3 +++ SOGo/UI/Mailer/UIxMailMainFrame.m | 7 +++++++ SOGo/UI/Mailer/UIxMailMainFrame.wox | 2 +- SOGo/UI/Mailer/Version | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/SOGo/UI/Mailer/ChangeLog b/SOGo/UI/Mailer/ChangeLog index 5f029d32..1219022f 100644 --- a/SOGo/UI/Mailer/ChangeLog +++ b/SOGo/UI/Mailer/ChangeLog @@ -1,5 +1,8 @@ 2005-02-12 Helge Hess + * UIxMailMainFrame.m: fixed page form processing if the active URL + does not specify a method name (ends with /) (v0.9.101) + * v0.9.100 * added support for filter popup (OGo bug #1210) diff --git a/SOGo/UI/Mailer/UIxMailMainFrame.m b/SOGo/UI/Mailer/UIxMailMainFrame.m index 2a732b69..1c7c006b 100644 --- a/SOGo/UI/Mailer/UIxMailMainFrame.m +++ b/SOGo/UI/Mailer/UIxMailMainFrame.m @@ -75,6 +75,13 @@ return self->item; } +- (NSString *)pageFormURL { + NSString *u; + + u = [[[self context] request] uri]; + return [u hasSuffix:@"/"] ? @"view" : @"#"; +} + /* notifications */ - (void)sleep { diff --git a/SOGo/UI/Mailer/UIxMailMainFrame.wox b/SOGo/UI/Mailer/UIxMailMainFrame.wox index 652848a2..71760e4d 100644 --- a/SOGo/UI/Mailer/UIxMailMainFrame.wox +++ b/SOGo/UI/Mailer/UIxMailMainFrame.wox @@ -25,7 +25,7 @@ -
+ diff --git a/SOGo/UI/Mailer/Version b/SOGo/UI/Mailer/Version index aa1272ea..529aca4c 100644 --- a/SOGo/UI/Mailer/Version +++ b/SOGo/UI/Mailer/Version @@ -1,6 +1,6 @@ # version file -SUBMINOR_VERSION:=100 +SUBMINOR_VERSION:=101 # v0.9.100 requires libNGMime v4.5.213 # v0.9.99 requires libNGMime v4.5.212 -- 2.39.2