]> err.no Git - sope/blob - sope-appserver/WOExtensions/ChangeLog
Xcode fixes - sope-appserver will compile wrapper-style correctly now.
[sope] / sope-appserver / WOExtensions / ChangeLog
1 2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * WOExtensions.xcode: fixed dependencies
4
5 2004-08-30  Marcus Mueller  <znek@mulle-kybernetik.com>
6
7         * WOExtensions.xcode: new Xcode project
8
9 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
10
11         * added hack to install the project in FHS locations - the library,
12           its headers, the tools and the resources will be installed in
13           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
14           (v4.3.19)
15
16 2004-08-24  Helge Hess  <helge.hess@skyrix.com>
17
18         * install bundle in Library/WOxElemBuilders-4.3/ (v4.3.18)
19
20         * v4.3.17
21
22         * added a bundle manager class (WOExtensionsBuilderModule)
23
24         * install (elem builder) bundle in Library/WOxElemBuilders/4.3/
25
26         * added a GNUmakefile.postamble
27
28 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
29
30         * fixed for SOPE 4.3 directory layout (v4.3.16)
31
32         * moved to SOPE 4.3 (v4.3.15)
33
34 2004-06-10  Helge Hess  <helge.hess@opengroupware.org>
35
36         * v4.2.14
37
38         * GNUmakefile.preamble: added prebinding
39
40         * JSModalWindow.m: improved XHTML compatibility
41
42         * JSTextFlyover.m, JSValidatedField.m, WOCheckBoxMatrix.m: minor 
43           cleanups
44
45 2004-06-09  Helge Hess  <helge.hess@skyrix.com>
46
47         * common.h: added typecast to avoid gcc 3.4 warning (v4.2.13)
48
49         * v4.2.12
50
51         * JSAlertPanel.m: minor code cleanups, improved XHTML compatibility
52
53         * GNUmakefile.preamble: fixed relative search pathes
54
55 2004-06-02  Marcus Mueller  <znek@mulle-kybernetik.com>
56
57         * GNUmakefile: more support for building with GNUSTEP_BUILD_DIR
58           env variable set (v4.2.11)
59
60 2004-05-05  Marcus Mueller  <znek@mulle-kybernetik.com>  
61
62         * GNUmakefile.preamble: added support for building with
63           GNUSTEP_BUILD_DIR environment variable set for recent
64           gnustep-make package. (v4.2.10)
65
66 2004-03-31  Helge Hess  <helge.hess@skyrix.com>
67
68         * v4.2.9
69
70         * WOxExtElemBuilder.m: do not process <var:redirect/> (now handled
71           by WExExtElemBuilder)
72
73         * added new WORedirect implementation as a subclass of WOComponent,
74           added WORedirect header file
75
76         * added WOExtensions.h header file
77
78         * moved WORedirect dynamic element to WEExtensions as WERedirect
79
80 2003-12-12  Helge Hess  <helge.hess@skyrix.com>
81
82         * JSConfirmPanel.m: sourcecode cleanups, fixed with regards to
83           XHTML generation (v4.2.8)
84
85 2003-11-30  Helge Hess  <helge.hess@opengroupware.org>
86
87         * GNUmakefile: include makefiles from GNUSTEP_MAKEFILES (as suggested
88           by chunsj@embian.com (v4.2.7)
89
90 2003-10-15  Helge Hess  <helge@mac.in.skyrix.com.0.168.192.in-addr.arpa>
91
92         * v4.2.6
93
94         * GNUmakefile.preamble: added explicit library dependencies as
95           required by MacOSX
96
97         * common.h: made independend from FoundationExt
98
99 2003-09-09  Helge Hess  <helge.hess@skyrix.com>
100
101         * removed js2m.sh, not required in WOExtensions
102
103 2003-09-04  Helge Hess  <helge.hess@skyrix.com>
104
105         * various: smaller cleanups and performance improvements (v4.2.5)
106
107 2003-07-28  Helge Hess  <helge.hess@skyrix.com>
108
109         * applied rangeOfString patches provided by Filip Van Raemdonck for 
110           improved compilation with gstep-base (v4.2.4)
111
112 2003-06-30  Helge Hess  <helge.hess@skyrix.com>
113
114         * some cleanups, generate lowercase HTML tags, fixed some 
115           signed/unsigned gcc warnings (v4.2.3)
116
117         * moved to skyrix-sope-42 (v4.2.2)
118
119 2002-12-08  Helge Hess  <helge.hess@skyrix.com>
120
121         * GNUmakefile: fixed linking
122
123 2002-12-06  Helge Hess  <helge.hess@skyrix.com>
124
125         * GNUmakefile: fixed SOVERSION (major/minor)
126
127 2002-12-02  Helge Hess  <helge.hess@skyrix.com>
128         
129         * moved to Skyrix41e/WebUI/WOExtensions (v4.1.1)
130         
131 2002-06-10  Helge Hess  <helge.hess@skyrix.com>
132
133         * WOTabPanel.m: use -isEqual: to find the selected tab instead of
134           object identity since tabkeys which where passed thru a bridge
135           (eg JavaScript engine) usually don't preserve identity of base
136           types
137
138 Wed Feb 27 13:39:08 2002  Helge Hess  <helge.hess@skyrix.com>
139
140         * WODictionaryRepetition.m: remove warning for immutable dicts
141
142 Wed Jan  9 17:07:10 2002  Helge Hess  <helge.hess@skyrix.com>
143
144         * WOxExtElemBuilder.m: all WOExtensions tags supported now
145
146 Mon Jan  7 17:37:39 2002  Helge Hess  <helge.hess@skyrix.com>
147
148         * added WOExtensions bundle
149
150 Fri Jun 15 14:42:12 2001  Martin Spindler  <spindler@mdlink.de>
151
152         * JSConfirmPanel.m: added 'showPanel' association
153
154 Tue Apr 17 13:37:56 2001  Martin Spindler  <spindler@mdlink.de>
155
156         * WOTable.m: upper limit of 'maxColumns' is count of 'list'
157
158 Tue Apr 10 16:03:10 2001  Martin Spindler  <spindler@mdlink.de>
159
160         * WOTable.m: added WOTableHeader and WOTableContent
161
162 Fri Apr  6 20:23:06 2001  Martin Spindler  <spindler@mdlink.de>
163
164         * WOTable.m: added hasOwnTDs association
165
166         * JSValidatedField.m: escape inputText
167
168 Mon Jan  8 13:38:27 2001  Helge Hess  <helge.hess@mdlink.de>
169
170         * fixed compilation
171
172 Thu Dec  7 14:16:53 2000  Martin Spindler  <spindler@mdlink.de>
173
174         * WOThresholdColoredNumber.m: renamed 'treshold' assoc. to 'thres...'
175
176         * GNUmakefile: renamed Treshold.m into Threshold.m
177
178 Thu Dec  7 12:15:39 2000  Helge Hess  <helge.hess@mdlink.de>
179
180         * cleanups, renamed WETresholdColoredNumber to WOThre...
181
182 Thu Nov 23 14:42:11 2000  Martin Spindler  <spindler@mdlink.de>
183
184         * WOTable.m: generate TD WIDTH depending on maxColumns 
185
186 Fri Oct 27 19:13:30 2000  Martin Spindler  <spindler@mdlink.de>
187
188         * WOCheckBoxMatrix.m: added
189
190         * WORadioButtonMatrix.m: added
191
192         * WOCollapsibleComponentContent.m: added association 'condition'
193
194 Tue Oct 17 11:25:44 2000  Martin Spindler  <spindler@mdlink.de>
195
196         * WOTabPanel.m: 'selectedTab' wasn't updated correctly
197
198         * WOResponse+HtmlAdditions.[h|m]: removed
199
200         * WODynamicElement+WOExtensions.[h|m]: removed
201
202         * WOContextConditional.*: moved to WEExtensions/WEContextConditional.*
203
204         * WOTableView.m: moved to WEExtensions/WETableView.m
205
206         * WOTreeView.m: moved to WEExtensions/WETreeView.m
207
208         * WOSwitch.m: moved to WEExtensions/WESwitch.m
209
210 Fri Oct  6 15:25:28 2000  Helge Hess  <helge.hess@mdlink.de>
211
212         * JSImageFlyover.m: added direct-action bindings
213
214 Tue Sep 19 14:03:10 2000  Martin Spindler  <spindler@mdlink.de>
215
216         * added WOSwitch, WOTable, WOContextConditional, WOTableView
217
218 Fri Aug  4 18:26:22 2000  Helge Hess  <helge.hess@mdlink.de>
219
220         * added JS* components done by semkat
221
222 Thu Jul 20 13:54:03 2000  Helge Hess  <helge.hess@mdlink.de>
223
224         * created WOExtensions directory