Skip to content

Releases: cpythoud/beanmaker

Version 0.9.15-beta

26 Oct 20:32
Compare
Choose a tag to compare
Version 0.9.15-beta Pre-release
Pre-release

Uploaded files can be distributed in subfolder buckets
Helper functions to manage DbBeanFile filenames
Bug fixes in CCTables

Version 0.9.14-beta

02 Jun 21:38
Compare
Choose a tag to compare
Version 0.9.14-beta Pre-release
Pre-release

Advanced search in cctable
Basic Code field support
Many adjustments to interfaces
Introduce Per Bean upgrade servlet
Introduce new XML configuration file generation facility
Many small adjustments (see commit list)

Version 0.9.13-beta

01 Apr 23:00
Compare
Choose a tag to compare
Version 0.9.13-beta Pre-release
Pre-release

Excel export from tables.
Create XML format to export bean configuration.
Add many utility functions and improve existing ones.
Many improvements and new features in HTML form generation.
Bug fixes.

Version 0.9.12-beta

15 Nov 22:10
Compare
Choose a tag to compare
Version 0.9.12-beta Pre-release
Pre-release

Implement file upload and management in forms.
Create interface to manipulate named beans.
Simplify management of beans in transactions.
Add variables to simplify overloading of forms.
Bug fixes.

Version 0.9.11-beta

09 Mar 17:57
Compare
Choose a tag to compare
Version 0.9.11-beta Pre-release
Pre-release

Allow element order in MasterTables to be changed via drag'n drop (jQuery UI required in the browser).
Allow element order in MasterTables to vary according to context (contexts can be arbitrarily defined).
Allow forms to require text inputs in a subset of available languages, instead of all of them or none. (Untested.)
Allow all beans to be easily updated in the context of a database transaction. It was possible before but it was too complicated.
Bug fixes.
Code to allow mixing file upload with standard forms will be included in 0.9.12.

Version 0.9.10-beta

29 Dec 01:37
Compare
Choose a tag to compare
Version 0.9.10-beta Pre-release
Pre-release

Major update with support for multilingual development

Version 0.9.9-beta

07 Sep 00:24
Compare
Choose a tag to compare
Version 0.9.9-beta Pre-release
Pre-release

Collect bug fixes and small changes.

Next version will integrate multilingual support.

Version 0.9.8-beta

16 Feb 02:38
Compare
Choose a tag to compare
Version 0.9.8-beta Pre-release
Pre-release
Security update: added possibility to mask the line id since this is …

…is composed from the bean id and it's not always appropriate to show that information. Protection codes can now be used instead of bean IDs. Since it makes sense sometimes to not show a line id, function getTrTag() without an argument is no longer deprecated.

Version 0.9.7 beta

23 Jul 01:54
Compare
Choose a tag to compare
Version 0.9.7 beta Pre-release
Pre-release
Added getHtmlFormTag to DbBeanHTMLViewInterface

Version 0.9.6 beta

17 Oct 19:36
Compare
Choose a tag to compare
Version 0.9.6 beta Pre-release
Pre-release
Added HtmlFormHelper.getHiddenInfo to easily insert hidden input tags…

… in forms. Function is public and can be overloaded if another mechanism is required.