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