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