mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 15:45:26 +00:00
See ChangeLog
Monotone-Parent: bb4fd38c86aee6bed3b4f6bd3ca7dcebe0310c2a Monotone-Revision: 1c1858472d2b9c6f86a8b53da8c5710cf0d6eecd Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-02-06T01:15:24 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2009-02-05 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/SOGoUI/UIxComponent.m ([UIxComponent -responseWithStatus:):
|
||||
we now set the content-type to "text/plain" to fix issues with nginx.
|
||||
|
||||
* UI/MailPartViewers/UIxMailPartHTMLViewer.m
|
||||
([UIxMailPartHTMLViewer
|
||||
-startElement:namespace:rawName:attributes:]): the base tag must be ignored.
|
||||
|
||||
2009-01-22 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* Updated the Apache section in the installation
|
||||
|
||||
@@ -276,6 +276,8 @@ _xmlCharsetForCharset (NSString *charset)
|
||||
showWhoWeAre();
|
||||
if (inStyle || inScript)
|
||||
;
|
||||
else if ([_localName caseInsensitiveCompare: @"base"] == NSOrderedSame)
|
||||
;
|
||||
else if ([_localName caseInsensitiveCompare: @"body"] == NSOrderedSame)
|
||||
inBody = YES;
|
||||
else if ([_localName caseInsensitiveCompare: @"script"] == NSOrderedSame)
|
||||
|
||||
@@ -603,6 +603,7 @@ static BOOL uixDebugEnabled = NO;
|
||||
|
||||
response = [context response];
|
||||
[response setStatus: status];
|
||||
[response setHeader: @"text/plain" forKey: @"Content-Type"];
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user