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