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