2005-03-23 Helge Hess * WOCollapsibleComponentContent.m: fixed elements for XHTML, some fix to submit button handling (v4.4.21) 2005-03-14 Helge Hess * WODictionaryRepetition.m: removed warning for keys which cannot be escaped (because it only matters for request handling, not for response generation) (v4.4.20) 2004-09-21 Marcus Mueller * WOExtensions.xcode: fixed dependencies 2004-08-30 Marcus Mueller * WOExtensions.xcode: new Xcode project 2004-08-29 Helge Hess * added hack to install the project in FHS locations - the library, its headers, the tools and the resources will be installed in FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local) (v4.3.19) 2004-08-24 Helge Hess * install bundle in Library/WOxElemBuilders-4.3/ (v4.3.18) * v4.3.17 * added a bundle manager class (WOExtensionsBuilderModule) * install (elem builder) bundle in Library/WOxElemBuilders/4.3/ * added a GNUmakefile.postamble 2004-08-20 Helge Hess * fixed for SOPE 4.3 directory layout (v4.3.16) * moved to SOPE 4.3 (v4.3.15) 2004-06-10 Helge Hess * v4.2.14 * GNUmakefile.preamble: added prebinding * JSModalWindow.m: improved XHTML compatibility * JSTextFlyover.m, JSValidatedField.m, WOCheckBoxMatrix.m: minor cleanups 2004-06-09 Helge Hess * common.h: added typecast to avoid gcc 3.4 warning (v4.2.13) * v4.2.12 * JSAlertPanel.m: minor code cleanups, improved XHTML compatibility * GNUmakefile.preamble: fixed relative search pathes 2004-06-02 Marcus Mueller * GNUmakefile: more support for building with GNUSTEP_BUILD_DIR env variable set (v4.2.11) 2004-05-05 Marcus Mueller * GNUmakefile.preamble: added support for building with GNUSTEP_BUILD_DIR environment variable set for recent gnustep-make package. (v4.2.10) 2004-03-31 Helge Hess * v4.2.9 * WOxExtElemBuilder.m: do not process (now handled by WExExtElemBuilder) * added new WORedirect implementation as a subclass of WOComponent, added WORedirect header file * added WOExtensions.h header file * moved WORedirect dynamic element to WEExtensions as WERedirect 2003-12-12 Helge Hess * JSConfirmPanel.m: sourcecode cleanups, fixed with regards to XHTML generation (v4.2.8) 2003-11-30 Helge Hess * GNUmakefile: include makefiles from GNUSTEP_MAKEFILES (as suggested by chunsj@embian.com (v4.2.7) 2003-10-15 Helge Hess * v4.2.6 * GNUmakefile.preamble: added explicit library dependencies as required by MacOSX * common.h: made independend from FoundationExt 2003-09-09 Helge Hess * removed js2m.sh, not required in WOExtensions 2003-09-04 Helge Hess * various: smaller cleanups and performance improvements (v4.2.5) 2003-07-28 Helge Hess * applied rangeOfString patches provided by Filip Van Raemdonck for improved compilation with gstep-base (v4.2.4) 2003-06-30 Helge Hess * some cleanups, generate lowercase HTML tags, fixed some signed/unsigned gcc warnings (v4.2.3) * moved to skyrix-sope-42 (v4.2.2) 2002-12-08 Helge Hess * GNUmakefile: fixed linking 2002-12-06 Helge Hess * GNUmakefile: fixed SOVERSION (major/minor) 2002-12-02 Helge Hess * moved to Skyrix41e/WebUI/WOExtensions (v4.1.1) 2002-06-10 Helge Hess * WOTabPanel.m: use -isEqual: to find the selected tab instead of object identity since tabkeys which where passed thru a bridge (eg JavaScript engine) usually don't preserve identity of base types Wed Feb 27 13:39:08 2002 Helge Hess * WODictionaryRepetition.m: remove warning for immutable dicts Wed Jan 9 17:07:10 2002 Helge Hess * WOxExtElemBuilder.m: all WOExtensions tags supported now Mon Jan 7 17:37:39 2002 Helge Hess * added WOExtensions bundle Fri Jun 15 14:42:12 2001 Martin Spindler * JSConfirmPanel.m: added 'showPanel' association Tue Apr 17 13:37:56 2001 Martin Spindler * WOTable.m: upper limit of 'maxColumns' is count of 'list' Tue Apr 10 16:03:10 2001 Martin Spindler * WOTable.m: added WOTableHeader and WOTableContent Fri Apr 6 20:23:06 2001 Martin Spindler * WOTable.m: added hasOwnTDs association * JSValidatedField.m: escape inputText Mon Jan 8 13:38:27 2001 Helge Hess * fixed compilation Thu Dec 7 14:16:53 2000 Martin Spindler * WOThresholdColoredNumber.m: renamed 'treshold' assoc. to 'thres...' * GNUmakefile: renamed Treshold.m into Threshold.m Thu Dec 7 12:15:39 2000 Helge Hess * cleanups, renamed WETresholdColoredNumber to WOThre... Thu Nov 23 14:42:11 2000 Martin Spindler * WOTable.m: generate TD WIDTH depending on maxColumns Fri Oct 27 19:13:30 2000 Martin Spindler * WOCheckBoxMatrix.m: added * WORadioButtonMatrix.m: added * WOCollapsibleComponentContent.m: added association 'condition' Tue Oct 17 11:25:44 2000 Martin Spindler * WOTabPanel.m: 'selectedTab' wasn't updated correctly * WOResponse+HtmlAdditions.[h|m]: removed * WODynamicElement+WOExtensions.[h|m]: removed * WOContextConditional.*: moved to WEExtensions/WEContextConditional.* * WOTableView.m: moved to WEExtensions/WETableView.m * WOTreeView.m: moved to WEExtensions/WETreeView.m * WOSwitch.m: moved to WEExtensions/WESwitch.m Fri Oct 6 15:25:28 2000 Helge Hess * JSImageFlyover.m: added direct-action bindings Tue Sep 19 14:03:10 2000 Martin Spindler * added WOSwitch, WOTable, WOContextConditional, WOTableView Fri Aug 4 18:26:22 2000 Helge Hess * added JS* components done by semkat Thu Jul 20 13:54:03 2000 Helge Hess * created WOExtensions directory