Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2013-04-02 | 2.0 kB | |
Totals: 1 Item | 2.0 kB | 0 |
OpenXava 4.7 (2013-4-2) ----------------------- 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: - ExtendedPrint.myReports stores all the generated reports, so the user can get them by name later. - WebSphere Portal 8 support including visual style integration. - WebSphere 8 support. - Liferay 6.1 support. - 30% performance improvement in automated module tests. - Action ExtendedPrint.customReport renamed to ExtendedPrint.myReports. - New smtpHostTrusted property in xava.properties to use email servers with expired certificates. - If a session object has a request property, the current request is injected before injecting the object into the action. - Date formatting optimized for French. - New protected method saveCollectionElement() in SaveElementInCollectionAction to refine behavior. - Shell scripts to start HSQLDB manager from command line. - Data in automatic PDF reports is formatted in the same way as in list. - New layout engine improved again, though it is still in BETA and deactivated by default. - User preferences support creating and removing subnodes (from Preferences Java API). Fixes: - Fix: web.xml is not Servlet 2.4 compatible, though OpenXava uses Servlet 2.4 since v3.1. - Fix: Sometimes columns customization for collections is not stored. - Fix: Report title is not shown for automatic PDF reports in some machines. - Fix: Many standard i18n messages do not show correctly apostrophes. - Fix: In custom reports filters gt_comparator is shown instead of > with Spanish. - Fix: @ManyToMany collections fail after removing one of the elements. - Fix: Selected rows are lost when you do a order by any property, a page change, etc. - Fix: When combining filter and order in custom report, filter is ignored. - Fix: Confirm message for actions associated to properties incorrect. - Fix: View.setModel() does not refresh collections.