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