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