NOTE: this is PRE-RELEASE SOFTWARE, use with caution and make BACKUPS before you start.
This version will be available shortly through auto update for users of versions later than 3.5 b2 (check via help menu -> check for new version)
Changes
[chg] added 3 pages to the webclients configuration in the admin page:
servoy.webclient.error.page,
servoy.webclient.pageexpired.page,
servoy.webclient.serverbusy.page
[chg] application.closeFormDialog returns boolean indicating success or failure (false when blocked by onHide script)
[chg] web client plugin api allows publishing of content to browser, see below
[chg] changed default i18n message table name and made name editable
[enh] support for 'label for' in browser
[fix] web client menu plugin Internet Explorer
[fix] web client tabpanel fixes for Firefox
[fix] null pointer fix in related valuelist
[fix] closeFormInDialog now clears history when closing the dialog
[fix] media upload page won't case page expired errors anymore
[fix] there now can be more columns in the select than there are PK columns via loadRecords
[fix] fixes for date fields in web client
[fix] onTabChange will no longer be called on first selection
[fix] order of events synchronised between smart client and web client
[fix] renamed the jars for the http tunnel, see below
[fix] fix for bgcolor in table view
[fix] all validators allow empty or null values
[fix] for replace table(s) and use of duplicate servers
[fix] pass correct form name in form copies
[fix] web client checkbox selection problems
[fix] borderType editor window too small to fit content after fresh install
[fix] web client read-only forms wouldn't allow users to enter search data
[fix] pdf plugin dropping lines / improved printing
[fix] checkboxes would not go back to readonly after search in smart client
[fix] added some missing Sybase libraries, making dbinit and dbstop work - will not be included in auto update, perform full install when needed
Auto update note
Users of the auto update system need to replace their servoy server launch scripts on the server.
Windows users using auto update on their servers:
If you use the servoy_server.bat script: save the new servoy_server.bat file in your servoy folder.
If you are running Servoy as a Windows service: save the new wrapper.conf file in your servoy/service folder.
Mac users using auto update on their servers:
See: Linux users using auto update on their servers
Linux users using auto update on their servers:
Save the new servoy_server.sh file in your servoy folder.
Next, make it executable by doing
- Code: Select all
cd <servoy directory>
chmod u+x servoy_server.sh
in a terminal, where <servoy directory> is the location of your Servoy installation.
Previous release
http://forum.servoy.com/viewtopic.php?t=8771