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