svn commit: r1535287 - in /ofbiz/trunk: applications/commonext/widget/ofbizsetup/ applications/content/servicedef/ applications/product/script/org/ofbiz/product/category/ applications/product/src/org/

2013-10-23 Thread hansbak
Author: hansbak Date: Thu Oct 24 06:42:34 2013 New Revision: 1535287 URL: http://svn.apache.org/r1535287 Log: revert of unwanted commit, sorry! Modified: ofbiz/trunk/applications/commonext/widget/ofbizsetup/SetupScreens.xml ofbiz/trunk/applications/content/servicedef/secas.xml ofbiz

svn commit: r1535286 - in /ofbiz/trunk: applications/commonext/widget/ofbizsetup/ applications/content/servicedef/ applications/product/script/org/ofbiz/product/category/ applications/product/src/org/

2013-10-23 Thread hansbak
Author: hansbak Date: Thu Oct 24 06:39:36 2013 New Revision: 1535286 URL: http://svn.apache.org/r1535286 Log: reorganizing of files Modified: ofbiz/trunk/applications/commonext/widget/ofbizsetup/SetupScreens.xml ofbiz/trunk/applications/content/servicedef/secas.xml ofbiz/trunk/applic

svn commit: r1535276 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/RequestHandler.java

2013-10-23 Thread adrianc
Author: adrianc Date: Thu Oct 24 04:47:12 2013 New Revision: 1535276 URL: http://svn.apache.org/r1535276 Log: Fixed a bug in RequestHandler.java that threw an exception when the servlet is mapped to /. Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/RequestHandler.java

svn commit: r1535271 - /ofbiz/trunk/framework/common/src/org/ofbiz/common/email/NotificationServices.java

2013-10-23 Thread adrianc
Author: adrianc Date: Thu Oct 24 02:47:39 2013 New Revision: 1535271 URL: http://svn.apache.org/r1535271 Log: Updated NotificationServices.java to use OfbizUrlBuilder. Modified: ofbiz/trunk/framework/common/src/org/ofbiz/common/email/NotificationServices.java Modified: ofbiz/trunk/framewor

svn commit: r1535270 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/ftl/OfbizUrlTransform.java

2013-10-23 Thread adrianc
Author: adrianc Date: Thu Oct 24 02:45:47 2013 New Revision: 1535270 URL: http://svn.apache.org/r1535270 Log: Simplified some code in OfbizUrlTransform.java. Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/ftl/OfbizUrlTransform.java Modified: ofbiz/trunk/framework/webapp/src/org

svn commit: r1535268 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/WebAppUtil.java

2013-10-23 Thread adrianc
Author: adrianc Date: Thu Oct 24 02:44:45 2013 New Revision: 1535268 URL: http://svn.apache.org/r1535268 Log: Added a helpful method to WebAppUtil.java. Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/WebAppUtil.java Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/Web

svn commit: r1535262 - /ofbiz/trunk/applications/product/src/org/ofbiz/product/category/OfbizCatalogAltUrlTransform.java

2013-10-23 Thread adrianc
Author: adrianc Date: Thu Oct 24 01:51:48 2013 New Revision: 1535262 URL: http://svn.apache.org/r1535262 Log: Updated OfbizCatalogAltUrlTransform.java to use the new OFBiz URL builder. Modified: ofbiz/trunk/applications/product/src/org/ofbiz/product/category/OfbizCatalogAltUrlTransform.java

svn commit: r1535261 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/RequestHandler.java

2013-10-23 Thread adrianc
Author: adrianc Date: Thu Oct 24 01:48:22 2013 New Revision: 1535261 URL: http://svn.apache.org/r1535261 Log: Deprecated a method in RequestHandler.java that should not be used. Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/RequestHandler.java Modified: ofbiz/trunk/fr

svn commit: r1535260 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/OfbizUrlBuilder.java

2013-10-23 Thread adrianc
Author: adrianc Date: Thu Oct 24 01:46:56 2013 New Revision: 1535260 URL: http://svn.apache.org/r1535260 Log: Eliminated a logged warning in OfbizUrlBuilder - the request-map might not exist because of the various URL rewriting schemes in OFBiz. Modified: ofbiz/trunk/framework/webapp/src/org

svn commit: r1535246 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/ftl/OfbizUrlTransform.java

2013-10-23 Thread adrianc
Author: adrianc Date: Thu Oct 24 00:45:51 2013 New Revision: 1535246 URL: http://svn.apache.org/r1535246 Log: Code cleanup and JavaDocs in OfbizUrlTransform.java. If a web site ID is specified, the transform does not require a HttpServletRequest object - so the transform will work in scheduled s

svn commit: r1535245 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/template/FreeMarkerWorker.java

2013-10-23 Thread adrianc
Author: adrianc Date: Thu Oct 24 00:42:12 2013 New Revision: 1535245 URL: http://svn.apache.org/r1535245 Log: Use parameterized return type in FreeMarkerWorker.unwrap method. Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/template/FreeMarkerWorker.java Modified: ofbiz/trunk/f

svn commit: r1535171 [4/4] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/product/ applications/product/config/ applications/product/dtd/ applications/product/src/org/

2013-10-23 Thread jleroux
Added: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/product/src/org/ofbiz/product/category/ftl/UrlRegexpTransform.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/product/src/org/ofbiz/product/category/ftl/UrlReg

svn commit: r1535164 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/ftl/OfbizUrlTransform.java

2013-10-23 Thread adrianc
Author: adrianc Date: Wed Oct 23 20:40:39 2013 New Revision: 1535164 URL: http://svn.apache.org/r1535164 Log: Formatted OfbizUrlTransform.java - no functional change. Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/ftl/OfbizUrlTransform.java Modified: ofbiz/trunk/framework/webap

svn commit: r1535131 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/OfbizUrlBuilder.java

2013-10-23 Thread adrianc
Author: adrianc Date: Wed Oct 23 19:40:05 2013 New Revision: 1535131 URL: http://svn.apache.org/r1535131 Log: Some JavaDoc fixups - no functional change. Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/OfbizUrlBuilder.java Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/weba

svn commit: r1535129 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/RequestHandler.java

2013-10-23 Thread adrianc
Author: adrianc Date: Wed Oct 23 19:35:17 2013 New Revision: 1535129 URL: http://svn.apache.org/r1535129 Log: The RequestHandler.makeLink method uses the new URL generation classes. I tried to preserve the complicated boolean logic in the replaced block of code, but if I got something wrong, jus

svn commit: r1535128 - /ofbiz/trunk/framework/webapp/build.xml

2013-10-23 Thread adrianc
Author: adrianc Date: Wed Oct 23 19:32:47 2013 New Revision: 1535128 URL: http://svn.apache.org/r1535128 Log: Oops, missed a file in my previous commit. Modified: ofbiz/trunk/framework/webapp/build.xml Modified: ofbiz/trunk/framework/webapp/build.xml URL: http://svn.apache.org/viewvc/ofbiz/

svn commit: r1535127 - /ofbiz/trunk/themes/flatgrey/includes/appbar.ftl

2013-10-23 Thread adrianc
Author: adrianc Date: Wed Oct 23 19:31:52 2013 New Revision: 1535127 URL: http://svn.apache.org/r1535127 Log: Use the new URL generation classes to replace the hard-coded servlet path in the Flat Grey visual theme. Modified: ofbiz/trunk/themes/flatgrey/includes/appbar.ftl Modified: ofbiz/tr

svn commit: r1535126 - in /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp: OfbizUrlBuilder.java WebAppUtil.java control/ConfigXMLReader.java

2013-10-23 Thread adrianc
Author: adrianc Date: Wed Oct 23 19:29:47 2013 New Revision: 1535126 URL: http://svn.apache.org/r1535126 Log: Added a new classes to simplify OFBiz URL generation and eliminate redundant code. Added: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/OfbizUrlBuilder.java (with props) o

svn commit: r1534989 - in /ofbiz/trunk: .classpath framework/webapp/src/org/ofbiz/webapp/control/ControlServlet.java

2013-10-23 Thread jleroux
Author: jleroux Date: Wed Oct 23 11:28:31 2013 New Revision: 1534989 URL: http://svn.apache.org/r1534989 Log: An enhanced patch from Shi Jinghai <> https://issues.apache.org/jira/browse/OFBIZ-5369 While editing some java files with "request.getSession().getServletContext().getContextPath()" in