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