mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-28 09:32:46 +00:00
Monotone-Parent: 02bca191f3d6f22210597517ed2f42a870e492cc
Monotone-Revision: c4cc03e458ff714a9414efcd7a3b1bd9e5a74b88 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-07-19T17:11:37 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2009-07-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/SOGoUI/UIxComponent.m (-responseWithStatus:): revert the
|
||||
default content-type to text/plain; charset=utf-8.
|
||||
|
||||
* UI/WebServerResources/SchedulerUI.js: initialize the
|
||||
"listFilter" global var depending on the value of the filter
|
||||
popup.
|
||||
|
||||
@@ -604,6 +604,8 @@ static BOOL uixDebugEnabled = NO;
|
||||
|
||||
response = [context response];
|
||||
[response setStatus: status];
|
||||
[response setHeader: @"text/plain; charset=utf-8"
|
||||
forKey: @"content-type"];
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user