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