Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2013-07-23 | 2.5 kB | |
Totals: 1 Item | 2.5 kB | 0 |
OpenXava 4.8 (2013-7-23) ------------------------ To start quickly with OpenXava follow the instructions on: http://www.openxava.org/quick-start To update your current OpenXava version follow the instructions on: http://openxava.wikispaces.com/migration_en New features: - In controllers.xml you can define 'subcontroller' that will show a drop-down button with nested actions. - The user can modify the column labels in 'My reports'. - The columns shown in 'My reports' use the labels instead of the property names. - Hidden columns in 'My reports', they can be used for filtering and ordering but are not shown in the report. - The default value for comparators in 'My reports' is '=' or 'starts with'. - Combos for @DescriptionsList references in 'My reports'. - Generate Excel action available from 'My reports' dialog. - Summation for columns allowed for 'My reports'. - Report file name for 'Generate PDF', 'Excel' and 'My reports' is the report title. - Booleans in list and collections are rendered with a green check sign. - On choosing a combo in list the filtering is executed automatically (it can be deactivated with filterOnChange=false). - Calendars are shown in filters for date types in list and collections. - Bulgarian translation of JavaScript calendar with UTF-8 character encoding. - New setLabel() method in Tab to change the column labels programmatically. - New CurrentMonthCalculator. - Export to excel (CSV) exports null as empty strings. - New MAC stereotype for MAC address. - New filter condition "Ends with" for list and collections. - New layout engine improved again, though it's not activated by default it's almost ready for production. - New refreshAfter property in SaveAction to not refreshing from database after saving. - Width ratio for collections depends on style, to better definition of custom styles. - CSS class frame renamed to ox-frame. - New CSS class ox-images-gallery to define the visual style of images gallery editor. Fixes: - Fix: reference.jsp left an open tag when using alternate renderer. - Fix: descriptionsEditor.jsp had a no terminated input tag. - Fix: Labels for qualified properties in 'My reports' PDFs do not match labels in screen list. - Fix: Connection leaks produced in the first page load. - Fix: Pressing ENTER in a view with a JavaScript calendar shows the calendar and does not execute the corresponding action. - Fix: Opening a dialog after adding or removing actions in list fails to show the controllers.