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