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