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