Securing User Password - OFBIZ-4958 : A new security feature has been introduced. Protecting password by making it complex to avoid unauthorized guesses. User password has to be set in per-defined pattern, where administrator can set pattern definition as per company's password policies. Error messages localisation is a bit more involved...
Webtools Jobs list: the server hour shows now.
The YUI compressor has been removed, it was conflicting with Birt. When Birt will be moved in Apache Extras, we will put the YUI compressor back
Moved guiapp component inside specialpurpose/POS component
Enabled NOT-IN operator to performFind
New hideResultInLog service attribute
Added a .xmlcatalog.xml for XML catalogs
CatalinaContainer now respects <distributable/> nodes for web.xml files
Unifed admin port and key setting: single point of definition in start.properties
New ant target for downloading mysql driver
New ant task which uses YUICompressor to dynamically minify js and css files
Adds 1 to all ports, but jndi and rmi ports (see r1330778), in test container in order to be able to run concurrently an OFBiz instance and a test instance on the same machine.
New js and css compressableMimeTypes in ofbiz-container (Tomcat related)
New generic EMAIL_PASSWORD EmailTemplateSetting (used to send a new password at user request)
Allows build.xml in hot-deploy folder to build components in a specific order
SFA
Added Dependent Country State Drop Downs to SFA New Postal Address
SFA Postal Address now uses Country State Drop Downs
Ecommerce
Edit Contact Information now uses now Dependent drop-downs
Creation of new user now uses Dependent drop-downs
Project Mgr
Improved help screens
Facility
Edit Contact Information now uses Dependent drop-downs
Party
Party Manager Postal address now uses Dependent drop-downs
March 2012
Framework
More than 50% of labels have now a Vietnamese translation, more to come in next months
Integrated JSR-223. Now OFBiz services and events can be written in any JSR-223 compliant scripting language. OFBiz includes support for bsh, Groovy, and JavaScript.
A series of enhancements to enable the ability to implement services/events in Groovy (or other scripting languages) in a declarative style similar to Minilang