1 2005-08-01 Helge Hess <helge.hess@skyrix.com>
3 * GNUmakefile: added FHS installation of sogod-0.9 (v0.9.41)
5 * SOGo.m: added class security declarations (previously in
6 product.plist of MainUI), ensure that core SOGo SoClasses are loaded
11 * moved MainUI product bundle to UI/MainUI
13 * SOGo.m: fixed some gcc 4.0 warnings
15 2005-07-21 Helge Hess <helge.hess@opengroupware.org>
17 * product.plist: protect homepage using SOPE access control (v0.9.38)
19 * SOGoRootPage.m: redirect authenticated users to their login page
22 2005-07-21 Marcus Mueller <znek@mulle-kybernetik.com>
24 * homepage.js: fixed post to send an empty string instead of null -
25 this works in Firefox on MacOSX but fails on Windows (v0.9.36)
27 2005-07-20 Marcus Mueller <znek@mulle-kybernetik.com>
31 * README: updated with new default description
33 * SOGoUserHomePage.wox: in case user is not authorized to change the
34 internet access flag, the rendered text is different now
36 * English.lproj/Localizable.strings: provide new label for case that
37 user is not allowed to change internet access
39 2005-07-15 Helge Hess <helge.hess@opengroupware.org>
41 * GNUmakefile.preamble: fixed Cocoa compilation (v0.9.34)
43 2005-07-14 Helge Hess <helge.hess@opengroupware.org>
45 * moved SOGoUser and SOGoAuthenticator to libSOGo (v0.9.33)
47 2005-07-14 Marcus Mueller <znek@mulle-kybernetik.com>
49 * SOGoUserHomePage.m: vacation message state is now properly being
50 retrieved from AgenorUserManager (v0.9.32)
54 * SOGoUserHomePage.[m, wox]: added internet access lock
55 display/modification and vacation state (currently only faked)
57 * homepage.js: JavaScript in use on the homepage
59 * English.lproj/Localizable.strings: removed old labels and added a
62 2005-07-12 Helge Hess <helge.hess@opengroupware.org>
66 * SOGoAuthenticator.m: create SOGoUser objects
68 * added 'SOGoUser' object/class as a subclass of SoUser, using this
69 object various Agenor properties like cn or email can be determined
70 (will use the AgenorUserManager to retrieve such)
72 2005-07-08 Marcus Mueller <znek@mulle-kybernetik.com>
74 * README: updated for new default 'SOGoAllowsUnrestrictedAccess'
76 2005-07-05 Marcus Mueller <znek@mulle-kybernetik.com>
80 * README: updated defaults documentation
82 * SOGo.m: added new default 'SOGoEnableDoubleReleaseCheck' for
83 debugging of NSAutoreleasePool issues
85 2005-03-28 Helge Hess <helge.hess@opengroupware.org>
87 * SOGoProductLoader.m: do not try to load directories without
90 2005-03-23 Marcus Mueller <znek@mulle-kybernetik.com>
92 * renamed "default.strings" to "Localizable.strings" (v0.9.27)
94 2005-02-21 Helge Hess <helge.hess@opengroupware.org>
96 * GNUmakefile: properly install bundle in FHS (v0.9.26)
98 2005-02-20 Helge Hess <helge.hess@opengroupware.org>
100 * SOGoProductLoader.m: fixed product loader for FHS and Cocoa (0.9.25)
102 2005-02-17 Helge Hess <helge.hess@opengroupware.org>
104 * SOGo.m: added a proper application 'name' for the WEResourceManager,
105 use WEResourceManager per default (v0.9.24)
107 2005-02-12 Marcus Mueller <znek@mulle-kybernetik.com>
109 * SOGo.m: corrected incorrect use of logging (v0.9.23)
111 2005-02-10 Helge Hess <helge.hess@opengroupware.org>
113 * GNUmakefile.preamble: fixed linking on MacOSX (v0.9.22)
117 * SOGoProductLoader.m: perform properly versioned plugin lookups (load
118 bundles from Library/SOGo-0.9 instead of Library/SOGo)
120 * sogod is now a tool, not a .woa anymore
122 * SOGo.m: minor cleanup in locale code, removed some dead code
125 * GNUmakefile: some support for tool compilation (does not work yet)
127 * sogod.m: moved application class to own file, started to work on
128 daemon/product separation (v0.9.19)
130 2004-01-07 Marcus Mueller <znek@mulle-kybernetik.com>
132 * {English/French}.lproj/default.strings: changed encoding from
133 ISO-Latin-1 to UTF-8, which is now the default (v0.9.18)
135 2004-12-15 Marcus Mueller <znek@mulle-kybernetik.com>
137 * SOGoUserHomePage.m: added defaultAction to redirect to
138 "Calendar/" (v0.9.17)
140 2004-12-08 Marcus Mueller <znek@mulle-kybernetik.com>
142 * SOGoProductLoader.m, sogod.m: changed to use NGLogging (v0.9.16)
144 2004-10-19 Marcus Mueller <znek@mulle-kybernetik.com>
146 * SOGoUserHomePage.[wox|m]: changed hrefs to be computed dynamically
147 instead of being static (v0.9.15)
149 2004-10-18 Marcus Mueller <znek@mulle-kybernetik.com>
153 * SOGoUserHomePage.wox: Changed label for "eMail" to "Mail" for
156 * *.lproj/default.strings: added label "Mail"
158 2004-09-26 Helge Hess <helge.hess@opengroupware.org>
160 * sogod.m: return 404 for favicon.ico queries (v0.9.13)
162 * fixed title bindings to const: in .wox (should be label:?) (v0.9.12)
164 2004-09-25 Helge Hess <helge.hess@opengroupware.org>
166 * sogod.m: fixed a compile warning on OSX (v0.9.11)
168 2004-09-20 Helge Hess <helge.hess@skyrix.com>
170 * SOGoUserHomePage.wox: added link to Mail (v0.9.10)
172 2004-08-27 Marcus Mueller <znek@mulle-kybernetik.com>
176 * English.lproj/default.strings, French.lproj/default.strings:
177 dictionaries for labels
179 * SOGoUserHomePage.wox: replaced constant strings with labels
181 2004-08-26 Helge Hess <helge.hess@skyrix.com>
183 * GNUmakefile.preamble: fixed superflous libjs (v0.9.8)
185 2004-08-11 Helge Hess <helge.hess@skyrix.com>
187 * added SOGoGroupPage and SOGoGroupsPage (default views for the group
190 * sogod.m: do not set SoRootURL manually (v0.9.6)
192 2004-08-10 Marcus Mueller <znek@mulle-kybernetik.com>
194 * French.lproj/Locale: minor changes to capitalization (v0.9.5)
196 2004-07-27 Marcus Mueller <znek@mulle-kybernetik.com>
198 * sogod.m: added static SoRootURL to context (v0.9.4)
200 2004-07-19 Marcus Mueller <znek@mulle-kybernetik.com>
202 * sogod.m, */Locale: converted to UTF-8 for better editability (v0.9.3)
204 2004-07-19 Marcus Mueller <znek@mulle-kybernetik.com>
208 * sogod.m: added localization methods. Current locale is put into
209 WOContext upon first request. All locales are cached in the
212 * [English,French].lproj: created. Put appropriate Locale
213 representations here.
215 * GNUmakefile: added LANGUAGES and LOCALIZED_RESOURCES.
217 * SOGoRootPage.wox: some debug code (for locales).