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