]> err.no Git - sope/blob - sope-appserver/SoOFS/ChangeLog
2f089c10172a11ce03736b6a8427491ee8a7d474
[sope] / sope-appserver / SoOFS / ChangeLog
1 2005-08-06  Helge Hess  <helge.hess@opengroupware.org>
2
3         * OFSResourceManager.m, OFSFolderDataSource.m, OFSPropertyListObject.m:
4           fixed gcc 4.0 warnings (v4.5.18)
5
6 2005-07-23  Sebastian Reitenbach  <reitenbach@rapideye.de>
7
8         * GNUmakefile.preamble: added OpenBSD linking flags (v4.5.17)
9
10 2005-05-03  Helge Hess  <helge.hess@opengroupware.org>
11
12         * GNUmakefile.preamble: added strict bundle dependencies for MacOSX
13           (v4.5.16)
14
15 2005-02-17  Marcus Mueller  <znek@mulle-kybernetik.com>
16
17         * v4.5.15
18
19         * sope.m: slightly adjusted #include's, sope.m now builds with Xcode
20           as well
21
22         * SoOFS.xcode: added sope-4.5 tool target
23
24 2005-01-04  Helge Hess  <helge.hess@opengroupware.org>
25
26         * common.h: streamline NeXT/APPLE/COCOA Foundation library define into
27           just COCOA_Foundation_LIBRARY (fixes a warning) (v4.5.14)
28
29 2005-01-04  Marcus Mueller  <znek@mulle-kybernetik.com>
30
31         * OFSWebMethodRenderer.m, OFSWebMethod.m, common.h: removed warnings
32           that occured during Xcode compile by explicitly declaring used
33           private interfaces (v4.5.14)
34
35         * v4.5.13
36
37         * SoOFS.xcode: new product
38
39         * SoOFS-Info.plist: updated properly
40
41         * GNUmakefile.preamble: adjusted include paths, this way it works in
42           Xcode also without major changes.
43
44         * common.h: safeguarded against double inclusion. Adjusted #include
45           paths
46
47         * OFSFactoryRegistry.m, OFSHttpPasswd.m, OFSWebMethodRenderer.m,
48           OFSWebMethod.m, OFSFileRenderer.m, OFSPropertyListObject.m: adjusted
49           #include path.
50
51 2004-11-04  Helge Hess  <helge.hess@skyrix.com>
52
53         * use Version file for install directory location
54
55 2004-10-12  Helge Hess  <helge.hess@opengroupware.org>
56
57         * sope.m: minor logging improvements (v4.3.12)
58
59 2004-09-29  Helge Hess  <helge.hess@skyrix.com>
60
61         * fhs.make: install 'sope' tool in FHS sbin (v4.3.11)
62
63 2004-09-27  Helge Hess  <helge.hess@skyrix.com>
64         
65         * GNUmakefile: made 'sope' executable a versioned tool (now called
66           sope-4.3) (v4.3.10)
67         
68 2004-09-10  Helge Hess  <helge.hess@skyrix.com>
69
70         * GNUmakefile: fixed soname, libname versions (v4.3.9)
71
72 2004-08-31  Helge Hess  <helge.hess@skyrix.com>
73
74         * GNUmakefile.preamble: fixed libNGMime location for gstep-make 1.9.2,
75           fixed library locations for FHS (v4.3.8)
76
77 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
78
79         * added hack to install the project in FHS locations - the library,
80           its headers, the tools and the resources will be installed in
81           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
82           (v4.3.7)
83
84 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
85
86         * OFSResourceManager.m: fixed include for WOComponentDefinition.h
87           (v4.3.6)
88
89 2004-08-24  Helge Hess  <helge.hess@skyrix.com>
90
91         * install product in Library/SoProducts-4.3/ (v4.3.5)
92         
93         * install product in Library/SoProducts/4.3/ (v4.3.4)
94
95 2004-08-23  Helge Hess  <helge.hess@opengroupware.org>
96
97         * GNUmakefile.preamble: removed libjs linking path (v4.3.3)
98         
99         * GNUmakefile.preamble: link SoOFS product bundle against the library
100           to ensure that the class are available (v4.3.2)
101
102 2004-08-22  Helge Hess  <helge.hess@opengroupware.org>
103
104         * v4.3.1
105         
106         * moved the SoOFS library/sope tool to a separate project
107
108 2004-05-16  Marcus Mueller  <znek@mulle-kybernetik.com>
109
110         * SoOFS/SoOFS-SXP-Info.plist, SoObjects/SoCore-SXP-Info.plist: new
111           entries for Xcode build (v4.2.370)
112
113 2004-04-30  Marcus Mueller  <znek@mulle-kybernetik.com>
114
115         * SoOFS/OFSFolderDataSource.m: didn't work at all when no qualifier
116           was set (v4.2.358)
117
118 2004-02-10  Helge Hess  <helge.hess@opengroupware.org>
119         
120         * SoOFS/OFSFileRenderer.m: do not use -initWithTimeIntervalSince1970:
121           on MacOSX (deprecated in Cocoa)
122
123 2003-10-31  Helge Hess  <helge.hess@opengroupware.org>
124
125         * SoOFS/OFSFolder+SoDAV.m: fixed a warning
126
127 2003-10-29  Helge Hess  <helge.hess@skyrix.com>
128
129         * SoOFS/OFSFolder+SoDAV.m: added capability to create collections
130
131 2003-10-15  Helge Hess  <helge.hess@opengroupware.org>
132
133         * SoOFS/OFSFolder.m: generalized authenticator lookup
134
135         * SoOFS/OFSBaseObject.m: avoid endless recursions in 
136           -authenticatorInContext:
137         
138 2003-10-11  Helge Hess  <helge.hess@skyrix.com>
139
140         * SoOFS: added a folder datasource class for querying contents of an
141           OFS folder and a "contentDataSource" method
142
143         * SoOFS/OFSFile.m: moved renderer selection to 
144           SoRequestDispatcherRules
145
146         * SoOFS/product.plist: set default access of OFSImage and 
147           OFSPropertyListObject to allow, so that acquisition works when we
148           lookup a template on the object
149
150         * SoOFS/OFSResourceManager.m: improved debug logging in error cases
151
152 2003-09-06  Marcus Mueller <znek@mulle-kybernetik.com>
153
154         * SoOFS/OFSHttpPasswd.m: Include <unistd.h> for crypt if on Apple
155           or FreeBSD. A quick glimpse revealed that the system gcc (3.2) on
156           FreeBSD 5.x doesn't define __FreeBSD__ which is most likely a bug
157           and should be reported. On FreeBSD 4.x everything's as expected.
158
159 2003-08-04  Helge Hess  <helge.hess@skyrix.com>
160
161         * SoOFS/OFSHttpPasswd.m: include des.h instead of crypt.h on OpenBSD
162           (pointed out by Max Berger, thanks!)
163
164 2003-05-31  Helge Hess  <helge.hess@skyrix.com>
165         
166         * SoOFS/OFSFolder.m: fixed calculation of default-method URI when
167           given a URI with a query-string (v4.2.195)
168
169 2003-05-30  Helge Hess  <helge.hess@skyrix.com>
170         
171         * SoOFS/OFSWebMethod.m: added support for POSTs (calls takeValues on
172           the component before returning it)
173
174 2003-05-26  Helge Hess  <helge.hess@skyrix.com>
175         
176         * SoObjects/SoOFS: major fixes to "clientObject" handling
177         
178         * SoOFS: added OFSWebDocument, map 'xhtml' extension to OFSWebDocument
179         
180         * SoOFS: prepared classes for ChangeLog files and htpasswd files
181
182         * SoOFS/OFSFactoryRegistry.m: allow file extensions to determine 
183           folder factory, added exact-name support
184
185 2003-05-23  Helge Hess  <helge.hess@skyrix.com>
186         
187         * SoOFS: added methods to detect version control systems (v4.2.187)
188
189         * SoOFS: added OFSWebTemplate handler for xtmpl templates
190
191         * SoOFS/OFSResourceManager.m: uses -traverseKey with a subcontext to
192           acquire resources, added logging (SoOFSResourceManagerDebugEnabled)
193
194 2003-05-21  Helge Hess  <helge.hess@skyrix.com>
195
196         * SoOFS/OFSFileRenderer.m: changed to be a fully compliant renderer,
197           now also does the actual rendering (moved in code from OFSFile)
198         
199         * SoOFS/OFSWebMethod.m: moved OFSWebMethodRenderer to separate file
200         
201         * SoOFS/OFSWebMethod.m: added specialized renderer for OFSWebMethod
202
203 2003-05-10  Helge Hess  <helge.hess@skyrix.com>
204
205         * SoOFS/OFSFile.m: return self on GET, use a renderer
206
207         * SoOFS/OFSFile.m: added support for HEAD, cleaned up rendering (still
208           needs more work ...)
209
210         * SoOFS/OFSWebMethod.m: added OFSWebMethodDebugEnabled default to
211           trigger debug logging, fixed a bug in component caching
212
213 2003-04-15  Helge Hess  <helge.hess@skyrix.com>
214
215         * added 'sope' tool for hosting SoOFS based SOPE applications
216
217 2003-01-14  Helge Hess  <helge.hess@skyrix.com>
218         
219         * SoOFS/OFSPropertyListObject.m: improved factory and -saveObject to be
220           able to deal with new objects
221         
222         * SoOFS/OFSFactoryContext, OFSFolder: added a context creation method
223           for objects that do not yet exist in the store
224
225 2003-01-07  Helge Hess  <helge.hess@skyrix.com>
226
227         * SoOFS/OFSFactoryRegistry.m: added some code to allow SoClass'es 
228           behave as factories (located using the extension manifest key)
229
230         * SoOFS/OFSFolder.m: move factory method to a separate category
231         
232         * SoOFS/OFSResourceManager.m: fixed some compilation warnings
233         
234         * SoOFS/OFSBaseObject.m: return nil for unbound keys (OSX)
235
236 2002-12-18  Helge Hess  <helge.hess@skyrix.com>
237
238         * SoOFS/OFSFolder.m: fixed a typo
239
240 2002-12-11  Helge Hess  <helge.hess@skyrix.com>
241         
242         * SoOFS/OFSFile.m: added a generic "writeState:" method
243
244 2002-11-22  Helge Hess  <helge.hess@skyrix.com>
245         
246         * SoOFS: cleanup of OFS storage system (v4.2.94)
247
248 2002-11-17  Helge Hess  <helge.hess@skyrix.com>
249
250         * SoOFS: authenticator object is now local to the object and
251           acquired using the container (v4.2.81)
252
253 2002-11-14  Helge Hess  <helge.hess@skyrix.com>
254                 
255         * added first version of SoOFS (v4.2.75)