]> err.no Git - scalable-opengroupware.org/blob - Main/ChangeLog
moved SOGo files up
[scalable-opengroupware.org] / Main / ChangeLog
1 2005-07-21  Helge Hess  <helge.hess@opengroupware.org>
2
3         * product.plist: protect homepage using SOPE access control (v0.9.38)
4
5         * SOGoRootPage.m: redirect authenticated users to their login page
6           (v0.9.37)
7
8 2005-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
9
10         * homepage.js: fixed post to send an empty string instead of null -
11           this works in Firefox on MacOSX but fails on Windows (v0.9.36)
12
13 2005-07-20  Marcus Mueller  <znek@mulle-kybernetik.com>
14
15         * v0.9.35
16
17         * README: updated with new default description
18
19         * SOGoUserHomePage.wox: in case user is not authorized to change the
20           internet access flag, the rendered text is different now
21
22         * English.lproj/Localizable.strings: provide new label for case that
23           user is not allowed to change internet access
24
25 2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
26
27         * GNUmakefile.preamble: fixed Cocoa compilation (v0.9.34)
28
29 2005-07-14  Helge Hess  <helge.hess@opengroupware.org>
30
31         * moved SOGoUser and SOGoAuthenticator to libSOGo (v0.9.33)
32
33 2005-07-14  Marcus Mueller  <znek@mulle-kybernetik.com>
34
35         * SOGoUserHomePage.m: vacation message state is now properly being
36           retrieved from AgenorUserManager (v0.9.32)
37
38         * v0.9.31
39
40         * SOGoUserHomePage.[m, wox]: added internet access lock
41           display/modification and vacation state (currently only faked)
42
43         * homepage.js: JavaScript in use on the homepage
44
45         * English.lproj/Localizable.strings: removed old labels and added a
46           bunch of new labels
47
48 2005-07-12  Helge Hess  <helge.hess@opengroupware.org>
49         
50         * v0.9.30
51         
52         * SOGoAuthenticator.m: create SOGoUser objects
53         
54         * added 'SOGoUser' object/class as a subclass of SoUser, using this
55           object various Agenor properties like cn or email can be determined
56           (will use the AgenorUserManager to retrieve such)
57
58 2005-07-08  Marcus Mueller  <znek@mulle-kybernetik.com>
59
60         * README: updated for new default 'SOGoAllowsUnrestrictedAccess'
61
62 2005-07-05  Marcus Mueller  <znek@mulle-kybernetik.com>
63
64         * v0.9.29
65
66         * README: updated defaults documentation
67
68         * SOGo.m: added new default 'SOGoEnableDoubleReleaseCheck' for
69           debugging of NSAutoreleasePool issues
70
71 2005-03-28  Helge Hess  <helge.hess@opengroupware.org>
72
73         * SOGoProductLoader.m: do not try to load directories without
74           extensions (v0.9.28)
75
76 2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
77
78         * renamed "default.strings" to "Localizable.strings" (v0.9.27)
79
80 2005-02-21  Helge Hess  <helge.hess@opengroupware.org>
81
82         * GNUmakefile: properly install bundle in FHS (v0.9.26)
83
84 2005-02-20  Helge Hess  <helge.hess@opengroupware.org>
85
86         * SOGoProductLoader.m: fixed product loader for FHS and Cocoa (0.9.25)
87
88 2005-02-17  Helge Hess  <helge.hess@opengroupware.org>
89
90         * SOGo.m: added a proper application 'name' for the WEResourceManager,
91           use WEResourceManager per default (v0.9.24)
92
93 2005-02-12  Marcus Mueller  <znek@mulle-kybernetik.com>
94
95         * SOGo.m: corrected incorrect use of logging (v0.9.23)
96
97 2005-02-10  Helge Hess  <helge.hess@opengroupware.org>
98
99         * GNUmakefile.preamble: fixed linking on MacOSX (v0.9.22)
100
101         * v0.9.21
102         
103         * SOGoProductLoader.m: perform properly versioned plugin lookups (load
104           bundles from Library/SOGo-0.9 instead of Library/SOGo)
105         
106         * sogod is now a tool, not a .woa anymore
107
108         * SOGo.m: minor cleanup in locale code, removed some dead code
109           (v0.9.20)
110
111         * GNUmakefile: some support for tool compilation (does not work yet)
112
113         * sogod.m: moved application class to own file, started to work on
114           daemon/product separation (v0.9.19)
115
116 2004-01-07  Marcus Mueller  <znek@mulle-kybernetik.com>
117
118         * {English/French}.lproj/default.strings: changed encoding from
119           ISO-Latin-1 to UTF-8, which is now the default (v0.9.18)
120
121 2004-12-15  Marcus Mueller  <znek@mulle-kybernetik.com>
122
123         * SOGoUserHomePage.m: added defaultAction to redirect to
124           "Calendar/" (v0.9.17)
125
126 2004-12-08  Marcus Mueller  <znek@mulle-kybernetik.com>
127
128         * SOGoProductLoader.m, sogod.m: changed to use NGLogging (v0.9.16)
129
130 2004-10-19  Marcus Mueller  <znek@mulle-kybernetik.com>
131
132         * SOGoUserHomePage.[wox|m]: changed hrefs to be computed dynamically
133           instead of being static (v0.9.15)
134
135 2004-10-18  Marcus Mueller  <znek@mulle-kybernetik.com>
136
137         * v0.9.14
138
139         * SOGoUserHomePage.wox: Changed label for "eMail" to "Mail" for 
140           consistency
141         
142         * *.lproj/default.strings: added label "Mail"
143
144 2004-09-26  Helge Hess  <helge.hess@opengroupware.org>
145
146         * sogod.m: return 404 for favicon.ico queries (v0.9.13)
147
148         * fixed title bindings to const: in .wox (should be label:?) (v0.9.12)
149
150 2004-09-25  Helge Hess  <helge.hess@opengroupware.org>
151
152         * sogod.m: fixed a compile warning on OSX (v0.9.11)
153
154 2004-09-20  Helge Hess  <helge.hess@skyrix.com>
155
156         * SOGoUserHomePage.wox: added link to Mail (v0.9.10)
157
158 2004-08-27  Marcus Mueller  <znek@mulle-kybernetik.com>
159
160         * v0.9.9
161
162         * English.lproj/default.strings, French.lproj/default.strings:
163           dictionaries for labels
164
165         * SOGoUserHomePage.wox: replaced constant strings with labels
166
167 2004-08-26  Helge Hess  <helge.hess@skyrix.com>
168
169         * GNUmakefile.preamble: fixed superflous libjs (v0.9.8)
170
171 2004-08-11  Helge Hess  <helge.hess@skyrix.com>
172
173         * added SOGoGroupPage and SOGoGroupsPage (default views for the group
174           folders) (v0.9.7)
175
176         * sogod.m: do not set SoRootURL manually (v0.9.6)
177
178 2004-08-10  Marcus Mueller  <znek@mulle-kybernetik.com>
179
180         * French.lproj/Locale: minor changes to capitalization (v0.9.5)
181
182 2004-07-27  Marcus Mueller  <znek@mulle-kybernetik.com>
183
184         * sogod.m: added static SoRootURL to context (v0.9.4)
185
186 2004-07-19  Marcus Mueller  <znek@mulle-kybernetik.com>
187
188         * sogod.m, */Locale: converted to UTF-8 for better editability (v0.9.3)
189
190 2004-07-19  Marcus Mueller  <znek@mulle-kybernetik.com>
191
192         * v0.9.2
193
194         * sogod.m: added localization methods. Current locale is put into 
195           WOContext upon first request. All locales are cached in the 
196           application object.
197
198         * [English,French].lproj: created. Put appropriate Locale 
199           representations here.
200
201         * GNUmakefile: added LANGUAGES and LOCALIZED_RESOURCES.
202
203         * SOGoRootPage.wox: some debug code (for locales).
204
205         * created ChangeLog.