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