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