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