]> err.no Git - sope/blob - sope-appserver/NGObjWeb/ChangeLog
removed NGJavaScript support
[sope] / sope-appserver / NGObjWeb / ChangeLog
1 2004-09-11  Helge Hess  <helge.hess@opengroupware.org>
2
3         * removed JavaScript function support (v4.3.35)
4
5 2004-09-10  Helge Hess  <helge.hess@skyrix.com>
6
7         * v4.3.34
8
9         * SoObjects/SoProductResourceManager.m: added an implementation of
10           -pathForResourceNamed:inFramework:languages: which checks the 
11           product bundle resources (also required to make the URL lookup work),
12           improved debug logging
13
14         * Associations/WOResourceURLAssociation.m, Defaults.plist: added
15           WOResourceURLAssociationDebugEnabled default and a set of debug
16           logs
17
18 2004-09-09  Helge Hess  <helge.hess@opengroupware.org>
19
20         * DynamicElements/WOBrowser.m: deprecated 'selection' binding and
21           activated 'selections' as requested in OGo bug #894 (v4.3.33)
22         
23         * DynamicElements/WOBrowser.m: deprecated 'string' binding and
24           activated 'displayString' as requested in OGo bug #888 (v4.3.32)
25
26 2004-09-09  Frank Reppin  <frank@opengroupware.org>
27
28         * GNUmakefile.postamble: added patch for installing in different
29           install roots (INSTALL_ROOT_DIR prefix variable) (v4.3.31)
30
31 2004-09-08  Helge Hess  <helge.hess@opengroupware.org>
32
33         * WOHttpAdaptor/WOHttpTransaction.m: check whether the simple HTTP
34           parser is to be used using the
35           -shouldUseSimpleHTTPParserForTransaction: method on
36           WOCoreApplication. That way applications which require the parser
37           (like xmlrpcd/ZideStore) can override the default
38           WOHttpTransactionUseSimpleParser default (v4.3.30)
39
40 2004-09-07  Helge Hess  <helge.hess@skyrix.com>
41
42         * Defaults.plist: disable WODebugging per default (v4.3.29)
43
44         * WOContext.m: minor code cleanup (v4.3.28)
45         
46 2004-09-06  Helge Hess  <helge.hess@skyrix.com>
47
48         * Defaults.plist: enable watch dog per default (use WOUseWatchDog
49           default to disable the watch dog) (v4.3.27)
50
51 2004-09-06  Helge Hess  <helge.hess@opengroupware.org>
52
53         * WOResourceManager.m: minor code cleanups (v4.3.26)
54
55 2004-09-05  Helge Hess  <helge.hess@opengroupware.org>
56
57         * WOResourceRequestHandler.m: added some debug logging, send a 404
58           instead of a 500 if a resource could not be found (v4.3.25)
59
60 2004-09-02  Helge Hess  <helge.hess@opengroupware.org>
61
62         * wo*.make: when copying bundles to the install location, ensure that
63           .svn directories (Subversion tracking dirs) are excluded (v4.3.24)
64
65 2004-09-01  Helge Hess  <helge.hess@skyrix.com>
66
67         * WOApplication.m: added a fix to find the appwrapper in flattened
68           environments (v4.3.23)
69
70         * WOCoreApplication.m: search for libNGObjWeb resources in
71           Library/Libraries for compatibility with gstep-make 1.9.2 (Note:
72           this version does _not_ work with the old gstep-make fork anymore!)
73           (v4.3.22)
74
75 2004-09-01  Helge Hess  <helge.hess@opengroupware.org>
76
77         * fhs.make (move-headers-to-fhs): moved NGHttp headers to FHS root
78           (v4.3.21)
79
80 2004-08-31  Helge Hess  <helge.hess@skyrix.com>
81
82         * GNUmakefile.preamble: fixed sope-mime library location for gstep-make
83           1.9.2 (v4.3.20)
84
85 2004-08-29  Marcus Mueller  <znek@mulle-kybernetik.com>
86
87         * NGObjWeb.xcode: new Xcode project
88
89         * SoObjects/SoObjecs.xcode, SoObjects/SoObjects-Info.plist: new Xcode
90           project and accompanied files.
91
92         * WebDAV/WebDAV.xcode: new Xcode project
93
94 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
95
96         * GNUmakefile: properly setup bundle path (v4.3.19)
97
98         * v4.3.18
99         
100         * Templates/WOApplication+Builders.m: also look in
101           /usr/local/lib/sope-4.3/wox-builders/ and
102           /usr/lib/sope-4.3/wox-builders/ for SOPE WOx element builder bundles
103
104         * SoObjects/SoProductRegistry.m: also look in
105           /usr/local/share/sope-4.3/products and /usr/share/sope-4.3/products
106           for SOPE product bundles
107
108         * WORequest.m, WebDAV/SoObject+SoDAV.m: use new WOCoreApplication
109           method to lookup Languages.plist / DAVPropMap.plist resource
110
111         * WOCoreApplication.m: use GNUSTEP_PATHPREFIX_LIST and GNUSTEP_PATHLIST
112           to find libNGObjWeb resources, also look in
113           /usr/local/share/sope-4.3/ngobjweb/ and
114           /usr/share/sope-4.3/ngobjweb/. Added a method
115           +findNGObjWebResource:ofType: to locate library resources
116         
117         * WOCoreApplication+Bundle.m: use GNUSTEP_PATHPREFIX_LIST and
118           GNUSTEP_PATHLIST to load application bundles
119         
120         * added hack to install the project in FHS locations - the library,
121           its headers, the tools and the resources will be installed in
122           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local),
123           SOPE products are installed in lib/sope-4.3/products/
124         
125 2004-08-27  Helge Hess  <helge.hess@skyrix.com>
126
127         * GNUmakefile: export WOComponentDefinition.h as a public header
128           (v4.3.17)
129
130 2004-08-26  Helge Hess  <helge.hess@skyrix.com>
131
132         * WOComponent: added ivar for clientObject, _without_ increasing class
133           version (so that we don't need to touch every component in OGo :-| ),
134           moved SoObjects methods to own category file in SoObjects (v4.3.16)
135         
136         * WOComponentScript.m, WOComponentScriptPart.m: removed dependency on
137           NGScripting (disables WOx scripting due to missing backend) (v4.3.15)
138
139         * v4.3.14
140
141         * WOComponent.m, WOContext.m: added ivar for _ODCycleCtx, _without_
142           increasing class version (so that we don't need to touch every
143           component in OGo :-| )
144
145         * DynamicElements/WOHtml.m, WOBody.m: minor code cleanups
146
147 2004-08-25  Helge Hess  <helge.hess@opengroupware.org>
148
149         * v4.3.13
150
151         * removed dependency on NGScripting (disabled WOScriptedComponent)
152
153         * WOComponent.m: added baseURL ivar, _without_ increasing class
154           version (so that we don't need to touch every component in OGo :-| )
155
156         * v4.3.12
157
158         * Templates/WOxTemplateBuilder.m: properly select a DOM builder based
159           on the template extension
160
161         * Templates/WOTemplateBuilder.m, WOComponentDefinition.m: moved
162           builder factory to WOComponentDefinition
163
164 2004-08-24  Helge Hess  <helge.hess@opengroupware.org>
165
166         * changed bundles to install in "xxx-4.3" pathes instead of "xxx/4.3"
167           to be consistent with OGo (v4.3.11)
168
169         * v4.3.10
170
171         * GNUmakefile: install SoCore.sxp in Library/SoProducts/4.3/
172
173         * Templates/WOxTemplateBuilder.m: moved WOApplication category to an
174           own file, preload builder bundles in Library/WOxElemBuilders/4.3
175         
176         * SoObjects/SoProductRegistry.m: look for products in
177           Library/SoProducts/4.3
178
179         * v4.3.9
180
181         * DynamicElements/WOConditional.m: added specific WOx initializer to
182           support negative conditionals (if-not)
183
184         * DynamicElements/WOxControlElemBuilder.m: mapped "if-not"/"ifnot" to
185           WOConditional
186
187         * SoObjects/WOContext+SoObjects.m: added missing
188           -setObjectPermissionCache: method (v4.3.8)
189
190 2004-08-23  Helge Hess  <helge.hess@opengroupware.org>
191
192         * GNUmakefile.preamble: removed libjs linking path (v4.3.7)
193
194         * moved NGXmlRpc/xmlrpc_call to a separate project (v4.3.6)
195
196         * v4.3.5
197
198         * WOContext.m, WOComponent.m: modified component awake handling, should
199           fix some awake-in-context logs
200
201         * WOComponentRequestHandler.m: use _setCurrentContext: method
202
203         * WOApplication.m: added -_setCurrentContext: method to set the global
204           context (should be avoided, but not always possible ..)
205
206         * SoObjects/SoProductClassInfo.m: improved error handling (v4.3.4)
207
208 2004-08-22  Helge Hess  <helge.hess@opengroupware.org>
209
210         * v4.3.3
211         
212         * moved the SoOFS library/sope tool to a separate project
213
214         * WORequest, WOMessage, WOContext: added new ivars to avoid user-info
215           dictionary
216
217 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
218
219         * v4.3.2
220
221         * removed dependency on NGJavaScript
222
223         * DynamicElements/WOFileUpload.m: code cleanups
224
225         * fixed for SOPE 3.3 directory layout
226
227         * moved to SOPE 4.3, restarted subminor version to 1 to remove special
228           MacOSX version (v4.3.1)
229
230 2004-08-15  Helge Hess  <helge.hess@skyrix.com>
231
232         * SoObjects/SoProductResourceManager.m: added html, xml, txt and js as 
233           known product resource extensions (v4.2.431)
234
235 2004-08-11  Helge Hess  <helge.hess@opengroupware.org>
236
237         * SoObjects/SoObject.m: improved a debug log, improved root URL 
238           processing (v4.2.430)
239
240 2004-08-05  Helge Hess  <helge.hess@opengroupware.org>
241         
242         * v4.2.429
243         
244         * OWResourceManager.m: major changes to resource lookup. When scanning
245           language lproj directories contained inside .wo wrappers, the lproj
246           themselves will be checked whether they contain an component.html 
247           file.
248
249         * Templates/WOWrapperTemplateBuilder.m: minor improvement to logging
250           code
251         
252         * WOComponentDefinition.m: added WODebugComponentDefinition default to
253           enable debug logs
254         
255 2004-08-04  Helge Hess  <helge.hess@opengroupware.org>
256
257         * added OWResourceManager as a copy of WOResourceManager so that we
258           can apply Stephane's patches without breaking OGo. OWResourceManager
259           will be kept as a legacy until its ensured that OGo is compatible
260           with the WO resource manager (v4.2.428)
261
262 2004-08-03  Helge Hess  <helge.hess@opengroupware.org>
263
264         * SoObjects/SoProductRegistry.m: register product bundles loaded by
265           other code sections (using the NSBundleDidLoadNotification)
266           (v4.2.427)
267
268 2004-08-01  Helge Hess  <helge.hess@opengroupware.org>
269
270         * v4.2.426
271
272         * WOHttpAdaptor/WOHttpTransaction.m: added some debug logs
273
274         * WOHttpAdaptor/WOHttpAdaptor.m: minor code cleanups
275
276 2004-07-29  Helge Hess  <helge.hess@opengroupware.org>
277
278         * SoObjects/SoObject.m(-baseURLInContext:): if the object implements 
279           -isFolderish and returns YES, a slash will be added to the baseURL
280           (v4.2.425)
281
282 2004-07-26  Helge Hess  <helge.hess@opengroupware.org>
283
284         * v4.2.424
285
286         * Templates/WOxComponentElemBuilder.m: improved debug logs
287
288         * Associations/WOValueAssociation.m: improved description
289
290 2004-07-22  Helge Hess  <helge.hess@skyrix.com>
291
292         * WOComponent.m: made "missing context in component" warning log a
293           debug log (v4.2.423)
294
295 2004-07-21  Helge Hess  <helge.hess@opengroupware.org>
296
297         * Associations/WOValueAssociation.m: added a great premature 
298           optimization to speed up value access for objects as ints, unsigned
299           ints and bools ;-), added a small optimization to access bool
300           objects as strings (v4.2.422)
301
302 2004-07-20  Helge Hess  <helge.hess@skyrix.com>
303
304         * v4.2.421
305
306         * WOValueAssociation.m: minor code cleanups
307
308         * Defaults.plist(WOxAssociationClassMapping): registered new 
309           WOLabelAssociation for 'OGo:label' namespace
310         
311         * added new WOLabelAssociation for resolving labels
312
313 2004-07-17  Helge Hess  <helge.hess@opengroupware.org>
314
315         * v4.2.420
316
317         * WebDAV/SoObjectWebDAVDispatcher.m: improved error handling if the
318           target object does not implement a specific method (returns 501,
319           not implemented)
320         
321         * DAVPropMap.plist: added some DAV properties which are new with 
322           OOo 1.9 UCB
323
324 2004-07-15  Helge Hess  <helge.hess@skyrix.com>
325
326         * WOCoreApplication.m: added ability to filter out some "expected"
327           validation issues (by overwriting the -hideValidationIssue: method)
328           (v4.2.419)
329
330 2004-07-14  Helge Hess  <helge.hess@skyrix.com>
331
332         * Languages.plist: added mapping from 'nb' code to NorwegianBokmaal
333           (v4.2.418)
334
335 2004-07-14  Helge Hess  <helge.hess@opengroupware.org>
336
337         * WOContext.m, WOComponent.m, Defaults.plist: added new 
338           'WODebugComponentAwake' default to enable component -awake/-sleep 
339           logging (v4.2.417)
340
341 2004-07-08  Helge Hess  <helge.hess@skyrix.com>
342
343         * v4.2.416
344         
345         * SoObjects/SoPageInvocation.m, SoObjects/SoProductClassInfo.m: added 
346           support for extracting SOAP parameters as KVC keys for the 
347           WOComponent (SOAP parameters will be extracted and applied using
348           KVC)
349
350         * SoObjects/SoObjectSOAPDispatcher.m, 
351           SoObjects/SoObjectXmlRpcDispatcher.m: added an own logging prefix
352
353 2004-07-07  Helge Hess  <helge.hess@opengroupware.org>
354
355         * v4.2.415
356         
357         * SoObjects/SoSelectorInvocation.m: added support for SOAP parameter
358           extractions
359
360         * SoObjects/SoObjectSOAPDispatcher.m: added SOAP envelope in context
361         
362         * SoObjects/SoProductClassInfo.m: added support for 'arguments' key
363           in selector invocation declarations to specify request type specific
364           argument extractions
365
366 2004-07-07  Marcus Mueller  <znek@mulle-kybernetik.com>
367
368         * DynamicElements/WOString.m: new attribute "style" appends
369           surrounding <span> tag bearing the styleclass. Doesn't get set if
370           no string value will be printed. (v4.2.414)
371
372 2004-07-07  Helge Hess  <helge.hess@skyrix.com>
373
374         * v4.2.413
375         
376         * SoObjects: started SOAP dispatcher for SOPE objects
377         
378         * Defaults.plist: added SOAP configuration to SOPE dispatcher selection
379
380         * SoObjects/WORequest+So.m: added -isSoSOAPRequest to detect SOAP 
381           requests based on the SOAPAction HTTP header
382
383 2004-07-05  Helge Hess  <helge.hess@opengroupware.org>
384
385         * WEClientCapabilities.m: report Mozilla browsers starting with major
386           version 5 as <iframe/> capable browsers, this should fix OGo bug 
387           #634 (v4.2.412)
388
389 2004-07-04  Helge Hess  <helge.hess@opengroupware.org>
390
391         * v4.2.411
392
393         * DynamicElements/WOForm.m: print a debug log if a session ID is to be
394           embedded in a direct action form, but no session is active
395
396         * DynamicElements/WOPopUpButton.m: minor improvement to 
397           WONoSelectionString generation code
398
399         * Templates/WOxTemplateBuilder.m: added WOxLogBuilderQueue default to
400           log the builder queue setup being used by the application
401
402 2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
403
404         * SoObjects/NSException+HTTP.m: subminor fix to 404 reason (v4.2.410)
405
406 2004-06-29  Stephane Corthesy  <stephane@sente.ch>
407
408         * Associations/WOKeyPathAssociationSystemKVC.m: fixed bool value 
409           processing (return YES for NO NSNumber's) (v4.2.409)
410
411 2004-06-27  Helge Hess  <helge.hess@opengroupware.org>
412
413         * various makefile fixes to allow in-place compilation of the whole
414           SOPE frameworks (v4.2.408)
415
416         * WOComponent.m: removed a superflous log on MacOSX (v4.2.407)
417
418 2004-06-22  Helge Hess  <helge.hess@opengroupware.org>
419
420         * DynamicElements/_WOConstResourceImage.m: added some debugging code
421           (v4.2.406)
422
423 2004-06-21  Helge Hess  <helge.hess@opengroupware.org>
424
425         * WOCoreApplication.m: fixed a gstep-base warning (v4.2.405)
426
427 2004-06-21  Helge Hess  <helge.hess@skyrix.com>
428
429         * SoObjects/SoClass.m: added slot access logging (v4.2.404)
430
431         * SoApplication.m, SoObject+Traversal.m, SoObject.m,
432           SoObjectMethodDispatcher.m, SoPageInvocation.m, SoProductClassInfo.m,
433           SoSecurityManager.m: fixed some gcc 3.4 warnings (v4.2.403)
434
435 2004-06-20  Helge Hess  <helge.hess@opengroupware.org>
436
437         * v4.2.402
438
439         * DynamicElements/WOPopUpButton.m: moved in .h file
440
441         * DynamicElements/WOBrowser.m: do not include WOPopUpButton.h (does not
442           inherit from that dynamic element anymore)
443         
444 2004-06-20  Stephane Corthesy  <stephane@sente.ch>
445         
446         * DynamicElements/WOPopUpButton.[hm]: 
447           - removed the singleSelection binding (now is fixed to YES [Note: 
448             will break compatibility with very old WO versions])
449           - added 'displayString' as an alias for the 'string' binding
450           - added 'selectedValue' and 'escapeHTML' bindings
451           - 'value' is not longer set to selected value in 
452             -takeValuesFromRequest:inContext:. Use 'selectedValue' instead.
453           - uses WONoSelectionString variable instead of hardcoded "$" for 
454             empty selections
455           - 'item' binding is reset after use
456           - added missing space in generated HTML when 'otherTagString' is set
457           - 'value' is now escaped
458         
459 2004-06-17  Helge Hess  <helge.hess@opengroupware.org>
460
461         * v4.2.401
462
463         * SoObjects/SoObjectMethodDispatcher.m: only lookup HTTP methods in the
464           SoClass, not in the object itself to avoid clashes with contained
465           objects
466
467         * DynamicElements/_WOComplexHyperlink.m: added 
468           'WODebugStaticLinkProcessing' default to debug URL processing in
469           static hyperlinks
470
471 2004-06-16  Helge Hess  <helge.hess@opengroupware.org>
472
473         * v4.2.400
474
475         * WOContext.m ([WOContext -urlWithRequestHandlerKey:path:queryString:]):
476           fixed processing of application name for '/' request URLs
477
478         * SoObjectMethodDispatcher.m: minor code cleanups
479
480         * SoObjects/SoObject.h: exposed -defaultMethodNameInContext: method
481           (v4.2.399)
482
483         * SoObjects/SoHTTPAuthenticator.m: added +parseCredentials: method
484           to reuse the HTTP authorization parsing (v4.2.398)
485
486 2004-06-15  Helge Hess  <helge.hess@opengroupware.org>
487
488         * SoObjects/SoApplication.m: fixed lookup for appname.woa which is
489           generated since the changes in v4.2.385 (v4.2.397)
490
491         * WOPageRequestHandler.m: fixed a bug in the new request methods 
492           (v4.2.396)
493
494         * v4.2.395
495         
496         * NGObjWeb/WOComponent.h: added prototypes for direct action methods
497
498         * WOPageRequestHandler.m: added direct action like form-value methods
499           to WOComponent category (-takeFormValuesForKeys:)
500
501         * SoObjects/SoProductRegistry.m: improved bundle based product lookup
502           (first checks using the bundle path)
503         
504         * SoObjects/SoPageInvocation.m: use application context for page
505           instantiation if none was passed in
506
507         * SoObjects/SoObject.m: use application context when looking up the
508           default method
509
510 2004-06-14  Helge Hess  <helge.hess@opengroupware.org>
511
512         * woapp-gs.make, wobundle-gs.make: patches to use Contents/Resources 
513           as the resources directory on MacOSX (v4.2.394)
514         
515         * v4.2.393
516         
517         * WOComponentRequestHandler.m: properly generate content-type if none
518           is set in the response
519
520         * ngobjweb.make: added static linking flags for Mach linker
521
522         * Templates/WODParser.m (_parseProperty): now correctly parses key
523           pathes starting with a boolean substring like "true" or "NO"
524           (eg 'trueFlag') (v4.2.392)
525
526         * WORequestHandler.m: added KVC support for MacOSX (v4.2.391)
527
528 2004-06-11  Helge Hess  <helge.hess@opengroupware.org>
529
530         * SoObjects/SoPageInvocation.m: added KVC support for MacOSX (v4.2.390)
531
532 2004-06-10  Stephane Corthesy  <stephane@sente.ch>
533
534         * v4.2.389
535
536         * WOResourceURLAssociation.m, WOStats.m: explicitly use 
537           -browserLanguages for resource lookup if there is no session
538
539         * WOBody.m, WOEmbeddedObject.m, WOImageButton.m, WOJavaScript.m,
540           WOResourceURL.m, _WOConstResourceImage.m, _WOResourceImage.m:
541           [hm, what was the change here?]
542         
543 2004-06-10  Helge Hess  <helge.hess@opengroupware.org>
544
545         * SoObjects/SoObjectRequestHandler.m: improved handling of NSNull
546           objects in the traversal stack, avoids coredumps in some edge
547           condition (v4.2.388)
548
549 2004-06-10  Helge Hess  <helge.hess@skyrix.com>
550
551         * WOApplication.m, WORequest.m, WORequestHandler.m: fixed gcc 3.4
552           warnings (v4.2.387)
553
554 2004-06-10  Helge Hess  <helge.hess@opengroupware.org>
555
556         * v4.2.386
557
558         * GNUmakefile.preamble: added prebinding
559
560         * SoObjects/SoPageInvocation.m: fixed code formatting
561
562 2004-06-09  Stephane Corthesy  <stephane@sente.ch>
563         
564         * v4.2.385
565         
566         * Defaults.plist: added "WONoSelectionString" default (defaults to
567           "WONoSelectionString")
568         
569         * WORequest.[hm]: fixed parsing of URIs without request handler pathes 
570           (like /x.woa/wr?abc), added WONoSelectionString variable and default
571
572         * WOContext.[hm]: added -queryStringFromDictionary: method, rewrote
573           -directActionURLForActionNamed:queryDictionary: to use that. Fixed
574           -urlWithRequestHandlerKey:path:queryString: to append to application
575           extension
576
577         * Templates/WODParser.m: allow keypath strings which contain a slash 
578           ('/') (eg "src = urlKVC/path/to/file.html;")
579
580 2004-06-09  Helge Hess  <helge.hess@skyrix.com>
581
582         * DynamicElements/WOString.m: fixed default (YES) for 'escapeHTML' 
583           binding in cluster subclasses (was correct in _WOComplexString, but
584           wrong in the other ones). This might fix OGo bug #625 (v4.2.384)
585         
586         * DynamicElements/WOString.m: never escape value of 'valueWhenEmpty'
587           binding as suggested by Stephane (v4.2.383)
588         
589         * DynamicElements/WOPopUpButton.m: some code cleanups, properly close
590           the <option> tag for the 'nilValue' (v4.2.382)
591
592         * v4.2.381
593                 
594         * _WOStringTable.m: added -description method
595
596         * WOComponent.m: changed -description to be more consistent with the
597           rest of the system
598
599 2004-06-09  Stephane Corthesy  <stephane@sente.ch>
600         
601         * _WOStringTable.m: support .strings files in NSDictionary plist format
602         
603         * Associations/WOKeyPathAssociationSystemKVC.m: now properly supports
604           caret (^) notation
605         
606         * WOCoreApplication.m: added -setPrintsHTMLParserDiagnostics: and
607           -printsHTMLParserDiagnostics for enabling/disabling the output
608           validation
609
610 2004-06-08  Helge Hess  <helge.hess@opengroupware.org>
611
612         * v4.2.380
613
614         * SoObjects/SoComponent.m: minor logging improvement
615
616         * SoObjects/SoProductResourceManager.m, Defaults.plist: added default 
617           SoProductResourceManagerDebugEnabled to enable logging
618
619         * WOResourceManager.m (RSRCDIR_CONTENTS): this was only defined for
620           Xcode builds, it is now also enabled for gstep-make on OSX (which
621           also places resources in Contents/Resources) (this change makes
622           UI-X work on OSX)
623
624         * v4.2.379
625         
626         * GNUmakefile.preamble (libNGObjWeb_LIB_DIRS): fixed relative search
627           pathes
628
629         * SoObjects/SoProductRegistry.m: use bundle manager to get bundle 
630           objects, fixed a bug which lead to duplicate product registration
631           (and a set of resulting other issues), on MacOSX. Apparently
632           bundle uniquing is broken on MacOSX
633         
634         * SoObjects/SoClassSecurityInfo.m: be more tolerant about NSNull 
635           values, improved error logging
636
637         * NGObjWeb/WOCoreApplication.h: fixed for MacOSX compilation 
638           (NSTimeInterval was missing)
639
640 2004-06-07  Helge Hess  <helge.hess@skyrix.com>
641
642         * WOResourceManager.m: fixed a gcc 3.4 warnings (v4.2.378)
643
644 2004-06-05  Helge Hess  <helge.hess@opengroupware.org>
645
646         * DynamicElements/WOString.m: added 'valueWhenEmpty' as suggested by
647           Stephane, various code cleanups (v4.2.377)
648
649 2004-06-04  Stephane Corthesy  <stephane@sente.ch>
650
651         * WODisplayGroup.m: added special KVC support for "queryMatch.",
652           "queryMax.", "queryMin." and "queryOperator." keys (v4.2.376)
653
654 2004-06-02  Marcus Mueller  <znek@mulle-kybernetik.com>
655
656         * SoObjects/SoObjectRequestHandler.m: added support for
657           rapidTurnAround (v4.2.375)
658
659 2004-06-02  Helge Hess  <helge.hess@skyrix.com>
660
661         * v4.2.374
662         
663         * DynamicElements/WOxHTMLElemBuilder.m: use WOGenericContainer for
664           generating <a name=""> anchors instead of silently dropping the 
665           element
666         
667         * DynamicElements/WOGenericElement.m: some code cleanups
668
669 2004-06-01  Stephane Corthesy  <stephane@sente.ch>
670
671         * v4.2.373
672
673         * WOApplication.h, WODirectAction.h, WOComponent.h: added prototypes
674           for logging methods, so that those are available in case NGExtensions
675           is not included
676
677         * WOCoreApplication.[hm]: added implementation of 
678           -terminateAfterTimeInterval:
679
680         * WOApplication+defaults.m, Defaults.plist: added: 
681           WOApplicationBaseURL, WOAutoOpenInBrowser, WOCGIAdaptorURL, 
682           WOFrameworksBaseURL
683
684 2004-05-27  Helge Hess  <helge.hess@skyrix.com>
685
686         * WOResponse.m: minor code cleanups (v4.2.372)
687
688 2004-05-19  Helge Hess  <helge.hess@skyrix.com>
689
690         * WOMessage+Validation.m: do not trigger validation for text/plain
691           (v4.2.371)
692
693 2004-05-16  Marcus Mueller  <znek@mulle-kybernetik.com>
694
695         * SoOFS/SoOFS-SXP-Info.plist, SoObjects/SoCore-SXP-Info.plist: new
696           entries for Xcode build (v4.2.370)
697
698 2004-05-13  Helge Hess  <helge.hess@opengroupware.org>
699
700         * WOCoreApplication.m: fixed a typo (v4.2.369)
701
702 2004-05-11  Helge Hess  <helge.hess@opengroupware.org>
703
704         * SoObjects/SoObjectRequestHandler.m: minor tweak for MacOSX Foundation
705           (v4.2.368)
706
707 2004-05-07  Helge Hess  <helge.hess@skyrix.com>
708
709         * v4.2.367
710         
711         * WOMessage+Validation.m: added validation functionality for XML and 
712           HTML
713         
714         * WOCoreApplication.m: validation of generated output can be turned on
715           using the WOOutputValidationEnabled default
716
717 2004-05-06  Helge Hess  <helge.hess@skyrix.com>
718
719         * DynamicElements/WOJavaScript.m: minor code cleanups (v4.2.366)
720
721 2004-05-05  Marcus Mueller  <znek@mulle-kybernetik.com>  
722
723         * GNUmakefile.preamble: added support for building with
724           GNUSTEP_BUILD_DIR environment variable set for recent
725           gnustep-make package. (v4.2.365)
726
727 2004-05-05  Helge Hess  <helge.hess@skyrix.com>
728
729         * WORequest.m: if a browser language region code (like de-ch) cannot be
730           found, retry the lookup with the major language code (in this case 
731           'de') (as suggested by Stephane Corthesy) (v4.2.364)
732
733         * WOApplication.m: removed old license check, added 
734           "WOLogDefaultsOnStartup" default to enable logging of the default
735           configuration on server startup (as suggested by Stephane Corthesy)
736           (v4.2.363)
737
738 2004-05-04  Helge Hess  <helge.hess@opengroupware.org>
739
740         * NGObjWeb/NGObjWeb.h: include WOMailDelivery.h and WOStatisticsStore.h
741           as suggested by Stephane Corthesy (thanks!) (v4.2.362)
742
743 2004-05-04  Helge Hess  <helge.hess@skyrix.com>
744         
745         * DynamicElements/_WOComplexHyperlink.m: added special handling for
746           mailto: and javascript: URLs in href links (not processed using
747           NSURL) (v4.2.361)
748
749 2004-05-03  Helge Hess  <helge.hess@skyrix.com>
750
751         * DynamicElements/WOString.m: fixed a typo (v4.2.360)
752
753 2004-05-01  Helge Hess  <helge.hess@opengroupware.org>
754
755         * v4.2.359
756         
757         * WOMessage: added +setDefaultEncoding:/+defaultEncoding class methods
758           as suggested by Stephane Corthesy (thanks!) and as available in 
759           WO 4.5.
760         
761         * WOCookie: added missing set accessors as suggested by Stephane
762           Corthesy (thanks!) and as available in WO 4.5. Deprecated -expireDate
763           methods in favor of the WO 4.5 -expires/-setExpires: methods,
764           since WOCookie objects are not immutable anymore, changed the
765           NSCopying implementation to return a real copy
766
767 2004-04-30  Helge Hess  <helge.hess@opengroupware.org>
768
769         * some minor cleanups to log messages
770
771         * WOComponent.m, Defaults.plist: added debugging default
772           'WOCoreOnAwakeComponentInCtxDealloc'
773
774 2004-04-30  Marcus Mueller  <znek@mulle-kybernetik.com>
775
776         * SoOFS/OFSFolderDataSource.m: didn't work at all when no qualifier
777           was set (v4.2.358)
778
779 2004-04-30  Helge Hess  <helge.hess@skyrix.com>
780
781         * DynamicElements/WOBrowser.m: improved XHTML compatibility for bool
782           attributes (v4.2.357)
783
784 2004-04-21  Helge Hess  <helge.hess@skyrix.com>
785
786         * DynamicElements/WORadioButton.m: code cleanups (v4.2.356)
787
788 2004-04-20  Jean-Alexis Montignies <ja@sente.ch>
789         
790         * WOResourceManager: added
791           -stringForKey:inTableNamed:withDefaultValue:inFramework:languages:
792           method, simplified implementation (v4.2.355)
793         
794 2004-04-19  Jean-Alexis Montignies <ja@sente.ch>
795         
796         * WOKeyPathAssociation.m: added support for float and double (v4.2.354)
797
798 2004-04-19  Helge Hess  <helge.hess@skyrix.com>
799
800         * WOHyperlink.m: moved the cluster subclasses to separate files 
801           (v4.2.353)
802
803         * v4.2.352
804
805         * DynamicElements/WOJavaScript.m: code cleanups
806
807         * Templates/WOWrapperTemplateBuilder.m: fixed for Linux compilation
808
809 2004-04-17  Marcus Mueller  <znek@mulle-kybernetik.com>
810
811         * v4.2.351
812
813         * WOApplication.m: fixed generated HTML in -handleException:inContext.
814           If application is in RAD mode, extracts templateURL from exception's
815           userInfo and sets "x-sope-template-path" header appropriately.
816         
817         * Templates/WOWrapperTemplateBuilder.m: exceptions during template
818           parsing are being caught now before being re-raised.
819           During exceptions some necessary cleanup will be performed and the
820           templateURL will be added to the exception's userInfo for later
821           extraction.
822
823         * WOApplication.m, WOCoreApplication.m, WOHTTPConnection.m,
824           WOSimpleHTTPParser.m, WOWatchDogApplicationMain.m,
825           WOHttpAdaptor/WOHttpAdaptor.m: replaced all occurrences of "catched"
826           with "caught" in log statements and comments.
827
828 2004-04-16  Helge Hess  <helge.hess@opengroupware.org>
829
830         * WOComponent.m: print a warning if the component name is set to nil
831           (v4.2.350)
832
833 2004-04-16  Helge Hess  <helge.hess@skyrix.com>
834
835         * Templates/WOxTemplateBuilder.m: minor code cleanups (v4.2.349)
836
837 2004-04-16  Jean-Alexis Montignies  <ja@sente.ch>
838
839         * v4.2.348
840         
841         * WOComponent.m: resolve plist unarchiver references using KVC pathes
842         
843         * WOComponentDefinition.m: set component as delegate for plist 
844           unarchiver
845         
846 2004-04-15  Helge Hess  <helge.hess@opengroupware.org>
847         
848         * WOComponentDefinition.m: fixed use of incorrect variable in .woo
849           initializer, as reported by Jean-Alexis (v4.2.347)
850
851         * WOComponent.m, WOComponentDefinition.m: .woo postprocessing is
852           now triggered by WOComponent -init, the component definition is 
853           passed in the wocVariables ivar (HACK CD!) (v4.2.346)
854
855 2004-04-14  Helge Hess  <helge.hess@opengroupware.org>
856
857         * v4.2.345
858         
859         * WOComponentDefinition.m: minor code cleanups, implement
860           -_finishInitializingComponent: which loads the .woo and does some
861           other postprocessing
862         
863         * WOComponent.m: added -_setContext: private method and use that
864           instead of assigning to self->context
865
866         * WOApplication.m: added -_pageWithName:inContext: private method
867           (which is wrapped by -pageWithName:inContext:)
868
869 2004-04-12  Helge Hess  <helge.hess@opengroupware.org>
870         
871         * WOContext.m: improved -applicationURL to handle empty adaptor
872           prefixes (v4.2.344)
873
874 2004-04-11  Helge Hess  <helge.hess@opengroupware.org>
875
876         * Languages.plist: added de-lu, en-gb, fr-be and fr-lu mappings
877           (v4.2.343)
878
879 2004-04-09  Marcus Mueller  <znek@mulle-kybernetik.com>
880
881         * Templates/WOHTMLParser.m: -[NSException setUserInfo:] does
882           not exist on MacOSX (v4.2.342)
883
884 2004-04-07  Jean-Alexis Montignies   <ja@sente.ch>
885
886         * v4.2.341 (requires libNGExtensions v4.2.77)
887
888         * WOApplication: Added +eoEditingContextClass and 
889           +implementsEditingContexts dependant on the
890           availability of EOEditingContext in EOControl.
891
892         * WOSession: Implemented -defaultEditingContext, bumped class version
893           because an ivar was added
894         
895         * WORequest: Implemented -formValues.
896
897 2004-04-07  Helge Hess  <helge.hess@opengroupware.org>
898         
899         * Templates/WOWrapperTemplateBuilder.m: use 
900           -stringEncodingForEncodingNamed: on Cocoa (v4.2.340)
901
902 2004-04-06  Helge Hess  <helge.hess@opengroupware.org>
903         
904         * WOHTMLParser.m, WODParser.m: fixed a missing return statement, 
905           introduced in v4.2.338 (thanks Jean-Alexis for reporting :-) 
906           (v4.2.339)
907         
908 2004-04-06  Helge Hess  <helge.hess@skyrix.com>
909
910         * v4.2.338
911
912         * WODParser.m, WOHTMLParser.m, WOWrapperTemplateBuilder.m: added 
913           support for using UTF-8 as the parsing encoding, can be enabled 
914           using the WOParsersUseUTF8 bool default (Note: this slows the parser
915           down).
916         
917         * WODParser.m: added support for parsing 'true' and 'false'
918
919 2004-04-05  Helge Hess  <helge.hess@skyrix.com>
920
921         * v4.2.337
922
923         * WOComponentDefinition.m: added support for woo variables stored in 
924           the template
925
926         * WOWrapperTemplateBuilder.m: parse .woo file, remember .woo variables
927           in template and add a hack to support .woo file encodings
928
929         * WOTemplate.m: added ability to store extra, KVC encoded, component
930           variables, as contained in .woo files
931
932         * WOComponentDefinition.m, WOComponent.m: moved .woo loading from
933           WOComponent to WOComponentDefinition as suggested by ja@sente.ch 
934           (v4.2.336)
935
936 2004-04-04  Helge Hess  <helge.hess@opengroupware.org>
937
938         * WOComponent.m: use just the component name as the login prefix
939           (without <>), properly deal with components without a name
940           (v4.2.335)
941
942 2004-04-01  Helge Hess  <helge.hess@opengroupware.org>
943
944         * Languages.plist: added mapping of fr-fr to French (v4.2.334)
945
946 2004-03-30  Helge Hess  <helge.hess@skyrix.com>
947
948         * Associations/WOAssociation.m: minor fix to cache log message 
949           (v4.2.333)
950
951 2004-03-29  Helge Hess  <helge.hess@opengroupware.org>
952
953         * DynamicElements/WORadioButtonList.m: code cleanups (v4.2.332)
954
955 2004-03-26  Helge Hess  <helge.hess@opengroupware.org>
956
957         * WOComponentDefinition.m: fixed support for components without 
958           classes, some related warnings can be disabled by setting the
959           WOEnableComponentsWithoutClasses default (v4.2.331)
960
961 2004-03-24  Helge Hess  <helge.hess@skyrix.com>
962
963         * DynamicElements/WOConditional.m, WOTextField.m: subminor code 
964           cleanups (v4.2.330)
965
966 2004-03-22  Helge Hess  <helge.hess@skyrix.com>
967
968         * SoObjects/SoSelectorInvocation.m: fixed a typo (v4.2.329)
969
970 2004-03-21  Helge Hess  <helge.hess@opengroupware.org>
971
972         * v4.2.328
973         
974         * WEClientCapabilities.m: added Ecto as a known client (BLog, XML-RPC)
975         
976         * SoObjectXmlRpcDispatcher.m, Defaults.plist: added default to enable
977           debug logs 'SoObjectXmlRpcDispatcherDebugEnabled', implemented first
978           working version of SOPE XML-RPC invocation using positional 
979           parameters
980         
981         * SoProductClassInfo.m: enhanced manifests for selector invocations
982         
983         * SoSecurityManager.m: minor improvements on the debug logs
984         
985         * SoSelectorInvocation.m: added ability to call methods with 
986           positional parameters as submitted by the XML-RPC dispatcher
987         
988 2004-03-18  Helge Hess  <helge.hess@opengroupware.org>
989
990         * WOComponent.m: added empty default implementation of 
991           -unableToSetNilForKey: to support Cocoa KVC (v4.2.327)
992
993 2004-03-17  Helge Hess  <helge.hess@skyrix.com>
994
995         * Languages.plist: added "es-es" language mapping (v4.2.326)
996
997 2004-03-11  Marcus Mueller  <znek@mulle-kybernetik.com>
998
999         * v4.2.325
1000
1001         * WOApplication.m: If in RAD mode sets new HTTP header bearing the path
1002           to the current page template.
1003         
1004         * WOComponent+private.h: Expose private method
1005           - (WOElement *)_woComponentTemplate;
1006         
1007         * WOTemplate.[hm]: New accessor - (NSURL *)url
1008
1009 2004-03-16  Helge Hess  <helge.hess@opengroupware.org>
1010
1011         * WOComponent: fixed (the new) KVC extravar handling on gstep-base and
1012           MacOSX (v4.2.324)
1013
1014 2004-03-15  Helge Hess  <helge.hess@opengroupware.org>
1015
1016         * v4.2.323
1017
1018         * SoObjects/SoSelectorInvocation.m: minor improvement to response 
1019           generation (if GET is called directly on the method object)
1020
1021         * v4.2.322
1022
1023         * WOComponent.m, WOSession.m: improved KVC handling on Cocoa and 
1024           gstep-base, uses "-handleQueryWithUnboundKey:" for extra variables
1025
1026         * SoObjects/SoProductClassInfo.m, NGXmlRpc: fixed a warning
1027
1028         * WOApplicationMain.m, WOWatchDogApplicationMain.m, xmlrpc_call.m: use 
1029           explicit NSProcessInfo initialization if GS_PASS_ARGUMENTS is defined
1030           (for some gstep-base setups) (v4.2.321)
1031
1032 2004-03-11  Marcus Mueller  <znek@mulle-kybernetik.com>
1033
1034         * v4.2.320
1035
1036         * Associations/WOKeyPathAssociation.m: new approach for fixing the
1037           CoreFoundation related issue of possible immutability of
1038           NSMutableDictionary.
1039
1040         * DynamicElements/WOxHTMLElemBuilder.m: Do not create WOHyperlink
1041           element if <a /> tag has a name attribute (anchor). Also, do not
1042           create WOHtml element at all.
1043         
1044         * DynamicElements/WOHtml.m: Minor fixes for obvious copy/paste
1045           mistakes.
1046
1047 2004-03-09  Helge Hess  <helge.hess@skyrix.com>
1048
1049         * DynamicElements/WOComponentReference.m: removed inclusion of
1050           private WOKeyPathAssociation header file (no reason for that) 
1051           (v4.2.319)
1052
1053 2004-03-09  Helge Hess  <helge.hess@opengroupware.org>
1054
1055         * v4.2.319
1056
1057         * WOComponent.m, WOSession.m: improved KVC handling on Cocoa and 
1058           gstep-base
1059
1060 2004-03-09  Helge Hess  <helge.hess@opengroupware.org>
1061
1062         * v4.2.318
1063
1064         * NGObjWeb/WebDAV/SoWebDAVRenderer.m: fixed a minor compilation
1065           warning with gstep-base
1066
1067         * SoObjects/SoObjCClass.m: changed not use -stringWithoutSuffix:
1068
1069 2004-03-07  Helge Hess  <helge.hess@opengroupware.org>
1070
1071         * v4.2.317
1072
1073         * NGXmlRpc/NGXmlRpcClient.m: generate capitalized "Basic" authorization
1074           header, required by eGroupware, improved processing of HTML
1075           responses to XML-RPC calls (usually webserver error pages)
1076         
1077         * WOHttpAdaptor/WOHttpTransaction.m, WOContext.m, SoObjects/SoObject.m:
1078           check for :0 ports
1079
1080         * WORequest.m: make language codes lowercase prior mapping
1081
1082         * WOMessage.m(-setHeaders:): properly process array values
1083
1084         * Languages.plist: map de-at to German
1085
1086         * SoObjects/SoProductClassInfo.m: added support for "valueClass"
1087           slots which do not have a value (an instance of the class is created
1088           using just -init)
1089
1090 2004-03-03  Helge Hess  <helge.hess@opengroupware.org>
1091
1092         * WebDAV/SoObjectWebDAVDispatcher.m, WebDAV/SoDAVSQLParser.m: fixed 
1093           not to use deprecated EOControl API (v4.2.316)
1094
1095 2004-03-02  Helge Hess  <helge.hess@opengroupware.org>
1096
1097         * v4.2.315
1098
1099         * Languages.plist: mapped "de-ch" to German, fixes OGo bug #666
1100
1101         * NGXmlRpc: improved NGXmlRpcClient class to allow more HTTP tweaking
1102
1103 2004-03-02  Helge Hess  <helge.hess@skyrix.com>
1104
1105         * v4.2.314
1106         
1107         * Associations/WOAssociation.m: the association class used for 
1108           keypathes can now be configured using the WOKeyPathAssociationClass
1109           default
1110
1111         * Associations/WOKeyPathAssociation.m: moved KVC category on 
1112           NSUserDefaults to a separate file
1113         
1114         * Associations: added WOKeyPathAssociationSystemKVC association, which
1115           uses the Foundation KVC implementation for improved WO compatibility
1116
1117         * WebDAV: removed dependency on EOSQLParser, added own SoDAVSQLParser
1118           classes (different SQL dialect anyway) - should help with GDL2
1119           compatibility
1120         
1121 2004-03-01  Helge Hess  <helge.hess@opengroupware.org>
1122
1123         * WOHTTPConnection.m: write default "accept" and "user-agent" HTTP 
1124           headers in case none are specified in a WORequest. Improves 
1125           compatibility with the Roxen HTTP server (v4.2.313)
1126
1127 2004-03-01  Helge Hess  <helge.hess@skyrix.com>
1128
1129         * WOComponent.m: components can now load .woo files as emitted by
1130           WebObjects Builder - you need to set the default 
1131           WOComponentLoadWOOFiles to enable that (v4.2.312)
1132
1133 2004-03-01  Helge Hess  <helge.hess@opengroupware.org>
1134
1135         * Templates/WOHTMLParser.m: allow for lowercase WO tags (v4.2.311)
1136
1137 2004-02-29  Helge Hess  <helge.hess@opengroupware.org>
1138
1139         * Templates/WOHTMLParser.m: added ability to parse templates containing
1140           <WEBOBJECT> tags, as requested by ZNeK for rapid turnaround support
1141           with WebObjects Builder (v4.2.310)
1142
1143 2004-02-27  Helge Hess  <helge.hess@opengroupware.org>
1144
1145         * v4.2.309
1146
1147         * WOSession.m: fixed a small issue in the content-type processing,
1148           thanks chunsj for pointing that out!
1149
1150         * WOHTTPConnection.m: subminor code cleanup
1151
1152         * v4.2.308
1153         
1154         * Templates/WOxElemBuilder.m: log a note if debugging is turned on,
1155           ensure that +initialize is only called once (on MacOSX)
1156         
1157         * WOResourceManager.m: fixed resource lookup in MacOSX rapid 
1158           turnaround mode
1159
1160 2004-02-25  Helge Hess  <helge.hess@skyrix.com>
1161
1162         * v4.2.307
1163
1164         * WOResourceManager.m: improved error logging (backport from SX5)
1165
1166         * Associations/WOKeyPathAssociation.m: do not protected keypath 
1167           evaluation using exception handlers - major slowdown and only really
1168           useful in debugging contexts. Exception handlers can be reactivated
1169           by passing "WOAssociationExceptionHandlers=yes" to make when 
1170           compiling NGObjWeb
1171
1172 2004-02-23  Helge Hess  <helge.hess@opengroupware.org>
1173
1174         * v4.2.306
1175
1176         * WOApplication.m(-shouldTerminate): subminor cleanups
1177
1178         * WebDAV/SaxDAVHandler.m: ensure that a local variable is initialized
1179         
1180 2004-02-19  Helge Hess  <helge.hess@opengroupware.org>
1181
1182         * Associations/WOKeyPathAssociation.m: added a hack to workaround
1183           to find out whether a dictionary is immutable - even immutable
1184           dictionaries have a -setObject:forKey: on Cocoa (v4.2.305)
1185
1186         * WOComponent.m, WOApplication.m: added KVC default handlers for Cocoa
1187           Foundation (avoids some exceptions, libFoundation is much more 
1188           tolerant regarding missing KVC keys than Cocoa) (v4.2.304)
1189
1190 2004-02-19  Helge Hess  <helge.hess@skyrix.com>
1191
1192         * Languages.plist: map pt-br to ptBR instead of "Portuguese-Brazil" 
1193           (the .lproj's are ptBR.lproj) (v4.2.303)
1194
1195 2004-02-19  Helge Hess  <helge.hess@opengroupware.org>
1196
1197         * v4.2.302
1198
1199         * SoObjects/SoObject.m: ensure that no port ":0" is attached to object
1200           URLs
1201
1202         * SoObjects/SoHTTPAuthenticator.m: return a proper 401/www-authenticate
1203           response if an empty password is passed in
1204
1205 2004-02-18  Helge Hess  <helge.hess@opengroupware.org>
1206
1207         * v4.2.301
1208
1209         * Defaults.plist: explicitly list some adaptor defaults
1210
1211         * Languages.plist: mapped bt-br browser lang-code to Portuguese-Brazil
1212           (fixes OGo bug 631)
1213
1214 2004-02-17  Helge Hess  <helge.hess@skyrix.com>
1215
1216         * v4.2.300
1217
1218         * WOSimpleHTTPParser.m: added very simple support for 100-continue to
1219           make the Mono HTTP client happy
1220
1221         * WOSimpleHTTPParser.m: trims trailing spaces in header lines
1222
1223         * WOSimpleHTTPParser.m, Defaults.plist: added defaults to configure
1224           the WOSimpleHTTPParser: WOSimpleHTTPParserDebugEnabled,
1225           WOSimpleHTTPParserHeavyDebugEnabled, 
1226           WOSimpleHTTPParserFileIOBoundary, WOSimpleHTTPParserMaxUploadSizeInKB
1227
1228 2004-02-16  Helge Hess  <helge.hess@skyrix.com>
1229
1230         * v4.2.299
1231
1232         * WORequest.m: missing browser-mapping log is now a debug-level log
1233
1234         * Languages.plist: added "es-cl" to Spanish mapping
1235
1236 2004-02-14  Helge Hess  <helge.hess@opengroupware.org>
1237
1238         * DAVPropMap.plist: added mappings for {DAV:} source, executable, 
1239           supportedlock, lockdiscovery properties as submitted by Konqueror
1240           (v4.2.298)
1241
1242         * Languages.plist: added "pt-pt" to Portuguese mapping (v4.2.297)
1243
1244 2004-02-13  Marcus Mueller  <znek@mulle-kybernetik.com>
1245
1246         * v4.2.296
1247
1248         * README: documented new -WOProjectDirectory default
1249
1250         * WOResourceManager.m, WOApplication.m: added support for new
1251           -WOProjectDirectory default. If set, resources will be looked
1252           up there instead of using the default mechanism.
1253
1254         * SNSConnection.m: wrapped all safeWrite: methods to raise exceptions.
1255           Not doing so breaks the existing checks. At least on OSX this did
1256           prevent SNSConnection from running as expected.
1257
1258 2004-02-13  Helge Hess  <helge.hess@skyrix.com>
1259
1260         * DynamicElements/WOImage.m: moved some cluster subclasses to separate
1261           source files, properly create a _WOConstResourceImage for constant
1262           'filename' bindings (v4.2.295)
1263
1264 2004-02-12  Helge Hess  <helge.hess@opengroupware.org>
1265
1266         * v4.2.294
1267         
1268         * Languages.plist: add some country/language codes (as submitted by
1269           Safari)
1270         
1271         * WORequest: rewrote to parse the accept-language header on its own
1272           (instead of relying on the deprecated NGHttpRequest methods), print
1273           a warning if the browser language map could not be found
1274         
1275         * GNUmakefile: another fix to the Version for the MacOSX linker
1276         
1277         * WEClientCapabilities.m: added new -ignoresCSSOnFormElements probe
1278           for detecting browsers like Safari which do not apply stylesheets
1279           on form elements (v4.2.293)
1280
1281 2004-02-11  Helge Hess  <helge.hess@skyrix.com>
1282
1283         * Templates: minor code cleanups in various files (v4.2.292)
1284
1285 2004-02-10  Helge Hess  <helge.hess@opengroupware.org>
1286
1287         * v4.2.291
1288
1289         * SoOFS/OFSFileRenderer.m: do not use -initWithTimeIntervalSince1970:
1290           on MacOSX (deprecated in Cocoa)
1291
1292         * Templates/WOWrapperTemplateBuilder.m, 
1293           WOHttpAdaptor/WOHttpTransaction.m: fixed compilation warnings on
1294           MacOSX
1295
1296 2004-02-10  Helge Hess  <helge.hess@skyrix.com>
1297
1298         * DynamicElements/WOString.m: added support for 'format' binding (used
1299           in conjunction with the 'formatterClass' binding for creation of
1300           custom formatters) (v4.2.290)
1301
1302 2004-02-09  Helge Hess  <helge.hess@skyrix.com>
1303
1304         * NGXmlRpc: deprecated some API in NGXmlRpcClient (v4.2.289)
1305           (what happened to 4.2.288?)
1306
1307 2004-02-01  Helge Hess  <helge.hess@opengroupware.org>
1308
1309         * v4.2.287
1310
1311         * SoObjects/SoObject+Traversal.m: modified key traversal so that
1312           path-info is correctly set if a key right *after* a callable could
1313           not be found (eg /object/myMethod/junk)
1314
1315         * SoObjects/SoProductRegistry.m, SoProduct.m: generate a simple 
1316           registry representation
1317
1318 2004-01-29  Helge Hess  <helge.hess@skyrix.com>
1319
1320         * WOHttpAdaptor/WOHttpAdaptor.m: minor cleanups (v4.2.287)
1321
1322         * v4.2.286
1323         
1324         * NGHttp: removed an unnecessary debug log
1325         
1326         * GNUmakefile, Version: moved the MacOSX version hack to GNUmakefile
1327           since the SKYRiX 5 migration tool will break on that otherwise
1328
1329 2004-01-25  Helge Hess  <helge.hess@opengroupware.org>
1330
1331         * DynamicElements/WOGenericElement.m: minor cleanups (v4.2.285)
1332
1333 2004-01-22  Marcus Mueller  <znek@mulle-kybernetik.com>
1334
1335         * GNUmakefile, SoApplication.m: provided include of -I../WebDAV/
1336           and removed #include "WebDAV/..." because this breaks stupid
1337           Xcode.
1338           (v4.2.284)
1339
1340 2004-01-16  Helge Hess  <helge.hess@skyrix.com>
1341
1342         * NGHttp+WO.m: fixed a log (always logged the _decodeMultiPart.. stuff)
1343           (v4.2.283) 
1344
1345 2004-01-15  Helge Hess  <helge.hess@skyrix.com>
1346
1347         * WOComponent.m, SoApplication.m, SaxDAVHandler.m: fixed some 
1348           compilation warnings (v4.2.282)
1349
1350 2004-01-03  Helge Hess  <helge.hess@opengroupware.org>
1351
1352         * v4.2.281
1353
1354         * WOHttpAdaptor/WOHttpTransaction.m: fixed logging of response zipping
1355           information
1356         
1357         * WOStatisticsStore.m: minor speed improvements and cleanups
1358
1359         * WOResponse.m: added default to debug 'zipping' of response contents,
1360           fixed detection of the clients ability to process zipped responses
1361           (in other words: pages should now (again) be zipped automatically)
1362
1363 2003-12-31  Helge Hess  <helge.hess@opengroupware.org>
1364
1365         * v4.2.280
1366
1367         * DynamicElements/WOConditional.m: code cleanups
1368
1369         * WOElementID.m: subminor cleanups
1370
1371         * Associations/WOKeyPathAssociation.m: minor cleanups
1372
1373 2003-12-23  Helge Hess  <helge.hess@skyrix.com>
1374
1375         * v4.2.279
1376         
1377         * WebDAV/SoWebDAVRenderer.m: fixed rendering of propertyname-only
1378           WebDAV queries (fixes OGo bug 503), use appendContentXMLString
1379         
1380         * WOMessage.m: added default WOProfileResponse for collecting append 
1381           statistics, make more use of cached selectors
1382         
1383 2003-12-19  Helge Hess  <helge.hess@skyrix.com>
1384
1385         * DAVPropMap.plist: added mappings for two OOo DAV properties 
1386           (v4.2.278)
1387
1388 2003-12-12  Helge Hess  <helge.hess@skyrix.com>
1389
1390         * WEClientCapabilities.m: added Kung-Log as a known user-agent, added
1391           new typing checks "isXmlRpcClient" and "isBLogClient" (v4.2.277)
1392
1393 2003-12-11  Helge Hess  <helge.hess@opengroupware.org>
1394
1395         * WebDAV/SoObjectWebDAVDispatcher.m: allow delete properties during
1396           object creation for iSync (v4.2.276)
1397
1398         * SoObjects/SoObject.m: added methods to calculate containment pathes
1399           (-pathArrayToSoObject, -reversedPathArrayToSoObject) and a method to
1400           calculate the containment stack (objectContainmentStack) (v4.2.275)
1401
1402         * v4.2.274
1403
1404         * DynamicElements/WOxHTMLElemBuilder.m: only create WOMetaRefresh 
1405           elements for "http-equiv=refresh" (was previously used for anything
1406           which has a "http-equiv" attribute)
1407
1408         * added new "WOResourceURLAssociation", only available in XML templates
1409         
1410         * added new - shorter - namespace mappings. "OGo:bind", "OGo:value",
1411           "OGo:script" and "OGo:url" (only for associations!)
1412         
1413         * Templates/WOxElemBuilder.m: made namespace->association mapping a
1414           default
1415
1416 2003-12-10  Helge Hess  <helge.hess@skyrix.com>
1417
1418         * WOComponent.m: subminor cleanups to some logging messages (v4.2.273)
1419
1420 2003-12-10  Helge Hess  <helge.hess@opengroupware.org>
1421
1422         * SoObjects/SoObjectMethodDispatcher.m: ensure that the method-object 
1423           which was looked-up, is indeed callable. If not, return the object
1424           itself (relates to OGo Bug #480) (v4.2.272)
1425
1426         * WEClientCapabilities.m: added Apple CoreFoundation user-agent as a
1427           known one (v4.2.271)
1428
1429 2003-12-09  Helge Hess  <helge.hess@skyrix.com>
1430         
1431         * SoObjects/SoHTTPAuthenticator.m: fixed an authentication bug 
1432           introduced in v4.2.268 (v4.2.270)
1433         
1434 2003-12-08  Helge Hess  <helge.hess@skyrix.com>
1435
1436         * GNUmakefile.postamble: install woapp-gs.make and wobundle-gs.make
1437           in all but gstep-make 1.3.0 (which is the local OGo version) 
1438           (v4.2.269)
1439
1440 2003-12-07  Helge Hess  <helge.hess@opengroupware.org>
1441
1442         * v4.2.268
1443
1444         * SoObjects/SoObjectXmlRpcDispatcher.m: made a bit more tolerant
1445           regarding invalid input
1446
1447         * SoObjects/SoHTTPAuthenticator.m: fixed parsing of basic auth 
1448           credentials
1449
1450         * NGHttp+WO.m: major cleanups in form decoding code (v4.2.267)
1451
1452 2003-12-03  Helge Hess  <helge.hess@skyrix.com>
1453
1454         * WEClientCapabilities.m: marked Safari as CSS and fast-table browser
1455           (v4.2.266)
1456
1457 2003-11-30  Helge Hess  <helge.hess@opengroupware.org>
1458
1459         * v4.2.265
1460
1461         * GNUmakefile: added principal classes to the product bundles
1462
1463         * Templates/GNUmakefile: include project makefile from 
1464           GNUSTEP_MAKEFILES (as suggested by chunsj@embian.com)
1465
1466 2003-11-29  Helge Hess  <helge.hess@opengroupware.org>
1467
1468         * WEClientCapabilities.m: added Morgul as a known (WebDAV) user agent
1469           (v4.2.264)
1470
1471 2003-11-28  Helge Hess  <helge.hess@skyrix.com>
1472
1473         * v4.2.263
1474
1475         * WebDAV/SoWebDAVRenderer.m: subminor cleanups
1476
1477         * WebDAV/SoObjectWebDAVDispatcher.m: unescape destination URL pathes
1478           for MOVE/COPY operations (related to bug 456)
1479
1480 2003-11-25  Helge Hess  <helge.hess@opengroupware.org>
1481
1482         * WODirectActionRequestHandler.m: check whether class being used for
1483           direct action actually responds to -initWithContext: - if not, no
1484           object will be activated (v4.2.262)
1485
1486 2003-11-24  Helge Hess  <helge.hess@skyrix.com>
1487
1488         * WOMessage.m(-setHTTPVersion:): log a message if the version passed in
1489           doesn't start with "HTTP/" (fixes OGo Bug 434) (v4.2.261)
1490
1491 2003-11-23  Helge Hess  <helge.hess@opengroupware.org>
1492
1493         * v4.2.260
1494         
1495         * SoObjects/SoObject.m: added some tweaks to generate a proper URL
1496           even if x-webobjects-server-url reports a wrong port (mismatch of
1497           host port and URL port)
1498
1499         * WOContext.m: replaced some defines with regular BOOL configurations
1500
1501         * SoObjects/SoProduct.m: fixed -description
1502
1503 2003-11-21  Helge Hess  <helge.hess@opengroupware.org>
1504
1505         * WebDAV/SoWebDAVRenderer.m: generate a preliminary etag to keep
1506           WebFolders happy (v4.2.259)
1507
1508         * v4.2.258
1509         
1510         * WebDAV/SoObjectWebDAVDispatcher.m: added proper depth generation for
1511           IE WebFolders (do not use flat+self on IE and Evo)
1512
1513         * WebDAV/SoObject+SoDAVQuery.m: do not include self in resultsets when
1514           accessing with IE webfolders
1515
1516         * WebDAV/SoWebDAVRenderer.m: do not deliver content in the DELETE
1517           response if the status is set to 204 (no content) ...
1518
1519         * WOSimpleHTTPParser.m: added "destroy" as a known header (sent by
1520           IE 6)
1521         
1522         * WebDAV/SoWebDAVRenderer.m: improved debug logging
1523
1524 2003-11-21  Helge Hess  <helge.hess@skyrix.com>
1525
1526         * v4.2.257
1527
1528         * SoWebDAVRenderer.m: minor improvements to GET/HEAD rendering
1529
1530         * SoObjects/WORequest+So.m: added ability to detect "break-DAV"
1531           (/servlet/webdav. URIs), small fix to login code
1532
1533         * DAVPropMap.plist: mapped seven new WebDAV properties submitted by
1534           WebFolders (IE 6)
1535
1536 2003-11-21  Helge Hess  <helge.hess@opengroupware.org>
1537
1538         * v4.2.256
1539
1540         * WebDAV/SoObjectWebDAVDispatcher.m: more tweaks for MOVE/COPY
1541
1542         * SoObjects/SoObject+Traversal.m: properly differentiate between
1543           MOVE/COPY source and target pathinfo handling
1544         
1545         * WebDAV/SoWebDAVRenderer.m: added ability to render MOVE and COPY
1546           result codes
1547
1548 2003-11-20  Helge Hess  <helge.hess@opengroupware.org>
1549
1550         * v4.2.255
1551
1552         * SoObject+Traversal.m: necessary tweaks for MOVE/COPY
1553         
1554         * SoWebDAVDispatcher.m: added initial implementation for WebDAV
1555           MOVE and COPY operations
1556         
1557         * SoObject+SoDAV.[hm]: added method prototypes for WebDAV move and
1558           copy operations
1559
1560         * WOSimpleHTTPParser.m: added "overwrite" as a known header
1561
1562         * SoObjects/SoObject.m, SoObjects/SoProduct.m, 
1563           WebDAV/SoObjectDataSource.m: properly URL escape object names prior
1564           adding them to URLs! (v4.2.254)
1565
1566 2003-11-19  Helge Hess  <helge.hess@skyrix.com>
1567
1568         * WebDAV/SoWebDAVRenderer.m: properly XML escape URLs which are part 
1569           of a WebDAV response (fixed SX 1896), added a default to trigger
1570           the generation of "good looking" WebDAV (inserts newlines in the
1571           output for debugging) (v4.2.253)
1572
1573 2003-11-19  Helge Hess  <helge.hess@opengroupware.org>
1574
1575         * WOApplication+defaults.m: comment the use of some default (v4.2.252)
1576
1577 2003-11-18  Helge Hess  <helge.hess@opengroupware.org>
1578
1579         * v4.2.251
1580
1581         * NGAsyncResultProxy: fixed the header file, replaced some retain
1582           macros with methods
1583
1584         * WOGenericContainer.m: fixed a minor bug with an edge case where the
1585           tag may not be defined
1586
1587         * WOAssociation.m, WOActionURL.m: minor tweak for OSX
1588
1589 2003-11-15  Helge Hess  <helge.hess@opengroupware.org>
1590
1591         * v4.2.250
1592
1593         * WebDAV/SoWebDAVRenderer.m: be smart about PUTAction return values
1594
1595         * WOSimpleHTTPParser.m: added "timeout" as a known header
1596
1597         * v4.2.249
1598         
1599         * WebDAV/SoObjectWebDAVDispatcher.m: minor cleanups
1600
1601         * WOSimpleHTTPParser.m: added "lock-token", "if" and "destination" as 
1602           known headers
1603
1604 2003-11-14  Helge Hess  <helge.hess@skyrix.com>
1605
1606         * v4.2.248
1607
1608         * SoObjects/SoProductClassInfo.m: improved logging of SoClasses
1609           incorrectly declared in product.plist files (eg a product bundle
1610           exporting a class it does not contain ...)
1611
1612 2003-11-14  Helge Hess  <helge.hess@opengroupware.org>
1613
1614         * xmlrpc_call.m: added ability to force authentication (intended for
1615           services which do not return a 401 on a protected resource, like
1616           Zope) (v4.2.247)
1617
1618 2003-11-04  Helge Hess  <helge.hess@opengroupware.org>
1619
1620         * v4.2.246
1621         
1622         * WEClientCapabilities.m: added new MacOSX davfs user agent
1623         
1624         * DAVPropMap.plist: added WebDAV mappings for {DAV:}quota, quotaused
1625           and {...}appledoubleheader, which are submitted by the Apple davfs
1626
1627 2003-11-02  Helge Hess  <helge.hess@opengroupware.org>
1628
1629         * WOResponse.m: always use HTTP/1.0 as the response HTTP version
1630           (before we just copied the version used in the request which
1631           obviously is nonsense ...) (v4.2.245)
1632
1633 2003-11-01  Helge Hess  <helge.hess@opengroupware.org>
1634
1635         * WOSimpleHTTPParser.m: added x-forwarded-host, x-forwarded-server
1636           and max-forwards as known headers (v4.2.244)
1637
1638 2003-10-31  Helge Hess  <helge.hess@opengroupware.org>
1639
1640         * v4.2.243
1641         
1642         * DynamicElements/WOMetaRefresh.m: properly add the session-id to the
1643           query-string
1644         
1645         * DynamicElements/WOForm.m: code cleanups
1646
1647         * v4.2.242
1648
1649         * DynamicElements/WOHyperlink.m: smaller cleanups
1650
1651         * WOFileSessionStore.m: small code cleanups
1652
1653         * SoOFS/OFSFolder+SoDAV.m: fixed a warning
1654
1655         * WOServerSessionStore.m: small code cleanups
1656
1657 2003-10-29  Helge Hess  <helge.hess@skyrix.com>
1658
1659         * SoObjects/SoApplication.m: fixed a bug in new lookup code (did not
1660           work with ZideStore, sigh), added lookup logging code (triggered by
1661           SoDebugKeyLookup) (v4.2.241)
1662
1663         * v4.2.240
1664
1665         * SoObjects/SoObject.m: added SoDebugBaseURL default to enable debug
1666           logs for SoObject base-url processing
1667
1668         * SoOFS/OFSFolder+SoDAV.m: added capability to create collections
1669
1670         * WebDAV/SoWebDAVRenderer.m: added ability to render MKCOL results
1671
1672         * WebDAV/SoObject+SoDAV.m: added default implementations for DAV
1673           creation methods (which just return 405 exceptions ..)
1674
1675         * SoObjects/SoApplication.m: now forwards WebDAV resource creation 
1676           requests to root folder. Further the application is now able to
1677           lookup its own name (for /MyApp style path resolution)
1678
1679         * SoObjects/WORequest+So.m, Defaults.plist: added 
1680           SoDebugRequestClassification default to control logging of request
1681           classification (as WebDAV, XML-RPC, etc)
1682
1683 Mon Oct 27 15:05:13 2003  Jan Reichmann  <jr@skyrix.com>
1684
1685         * WOHttpAdaptor/WOHttpTransaction.m: if x-webobjects-server-port < 1
1686           set x-webobjects-server-port to the [woRequest host] port (Apache 
1687           2.x adaptor returns empty x-webobjects-server-port) (v4.2.239)
1688
1689 2003-10-27  Thomas Schild  <ts@skyrix.com>
1690
1691         * Defaults.plist: added Dutch to WODefaultLanguages (v4.2.238)
1692
1693 2003-10-23  Helge Hess  <helge.hess@skyrix.com>
1694
1695         * WOResourceManager.m: improved lookup logging (v4.2.237)
1696
1697         * WOContext.m: changed serverURL (the base for most other URLs)
1698           generation. Sometimes the mod_ngobjweb seems to report wrong ports
1699           - so, if a 'host' header is available, we consider *that* as being
1700           primary (v4.2.236)
1701
1702 2003-10-21  Helge Hess  <helge.hess@skyrix.com>
1703
1704         * WEClientCapabilities.m: properly detect version of Safari 1.1 -
1705           this is a bit weird (Safari 1.1 reports v100 as its version ...)
1706           (v4.2.235)
1707
1708         * v4.2.234
1709
1710         * WOResourceManager.m (-urlForResourceNamed:): avoid generation of two
1711           slashes in URL (was triggered when WOResourcePrefix is set)
1712
1713         * DynamicElements/WOInput.m, DynamicElements/WOText.m: smaller cleanups
1714
1715 2003-10-20  Helge Hess  <helge.hess@skyrix.com>
1716
1717         * GNUmakefile.preamble: explicitly link tools against libNGJavaScript
1718           (v4.2.233)
1719
1720 2003-10-20  Thomas Schild  <ts@skyrix.com>
1721
1722         * Defaults.plist: added ptBR to WODefaultLanguages
1723
1724 2003-10-20  Helge Hess  <helge.hess@opengroupware.org>
1725
1726         * v4.2.232
1727
1728         * GNUmakefile.preamble: mark when doing a gstep-make environment
1729           compilation ...
1730
1731         * WOResourceManager.m: some modifications to support gstep-make on
1732           MacOSX, added debugging defaults
1733
1734 2003-10-16  Helge Hess  <helge.hess@skyrix.com>
1735
1736         * WOHTTPConnection.m: improved request logging (v4.2.231)
1737
1738 2003-10-15  Helge Hess  <helge.hess@opengroupware.org>
1739
1740         * GNUmakefile.postamble (after-install): properly install NGObjWeb 
1741           makefiles with gstep-make 1.7.4 (this is currently a fix makefile 
1742           version check)
1743
1744 2003-10-15  Helge Hess  <helge.hess@skyrix.com>
1745
1746         * v4.2.230
1747
1748         * WOHTTPConnection.m: added -description, added a lot of debug logs
1749         
1750         * SoObjects/SoProductRegistry.m: fixed a warning (v4.2.229)
1751         
1752         * Associations/WOKeyPathAssociation.m: patches to compile on MacOSX
1753           without FoundationExt (adopted for the Apple runtime) (v4.2.228)
1754
1755 2003-10-15  Helge Hess  <helge.hess@opengroupware.org>
1756
1757         * v4.2.227
1758
1759         * SoOFS/OFSFolder.m: generalized authenticator lookup
1760
1761         * SoOFS/OFSBaseObject.m: avoid endless recursions in 
1762           -authenticatorInContext:
1763
1764         * lots of fixes for compilation using gstep-make on MacOSX 
1765
1766 2003-10-12  Helge Hess  <helge.hess@skyrix.com>
1767
1768         * v4.2.226
1769
1770         * WOPageRequestHandler.m, Defaults.plist: some code cleanups, added 
1771           the WOPageRequestHandlerDebugEnabled log default
1772
1773         * WODirectActionRequestHandler.m: when a WOComponent class is used as
1774           a direct-action, the code now applies the request on the component 
1775           if it responds YES to shouldTakeValuesFromRequest:..
1776
1777         * NGObjWeb/WODirectAction.h: added -context method to public interface
1778
1779 2003-10-11  Helge Hess  <helge.hess@skyrix.com>
1780
1781         * common.h, NGObjWeb.h: minor fixes for MacOSX compilation (the port
1782           is not finished yet) (v4.2.225)
1783
1784         * v4.2.224
1785
1786         * SoOFS: added a folder datasource class for querying contents of an
1787           OFS folder and a "contentDataSource" method
1788         
1789         * SoObjects/SoTemplateRenderer.m: name the wrapper component of custom
1790           components like the custom objects themselves
1791
1792         * SoObjects/SoObject+Traversal.m: improved debug logs
1793
1794         * v4.2.223
1795         
1796         * SoObjects/SoTemplateRenderer.m: added ability to render *any* 
1797           object, not just WOComponent results
1798
1799         * SoObjects/SoObject.m: added -soClassName method to any SoObject
1800
1801         * SoOFS/OFSFile.m: moved renderer selection to 
1802           SoRequestDispatcherRules
1803
1804         * Defaults.plist: added some renderer selections to the 
1805           SoRequestDispatcherRules
1806
1807         * SoOFS/product.plist: set default access of OFSImage and 
1808           OFSPropertyListObject to allow, so that acquisition works when we
1809           lookup a template on the object
1810
1811         * SoOFS/OFSResourceManager.m: improved debug logging in error cases
1812
1813         * SoObjects/SoSubContext.m: fixed a bug in the description (parent
1814           ctx was not properly logged)
1815         
1816         * SoObjects/SoSecurityManager.m: improved private key access exception
1817
1818 2003-10-10  Helge Hess  <helge.hess@skyrix.com>
1819
1820         * WEClientCapabilities.m (WEUA_xmlrpclib_py): added Python XML-RPC
1821           library as a known user-agent, smaller cleanups (v4.2.222)
1822
1823 2003-10-09  Helge Hess  <helge.hess@skyrix.com>
1824
1825         * WEClientCapabilities.m: detect NetNewsWire as a user-agent 
1826           (v4.2.221)
1827
1828 2003-10-07  Helge Hess  <helge.hess@skyrix.com>
1829
1830         * WEClientCapabilities.m: added a new iCal.app user-agent (reports 
1831           DAVKit instead of DAVAccess) (v4.2.220)
1832
1833 2003-09-06  Helge Hess  <helge.hess@skyrix.com>
1834
1835         * fixed some MacOSX warnings (v4.2.219)
1836
1837 2003-09-06  Marcus Mueller <znek@mulle-kybernetik.com>
1838
1839         * v4.2.218
1840
1841         * SoOFS/OFSFolder.m, SoObjects/SoObject+Traversal.m,
1842           SoObjects/SoPageInvocation.m, SoObjects/SoProductResourceManager.m,
1843           WebDAV/SoObject+SoDAVQuery.m: Casts for _ctx because of multiple
1844           definitions of - response.
1845           NOTE: I probably should have changed the interface,
1846           but didn't know exactly if that was appropriate. However it seems
1847           likely that this SHOULD be changed
1848
1849         * SoOFS/OFSHttpPasswd.m: Include <unistd.h> for crypt if on Apple
1850           or FreeBSD. A quick glimpse revealed that the system gcc (3.2) on
1851           FreeBSD 5.x doesn't define __FreeBSD__ which is most likely a bug
1852           and should be reported. On FreeBSD 4.x everything's as expected.
1853
1854         * SoObjects/SoClass.h: class forward declarations include NSArray now
1855
1856 2003-08-28  Helge Hess  <helge.hess@skyrix.com>
1857
1858         * GNUmakefile (RESOURCES_DIR): use GNUSTEP_RESOURCES instead of hard-
1859           coded $(GNUSTEP_LOCAL_ROOT)/Libraries/Resources, do not pass the
1860           RESOURCES_DIR to sourcecode (v4.2.217)
1861
1862 2003-08-26  Helge Hess  <helge.hess@skyrix.com>
1863
1864         * NGXmlRpc: small cleanup to exception handling (v4.2.216)
1865
1866 2003-08-20  Helge Hess  <helge.hess@skyrix.com>
1867
1868         * WOComponent.m, WOResourceManager.m: added some comments on the
1869           -initWithContext: issue (v4.2.215)
1870
1871 2003-08-19  Helge Hess  <helge.hess@skyrix.com>
1872
1873         * v4.2.214
1874
1875         * WOSimpleHTTPParser.m: added 'content-class' and 'if-none-match'
1876           as known headers, both submitted by Entourage/X
1877
1878         * SoObjects/SoHTTPAuthenticator.m: split off domain names in login
1879           strings (separated by backslash)
1880
1881         * v4.2.213
1882
1883         * WEClientCapabilities.m: added Entourage as a known user agent
1884
1885         * WOSimpleHTTPParser.m: added 'extension', 'ua-cpu' and 'ua-os',
1886           all submitted by Entourage/X
1887
1888 2003-08-07  Helge Hess  <helge.hess@skyrix.com>
1889
1890         * v4.2.212
1891                 
1892         * WebDAV/SoWebDAVRenderer.m: added some very basic support for 
1893           Exchange row range headers
1894
1895         * WebDAV/SoWebDAVRenderer.m, SoWebDAVValue.m: do not format XML output 
1896           with newlines, this is good for improving WebStore compatibility
1897
1898 2003-08-06  Helge Hess  <helge.hess@skyrix.com>
1899
1900         * WEClientCapabilities.m: added detection of SOUP WebDAV library
1901           (v4.2.211)
1902
1903 2003-08-04  Helge Hess  <helge.hess@skyrix.com>
1904
1905         * v4.2.210
1906
1907         * GNUmakefile.preamble: do not link against libcrypt on OpenBSD
1908
1909         * SoOFS/OFSHttpPasswd.m: include des.h instead of crypt.h on OpenBSD
1910           (pointed out by Max Berger, thanks!)
1911
1912 2003-07-31  Helge Hess  <helge.hess@skyrix.com>
1913
1914         * v4.2.209
1915
1916         * DynamicElements/WOMetaRefresh.m: small cleanups
1917
1918         * DynamicElements/WOHTMLDynamicElement.m: ensure that components
1919           returned by actions are awake in the current context, added a
1920           debugging default to track action execution
1921
1922 2003-07-29  Helge Hess  <helge.hess@skyrix.com>
1923
1924         * SoObjects/SoObject.m: added a log if the hard coded default for
1925           the broken SOUP library is used (v4.2.208)
1926
1927 2003-07-28  Helge Hess  <helge.hess@skyrix.com>
1928
1929         * applied rangeOfString patches provided by Filip Van Raemdonck for 
1930           improved compilation with gstep-base (v4.2.207)
1931
1932         * applied GNUstep patches provided by Filip Van Raemdonck for improved
1933           compilation with gstep-base (v4.2.206)
1934
1935 2003-07-23  Helge Hess  <helge.hess@skyrix.com>
1936
1937         * v4.2.205
1938
1939         * SoObjects: improved the debug output
1940         
1941         * Defaults.plist: added some more default languages
1942
1943 2003-07-14  Helge Hess  <helge.hess@skyrix.com>
1944
1945         * Defaults.plist, WORequest.m, WOSession.m: made default language array
1946           configurable using the WODefaultLanguages array default (v4.2.204)
1947
1948 Fri Jul  4 17:55:15 2003  Helge Hess  <helge.hess@skyrix.com>
1949
1950         * moved to OpenGroupware.org CVS repository
1951
1952         * removed old (pre-SOPE) ChangeLogs, uninteresting for OGo development
1953
1954 2003-06-30  Helge Hess  <helge.hess@skyrix.com>
1955
1956         * fixed some gcc 3.3 signed/unsigned warnings (v4.2.203)
1957
1958         * v4.2.202
1959         
1960         * WOResourceManager.m: major change in template lookup: consider the
1961           bundle-path of a component class (shouldn't break anything, but who
1962           knows ...)
1963         
1964         * SoObjects/SoProductRegistry.m: added a product lookup based on the
1965           bundle (to be completed, right now only the last path component is
1966           checked as the name ...)
1967         
1968         * WOResourceManager.m: replaced some RELEASE macros with methods
1969         
1970         * WOComponent.m: small cleanups, +initialize did not properly use the
1971           didInit flag
1972         
1973         * SoObjects: added SoComponent, a WOComponent subclass which uses the
1974           SoProductResourceManager for resource lookup (useful with product
1975           bundles)
1976         
1977 2003-06-27  Helge Hess  <helge.hess@skyrix.com>
1978
1979         * v4.2.201
1980         
1981         * SoObjects/SoObjects.h: included WORequest+So
1982         
1983         * SoObjects/product.plist: add SoApplication definition
1984         
1985         * SoObjects/SoProductClassInfo.m, SoObjects/SoProduct.m: improved 
1986           handling of SoObject categories
1987         
1988         * SoObjects/SoClass.m: added -allKeys and -slotNames reflection methods
1989         
1990         * WOSimpleHTTPParser.m: added ms-webstorage as a known HTTP header
1991           (v4.2.200)
1992
1993 2003-06-20  Helge Hess  <helge.hess@skyrix.com>
1994
1995         * WOContext.m: moved cursor tracking to WOComponent category, so that
1996           custom subclasses (SkyPubComponent) can override it (v4.2.199)
1997         
1998 2003-06-19  Helge Hess  <helge.hess@skyrix.com>
1999
2000         * WOComponent.m: added a method which can be replaced to decide whether
2001           extra variables are created (intendend for components which rely on
2002           extra vars, like SkyPubComponent [News: not true, SkyPubComponent 
2003           uses a JS shadow !]) (v4.2.198)
2004
2005 2003-06-16  Helge Hess  <helge.hess@skyrix.com>
2006
2007         * WEClientCapabilities.m: added -doesSupportUTF8Encoding to check for
2008           UTF-8 capable browsers, properly recognize Apple's Safari browser
2009           (previously detected as Mozilla) (v4.2.197)
2010
2011 2003-06-02  Helge Hess  <helge.hess@skyrix.com>
2012
2013         * SoObjects/WORequest+So.m: added -isSoWCAPRequest (v4.2.196)
2014
2015 2003-05-31  Helge Hess  <helge.hess@skyrix.com>
2016
2017         * SoOFS/OFSFolder.m: fixed calculation of default-method URI when
2018           given a URI with a query-string (v4.2.195)
2019
2020 2003-05-30  Helge Hess  <helge.hess@skyrix.com>
2021         
2022         * v4.2.194
2023                 
2024         * SoOFS/OFSWebMethod.m: added support for POSTs (calls takeValues on
2025           the component before returning it)
2026         
2027         * DynamicElements/WOComponentReference.m, Defaults.plist: added a
2028           default (WOCoreOnRecursiveSubcomponents) to produce a coredump if
2029           a component embeds itself (which is not necessarily an error, but
2030           often it is)
2031         
2032         * SoObjects/SoObjectRequestHandler.m: added support for "XXX:method"
2033           form values which are used with submit-buttons
2034
2035         * WOElementID.m: ensure element-id size constraints
2036         
2037         * v4.2.193
2038         
2039         * sope.m: modified to work with SMI
2040
2041         * SoObjects/product.plist: updated permissions
2042
2043 2003-05-29  Helge Hess  <helge.hess@skyrix.com>
2044
2045         * v4.2.192
2046
2047         * Templates: improved error handling for WOx templates
2048
2049         * WOApplication.m ([WOApplication -handleException:inContext:]): fixed
2050           a bug, the -handleException: method triggered a session creation in
2051           session-less sites (when trying to output to session-id)
2052         
2053         * more fixes to compile and run on MacOSX
2054
2055 2003-05-28  Helge Hess  <helge.hess@skyrix.com>
2056         
2057         * v4.2.191
2058         
2059         * SoObjects/WOContext+SoObjects.m: added -parentContext and 
2060           -rootContext methods
2061
2062         * added UnixSignalHandler for compilation without FoundationExt on 
2063           MacOSX
2064
2065 2003-05-27  Helge Hess  <helge.hess@skyrix.com>
2066
2067         * various fixes to compile on MacOSX (v4.2.190)
2068
2069 2003-05-26  Helge Hess  <helge.hess@skyrix.com>
2070
2071         * SoObjects/SoObject+Traversal.m: do not stop at executable objects
2072           during traversal, so that we can call methods on methods (eg manage)
2073           (v4.2.189)
2074
2075         * v4.2.188
2076
2077         * WOComponent+JS.m: fixed -initialize ... (the category also
2078           declared an own +initialize method
2079
2080         * SoObjects/SoSubContext.m: fixed a bug with the SubContext's ID being
2081           the same like the parent ctx-id, causing problems with the awake
2082           state of a component
2083
2084         * SoObjects/SoOFS: major fixes to "clientObject" handling
2085         
2086         * WOComponent.m: only log extra-variable creation if we have a 
2087           WOComponent subclass (since with components without an own class we
2088           can only use extra variables ...)
2089         
2090         * SoOFS: added OFSWebDocument, map 'xhtml' extension to OFSWebDocument
2091         
2092         * SoOFS: prepared classes for ChangeLog files and htpasswd files
2093
2094         * SoObjects/SoClassRegistry.m: added support for exact names
2095
2096         * SoOFS/OFSFactoryRegistry.m: allow file extensions to determine 
2097           folder factory, added exact-name support
2098
2099         * SoObjects: moved SoSecurityException to own file
2100
2101         * SoObjects/SoSecurityManager.m: various cleanups
2102
2103 2003-05-23  Helge Hess  <helge.hess@skyrix.com>
2104         
2105         * SoOFS: added methods to detect version control systems (v4.2.187)
2106         
2107         * v4.2.186
2108                 
2109         * WOComponentDefinition.m: small cleanups
2110
2111         * Templates/WOTemplateBuilder.m: select WOxTemplateBuilder based on
2112           the WOxFileExtensions default (default: wox, xtmpl, xhtml)
2113
2114         * SoOFS: added OFSWebTemplate handler for xtmpl templates
2115
2116         * SoOFS/OFSResourceManager.m: uses -traverseKey with a subcontext to
2117           acquire resources, added logging (SoOFSResourceManagerDebugEnabled)
2118         
2119         * SoObjects/SoObject.m(-lookupName:): added capability to acquire from
2120           the container (should we add context-acquisition ?, see NOTES)
2121         
2122         * SoTemplateRenderer.m: allows selection of template using the 
2123           "template" query parameter
2124
2125         * SoSubContext.m: copy traversal stack, keep clientObject,
2126           set request-type to "INTERNAL" - all this is required to keep the
2127           context
2128         
2129 2003-05-22  Helge Hess  <helge.hess@skyrix.com>
2130
2131         * v4.2.185
2132
2133         * Defaults.plist: used template-renderer for OFSWebMethod's
2134
2135         * SoObjects/SoTemplateRenderer.m: first working version ! locates
2136           templates with name "Main"
2137
2138         * WOxComponentElemBuilder.m: added support for <var:component value="">
2139           to embed components by value instead of reference (eg if you keep
2140           a WOComponent object in an ivar)
2141         
2142         * WOContext.m: explicitly ensure that the page is put to sleep, even
2143           if the page is not marked as awake in the context. Also ensure that
2144           the page is awaked in the context if it's set via -setPage:.
2145         
2146         * WOComponent.m: fixed a bug in _contextWillDealloc, a context mismatch
2147           was reported even though the context was correct (the context-*id*
2148           references was compared to the context object ...)
2149         
2150         * SoObjects: added SoSubContext for nested SOPE lookups (v4.2.184)
2151
2152 2003-05-21  Helge Hess  <helge.hess@skyrix.com>
2153
2154         * v4.2.183
2155
2156         * SoOFS/OFSFileRenderer.m: changed to be a fully compliant renderer,
2157           now also does the actual rendering (moved in code from OFSFile)
2158         
2159         * SoOFS/OFSWebMethod.m: moved OFSWebMethodRenderer to separate file
2160         
2161         * v4.2.182
2162         
2163         * SoOFS/OFSWebMethod.m: added specialized renderer for OFSWebMethod
2164         
2165         * modified renderer API to return an NSException instead of just a
2166           bool (so that not all renderers need to implement NSException
2167           rendering)
2168         
2169         * started SoTemplateRenderer
2170         
2171         * WebDAV/SoWebDAVRenderer.m: do not crash when a SOPE app is called
2172           on a root URI '/', fixes bug 1592 (v4.2.181)
2173         
2174         * v4.2.180
2175         
2176         * SoObjects/SoObjectRequestHandler.m: 
2177           - do not add empty path components to traversal path
2178           - use default renderer if a renderer rejected an object (important 
2179             for rendering exceptions)
2180
2181         * SoObjects/SoObjectRequestHandler.m: fixed a bug, SoRequestType was
2182           not properly set in context resulting in wrong renderer for WebDAV
2183           requests (v4.2.179)
2184
2185 2003-05-19  Helge Hess  <helge.hess@skyrix.com>
2186
2187         * v4.2.178
2188
2189         * SoObjects: improved logging
2190
2191         * WORequest.m: added debug-logging
2192
2193         * SoObjectRequestHandler.m: use new NGExtension rules system to select
2194           dispatcher, renderer and acquisition - requires NGExtension 4.2.33 !
2195           (v4.2.177)
2196
2197 2003-05-15  Helge Hess  <helge.hess@skyrix.com>
2198
2199         * v4.2.176
2200
2201         * SoObjects/SoProduct.m: added -description
2202
2203         * SoObjects/SoObjectRequestHandler.m: moved request classification into
2204           category of WORequest (new files WORequest+So)
2205
2206         * GNUmakefile: added Version file to SoOFS and SoCore products
2207
2208 2003-05-12  Helge Hess  <helge.hess@skyrix.com>
2209
2210         * sope.m: the tool can now load a site-local defaults file located in
2211           ".sope.plist". the defaults are loaded into the registration domain
2212           (should become an own domain)
2213
2214         * WOSimpleHTTPParser.m, OFSFolder.m: fixed signed/unsigned warning 
2215           (v4.2.175)
2216
2217 2003-05-10  Helge Hess  <helge.hess@skyrix.com>
2218
2219         * v4.2.174
2220
2221         * SoOFS/OFSFile.m: return self on GET, use a renderer
2222
2223         * SoObjects/SoObjectRequestHandler.m: use traversal stack to find the
2224           renderer for an object
2225         
2226         * v4.2.173
2227
2228         * SoOFS/OFSFile.m: added support for HEAD, cleaned up rendering (still
2229           needs more work ...)
2230
2231         * NGHttp: smaller cleanups
2232
2233         * SoObjects/SoObjectRequestHandler.m: some cleanups, does consider the
2234           appname part of the URI traversal path if the request handler key is
2235           not detected as a registered one
2236
2237         * v4.2.172
2238
2239         * WOApplication.m: cleaned up login
2240
2241         * SoOFS/OFSWebMethod.m: added OFSWebMethodDebugEnabled default to
2242           trigger debug logging, fixed a bug in component caching
2243
2244 2003-04-30  Helge Hess  <helge.hess@skyrix.com>
2245
2246         * Templates/WOHTMLParser.m: fixed a gcc 3.3 warning
2247
2248         * WOHTMLParser: added support for "hash tags" (eg <#name/>) (v4.2.171)
2249
2250 2003-04-24  Helge Hess  <helge.hess@skyrix.com>
2251
2252         * SoObjects/SoSecurityManager.m: disabled buggy permission cache, needs
2253           to be fixed (v4.2.170)
2254
2255         * WOWatchDogApplicationMain.m: do not log signal code for SIGCHLD
2256           (v4.2.169)
2257
2258 2003-04-23  Helge Hess  <helge.hess@skyrix.com>
2259
2260         * WebDAV: added support for MKCOL for creating collections (v4.2.168)
2261
2262 2003-04-22  Helge Hess  <helge.hess@skyrix.com>
2263
2264         * WEClientCapabilities.m: recognize ZideLook 0.9.5 plugin (changed user
2265           agent identifier) (v4.2.167)
2266
2267 2003-04-15  Helge Hess  <helge.hess@skyrix.com>
2268
2269         * v4.2.166
2270         
2271         * SoObjectRequestHandler.m: does request path aquisition per default,
2272           fixed a retain bug (the path traversal array), added a facility to
2273           put objects to sleep (they must implement either _sleepWithContext:
2274           or just sleep and will be called after all processing is done)
2275         
2276         * SoObject+Traversal.m: fixed a bug in the name of the logging default
2277         
2278         * OFSFolder.m: added code to some negotiation of the object to be
2279           located (eg you can lookup 'index.html' by looking up 'index')
2280         
2281         * OFSWebMethod.m: smaller cleanups
2282         
2283         * WOApplication.m: smaller cleanups
2284         
2285         * SoClassSecurityInfo, SoClass: added more logging, keeps associated 
2286           class name
2287         
2288         * added 'sope' tool for hosting SoOFS based SOPE applications
2289         
2290         * DAVPropMap.plist: added {DAV:}status (v4.2.165)
2291         
2292 2003-04-11  Helge Hess  <helge.hess@skyrix.com>
2293         
2294         * SoObjects/SoObjectRequestHandler.m: made WebDAV methods to check
2295           for determining the SOPE handler a userdefault (v4.2.164)
2296           
2297 2003-04-01  GNUstep User  <helge.hess@skyrix.com>
2298
2299         * DynamicElements/WOText.m: use -rangeOfString: instead of 
2300           -indexOfString: (v4.2.163)
2301
2302 Fri Mar 28 17:19:33 2003  Martin Hoerning  <mh@skyrix.com>
2303
2304         * WebDAV/SoObjectWebDAVDispatcher.m: fixed bulk target pathes where 
2305           the base uri path was not properly unescaped (v4.2.162)
2306
2307 2003-03-22  Helge Hess  <helge.hess@skyrix.com>
2308
2309         * WebDAV/GNUmakefile: export SoObjectResultEntry.h as a public header
2310
2311 2003-03-19  Helge Hess  <helge.hess@skyrix.com>
2312         
2313         * WebDAV/SoObjectWebDAVDispatcher.m: fixed a bug with _range queries
2314           (an empty ID was added for the first _) (v4.2.161)
2315
2316         * v4.2.160
2317
2318         * WOHttpTransaction.m, WOResponse.m: moved body zipping code to 
2319           response, so that it can be used in different adaptors
2320
2321         * WOHttpTransaction.m: removed unused (#if 0) code
2322
2323         * WOSimpleHTTPParser.m: added if-match as a known header (v4.2.159)
2324
2325 2003-03-18  Helge Hess  <helge.hess@skyrix.com>
2326
2327         * v4.2.158
2328
2329         * SoObjects/SoControlPanel.m: added -appendToResponse:inContext:
2330           for rendering a HTML representation (a GET should be bound by SMI)
2331         
2332         * SoObjects/SoSecurityManager.m: add support for special "<public>"
2333           permission
2334
2335 2003-03-15  Helge Hess  <helge.hess@skyrix.com>
2336
2337         * v4.2.157
2338
2339         * WebDAV/SoObject+SoDAVQuery.m: caught traversal exceptions in
2340           bulk-path queries
2341           
2342         * SoObjects/SoSecurityManager.m: initialize security exceptions with
2343           name and reason
2344         
2345 2003-03-13  Helge Hess  <helge.hess@skyrix.com>
2346
2347         * WebDAV/SoObject+SoDAVQuery.m: use traversePath for bulk targets that
2348           contain slashes
2349
2350         * SoObjects/SoObjectRequestHandler.m, 
2351           WebDAV/SoObjectWebDAVDispatcher.m: handle empty range queries
2352           (v4.2.156)
2353
2354 2003-03-12  Helge Hess  <helge.hess@skyrix.com>
2355
2356         * WebDAV/SoObject+SoDAVQuery.m: always query davURL (v4.2.155)
2357
2358         * Defaults.plist: added {DAV:}href as default property
2359
2360 2003-03-11  Helge Hess  <helge.hess@skyrix.com>
2361         
2362         * WebDAV/SoObjectWebDAVDispatcher.m: added support for ZideLook range
2363           queries (transformed into bulk-queries) (v4.2.153)
2364         
2365 2003-03-07  Helge Hess  <helge.hess@skyrix.com>
2366         
2367         * WebDAV/SaxDAVHandler.m: hopefully fixed the <prop> set vs <prop>
2368           response the last time (v4.2.152)
2369
2370 2003-03-06  Helge Hess  <helge.hess@skyrix.com>
2371
2372         * WOSimpleHTTPParser.m: added "x-forwarded-for" as a known header
2373           (v4.2.151)
2374
2375 2003-03-03  Helge Hess  <helge.hess@skyrix.com>
2376
2377         * SoObjects/SoObjectRequestHandler.m: fixed bug, query parameters were
2378           not properly cut off when doing the URI processing in the handler,
2379           added support for ASP ?Cmd style methods (v4.2.150)
2380
2381         * WebDAV/SaxDAVHandler.m: added a DAVParserDebugProp and 
2382           DAVParserHeavyLog defaults for improved debugging, fixed yet another
2383           bug in the property "set" handler (if each property was enclosed in
2384           an individual "set" tag, only the last was delivered) (v4.2.149)
2385
2386 2003-03-02  Helge Hess  <helge.hess@skyrix.com>
2387
2388         * SaxDAVHandler: fixed another bug in prop-patch parsing (if the prop-
2389           patch contained a "delete" section, no values were returned 
2390           (v4.2.148)
2391
2392 2003-02-27  Helge Hess  <helge.hess@skyrix.com>
2393
2394         * v4.2.147
2395
2396         * SaxDAVHandler: fixed a bug in property-patch parsing
2397
2398         * SoObjects/SoSecurityManager.m: allow operations on objects which
2399           are not owned
2400
2401         * SoObjects/SoObjectRequestHandler.m: set a HTTP header for the
2402           SxNewObjectID context variable
2403
2404         * WOSimpleHTTPParser.m: added x-zidestore-name as known header
2405
2406 2003-02-24  Helge Hess  <helge.hess@skyrix.com>
2407
2408         * WOSimpleHTTPParser.m: added 'if-modified-since' as a known header
2409           (v4.2.146)
2410
2411 2003-02-19  Helge Hess  <helge.hess@skyrix.com>
2412
2413         * WebDAV/SaxDAVHandler.m: fixed a bug with properties in the DAV: 
2414           namespaces not being parsed in property-update and prop tags,
2415           added a delegate for parsing results (v4.2.145)
2416           
2417 2003-02-18  Helge Hess  <helge.hess@skyrix.com>
2418
2419         * SoObjects/SoObject.m(lookupName:inContext:acquire:): if a key
2420           is contained in the toOneRelationshipKeys array, lookupName will
2421           now use -valueForKey: to find a name
2422         
2423         * WebDAV/SoObject+SoDAV.m: an object now becomes a DAV collection
2424           marker if it the toOneRelationshipKeys array is not empty
2425
2426         * SoObjects/SoApplication.m(hasName:inContext:): fixed a bug with
2427           name-lookup when the root object is the application itself
2428
2429 2003-02-17  Helge Hess  <helge.hess@skyrix.com>
2430
2431         * NGObjWeb/WOComponent.h: added missing declaration of NSException
2432
2433         * NGObjWeb/WODynamicElement.h: removed unnecessary declaration of
2434           NSMutableArray and WOComponent
2435
2436         * NGObjWeb/WOElement.h: removed unnecessary declaration of NSException
2437
2438 2003-02-14  Helge Hess  <helge.hess@skyrix.com>
2439         
2440         * WebDAV/SaxDAVHandler.m: added basic DASL query capabilities,
2441           orderings still missing (v4.2.144)
2442
2443         * WOSimpleHTTPParser.m: added version control HTTP methods as known
2444           methods (v4.2.143)
2445
2446 2003-02-12  Helge Hess  <helge.hess@skyrix.com>
2447
2448         * SoObjects/SoClass.m: added -copyWithZone: for OSX (v4.2.142)
2449
2450 2003-01-31  Helge Hess  <helge.hess@skyrix.com>
2451
2452         * WEClientCapabilities.m: added ZideLook detection (v4.2.141)
2453
2454 2003-01-30  Helge Hess  <helge.hess@skyrix.com>
2455         
2456         * WebDAV: subscription manager almost complete (v4.2.140)
2457         
2458         * v4.2.139
2459         
2460         * WOSimpleHTTPParser.m: added UNSUBSCRIBE as a known HTTP method
2461         
2462         * WebDAV: started subscription manager
2463         
2464         * NGXmlRpc: added reflection support on MacOSX (v4.2.138)
2465
2466 2003-01-29  Helge Hess  <helge.hess@skyrix.com>
2467
2468         * NGXmlRpc bugfix by bs@skyrix.com (v4.2.137)
2469
2470 2003-01-28  Helge Hess  <helge.hess@skyrix.com>
2471
2472         * NGXmlRpcClient.m: abstracted HTTP connection and request in abstract
2473           class factories (-connectionClass and -requestClass), removed 
2474           dependency on XmlRpcMethodResponse+WO and XmlRpcMethodCall+WO
2475           (v4.2.136)
2476
2477 2003-01-27  Helge Hess  <helge.hess@skyrix.com>
2478
2479         * WOSimpleHTTPParser.m: added 'p3p', 'set-cookie' and 'x-powered-by' 
2480           as known headers (v4.2.135)
2481
2482 2003-01-22  Helge Hess  <helge.hess@skyrix.com>
2483
2484         * v4.2.134
2485         
2486         * WOProxyRequestHandler.m: added facility to log to files
2487         
2488         * WOMessage.m: added -headersAsString method (useful for debugging)
2489         
2490         * WOSimpleHTTPParser.m: added 'server', 'x-cache', 'proxy-connection'
2491           and 'subscription-id' as known headers
2492         
2493         * SoObjects/SoObjectRequestHandler.m: if the request-handler-key in the
2494           request does not match a registered one, process the request URI
2495           in this class (v4.2.133)
2496         
2497         * NGHttp: check superclass version (v4.2.132)
2498         
2499 2003-01-16  Helge Hess  <helge.hess@skyrix.com>
2500
2501         * v4.2.131
2502
2503         * NGXmlRpc: bugfix with parameter counts
2504
2505         * Templates/WOHTMLParser.m (_isWOCloseTag): fixed a bug with parsing
2506           tags (in files were the ">" of the close tag is the
2507           last char of the file)
2508
2509 2003-01-14  Helge Hess  <helge.hess@skyrix.com>
2510
2511         * WebDAV/SoObjectWebDAVDispatcher.m: fixed an Evo bug with unsafe
2512           chars in BPROPFIND target URLs (v4.2.130)
2513
2514         * v4.2.129
2515         
2516         * SoOFS/OFSPropertyListObject.m: improved factory and -saveObject to be
2517           able to deal with new objects
2518         
2519         * SoOFS/OFSFactoryContext, OFSFolder: added a context creation method
2520           for objects that do not yet exist in the store
2521
2522         * WebDAV: added handling for bulk queries to NSObject+SoDAV (v4.2.128)
2523
2524         * v4.2.127
2525
2526         * WebDAV: changed implementation of BPROPFIND. BPROPFIND doesn't use
2527           individual queries for each target anymore, but passes relative
2528           target names in the "bulkTargetKeys" fetch hint, this way it can be
2529           processed by a SQL based datasource much faster.
2530         
2531         * WOSimpleHTTPParser.m: improved processing of content-length
2532
2533 2003-01-13  Helge Hess  <helge.hess@skyrix.com>
2534
2535         * WebDAV/SoObjectWebDAVDispatcher.m: fixed a bug in the BPROPFIND
2536           implementation (v4.2.126)
2537
2538         * WORequest.m: added parsing of query parameters and form content in
2539           query-parameter format (v4.2.125), multipart-formdata is not yet
2540           processed
2541
2542         * WORequest.m: print a warning if the form parameters could not be
2543           calculated (eg if you use the current WOSimpleHTTPParser)
2544
2545         * NGHttp+WO.m: replaced some RETAIN macros
2546
2547         * WOSimpleHTTPParser.m: added support for streamed uploads (large 
2548           HTTP request bodies are streamed into a temporary file which is 
2549           mapped into memory) (v4.2.124)
2550
2551         * v4.2.123
2552
2553         * WOHttpAdaptor/WOHttpTransaction.m: use request logging method for
2554           WOSimpleHTTPParser (method became independed from NGHttpRequest)
2555
2556         * WOHttpAdaptor/WOHttpAdaptor.m: replaced RETAIN macros with methods
2557
2558         * WOSimpleHTTPParser.m: added some missing headers, added parsing of
2559           content-length
2560
2561         * WebDAV fixes (v4.2.122)
2562
2563         * v4.2.121
2564
2565         * WebDAV/SoObject+SoDAVQuery.m: fixed typo
2566
2567         * WebDAV/SoObject+SoDAV.m: added default -dav* methods for 
2568           WOCoreApplication, WOApplication and WORequestHandler
2569
2570         * SoObjects/SoApplication.m: added -toOneRelationshipKeys
2571
2572         * DynamicElements/WOPopUpButton.m: properly close option tag (v4.2.120)
2573
2574         * v4.2.119
2575         
2576         * WOHttpAdaptor/WOHttpTransaction.m: added a faster logging (does not
2577           use -descriptionWithCalendarFormat:), replaced some RETAIN macros,
2578           use gettimeofday() for calculating request-duration, use char* 
2579           instead of NSString for reason, added a deliverResponse that uses
2580           less NGTextStream operations and more direct buffer writes
2581         
2582         * WOSimpleHTTPParser.m: added "cookie" as a known header
2583         
2584         * v4.2.118 (results of NGObjWeb raw-performance "weekend", after
2585           profiling on OSX
2586         
2587         * Templates/WOxElemBuilder.m: created WOSimpleStaticASCIIString for
2588           ASCII strings (ASCII detection speed needs to be improved !)
2589         
2590         * DynamicElements/WOGenericElement.m, WOGenericContainer.m: added code
2591           to handle constant tag-names efficiently
2592
2593         * DynamicElements: use WOResponse_AddCString if possible
2594         
2595         * DynamicElements/WOCompoundElement.m: replaced some RETAIN macros
2596         
2597         * DynamicElements/WOString.m: added WOSimpleStaticASCIIString subclass
2598           (this class uses -appendContentCString: for a quick addition), 
2599           replaced some RETAIN macros
2600         
2601         * WORequestHandler.m: return 404 on calls to /favicon.ico
2602         
2603         * WOHTTPConnection.m: fixed an OSX compiler warning
2604
2605         * SoObjects/SoApplication.m: fixed a bug, lookup always returned a
2606           WORequestHandler (since requestHandlerForKey: returns the default
2607           handler if the key did not match)
2608
2609         * WOElementTrackingContext.h: added -appendIntElementIDComponet:
2610
2611         * WOResponse+private.h: use macros for direct WOMessage access, added
2612           macros for adding integers
2613
2614         * WOSession.m: replaced some RETAIN macros
2615
2616         * WOResponse.m: improved speed of -disableClientCaching, caches
2617           GMT timezone, does not use -descriptionWithCalendarFormat: for
2618           speed and locale-indepedence
2619
2620         * WODynamicElement.m: use -appendContentCString:
2621
2622         * WOCoreApplication.m: replaced some retain macros, cache some defaults
2623
2624         * WOCookie.m: cache GMT timezone during generation, replaced some
2625           RETAIN macros
2626
2627         * WOApplication.m: generate session-id using sprintf for speed, 
2628           replaced some RETAIN macros
2629
2630         * WOApplication+defaults.m: cache request-handler key defaults
2631
2632         * added WOElementID class for fast element-id tracking and
2633           generation (more than twice as fast)
2634         
2635         * WOMessage.m: added -appendContentCString: for adding ASCII strings
2636           (much faster than using -dataUsingEncoding: if we know that a string
2637           is ASCII since most other encodings are "ASCII-compatible")
2638         
2639         * WOContext.m: caches URL prefixes (faster URL generation), moved 
2640           element-id processing to WOElementID, several minor changes for speed
2641
2642 2003-01-10  Helge Hess  <helge.hess@skyrix.com>
2643         
2644         * added generation of SoProduct bundles for SoCore and SoOFS (v4.2.117)
2645
2646 2003-01-09  Helge Hess  <helge.hess@skyrix.com>
2647
2648         * WOHttpAdaptor/WOHttpTransaction.m: cleaned up default initialization,
2649           added default to enable WOSimpleHTTPParser (v4.2.116)
2650
2651         * Templates/WOHTMLParser.m (_makeHtmlException): only add parser to
2652           exception userinfo if the parser is passed to _makeHtmlException
2653           (v4.2.115)
2654
2655         * NGXmlRpc, xmlrpc_call: completed Unix domain sockets (v4.2.114)
2656
2657         * WOHTTPConnection.m: rewrote to base connections on NSURL (in 
2658           preparation for HTTP-over-Unix-Domain-Sockets) (v4.2.113)
2659
2660         * NGXmlRpcClient, xmlrpc_call: started support for HTTP digest auth
2661
2662         * WOSimpleHTTPParser.m: added request parsing (v4.2.112)
2663
2664 2003-01-08  Helge Hess  <helge.hess@skyrix.com>
2665
2666         * v4.2.111
2667
2668         * WOHTTPConnection.m: added support for WOSimpleHTTPParser (must be 
2669           turned on using a default)
2670
2671         * started WOSimpleHTTPParser
2672
2673 2003-01-07  Helge Hess  <helge.hess@skyrix.com>
2674
2675         * WOHTTPConnection, NGXmlRpcClient, xmlrpc_call: added SSL support 
2676           (v4.2.109)
2677         
2678         * v4.2.108
2679
2680         * SoOFS/OFSFactoryRegistry.m: added some code to allow SoClass'es 
2681           behave as factories (located using the extension manifest key)
2682
2683         * SoOFS/OFSFolder.m: move factory method to a separate category
2684
2685         * WOHttpAdaptor/WORecordRequestStream.m: use defines for buffer sizes
2686
2687         * SoObjects/SoSecurityManager.m: some little code cleanups
2688
2689         * SoObjects/SoProductClassInfo.m: some code cleanups, process the
2690           SoClass->extension mapping of the manifest
2691
2692         * SoObjects/SoObjCClass.m: added the -objcClass method to find the
2693           implementation of a SoClass
2694
2695         * SoObjects/SoApplication.m: allow lookup of request-handlers
2696
2697         * replaced RETAIN macros with method calls in several places
2698
2699         * WOApplication.m: fixed a bug in the -path method, if the app wrapper
2700           could not be found, the application retain count was broken
2701
2702 2003-01-03  Helge Hess  <helge.hess@skyrix.com>
2703
2704         * SoObjects/SoProductClassInfo.h: fixed header (NSArray was missing)
2705           (v4.2.107)
2706
2707 2003-01-02  Helge Hess  <helge.hess@skyrix.com>
2708
2709         * SoObjects/SoProductClassInfo.m: parse extensions code from manifest
2710           (v4.2.106)
2711
2712 Thu Jan  2 11:07:43 2003  Helge Hess  <helge.hess@skyrix.com>
2713
2714         * v4.2.105
2715         
2716         * Templates/WOxComponentElemBuilder.m: fixed a compiler warning (added
2717           a informal protocol for -line)
2718         
2719         * WOApplication.m: now reports a missing app-path (.woa wrapper) only
2720           once
2721
2722 Fri Dec 27 11:18:34 2002  Helge Hess  <helge.hess@skyrix.com>
2723
2724         * v4.2.104
2725
2726         * WOMessage.m: some modifications to -appendContentCharacter: which
2727           breaks if optimization is turned on in MacOSX Dec2002 devtools !,
2728           also prints a warning if NSString is ever used to add a character
2729           (performance warning ...)
2730         
2731         * WOPageRequestHandler.m: fixed a warning
2732
2733         * WOCoreApplication.m: allow capitalized keys on MacOSX (this usually
2734           prints warnings on OSX), check for "COMPILE_AS_FRAMEWORK" instead of
2735           "NGOBJWEB_AS_FRAMEWORK"
2736         
2737         * WOComponentRequestHandler.m: fixed a warning
2738
2739         * Templates/WOxElemBuilder.m: small code cleanups
2740
2741         * Templates/WOxTemplateBuilder.m: disabled logging on OSX too
2742
2743         * Templates/WOxComponentElemBuilder.m: fixed a bug, 'className' was
2744           passed to the created component as a binding
2745
2746         * SoOFS/OFSResourceManager.m: fixed some compilation warnings
2747         
2748         * SoOFS/OFSBaseObject.m: return nil for unbound keys (OSX)
2749
2750         * NGXmlRpc: small code cleanups
2751         
2752         * SoObjects/WOContext+SoObjects.m: do not use -removeObjectForKey: on
2753           WOContext anymore (use -setObject:nil forKey: instead)
2754         
2755         * SoObjects/SoSecurityManager.m: small logging improvement
2756         
2757         * SoObjects/SoProductRegistry.m: check for COCOA_Foundation_LIBRARY
2758           instead of APPLE_Foundation_LIBRARY, do not fail product loading
2759           of the MAIN bundle (eg if the main program is a tool)
2760
2761         * SoObjects/SoPageInvocation.m: fixed a warning
2762
2763         * SoObject.m, SoProduct.m, SoProductResourceManager.m: use basic
2764           string methods for URL construction since 
2765           -stringByAppendingPathComponent: doesn't work for URLs on
2766           MacOSX
2767
2768         * SoObjects/SoHTTPAuthenticator.m: removed empty -dealloc
2769
2770         * SoObjects/NSException+HTTP.m: return nil for unbound keys (OSX)
2771         
2772         * WebDAV/SoObjectDataSource.m: check whether lookupName: returned an
2773           exception
2774         
2775         * WebDAV/SoObject+SoDAV.m: added an exception handler for some key 
2776           lookup on OSX, since OSX throws unbound key exceptions per default
2777           (to be changed, OSX behaviour should be standard in libFoundation)
2778         
2779         * WOTextField.m, WOText.m, WOQuickTime.m: fixed a warning
2780         
2781 Mon Dec 23 15:57:27 2002  Helge Hess  <helge.hess@skyrix.com>
2782
2783         * v4.2.103 (results of OSX compilation)
2784
2785         * SoObjects/WODirectActionRequestHandler+SoObjects.m: fixed a bug, if
2786           no context was available the lookup sent -context to the 
2787           WOApplication class instead of the instance
2788
2789         * SoObjects/SoSelectorInvocation.m: does not rebind bound invocations
2790
2791         * SoObjects/SoSecurityManager.m, WOContext+SoObjects.m: fixed some
2792           warnings
2793
2794         * SoObjects/SoProductRegistry.m: print log if main-bundle could not be
2795           determined
2796
2797         * SoObjects/SoObjectRequestHandler.m: improved handling of root object
2798
2799         * SoObjects/SoObject.m: removed lookupKey completly (was still
2800           available for compatibility reasons), added _initialize for 
2801           initialization of category globals
2802
2803         * SoObjects/SoObjCClass.m: fixed invalid number of args in NSAssert
2804
2805         * SoClassSecurityInfo.h, SoObject.h, SoProductRegistry.h, 
2806           WOContext+SoObjects.h: added NSArray which was missing in the header
2807           file (for MacOSX)
2808         
2809         * SoObjects/SoApplication.m: only check for EnableDoubleReleaseCheck
2810           on libFoundation
2811
2812         * Templates/WOWrapperTemplateBuilder.m: fixed a bug, when no root 
2813           element was available the parsing result was undefined
2814
2815         * WODisplayGroup.m: fixed a bug, used -objectForKey: with the wrong
2816           variable
2817         
2818         * OWViewRequestHandler.m, WOComponent.m, WOCoreApplication.m, 
2819           WOHTTPURLHandle.m, WORequestHandler.m, WORepetition.m, 
2820           SaxDAVHandler.m, SoObjectDataSource.m, SoProductClassInfo.m:
2821           fixed gcc 3.2 warnings
2822         
2823 2002-12-19  Helge Hess  <helge.hess@skyrix.com>
2824
2825         * SoObjects/SoClassRegistry.m: added a file-extension=>SoClass registry
2826           (v4.2.102)
2827
2828 2002-12-18  Helge Hess  <helge.hess@skyrix.com>
2829
2830         * SoOFS/OFSFolder.m: fixed a typo
2831
2832         * WebDAV/SoObject+SoDAVQuery.m: fixed a bug with WebDAV deep queries
2833           (v4.2.101)
2834
2835         * Defaults.plist: added a preferred WebDAV prefix for the Cadaver
2836           namespace
2837
2838 2002-12-11  Helge Hess  <helge.hess@skyrix.com>
2839         
2840         * SoOFS/OFSFile.m: added a generic "writeState:" method
2841
2842 2002-12-08  Helge Hess  <helge.hess@skyrix.com>
2843         
2844         * WOComponent.m: improved -description
2845
2846         * WOComponentFault.m: reenabled usage of parent-resourcemanager, this
2847           was #ifdef'ed out, why (problems with SKYRiX Forms) ?
2848         
2849         * WOResourceManager.m: added a -resourceNameForComponentNamed: to map
2850           component names to resource names (previously this was fixed to .wox
2851           files)
2852         
2853         * WOComponentDefinition.m: do not search for classes if the component
2854           name contains a "."
2855
2856         * SoObjects: - fixed a problem with the default renderer returning an
2857           empty result when the SoHTTPAuthenticator refused to render a 
2858           security exception 
2859           - added a GETAction: to OFSFolder which does a redirect to uri+/view
2860           (v4.2.100)
2861
2862 2002-12-02  Helge Hess  <helge.hess@skyrix.com>
2863
2864         * moved to skyrix-sope-42 (v4.2.99)
2865           - removed WOExtensions, WEExtensions (moved to Skyrix41e/WebUI)
2866
2867 2002-11-30  Helge Hess  <helge.hess@skyrix.com>
2868
2869         * SoObjects: renamed -lookupKey:inContext: to 
2870           -lookupName:inContext:acquire: (v4.2.98)
2871
2872 2002-11-28  Helge Hess  <helge.hess@skyrix.com>
2873         
2874         * WebDAV.subproj: pass a context into DAV PROPPATCH methods (v4.2.97)
2875         
2876 2002-11-25  Helge Hess  <helge.hess@skyrix.com>
2877         
2878         * WebDAV.subproj: fixed a bug in SoObjectDataSource,
2879           -toOneRelationshipKeys of the object is checked, if the brief header
2880           is set, no null properties are encoded (correct ???)
2881           (v4.2.96)
2882         
2883         * SoObjects.subproj/SoHTTPAuthenticator.h: added public API (v4.2.95)
2884
2885         * Defaults.plist (WOxBuilderClasses): added WOxXULElemBuilder
2886
2887         * DynamicElements.subproj/WOxXULElemBuilder.m: started XULElemBuilder
2888
2889 2002-11-22  Helge Hess  <helge.hess@skyrix.com>
2890         
2891         * SoOFS: cleanup of OFS storage system (v4.2.94)
2892         
2893 2002-11-21  Helge Hess  <helge.hess@skyrix.com>
2894
2895         * DynamicElements.subproj/WOForm.m, WOComponent.m: added a 
2896           -shouldTakeValuesFromRequest:inContext: to check whether a form
2897           should take the values even though it's href or element-id doesn't
2898           match the request (v4.2.93)
2899         
2900         * WOComponent.m: added -redirectToLocation: for easy redirection in
2901           response to an action of any kind (v4.2.92)
2902         
2903         * SoObjects.subproj/SoProductClassInfo.m: added support for non-method
2904           slots (v4.2.91)
2905
2906 2002-11-20  Helge Hess  <helge.hess@skyrix.com>
2907
2908         * Associations.subproj/WOKeyPathAssociation.m: added faster number to
2909           string conversions by using static strings for numbers < 50,
2910           added a HEAVY_DEBUG define (v4.2.90)
2911
2912         * WebDAV: improved object datasource and DAV datasource handling
2913           (v4.2.89)
2914         
2915         * Templates.subproj/WOxElemBuilder.m: added association for so-lookup
2916           namespace (v4.2.88)
2917
2918         * SoObjects: added a SoApplication (v4.2.87)
2919
2920 2002-11-19  Helge Hess  <helge.hess@skyrix.com>
2921
2922         * WOResourceManager.m: added more bundle sensitivity (v4.2.86)
2923         
2924         * SoObjects: added product management system (v4.2.85)
2925         
2926 2002-11-18  Helge Hess  <helge.hess@skyrix.com>
2927
2928         * WOHttpAdaptor.subproj/WOHttpTransaction.m: ensure that 
2929           x-webobjects-server-name and x-webobjects-server-port are always
2930           set (v4.2.84)
2931
2932         * WebDAV.subproj/SoObjectWebDAVDispatcher.m: properly check permissions
2933           of WebDAV methods (previously only WebDAV access was checked) 
2934           (v4.2.83)
2935
2936         * SoObjects: added SoHTTPAuthenticator (v4.2.82)
2937
2938 2002-11-17  Helge Hess  <helge.hess@skyrix.com>
2939
2940         * SoObjects, SoOFS: authenticator object is now local to the object and
2941           acquired using the container (v4.2.81)
2942
2943 2002-11-15  Helge Hess  <helge.hess@skyrix.com>
2944
2945         * WebDAV.subproj/SoWebDAVRenderer.m: added SoWebDAVValue for rendering
2946           complex WebDAV properties (v4.2.80)
2947
2948         * WOHTTPConnection.m: added -initWithURL:
2949
2950         * GNUmakefile: fixed includes (v4.2.79)
2951
2952         * WebDAV.subproj/SoObjectWebDAVDispatcher.m: added support for 
2953           BPROPFIND (v4.2.78)
2954
2955         * WOContext: moved protocols from WOContext.h into separate header
2956           files, added ivars for SOPE (clientObject, traversalStack),
2957           increased version (v4.2.77)
2958
2959 2002-11-14  Helge Hess  <helge.hess@skyrix.com>
2960
2961         * WOMessage.m: prepared for content streaming, increased class version
2962           (v4.2.76)
2963                 
2964         * added first version of SoOFS (v4.2.75)
2965
2966 2002-11-13  Helge Hess  <helge.hess@skyrix.com>
2967
2968         * Associations.subproj/WOAssociation.m: support objects as values
2969           which do not implement NSCopying (previously disallowed because
2970           associations were cached) (v4.2.74)
2971
2972         * SoObjects: moved traversal code from SoObjectRequestHandler to
2973           SoObject category (traversal is required in several environments)
2974           (v4.2.73)
2975         
2976 2002-11-11  Helge Hess  <helge.hess@skyrix.com>
2977
2978         * SoObject: fixed validation, added debugkey for SoObjectDataSource
2979           (v4.2.72)
2980
2981         * WOComponentDefinition.m ([WOComponent -instantiateChildComponentsInTemplate:languages:]):
2982           fixed a bug with components not passing down languages to child
2983           components (v4.2.71)
2984
2985         * WOContext.m: fixed a small bug with the cursor debugging (cursor
2986           pops were not reported correctly) (v4.2.70)
2987
2988 2002-11-10  Helge Hess  <helge.hess@skyrix.com>
2989
2990         * WebDAV.subproj/SaxDAVHandler.m: started support for DASL (SQL 
2991           with XML syntax)
2992
2993         * added special SoClass subclass for ObjC classes (v4.2.69)
2994
2995 2002-11-07  Helge Hess  <helge.hess@skyrix.com>
2996
2997         * NGHttp: do not parse requests without clen in HTTP/1.1 (v4.2.68)
2998
2999         * started a new HTTP parser in NGHttpAdaptor (not used yet)
3000         
3001         * WebDAV: moved the query methods to a SoObjectDataSource class, which
3002           is retrieved from the object using -davDataSourceInContext: (v4.2.67)
3003
3004 2002-11-06  Helge Hess  <helge.hess@skyrix.com>
3005
3006         * SoObjects: first version supporting components as SoClass methods
3007           (SoPageInvocation) (v4.2.66)
3008
3009 2002-11-05  Helge Hess  <helge.hess@skyrix.com>
3010
3011         * SoObjects.subproj/SoSecurityManager.m: first version that actually
3012           denies access to objects ;-) (v4.2.65)
3013
3014         * WEClientCapabilities.m: detect the GNOME-VFS (Nautilus) and mark
3015           it as a WebDAV client (v4.2.64)
3016
3017 2002-11-04  Helge Hess  <helge.hess@skyrix.com>
3018
3019         * v4.2.63
3020
3021         * WebDAV: added parsing of PROPPATCH queries, mapped some additional
3022           DAV standard properties and provide a default implementation, added
3023           PROPPATCH processing, use exceptions for most error responses, 
3024
3025         * SoObjects.subproj/SoSelectorInvocation.m: added a description and
3026           -appendToResponse:inContext: in case the object is to be delivered
3027           to the browser instead of being called
3028
3029         * SoObjects.subproj/SoObjectRequestHandler.m: added PROPPATCH as an
3030           object creation method, create a PATH_INFO
3031
3032         * DAVPropMap.plist: added some classes
3033
3034 2002-11-01  Helge Hess  <helge.hess@skyrix.com>
3035         
3036         * WebDAV.subproj: DAV property name->key mapping is now done in
3037           NGObjWeb (v4.2.62)
3038         
3039         * WOComponentFault.m: added -setParent:, this fixes a bug introduced
3040           in v4.2.57.
3041
3042         * started support for "renderer" objects, added SoDefaultRenderer and
3043           SoWebDAVRenderer (v4.2.61)
3044         
3045         * moved WebDAV related SoObject stuff into a separate subproject,
3046           WebDAV.subproj
3047
3048 2002-10-30  Helge Hess  <helge.hess@skyrix.com>
3049
3050         * SoObjects.subproj/SoObjectWebDAVDispatcher.m: started subscribe/
3051           unsubscribe support, uses attributes for search result generation
3052           if available (v4.2.60)
3053
3054         * Defaults.plist: added SoPreferredNamespacePrefixes defaults to
3055           configure default-prefixes for XML namespace generation
3056
3057         * NGHttp: added SUBSCRIBE/UNSCRIBE to the request methods were no body
3058           parsing is performed (v4.2.59)
3059
3060 2002-10-29  Helge Hess  <helge.hess@skyrix.com>
3061
3062         * WEClientCapabilities.m: fixed Outlook detection (was recognized as
3063           IE, not as Outlook ...).
3064         
3065         * SoObjects.subproj/EOFetchSpecification+SoDAV.m: changed to use the
3066           new EOControl/EOSQLParser (v4.2.58)
3067
3068 2002-10-28  Helge Hess  <helge.hess@skyrix.com>
3069
3070         * WOComponent.m(-dealloc): reset parent pointers of subcomponents 
3071           (v4.2.57)
3072
3073         * SoObjects: started security infrastructure (v4.2.56)
3074
3075         * Defaults.plist: added SoSecurityManagerDebugEnabled, 
3076           SoLogSecurityDeclarations
3077
3078 2002-10-25  Helge Hess  <helge.hess@skyrix.com>
3079         
3080         * SoObjects: abstracted DAV queries (PROPFIND, SEARCH) in
3081           EOFetchSpecification (v4.2.55)
3082         
3083         * SoObjects: working dispatcher selection based on request (v4.2.54)
3084
3085 2002-10-24  Helge Hess  <helge.hess@skyrix.com>
3086
3087         * SoObjects: started to add dispatcher and WebDAV support (v4.2.53)
3088
3089 2002-10-23  Helge Hess  <helge.hess@skyrix.com>
3090
3091         * NGHttp: added some WebDAV/HTTP methods (v4.2.52)
3092
3093         * WEClientCapabilities.m (WEUA_IE): recognizes Microsoft Outlook 
3094           Express when used to access mailboxes over HTTP (v4.2.51)
3095
3096         * WOProxyRequestHandler.m: can act as a (non-transparent) HTTP proxy
3097           (v4.2.50)
3098
3099         * WORequest.m: added -isProxyRequest to check whether we got a
3100           proxy request ;-) (whether the URI passed is a full URL)
3101
3102         * WOHTTPConnection.m: filter out host headers during sending of request
3103           headers (because host: is set by WOHTTPConnection itself)
3104
3105         * added the WOProxyRequestHandler for forwarding requests to other
3106           HTTP servers (v4.2.49)
3107         
3108         * WEClientCapabilities.m: recognizes Microsoft Outlook 2002 when used
3109           to access mailboxes over HTTP (v4.2.48)
3110
3111 2002-10-22  Helge Hess  <helge.hess@skyrix.com>
3112
3113         * WEClientCapabilities.m: added the Evolution WebDAV connector as a
3114           known host (v4.2.47)
3115
3116 2002-10-21  Helge Hess  <helge.hess@skyrix.com>
3117
3118         * WOContext.m: disabled the new context-URL style (DnD should work 
3119           again) (v4.2.47)
3120
3121         * some SoObject fixes (v4.2.46)
3122
3123         * v4.2.45
3124
3125         * a lot of work on the SoObject system (added classes, registry, 
3126           selector invocation)
3127
3128         * WOHttpAdaptor.subproj/WOHttpTransaction.m: some code cleanup, added
3129           some status-code=>reason mapping
3130
3131         * WEClientCapabilities.m: recognizes the curl program
3132
3133 Fri Oct 18 10:59:16 2002  Helge Hess  <helge.hess@skyrix.com>
3134
3135         * added SoObject support for WODirectActionRequestHandler and
3136           WODirectAction (v4.2.44)
3137         
3138         * started SoObject support (object based request handling) (v4.2.43)
3139
3140 1998-10-09  Helge Hess  <helge@trex.mdlink.de>
3141
3142         * added OWContext
3143
3144         * OWApplication.m: session cookie added
3145
3146         * created ChangeLog