You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2012/06/04 12:16:32 UTC

svn propchange: r1345652 - svn:log

Author: adrianc
Revision: 1345652
Modified property: svn:log

Modified: svn:log at Mon Jun  4 10:16:32 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Jun  4 10:16:32 2012
@@ -1 +1,3 @@
-Overhauled a bunch of Mini-language elements.
+Overhauled Mini-language <find-by-primary-key>, <get-related>, <get-related-one>, <make-next-seq-id>, <make-value>, <order-value-list>, <refresh-value>, <remove-by-and>, <remove-list>, <remove-related>, <remove-value>, <sequence-id> elements. Also, consolidated NowDateToEnv.java and NowTimestampToEnv.java into Now.java.
+
+The overhaul includes: removing unnecessary object creation, make the class thread-safe, add syntax validation, and misc code cleanups.