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