Openbiz 2.4 beta is released with following new features: (Thanks for the great efforts of Jixian Wang, Rocky, Agus Suhartono, octhu.)
- Theme support. You can create new custom theme under your_app/themes. Theme includes css, image and template files
- Shortcut key support. You can define shortcut key for command in Form
- Context menu support. You can define context menu for command in Form
- Tree structure. This is to allow user to manage data with tree structure
- User Input Validation enhanced. Big enhancement on server and client side validation and display
- Multi-language and message enhanced. You can define your own message files with multi-language support
- Cache support for view/form/dataobj. You can use cache service to cache results of view, form and data query.
- More security. You can use security service to filter more incoming requests
The latest zip file can be downloaded from https://sourceforge.net/projects/bigchef/files/
The Openbiz 2.4 manual (http://www.phpopenbiz.org/jim/manual_24) is updated as well with the new features.
Notes: the 2.4 beta baseapp
Notes: the 2.4 beta baseapp doesn't include css, images folder. They are moved under themes/. To make your old (themeless) application work on 2.4 beta, you can chhose ignoring theme. For application built on older version, it can keep the existing source structure where css, images, templates folders are under your_app/. In your app.inc, set define('USE_THEME', 0); Of course, it is suggested to upgrade your app to theme.
Please refer to the Theme chapter in Openbiz Configuration Guide.
- support