]> err.no Git - sope/blob - sope-appserver/WEExtensions/ChangeLog
fixed Xcode build
[sope] / sope-appserver / WEExtensions / ChangeLog
1 2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * WEExtensions.xcode: Fixed dependencies to resemble the make process
4           more closely. Our aim should be to stick to the make process
5           as closely as possible, so we shouldn't introduce dependencies in
6           non-toplevel projects. Also corrected inclusion of .js resources
7           (these were accidentaly treated as source files before).
8
9 2004-08-30  Marcus Mueller  <znek@mulle-kybernetik.com>
10
11         * WEExtensions.xcode: new Xcode project
12
13 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
14
15         * added hack to install the project in FHS locations - the library,
16           its headers, the tools and the resources will be installed in
17           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
18           (v4.3.58)
19
20 2004-08-24  Helge Hess  <helge.hess@skyrix.com>
21
22         * install bundle in Library/WOxElemBuilders-4.3/ (v4.3.57)
23         
24         * install (elem builder) bundle in Library/WOxElemBuilders/4.3/
25           (v4.3.56)
26
27 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
28
29         * fixed for SOPE 4.3 directory layout (v4.3.55)
30
31         * moved to SOPE 4.3 (v4.3.54)
32
33 2004-08-15  Helge Hess  <helge.hess@skyrix.com>
34
35         * WECalendarField.m, WETimeField.m: minor code cleanups (v4.2.53)
36
37 2004-08-13  Helge Hess  <helge.hess@skyrix.com>
38
39         * WEWeekColumnView.m: added 'hideWeekend' association to disable
40           display of the Saturday/Sunday columns (v4.2.52)
41
42         * WEWeekOverview.m: added 'hideWeekend' association to disable display
43           of the Saturday/Sunday column, major code cleanups (v4.2.51)
44
45 2004-07-19  Helge Hess  <helge.hess@skyrix.com>
46
47         * common.h: fixed a gcc 3.4 warning (4.2.50)
48
49 2004-07-08  Helge Hess  <helge.hess@skyrix.com>
50
51         * WEDragContainer.m: minor code cleanups (v4.2.49)
52
53 2004-07-02  Helge Hess  <helge.hess@opengroupware.org>
54
55         * WETabView.m: avoid (auto)-creation of session (was used to check for
56           a JavaScript-available marker in the session) (v4.2.48)
57
58 2004-06-24  Helge Hess  <helge.hess@opengroupware.org>
59
60         * WETableCalcMatrix.m: fixed a bug in -dealloc which comes up in some
61           edge condition on MacOSX (v4.2.47)
62
63 2004-06-24  Marcus Mueller  <znek@mulle-kybernetik.com>
64
65         * WEMonthOverview.m: weekOfYear was always incremented by one,
66           regardless of year spillovers. (v4.2.46)
67
68 2004-06-23  Marcus Mueller  <znek@mulle-kybernetik.com>
69
70         * WEMonthOverview.m: added support for stylesheets (v4.2.45)
71
72 2004-06-23  Helge Hess  <helge.hess@opengroupware.org>
73
74         * WEMonthOverview.m: various code cleanups (v4.2.44)
75
76 2004-06-23  Marcus Mueller  <znek@mulle-kybernetik.com>
77
78         * WEMonthOverview.m: fixed OGo bug #326 (month printview showed 
79           incorrect week numbers)
80         
81 2004-06-10  Helge Hess  <helge.hess@opengroupware.org>
82
83         * v4.2.43
84
85         * GNUmakefile.preamble: added prebinding, fixed static dependencies for
86           OSX
87
88         * WETableCalcMatrix.m: code cleanups
89
90 2004-06-09  Helge Hess  <helge.hess@opengroupware.org>
91
92         * JSMenu.h, JSMenuItem.h: added proper header protection (Note: those
93           elements are not compiled in gstep-make but in Xcode?) (v4.2.42)
94
95         * v4.2.41
96
97         * WETableCalcMatrix.m: minor code cleanups
98
99         * GNUmakefile.preamble: fixed relative search pathes
100
101 2004-06-02  Marcus Mueller  <znek@mulle-kybernetik.com>
102
103         * GNUmakefile.preamble: more support for building with
104           GNUSTEP_BUILD_DIR environment variable set (v4.2.40)
105
106 2004-05-12  Helge Hess  <helge.hess@skyrix.com>
107
108         * v4.2.39
109
110         * WEWeekOverview.m: fixed broken "</td" close tag (added missing '>')
111
112         * WEMonthOverview.m: fixed broken "</td" close tag (added missing '>'),
113           minor optimizations to -takeValuesFromRequest:
114
115 2004-05-11  Helge Hess  <helge.hess@opengroupware.org>
116
117         * WETableCalcMatrix.m: catch inits with 0/0 dimensions (was an assert,
118           now just prints a log) (v4.2.38)
119
120 2004-05-05  Marcus Mueller  <znek@mulle-kybernetik.com>  
121
122         * GNUmakefile.preamble: added support for building with
123           GNUSTEP_BUILD_DIR environment variable set for recent
124           gnustep-make package. (v4.2.37)
125
126 2004-05-05  Helge Hess  <helge.hess@skyrix.com>
127
128         * WETableView/WETableView.m: minor code cleanups (v4.2.36)
129
130         * v4.2.35
131
132         * WETableView/WETreeData.m: minor cleanups
133
134         * WETableView/WETableCell.m, WETableView/WETableView.m: improved XHTML
135           compatibility, some minor cleanups
136
137 2004-04-26  Helge Hess  <helge.hess@skyrix.com>
138
139         * WETableView/WETableView+Grouping.m: fixed OGo bug #732 (release
140           error introduced in one of the last versions) (v4.2.34)
141
142 2004-04-19  Helge Hess  <helge.hess@skyrix.com>
143
144         * v4.2.33
145         
146         * WExExtElemBuilder.m: generate WEPageLink for <var:pagelink> tag
147         
148         * added WEPageLink element for easier generation of component page 
149           links with parameters
150
151         * WECalendarField.m, JSShiftClick.m: minor code cleanups
152
153 2004-04-07  Helge Hess  <helge.hess@opengroupware.org>
154
155         * WEEpozEditor.m: fixed a compile warning on OSX (v4.2.32)
156
157 2004-04-06  Helge Hess  <helge.hess@opengroupware.org>
158
159         * WETableView/GNUmakefile (ADDITIONAL_INCLUDE_DIRS): fixed makefile for
160           "inline" compilation (thanks Luca for pointing that out) (v4.2.31)
161
162 2004-04-02  Helge Hess  <helge.hess@skyrix.com>
163
164         * moved WETableView to a subproject, moved WETableView classes to
165           separate files (v4.2.30)
166
167         * v4.2.29
168
169         * GNUmakefile: cleaned up makefile, created postamble makefile
170
171         * WEPageView.m: fixed a static variable init bug, improved XHTML
172           compatibility, major code cleanups
173
174         * WETableView.m: major code cleanups, changed behaviour with disabled
175           navigation buttons in tableviews, those are now hidden per default to
176           avoid screen clutter in small tableviews. Disabled buttons can still
177           be activated using the WETableView_showBlindNavigation default in
178           case you consider that better UI
179
180 2004-03-31  Helge Hess  <helge.hess@skyrix.com>
181
182         * v4.2.28
183
184         * WExExtElemBuilder.m: create a WERedirect element for <var:redirect/>
185
186         * copied in old WORedirect dynamic element as "WERedirect" in case
187           someone actually uses that. The WORedirect will be a subclass of
188           WOComponent
189
190 2004-03-24  Helge Hess  <helge.hess@skyrix.com>
191         
192         * v4.2.27
193
194         * WExExtElemBuilder.m: create WEQualifierConditional for "if-qualifier"
195           tag
196         
197         * added new WEQualifierConditional dynamic element
198         
199         * WESwitch.m: some code cleanups
200         
201 2004-02-10  Helge Hess  <helge.hess@opengroupware.org>
202
203         * WETableMatrix.m, WETableMatrixContent.m: fixed minor compilation
204           warnings on MacOSX (v4.2.26)
205
206 2004-01-07  Helge Hess  <helge@groove.local>
207
208         * JSClipboard.m, JSMenu.m, WERichString.m: minor tweaks for MacOSX 
209           compilation (v4.2.25)
210
211 2004-01-03  Helge Hess  <helge.hess@opengroupware.org>
212
213         * v4.2.24
214
215         * WETableView.h: subminor cleanup
216
217         * WETabItem.m: minor cleanups
218
219 2003-12-12  Helge Hess  <helge.hess@opengroupware.org>
220
221         * WETreeView.m: fixed a memory leak, moved WETreeHeader, WETreeData and
222           WETreeMatrixElement classes to separate files, major cleanups
223           (v4.2.23)
224
225 2003-11-30  Helge Hess  <helge.hess@opengroupware.org>
226
227         * GNUmakefile: include makefiles from GNUSTEP_MAKEFILES (as suggested
228           by chunsj@embian.com (v4.2.22)
229
230 2003-11-25  Helge Hess  <helge.hess@opengroupware.org>
231
232         * WEWeekOverview.m: added associations for attaching a CSS style class
233           to the view (v4.2.21)
234
235 Tue Nov 11 16:27:30 2003  Martin Hoerning  <mh@skyrix.com>
236
237         * WEMonthOverview.m: fixed timeZone bug. timeZone details weren't 
238           forwarded to the date infos in the month-matrix.
239           (solves ogobug 110) (v4.2.20)
240
241 2003-10-30  Helge Hess  <helge.hess@skyrix.com>
242
243         * WECollapsibleComponentContent.m: small code cleanups, fixed some
244           XHTML issues (v4.2.19)
245
246 2003-10-30  Thomas Schild  <ts@skyrix.com>
247
248         * WECollapsibleComponentContent.m: added client capabilities for
249           mozilla and netscape to generate javascript which adds the
250           hash part in requested url (v4.2.18)
251
252 Tue Oct 28 14:51:21 2003  Jan Reichmann  <jr@skyrix.com>
253
254         * WEEpozEditor.m: add license text (v4.2.17) 
255
256 2003-10-22  Helge Hess  <helge.hess@skyrix.com>
257
258         * WEEpozEditor.m: Epoz style and charset are configurable now
259           (v4.2.16)
260
261         * added WEEpozEditor, a dynamic element for triggering the Epoz DHTML
262           editor if it is installed in the system. The element behaves almost
263           exactly like WOText.
264           Note: of course you must have installed Epoz! In OGo Epoz is located
265           in ThirdParty/epoz and must be copied to your WebServerResources
266           (v4.2.15)
267
268 2003-10-15  Helge Hess  <helge.hess@skyrix.com>
269
270         * v4.2.14
271         
272         * GNUmakefile.preamble: added explicit library dependencies required
273           for OSX
274
275         * WETableMatrixContent.m: renamed superclass of WETableMatrixContent
276           to keep MacOSX gcc happy
277           
278         * common.h: removed dependency on FoundationExt
279
280 2003-09-09  Helge Hess  <helge.hess@skyrix.com>
281
282         * checked in the Linux generated .jsm files for easier compilation on
283           platforms which do not support "echo -n" in the default shell
284           (v4.2.13)
285
286 2003-09-04  Helge Hess  <helge.hess@skyrix.com>
287
288         * v4.2.12
289
290         * general: improved XHTML compatibility
291         
292         * general: major cleanups and performance improvements (less 
293           autoreleased objects, better int=>str mapping, ...)
294
295 2003-07-28  Helge Hess  <helge.hess@skyrix.com>
296
297         * applied rangeOfString patches provided by Filip Van Raemdonck for 
298           improved compilation with gstep-base (v4.2.11)
299         
300         * applied GNUstep patches provided by Filip Van Raemdonck for improved
301           compilation with gstep-base (v4.2.10)
302
303 2003-06-30  Helge Hess  <helge.hess@skyrix.com>
304
305         * generate lowercase tags, cleanups, fixed some gcc 3.3 warnings
306           (v4.2.9)
307
308         * moved to skyrix-sope-42 (v4.2.8)
309
310 Fri May  9 15:03:48 2003  Martin Hoerning  <mh@skyrix.com>
311
312         * v4.1.7
313         
314         * WEWeekOverview.m, WEWeekColumView.m: added support for 
315           allday-appointments (info items) (bug 1580)
316
317 Mon Mar  3 16:29:28 2003  Jan Reichmann  <jan@skyrix.com>
318
319         * WETreeView.m: fixed warnings(v4.1.6)
320
321 Fri Feb 28 18:26:23 2003  Jan Reichmann  <jan@skyrix.com>
322
323         * WETreeView.m: replace Assertion with Warning (MAX_TREE_DEPTH)(v4.1.5)
324
325 Mon Feb 24 14:47:18 2003  Martin Hoerning  <mh@skyrix.com>
326
327         * WETableMatrix.m(invokeActionForRequest): added WARNING (v4.1.4) 
328                          (bug 1029)
329
330 Tue Feb  4 15:48:32 2003  Martin Hoerning  <mh@skyrix.com>
331
332         * v4.1.3
333         
334         * WETabView.m, WECollapsibleComponentContent.m, WETableCell.m,
335           WETableView.m: fixed tooltips (added 'title' to img and 
336           input type='image' tags) (bug 844)
337
338 Tue Dec 17 17:58:51 2002  Martin Hoerning  <mh@skyrix.com>
339
340         * WETableView.m: added WETableView_hideBlindNavigation default, 
341           default value is NO, (bug 791) (v.4.1.2)
342
343 2002-12-08  Helge Hess  <helge.hess@skyrix.com>
344
345         * GNUmakefile: fixed linking
346
347 2002-12-06  Helge Hess  <helge.hess@skyrix.com>
348
349         * GNUmakefile: fixed SOVERSION (major/minor)
350
351 2002-12-02  Helge Hess  <helge.hess@skyrix.com>
352         
353         * moved to Skyrix41e/WebUI/WEExtensions (v4.1.1)
354         
355 Fri Nov 29 18:09:05 2002  Martin Hoerning  <mh@skyrix.com>
356
357         * WETableView.m: added </td> tag in form mode in footer row (bug 731)
358
359 Thu Jul 18 16:27:13 2002  Bjoern Stierand  <bjoern@skyrix.com>
360
361         * WETableData.m: fixed font tags in simple-table-cells (bug 498)
362
363 Wed May 15 15:00:06 2002  Martin Hoerning  <mh@skyrix.com>
364
365         * JSClipboard.m: added to exit on -isMacBrowser
366
367 Sun May  5 14:42:22 2002  Helge Hess  <helge.hess@skyrix.com>
368
369         * moved to NGObjWeb
370
371 Mon Jan  7 18:19:23 2002  Helge Hess  <helge.hess@skyrix.com>
372
373         * WExExtElemBuilder.m: added mappings for tabs
374
375 Mon Jan  7 17:01:34 2002  Helge Hess  <helge.hess@skyrix.com>
376
377         * added WEExtensions bundle
378
379 Mon Dec 17 16:59:57 2001  Helge Hess  <helge.hess@skyrix.com>
380
381         * moved WEClientCapabilities to NGObjWeb
382
383 Wed Dec  5 13:09:54 2001  Helge Hess  <helge.hess@skyrix.com>
384
385         * WEDropContainer.m: now processes extra attributes on it's own ...
386
387 Tue Dec  4 12:17:26 2001  Martin Spindler  <spindler@mdlink.de>
388
389         * WEClientCapabilities.m -doesSupportDHTMLDragAndDrop 
390           (only for MS Windows systems)
391
392 Thu Nov 22 16:58:32 2001  Martin Spindler  <spindler@mdlink.de>
393
394         * WETableView.m: show navigation in footer
395
396 Tue Nov 20 17:24:58 2001  Martin Hoerning  <mh@skyrix.com>
397
398         * WEWeekOverview.m: added headerRows/footerRows
399
400 Tue Nov 13 10:06:42 2001  Helge Hess  <helge.hess@skyrix.com>
401
402         * WEClientCapabilities.m: added user-agent string of 
403           MacOSX 10.1.1 DAV filesystem
404
405 Thu Nov  8 16:38:19 2001  Martin Spindler  <spindler@mdlink.de>
406
407         * WETabView.m: support of td background onclicks
408
409 Wed Oct 24 15:00:04 2001  Helge Hess  <helge.hess@skyrix.com>
410
411         * WEClientCapabilities.m: recognize Dillo web browser
412
413 Wed Oct 17 11:02:32 2001  Helge Hess  <helge.hess@skyrix.com>
414
415         * WEMonthOverview.m: fixed bug, currentday set too late
416
417 Fri Oct  5 11:05:38 2001  Martin Hoerning  <mh@skyrix.com>
418
419         * WERichString.m: fixed insertBR
420
421 Thu Oct  4 17:50:41 2001  Martin Spindler  <spindler@mdlink.de>
422
423         * WERichString.m: added insertBR association
424
425 Mon Oct  1 19:53:07 2001  Martin Spindler  <spindler@mdlink.de>
426
427         * WESwitch: fixed -takeValuesFromRequest:...
428
429 Wed Sep  5 12:05:47 2001  Sascha Schimke  <sascha@skyrix.com>
430
431         * WEWeekColumView.m, WEWeekOverview.m: fixed appointment filtering
432
433 Tue Aug 28 17:35:31 2001  Martin Spindler  <spindler@mdlink.de>
434
435         * WETabView.m: disable javascript
436
437 Fri Aug 17 14:13:13 2001  Helge Hess  <helge.hess@skyrix.com>
438
439         * WETabView.m: fixed bug, added color as font-size ...
440
441 Tue Aug 14 14:35:26 2001  Martin Spindler  <spindler@mdlink.de>
442
443         * WETabView.m set fontstyle of active label to bold
444
445 Mon Aug  6 14:08:23 2001  Martin Spindler  <spindler@mdlink.de>
446
447         * WECalendarField.m: support of name association(used by DirectActions)
448
449 Fri Aug  3 12:52:06 2001  Martin Spindler  <spindler@mdlink.de>
450
451         * WECalendarField.m: support of NSCalendarDate association ('date') 
452
453 Thu Aug  2 22:27:39 2001  Helge Hess  <helge.hess@skyrix.com>
454
455         * WEClientCapabilities.m: added some new DAV client user-agents
456
457 Tue Jul 24 20:55:51 2001  Helge Hess  <helge.hess@skyrix.com>
458
459         * WEClientCapabilities.m: added -isDAVClient, DAVFS recognized as 
460           client
461
462 Tue Jul 24 19:37:59 2001  Martin Spindler  <spindler@mdlink.de>
463
464         * WETableView.[h|m]: added showGroupTitle instance variable
465
466 Wed Jun 20 16:23:45 2001  Martin Spindler  <spindler@mdlink.de>
467
468         * WETabView.m: added font associations
469
470 Thu Jun  7 12:23:55 2001  Helge Hess  <helge.hess@skyrix.com>
471
472         * WEDropContainer.m: fixed bug: drop tag was not properly closed !!
473
474 Wed Jun  6 14:28:37 2001  Helge Hess  <helge.hess@skyrix.com>
475
476         * WEDropContainer.m: fixed bug: element was generated on any browser
477
478 Thu May 31 17:47:29 2001  Helge Hess  <helge.hess@skyrix.com>
479
480         * WETabView.m: used double-quotes for href attributes
481
482 Tue May 29 16:21:37 2001  Martin Spindler  <spindler@mdlink.de>
483
484         * WETableData.m: valign is set to 'TOP' by default
485
486 Tue May 22 15:39:48 2001  Martin Spindler  <spindler@mdlink.de>
487
488         * WETableView.m,WETableData.m: WETableView_DataMode wasn't set correct
489                                        in takeValuesFromRequest:inContext:
490
491 Tue May 15 16:10:07 2001  Martin Spindler  <spindler@mdlink.de>
492
493         * WETabView.m: isJavaScriptEnabled didn't work (fixed)
494         
495 Sun May  6 16:45:44 2001  Martin Spindler  <spindler@mdlink.de>
496
497         * WEWeekOverview.m: dayIndex of sat and sun was wrong (only title)
498
499         * WETableView.m: currentBatch was wrong (takeValuesFromRequest:...)
500
501 Tue May  1 19:02:12 2001  Martin Spindler  <spindler@mdlink.de>
502
503         * WETableView.m: format of assert was wrong
504
505 Mon Apr 30 20:56:12 2001  Martin Spindler  <spindler@mdlink.de>
506
507         * WEWeekOverview: added 'border', 'width', 'cellpadding' and
508                           'cellspacing' associations
509
510 Mon Apr 23 12:30:13 2001  Helge Hess  <helge.hess@skyrix.com>
511
512         * WETabItem.m: break up huge -appendToResponse:inContext:
513
514 Sat Apr 21 21:29:38 2001  Helge Hess  <helge.hess@skyrix.com>
515
516         * WETabView.m: body-active-keys handled by view instead of item
517
518         * WETabView.m: break up huge -appendToResponse:inContext:
519
520 Sat Apr 21 19:58:34 2001  Helge Hess  <helge.hess@skyrix.com>
521
522         * split up WETabView.m file
523
524 Mon Apr  9 18:08:34 2001  Martin Spindler  <spindler@mdlink.de>
525
526         * WETableView: don't throw exception if no table-content is set
527
528 Wed Apr  4 15:28:33 2001  Martin Spindler  <spindler@mdlink.de>
529
530         * WEWeekOverview.m: fixed bug in -_calcMatrixInContext:
531
532         * WEWeekOverview.m: fixed bug in -_calcMatrixInContext:
533
534 Thu Mar 29 14:55:39 2001  Martin Spindler  <spindler@mdlink.de>
535
536         * WETableView.m added 'cellspacing', 'cellpadding', 'border'
537
538         * WETableData.m use font attributes for 'string'
539
540 Wed Mar 28 16:18:24 2001  Martin Spindler  <spindler@mdlink.de>
541
542         * WETableData.m: added 'action' and fixed formatter bug
543
544 Thu Mar  1 10:38:33 2001  Joerg Grimm  <joerg@trex2>
545
546         * WECollapsibleComponentContent.m: set anchor only in IE
547
548 Wed Feb 28 14:30:45 2001  Helge Hess  <helge.hess@mdlink.de>
549
550         * WEClientCapabilities.m ([JSClientCapabilityDetector -initWithName:associations:template:]):
551           fixed bug (segfault if no user-agent was set in the request)
552
553 Tue Feb 27 18:15:25 2001  Joerg Grimm  <joerg@trex2>
554
555         * WEWeekColumnView.m: fixed wrong idx2 in _calcMatrixInContext
556
557 Mon Feb 12 20:36:37 2001  Martin Spindler  <spindler@mdlink.de>
558
559         * WETableView+Grouping.m: added grouping behaviour
560
561 Tue Feb  6 16:17:09 2001  Martin Spindler  <spindler@mdlink.de>
562
563         * WEWeekOverview.m: contentColor wasn't correct
564
565 Fri Feb  2 16:17:59 2001  Martin Spindler  <spindler@mdlink.de>
566
567         * WEWeekOverview.m: fixed some problems with takeValuesFromRequest
568
569 Wed Jan 31 17:31:31 2001  Martin Spindler  <spindler@mdlink.de>
570
571         * WETableView.m: added resizeButtons for autoScollHeight
572
573 Tue Jan 30 10:44:37 2001  Helge Hess  <helge.hess@mdlink.de>
574
575         * WEClientCapabilities.m: added support for Links browser
576
577 Fri Jan 26 19:55:25 2001  Helge Hess  <helge.hess@mdlink.de>
578
579         * WETableView.m: changed semantics of autoscroll binding
580
581 Thu Jan 25 18:20:45 2001  Martin Spindler  <spindler@mdlink.de>
582
583         * WETreeView.m: added assert (MAX_TREE_DEPTH -> 10)
584
585         * WETableView: added resizeBatchButtons
586
587         * WETreeView.m: bug fixed (no header was rendered if list.count ==0)
588
589 Wed Jan 24 18:10:07 2001  Martin Spindler  <spindler@mdlink.de>
590
591         * WEDragContainer.m allow DnD in forms
592
593         * WETableView.m takeValuesFromRequest: fixed bug
594
595         * WERichString.m added template and 'condition' binding
596
597         * WEWeekColumnView.m: fixed filtering of appointments with several days
598
599 Tue Jan 23 17:28:28 2001  Martin Spindler  <spindler@mdlink.de>
600
601         * WEDropContainer.m: can attach behaviour to parent element
602
603 Thu Jan 18 17:14:21 2001  Martin Spindler  <spindler@mdlink.de>
604
605         * WERichString.m: added
606
607         * WETabView.m: fixed javaScript
608
609         * WECalendarField.m: added
610
611         * WETimeField.m, WEDateField.m: merged into WECalendarField
612
613         * WEWeekOverview.m: default of self->weekStart was wrong
614
615         * WEWeekOverview.m: dito
616
617 Wed Jan 17 15:18:02 2001  Martin Spindler  <spindler@mdlink.de>
618
619         * WETabView.m: improved background img tabs
620
621         * clean up: removed some warnings
622
623 Tue Jan 16 13:01:27 2001  Martin Spindler  <spindler@mdlink.de>
624
625         * WETreeView.m: -invokeAction...: headers couldn't call actions
626
627 Mon Jan 15 18:19:34 2001  Martin Spindler  <spindler@mdlink.de>
628
629         * WETabView: added asBackground mode
630
631 Tue Jan  9 19:00:58 2001  Martin Spindler  <spindler@mdlink.de>
632
633         * WECollapsibleComponentContent.m: 
634           submitAction can jump to the fragment Identifier
635
636 Mon Jan  8 13:04:18 2001  Helge Hess  <helge.hess@mdlink.de>
637
638         * fixed compilation
639
640 Fri Jan  5 16:57:53 2001  Martin Spindler  <spindler@mdlink.de>
641
642         * WEWeekOverview.m: renders own title only if necessary
643
644         * WEContextKey.m fixed retain bug
645
646 Thu Jan  4 20:40:25 2001  Martin Spindler  <spindler@mdlink.de>
647
648         * WEContextConditional.m: added 'didMatch' binding
649
650         * WEWeekColumnView.m: renders an own title if necessary
651
652 Tue Jan  2 14:52:23 2001  Martin Spindler  <spindler@mdlink.de>
653
654         * WETableView.m
655           (_applyIdentifier):  - replaced 'self->list' by 'self->allObjects'
656           (_appendNavigation): - show navigation buttons only if neccessary
657
658 Tue Jan  2 12:13:15 2001  Helge Hess  <helge.hess@mdlink.de>
659
660         * WETableView.m: check whether 'list' is settable before applying a
661           value
662
663 Wed Dec 20 19:48:54 2000  Martin Spindler  <spindler@mdlink.de>
664
665         * WETableView.m: added binding 'selection'
666
667 Tue Dec 19 21:19:25 2000  Martin Spindler  <spindler@mdlink.de>
668
669         * WECollapsibleComponentContent.m: is collapsible on clientSide now
670
671         * WETreeView.m repaired 'showItem' bug
672
673         * WETreeView.m added binding 'showItem'
674
675         * WETreeView.m currentPath wasn't updated properly
676
677 Tue Dec 19 02:16:49 2000  Helge Hess  <helge.hess@mdlink.de>
678
679         * WETableData.m: added cluster & formatting
680
681         * WETableView.m: fixed bug with YesNumber, NoNumber (was completly
682           broken [static's were not initializaed, NoNumber was not retained)
683
684         * WETableView.m: moved WETableData, WETableCell to separate files
685
686         * WETableView.m: added 'string' binding to WETableCell, made tags
687           lowercase (xhtml compatibility)
688
689 Fri Dec 15 18:35:46 2000  Martin Spindler  <spindler@mdlink.de>
690
691         * WETreeView.m: reorganized matrix (created _WETreeMatrixElement)
692                         render no table if slow table browser
693
694         * WETimeField.m, WEDateField.m: added
695
696         * WETableView.m: browser check -> few tables if required
697
698 Tue Dec 12 22:09:11 2000  Martin Spindler  <spindler@mdlink.de>
699
700         * WETreeView.m: added association 'currentPath'
701
702 Fri Dec  8 11:56:56 2000  Helge Hess  <helge.hess@mdlink.de>
703
704         * WEClientCapabilities.m: added detection of Konqueror
705
706 Thu Dec  7 11:46:14 2000  Helge Hess  <helge.hess@mdlink.de>
707
708         * cleanups, added WEWeekColumnView
709
710 Mon Nov 27 19:18:14 2000  Martin Spindler  <spindler@mdlink.de>
711
712         * WESwitch.m: added 'keys' attribute to WECase
713                       added WEDefaultCase
714
715         * WESwitch.m: repaired default mode bug
716
717         * WETreeView.m: added 'isItemLeaf' binding
718
719 Thu Nov 23 14:00:58 2000  Martin Spindler  <spindler@mdlink.de>
720
721         * WEMonthOverview.m: changed matrix into a list of NSMutableArray's 
722
723         * WEWeekOverview.m: changed matrix into a list of NSMutableArray's
724
725 Wed Nov 22 16:39:00 2000  Martin Spindler  <spindler@mdlink.de>
726
727         * WETableMatrix*[h.m]: added
728
729 Mon Nov 20 12:22:18 2000  Helge Hess  <helge.hess@mdlink.de>
730
731         * WETableView.m: check 'autoScroll' association
732
733 Sat Nov 18 20:03:29 2000  Helge Hess  <helge.hess@mdlink.de>
734
735         * added WEClientCapabilities class
736
737 Wed Nov 15 15:37:35 2000  Martin Spindler  <spindler@mdlink.de>
738
739         * WEComponentValue.m: added
740
741 Thu Nov  9 18:57:13 2000  Martin Spindler  <spindler@mdlink.de>
742
743         * WETableView: added 'identifier' association
744
745 Wed Nov  1 18:46:58 2000  Martin Spindler  <spindler@mdlink.de>
746
747         * WEPageView.m: added
748
749         * WEContextKey.m: added
750
751 Mon Oct 30 15:54:02 2000  Martin Spindler  <spindler@mdlink.de>
752
753         * WECollapsibleComponentContent.m: added 'action'
754                                            added 'fragmentIdentifier'
755
756 Fri Oct 27 12:49:43 2000  Martin Spindler  <spindler@mdlink.de>
757
758         * WECollapsibleComponentContent.m: added association 'condition'
759
760 Fri Oct 20 18:31:59 2000  Martin Spindler  <spindler@mdlink.de>
761
762         * WESwitch.m: added 'default' association in WECase
763
764         * WETableView.m: fixed sorting bug
765
766 Wed Oct 18 15:42:53 2000  Martin Spindler  <spindler@mdlink.de>
767
768         * WETabView.m: added
769
770 Tue Oct 17 09:54:52 2000  Martin Spindler  <spindler@mdlink.de>
771
772         * WESwitch.m: added
773
774 Mon Oct 16 15:18:50 2000  Martin Spindler  <spindler@mdlink.de>
775
776         * WETableView.m: changed association lastItem  into previousItem
777                          changed association lastIndex into previousIndex
778
779         * WETableView.m: only the sorted column can be grouped
780
781 Thu Oct 12 17:30:50 2000  Martin Spindler  <spindler@mdlink.de>
782
783         * WETableView.m: fixed isGroup bug
784
785 Mon Oct  9 18:45:48 2000  Martin Spindler  <spindler@mdlink.de>
786
787         * WETreeView.m: added association 'string' and 'extraAttributes'
788
789         * WETableView.m: changed visibility of navigation icons
790
791         * WETreeView.m, WEBrowser.m: added
792
793 Thu Sep 28 13:24:37 2000  Helge Hess  <helge.hess@mdlink.de>
794
795         * created WEExtensions