2005-07-05 Marcus Mueller * SOGo.m: added new default 'SOGoEnableDoubleReleaseCheck' for debugging of NSAutoreleasePool issues (v0.9.29) 2005-03-28 Helge Hess * SOGoProductLoader.m: do not try to load directories without extensions (v0.9.28) 2005-03-23 Marcus Mueller * renamed "default.strings" to "Localizable.strings" (v0.9.27) 2005-02-21 Helge Hess * GNUmakefile: properly install bundle in FHS (v0.9.26) 2005-02-20 Helge Hess * SOGoProductLoader.m: fixed product loader for FHS and Cocoa (0.9.25) 2005-02-17 Helge Hess * SOGo.m: added a proper application 'name' for the WEResourceManager, use WEResourceManager per default (v0.9.24) 2005-02-12 Marcus Mueller * SOGo.m: corrected incorrect use of logging (v0.9.23) 2005-02-10 Helge Hess * GNUmakefile.preamble: fixed linking on MacOSX (v0.9.22) * v0.9.21 * SOGoProductLoader.m: perform properly versioned plugin lookups (load bundles from Library/SOGo-0.9 instead of Library/SOGo) * sogod is now a tool, not a .woa anymore * SOGo.m: minor cleanup in locale code, removed some dead code (v0.9.20) * GNUmakefile: some support for tool compilation (does not work yet) * sogod.m: moved application class to own file, started to work on daemon/product separation (v0.9.19) 2004-01-07 Marcus Mueller * {English/French}.lproj/default.strings: changed encoding from ISO-Latin-1 to UTF-8, which is now the default (v0.9.18) 2004-12-15 Marcus Mueller * SOGoUserHomePage.m: added defaultAction to redirect to "Calendar/" (v0.9.17) 2004-12-08 Marcus Mueller * SOGoProductLoader.m, sogod.m: changed to use NGLogging (v0.9.16) 2004-10-19 Marcus Mueller * SOGoUserHomePage.[wox|m]: changed hrefs to be computed dynamically instead of being static (v0.9.15) 2004-10-18 Marcus Mueller * v0.9.14 * SOGoUserHomePage.wox: Changed label for "eMail" to "Mail" for consistency * *.lproj/default.strings: added label "Mail" 2004-09-26 Helge Hess * sogod.m: return 404 for favicon.ico queries (v0.9.13) * fixed title bindings to const: in .wox (should be label:?) (v0.9.12) 2004-09-25 Helge Hess * sogod.m: fixed a compile warning on OSX (v0.9.11) 2004-09-20 Helge Hess * SOGoUserHomePage.wox: added link to Mail (v0.9.10) 2004-08-27 Marcus Mueller * v0.9.9 * English.lproj/default.strings, French.lproj/default.strings: dictionaries for labels * SOGoUserHomePage.wox: replaced constant strings with labels 2004-08-26 Helge Hess * GNUmakefile.preamble: fixed superflous libjs (v0.9.8) 2004-08-11 Helge Hess * added SOGoGroupPage and SOGoGroupsPage (default views for the group folders) (v0.9.7) * sogod.m: do not set SoRootURL manually (v0.9.6) 2004-08-10 Marcus Mueller * French.lproj/Locale: minor changes to capitalization (v0.9.5) 2004-07-27 Marcus Mueller * sogod.m: added static SoRootURL to context (v0.9.4) 2004-07-19 Marcus Mueller * sogod.m, */Locale: converted to UTF-8 for better editability (v0.9.3) 2004-07-19 Marcus Mueller * v0.9.2 * sogod.m: added localization methods. Current locale is put into WOContext upon first request. All locales are cached in the application object. * [English,French].lproj: created. Put appropriate Locale representations here. * GNUmakefile: added LANGUAGES and LOCALIZED_RESOURCES. * SOGoRootPage.wox: some debug code (for locales). * created ChangeLog.