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