[jira] Created: (OFBIZ-4014) i18n from DateTime display fields

2010-11-09 Thread Sascha Rodekamp (JIRA)
i18n from DateTime display fields -- Key: OFBIZ-4014 URL: https://issues.apache.org/jira/browse/OFBIZ-4014 Project: OFBiz Issue Type: Improvement Components: framework Affects Versions: SVN

[jira] Commented: (OFBIZ-4014) i18n from DateTime display fields

2010-11-09 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930087#action_12930087 ] Jacques Le Roux commented on OFBIZ-4014: Hi Sascha, There is an overlap with

[jira] Commented: (OFBIZ-4014) i18n from DateTime display fields

2010-11-09 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930106#action_12930106 ] Sascha Rodekamp commented on OFBIZ-4014: Hm yes Nicolas try to achieve the same

[jira] Commented: (OFBIZ-3988) Redirect from Http to Https causes double service call

2010-11-09 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930151#action_12930151 ] Sascha Rodekamp commented on OFBIZ-3988: Hi Jacques, here is a example on the DEMO

Re: svn commit: r1032896 - in /ofbiz/trunk/framework: catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java webapp/src/org/ofbiz/webapp/control/ContextFilter.java webapp/src/org/ofbiz/webap

2010-11-09 Thread Scott Gray
On 9/11/2010, at 10:14 PM, hans...@apache.org wrote: Author: hansbak Date: Tue Nov 9 09:14:33 2010 New Revision: 1032896 URL: http://svn.apache.org/viewvc?rev=1032896view=rev Log: removing the tenant servlet because that gave a problem with the root mountpoint defined twice in systems

Re: svn commit: r1032896 - in /ofbiz/trunk/framework: catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java webapp/src/org/ofbiz/webapp/control/ContextFilter.java webapp/src/org/ofbiz/webap

2010-11-09 Thread Chatree Srichart
Hi Scott Gray, May I ask you some suggestion? Is there anyway to handle the root mount point when an user enter only domain name in a web browser. The purpose of this code is I need to handle the first URI after an user enter only domain name on a web browser and redirect to the initial path that

Re: svn commit: r1032896 - in /ofbiz/trunk/framework: catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java webapp/src/org/ofbiz/webapp/control/ContextFilter.java webapp/src/org/ofbiz/webap

2010-11-09 Thread Scott Gray
It's difficult to say what the best solution is without understanding the problem your trying to solve with this initialPath field. It seems like using the index.jsp to push the user in the right direction would be the most flexible option. That's what happens at the moment e.g.

Re: svn commit: r1032896 - in /ofbiz/trunk/framework: catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java webapp/src/org/ofbiz/webapp/control/ContextFilter.java webapp/src/org/ofbiz/webap

2010-11-09 Thread Chatree Srichart
Hi Scott Gray, I found this solution: Index: framework/webapp/src/org/ofbiz/webapp/control/ContextFilter.java === --- framework/webapp/src/org/ofbiz/webapp/control/ContextFilter.java (revision 1033345) +++

Re: svn commit: r1032896 - in /ofbiz/trunk/framework: catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java webapp/src/org/ofbiz/webapp/control/ContextFilter.java webapp/src/org/ofbiz/webap

2010-11-09 Thread Scott Gray
Hi Chatree, Perhaps if you could explain the purpose of the initialPath and a use case for it then I might be able to offer some suggestions but without that I don't really understand the problem you are trying to solve. How are you handling this problem for webapps that aren't mounted at

Re: svn commit: r1029816 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/login_bkgd.jpg

2010-11-09 Thread Scott Gray
The login box does seem overly bright to me, it doesn't feel like it fits with the rest of the theme. My 2 cents anyway. Regards Scott HotWax Media http://www.hotwaxmedia.com On 4/11/2010, at 10:36 AM, Bruno Busco wrote: Having a login screen somehow different from the other screens is

Re: svn commit: r1032896 - in /ofbiz/trunk/framework: catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java webapp/src/org/ofbiz/webapp/control/ContextFilter.java webapp/src/org/ofbiz/webap

2010-11-09 Thread Chatree Srichart
I wrote the wiki for the intial path concept: https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support You can see at the bottom of page called Setting the initial path according to domain name. Regards, Chatree Srichart On Wed, Nov 10, 2010 at 11:55 AM, Scott Gray

Re: svn commit: r1032896 - in /ofbiz/trunk/framework: catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java webapp/src/org/ofbiz/webapp/control/ContextFilter.java webapp/src/org/ofbiz/webap

2010-11-09 Thread Scott Gray
Thanks Chatree, that document explains what it does but it doesn't explain why it is needed. The index.jsp file in each webapp currently does exactly what you've described so I guess I don't understand why we need something specifically for multi-tenant here? Regards Scott On 10/11/2010, at

Re: svn commit: r1032896 - in /ofbiz/trunk/framework: catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java webapp/src/org/ofbiz/webapp/control/ContextFilter.java webapp/src/org/ofbiz/webap

2010-11-09 Thread Chatree Srichart
For example, I have a single OFBiz running for multiple users with different domain names. I use the multi-tenant feature to separate domain name and database for the multiple users. I would like to separate the user sites with different webapps, also different mount points. I think instead of I