]> err.no Git - sope/blob - sope-appserver/SoOFS/ChangeLog
fixed build with gstep-make 1.9.2
[sope] / sope-appserver / SoOFS / ChangeLog
1 2004-08-31  Helge Hess  <helge.hess@skyrix.com>
2
3         * GNUmakefile.preamble: fixed libNGMime location for gstep-make 1.9.2,
4           fixed library locations for FHS (v4.3.8)
5
6 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
7
8         * added hack to install the project in FHS locations - the library,
9           its headers, the tools and the resources will be installed in
10           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
11           (v4.3.7)
12
13 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
14
15         * OFSResourceManager.m: fixed include for WOComponentDefinition.h
16           (v4.3.6)
17
18 2004-08-24  Helge Hess  <helge.hess@skyrix.com>
19
20         * install product in Library/SoProducts-4.3/ (v4.3.5)
21         
22         * install product in Library/SoProducts/4.3/ (v4.3.4)
23
24 2004-08-23  Helge Hess  <helge.hess@opengroupware.org>
25
26         * GNUmakefile.preamble: removed libjs linking path (v4.3.3)
27         
28         * GNUmakefile.preamble: link SoOFS product bundle against the library
29           to ensure that the class are available (v4.3.2)
30
31 2004-08-22  Helge Hess  <helge.hess@opengroupware.org>
32
33         * v4.3.1
34         
35         * moved the SoOFS library/sope tool to a separate project
36
37 2004-05-16  Marcus Mueller  <znek@mulle-kybernetik.com>
38
39         * SoOFS/SoOFS-SXP-Info.plist, SoObjects/SoCore-SXP-Info.plist: new
40           entries for Xcode build (v4.2.370)
41
42 2004-04-30  Marcus Mueller  <znek@mulle-kybernetik.com>
43
44         * SoOFS/OFSFolderDataSource.m: didn't work at all when no qualifier
45           was set (v4.2.358)
46
47 2004-02-10  Helge Hess  <helge.hess@opengroupware.org>
48         
49         * SoOFS/OFSFileRenderer.m: do not use -initWithTimeIntervalSince1970:
50           on MacOSX (deprecated in Cocoa)
51
52 2003-10-31  Helge Hess  <helge.hess@opengroupware.org>
53
54         * SoOFS/OFSFolder+SoDAV.m: fixed a warning
55
56 2003-10-29  Helge Hess  <helge.hess@skyrix.com>
57
58         * SoOFS/OFSFolder+SoDAV.m: added capability to create collections
59
60 2003-10-15  Helge Hess  <helge.hess@opengroupware.org>
61
62         * SoOFS/OFSFolder.m: generalized authenticator lookup
63
64         * SoOFS/OFSBaseObject.m: avoid endless recursions in 
65           -authenticatorInContext:
66         
67 2003-10-11  Helge Hess  <helge.hess@skyrix.com>
68
69         * SoOFS: added a folder datasource class for querying contents of an
70           OFS folder and a "contentDataSource" method
71
72         * SoOFS/OFSFile.m: moved renderer selection to 
73           SoRequestDispatcherRules
74
75         * SoOFS/product.plist: set default access of OFSImage and 
76           OFSPropertyListObject to allow, so that acquisition works when we
77           lookup a template on the object
78
79         * SoOFS/OFSResourceManager.m: improved debug logging in error cases
80
81 2003-09-06  Marcus Mueller <znek@mulle-kybernetik.com>
82
83         * SoOFS/OFSHttpPasswd.m: Include <unistd.h> for crypt if on Apple
84           or FreeBSD. A quick glimpse revealed that the system gcc (3.2) on
85           FreeBSD 5.x doesn't define __FreeBSD__ which is most likely a bug
86           and should be reported. On FreeBSD 4.x everything's as expected.
87
88 2003-08-04  Helge Hess  <helge.hess@skyrix.com>
89
90         * SoOFS/OFSHttpPasswd.m: include des.h instead of crypt.h on OpenBSD
91           (pointed out by Max Berger, thanks!)
92
93 2003-05-31  Helge Hess  <helge.hess@skyrix.com>
94         
95         * SoOFS/OFSFolder.m: fixed calculation of default-method URI when
96           given a URI with a query-string (v4.2.195)
97
98 2003-05-30  Helge Hess  <helge.hess@skyrix.com>
99         
100         * SoOFS/OFSWebMethod.m: added support for POSTs (calls takeValues on
101           the component before returning it)
102
103 2003-05-26  Helge Hess  <helge.hess@skyrix.com>
104         
105         * SoObjects/SoOFS: major fixes to "clientObject" handling
106         
107         * SoOFS: added OFSWebDocument, map 'xhtml' extension to OFSWebDocument
108         
109         * SoOFS: prepared classes for ChangeLog files and htpasswd files
110
111         * SoOFS/OFSFactoryRegistry.m: allow file extensions to determine 
112           folder factory, added exact-name support
113
114 2003-05-23  Helge Hess  <helge.hess@skyrix.com>
115         
116         * SoOFS: added methods to detect version control systems (v4.2.187)
117
118         * SoOFS: added OFSWebTemplate handler for xtmpl templates
119
120         * SoOFS/OFSResourceManager.m: uses -traverseKey with a subcontext to
121           acquire resources, added logging (SoOFSResourceManagerDebugEnabled)
122
123 2003-05-21  Helge Hess  <helge.hess@skyrix.com>
124
125         * SoOFS/OFSFileRenderer.m: changed to be a fully compliant renderer,
126           now also does the actual rendering (moved in code from OFSFile)
127         
128         * SoOFS/OFSWebMethod.m: moved OFSWebMethodRenderer to separate file
129         
130         * SoOFS/OFSWebMethod.m: added specialized renderer for OFSWebMethod
131
132 2003-05-10  Helge Hess  <helge.hess@skyrix.com>
133
134         * SoOFS/OFSFile.m: return self on GET, use a renderer
135
136         * SoOFS/OFSFile.m: added support for HEAD, cleaned up rendering (still
137           needs more work ...)
138
139         * SoOFS/OFSWebMethod.m: added OFSWebMethodDebugEnabled default to
140           trigger debug logging, fixed a bug in component caching
141
142 2003-04-15  Helge Hess  <helge.hess@skyrix.com>
143
144         * added 'sope' tool for hosting SoOFS based SOPE applications
145
146 2003-01-14  Helge Hess  <helge.hess@skyrix.com>
147         
148         * SoOFS/OFSPropertyListObject.m: improved factory and -saveObject to be
149           able to deal with new objects
150         
151         * SoOFS/OFSFactoryContext, OFSFolder: added a context creation method
152           for objects that do not yet exist in the store
153
154 2003-01-07  Helge Hess  <helge.hess@skyrix.com>
155
156         * SoOFS/OFSFactoryRegistry.m: added some code to allow SoClass'es 
157           behave as factories (located using the extension manifest key)
158
159         * SoOFS/OFSFolder.m: move factory method to a separate category
160         
161         * SoOFS/OFSResourceManager.m: fixed some compilation warnings
162         
163         * SoOFS/OFSBaseObject.m: return nil for unbound keys (OSX)
164
165 2002-12-18  Helge Hess  <helge.hess@skyrix.com>
166
167         * SoOFS/OFSFolder.m: fixed a typo
168
169 2002-12-11  Helge Hess  <helge.hess@skyrix.com>
170         
171         * SoOFS/OFSFile.m: added a generic "writeState:" method
172
173 2002-11-22  Helge Hess  <helge.hess@skyrix.com>
174         
175         * SoOFS: cleanup of OFS storage system (v4.2.94)
176
177 2002-11-17  Helge Hess  <helge.hess@skyrix.com>
178
179         * SoOFS: authenticator object is now local to the object and
180           acquired using the container (v4.2.81)
181
182 2002-11-14  Helge Hess  <helge.hess@skyrix.com>
183                 
184         * added first version of SoOFS (v4.2.75)