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