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