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