We announce the immediate availability of Servoy 3.5 Beta 4
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 3.5 b3 users (check via help menu -> check for new version)
Changes
[new] 'Apply valuelist name as filter on column "valuelist_name"' option in Valuelist dialog, so that a single table can be used for multiple database valuelists (see below)
[new] foundset has a getRelationName() function which returns the relation name if the foundset object is a related foundset
[enh] DBTreeView bean handles incorrect data
[chg] set maxPermSize in server startup scripts
[chg] setting onSortCmd to 'none' will disallow users to sort - use 'default' for standard sort functionality
[chg] plugin classname resolving (only from main plugin dir)
[fix] fixed: controller.enabled = false would not disable links in HTML Areas
[fix] fix for failing print jobs
[fix] like searches shouldn't trim strings
[fix] made foundset.loadRecords method work on empty foundset
[fix] multideveloper locks solutions when repository dialog is open
[fix] close form in dialog fix
[fix] fix for empty updates
[fix] ignore security info on missing elements when doing clean import
[fix] fixed blank screen with custom login form
[fix] null pointer fix when searching through modules while there are no modules
[fix] disabled table responding to mouse clicks
Valuelist table
In the valuelist dialog, a checkbox was added to indicate the db valuelist has to be populated with specific table rows. This requires a table with extra column valuelist_name. The name of the valuelist will be used to filter on this valuelist_name column. The resulting records will be used to populate the valuelist.
Previous release
http://forum.servoy.com/viewtopic.php?t=8224