[jira] [Commented] (OFBIZ-4021) Adding columns filtering fields in form widget

2011-10-30 Thread Bruno Busco (Commented) (JIRA)

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

Bruno Busco commented on OFBIZ-4021:


Hi Jacques,
yes, at that time I asked for a review of the POC.
The idea was to improve the list form with a feature that is quite standard on 
other platforms.
I was not sure that the way I implemented it was OK.

I did not go further on this. But yes I am still interested in receiving 
comments.


 Adding columns filtering fields in form widget
 --

 Key: OFBIZ-4021
 URL: https://issues.apache.org/jira/browse/OFBIZ-4021
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Reporter: Bruno Busco
Priority: Minor
 Attachments: FilterForm.patch, FilterForm.patch, 
 column_filter_disabled.JPG, column_filter_enabled.JPG, content_list.JPG, 
 img_for_tomahawk.zip


 This patch includes an initial implementation of a list-form column filtering 
 feature.
 The aim is to add the possibility to configure a list form to show, in its 
 header, some fields that could be used to filter the rows displayed in the 
 form.
 This is a feature quite standard in many systems and could be seen into OFBiz 
 as a quick search; the standard way of searching using a complete 
 single-type form could be seen as an advanced search.
 Please find attached to this JIRA two screenshots that show you how the 
 filtering option appears on the screen.
 *How the user uses this feature*
 The part of the screen that is normally used for the pagination controls 
 (only the upper one) has been extended so that two icons are shown on the 
 left.
 The first one (a funnel) is used to show or hide the filtering fields. The 
 second one (a magnifing glass) is used to run the search with the filter 
 content.
 *How the developer uses this feature*
 The filtering feature can be enabled on any list-type form specifying the 
 filter-form-name attribute.
 This must be the name of a form that contains the details about how the 
 filtering fields should be rendered.
 When a list form with the filter-form-name option set is rendered, any column 
 field is searched for in the filter-form.
 If a field with the same name is found, its field rendering options are used 
 to render the filter field.
 A new field attribute filter-field has also been added.
 This defaults to true but if it is set to false the filter field is not 
 rendered for this column, even if a field with the same name is present in 
 the filter-form.
 This feature allows to use as filter-form an already existent form such as a 
 regular FindXXX form.
 In the patch the ListExample form has been changed to use this feature. You 
 can check it there.
 Unfortunately the patch does not work yet 100% but I hope that if someone 
 finds it interesting could help me.
 *What is there still to do*
 1) There is a FIXME in MacroFormRenderer.java file. I cannot make it work. If 
 I enable the code that is commented there I get an error when a search is run.
 2) I cannot make the filtering fields show the actual content after a search 
 is run. They are always rendered as empty.
 3) The filter row hide/show status should be saved so that it is maintained 
 after a pagination.
 I submit this patch as it is becouse I cannot easily improve it further but I 
 hope someone could help.
 The img_for_tamahawk.zip file includes imgs that should be added in the 
 tomahawk images folder to make the patch work.
 Thank you for any help!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Reopened] (OFBIZ-3151) fix for using equals operator with null field in performFind service.

2011-10-30 Thread Jacques Le Roux (Reopened) (JIRA)

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

Jacques Le Roux reopened OFBIZ-3151:


  Assignee: Jacques Le Roux

Morevoer, as said Scott I wonder if this really works. The representation of 
GenericEntity.NULL_FIELD is [null-field] and not nullField.

I will test before reverting...

 fix for using equals operator with null field in performFind service.
 ---

 Key: OFBIZ-3151
 URL: https://issues.apache.org/jira/browse/OFBIZ-3151
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Reporter: Chatree Srichart
Assignee: Jacques Le Roux
 Fix For: SVN trunk

 Attachments: FindServices.java.diff


 Because I can not use equals operator with null field in performFind 
 service. So I fixed for use one.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-2741) Information of shipping method and sales tax are remove from cart when we update shopping cart item quantity.

2011-10-30 Thread Jacques Le Roux (Commented) (JIRA)

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

Jacques Le Roux commented on OFBIZ-2741:


Vikas, Joe,

Should I take over?

 Information of shipping method and sales tax are remove from cart when we 
 update shopping cart item quantity.
 -

 Key: OFBIZ-2741
 URL: https://issues.apache.org/jira/browse/OFBIZ-2741
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Release Branch 09.04, SVN trunk
Reporter: Arun Patidar
Assignee: Jacques Le Roux
Priority: Minor
 Attachments: OFBIZ-2741.2.patch, OFBIZ-2741.patch, OFBIZ-2741.patch, 
 sci-patch.txt


 On update cart item quantity after selecting shipping method, Informations of 
 shipping method and sales tax  removes if there is only one item in cart.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Re:Use of portals in Components was SFA main page in trunk messed up

2011-10-30 Thread Jacques Le Roux
I agree that this is confusing in SFA case. And this is not because there is no SFA help. We should care about this, it hides the 
right help (SFA case for instance)


I put a comment in https://issues.apache.org/jira/browse/OFBIZ-3951

Jacques

From: BJ Freeman bjf...@free-man.net

I looked and it was confusing and not intuitive on the help
First question from a users point of view
What is a Portal, as I search the page for something that says portal.
So I am interested in help on the User Names
I look at the list and see nothing that refers to User names.
Again I look around the page to see anything label as User Login Portal.

Now because I am familar with ofbiz I guessed the user Login Portal is the one 
for User Names.

I have not run one of my apps that call party pages against this version.
I expect i will have to modify. That does not make me happy camper with 50 apps 
to do that with.


Hans Bakker sent the following on 9/22/2010 2:46 AM:

Have a look in the party profile, which is almost also a portal page.





[jira] [Commented] (OFBIZ-3951) portlets are not transparent in the components Help system

2011-10-30 Thread Jacques Le Roux (Commented) (JIRA)

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

Jacques Le Roux commented on OFBIZ-3951:


I can agree that this is confusing in SFA case. And this is not because there 
is no SFA help. We should care about this, it hides the right help (SFA case 
for instance)

 portlets are not transparent in the components Help system
 --

 Key: OFBIZ-3951
 URL: https://issues.apache.org/jira/browse/OFBIZ-3951
 Project: OFBiz
  Issue Type: Bug
  Components: ALL COMPONENTS
Affects Versions: Release Branch 10.04, SVN trunk
Reporter: BJ Freeman
 Fix For: Release Branch 10.04, SVN trunk


 when a portlet has replaced the current component widget the under lying Help 
 that may exist is nullified.
 Also when Help is shown for a portlet is uses Portlet names for the help that 
 has no relationship to the actual UI as the user sees it.
 This counter intuitive and cause confusion to a User.
 from the Dev mailing list
 Hans Bakker sent the following on 9/22/2010 2:46 AM:
  Have a look in the party profile, which is almost also a portal page.
 I looked and it was confusing and not intuitive on the help
 First question from a users point of view
 What is a Portal, as I search the page for something that says portal.
 So I am interested in help on the User Names
 I look at the list and see nothing that refers to User names.
 Again I look around the page to see anything label as User Login Portal.
 Now because I am familar with ofbiz I guessed the user Login Portal is the 
 one for User Names.
 I have not run one of my apps that call party pages against this version.
 I expect i will have to modify. That does not make me happy camper with 50 
 apps to do that with.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Closed] (OFBIZ-4474) PortalPage Admin screen : change portlet sequence is broken

2011-10-30 Thread Erwan de FERRIERES (Closed) (JIRA)

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

Erwan de FERRIERES closed OFBIZ-4474.
-

   Resolution: Fixed
Fix Version/s: SVN trunk
 Assignee: Erwan de FERRIERES

 PortalPage Admin screen : change portlet sequence is broken
 ---

 Key: OFBIZ-4474
 URL: https://issues.apache.org/jira/browse/OFBIZ-4474
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: SVN trunk
Reporter: Nicolas Malin
Assignee: Erwan de FERRIERES
Priority: Minor
 Fix For: SVN trunk

 Attachments: OFBIZ-4474.patch, OFBIZ-4474.png


 On PortalPage admin screen in webtools (or admin parent Page), clic on arrow 
 to up or down a portlet desn't work.
 The patch correct it.
 The drag and drop doesn't work too. Maybe a identification problem, because  
 the request-map is called but not the event. I did not look it more 
 Nicolas

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4474) PortalPage Admin screen : change portlet sequence is broken

2011-10-30 Thread Erwan de FERRIERES (Commented) (JIRA)

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

Erwan de FERRIERES commented on OFBIZ-4474:
---

Done at r1195175
Thanks Nicolas

 PortalPage Admin screen : change portlet sequence is broken
 ---

 Key: OFBIZ-4474
 URL: https://issues.apache.org/jira/browse/OFBIZ-4474
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: SVN trunk
Reporter: Nicolas Malin
Assignee: Erwan de FERRIERES
Priority: Minor
 Fix For: SVN trunk

 Attachments: OFBIZ-4474.patch, OFBIZ-4474.png


 On PortalPage admin screen in webtools (or admin parent Page), clic on arrow 
 to up or down a portlet desn't work.
 The patch correct it.
 The drag and drop doesn't work too. Maybe a identification problem, because  
 the request-map is called but not the event. I did not look it more 
 Nicolas

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: [jira] [Commented] (OFBIZ-4474) PortalPage Admin screen : change portlet sequence is broken

2011-10-30 Thread Nicolas Malin

tks for review erwan

Nicolas

Le 30/10/2011 16:26, Erwan de FERRIERES (Commented) (JIRA) a écrit :

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

Erwan de FERRIERES commented on OFBIZ-4474:
---

Done at r1195175
Thanks Nicolas


PortalPage Admin screen : change portlet sequence is broken
---

 Key: OFBIZ-4474
 URL: https://issues.apache.org/jira/browse/OFBIZ-4474
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: SVN trunk
Reporter: Nicolas Malin
Assignee: Erwan de FERRIERES
Priority: Minor
 Fix For: SVN trunk

 Attachments: OFBIZ-4474.patch, OFBIZ-4474.png


On PortalPage admin screen in webtools (or admin parent Page), clic on arrow to 
up or down a portlet desn't work.
The patch correct it.
The drag and drop doesn't work too. Maybe a identification problem, because  
the request-map is called but not the event. I did not look it more
Nicolas

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira





--
Nicolas MALIN
Consultant
Tél : 06.17.66.40.06
Site projet : http://www.neogia.org/
---
Société LibrenBerry
Tél : 02.48.02.56.12
Site : http://www.librenberry.net/



[jira] [Commented] (OFBIZ-4127) Styles for the button-bar buttons are not created

2011-10-30 Thread Erwan de FERRIERES (Commented) (JIRA)

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

Erwan de FERRIERES commented on OFBIZ-4127:
---

style has been corrected on the disabled buttons. No need to keep this open.

 Styles for the button-bar buttons are not created
 -

 Key: OFBIZ-4127
 URL: https://issues.apache.org/jira/browse/OFBIZ-4127
 Project: OFBiz
  Issue Type: Bug
  Components: themes
Affects Versions: SVN trunk
Reporter: Erwan de FERRIERES
Assignee: Adrian Crum
Priority: Minor
 Fix For: SVN trunk

 Attachments: disabledBtn.patch, fg_button-bar.png


 The buttons in button-bar have no style definition. You can see it through 
 the screenshot, or going to the layout demo page (nice idea, BTW!).
 Cheers,

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Closed] (OFBIZ-4127) Styles for the button-bar buttons are not created

2011-10-30 Thread Erwan de FERRIERES (Closed) (JIRA)

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

Erwan de FERRIERES closed OFBIZ-4127.
-

Resolution: Fixed

 Styles for the button-bar buttons are not created
 -

 Key: OFBIZ-4127
 URL: https://issues.apache.org/jira/browse/OFBIZ-4127
 Project: OFBiz
  Issue Type: Bug
  Components: themes
Affects Versions: SVN trunk
Reporter: Erwan de FERRIERES
Assignee: Adrian Crum
Priority: Minor
 Fix For: SVN trunk

 Attachments: disabledBtn.patch, fg_button-bar.png


 The buttons in button-bar have no style definition. You can see it through 
 the screenshot, or going to the layout demo page (nice idea, BTW!).
 Cheers,

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (OFBIZ-4535) Search using Russian word (maybe others) causes distortion and failed product search

2011-10-30 Thread mz4wheeler (Created) (JIRA)
Search using Russian word (maybe others) causes distortion and failed product 
search


 Key: OFBIZ-4535
 URL: https://issues.apache.org/jira/browse/OFBIZ-4535
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Release 09.04.01, SVN trunk
 Environment: Ubuntu and others.
Reporter: mz4wheeler


NOTE: The following post contains UTF8 characters.

After rebuilding keywords in a UTF8 database (postgres) and searching a UTF8 
browser (chrome), the Russian phrase is correctly present in the database, as 
follows:


ofbiz=# select * from product_keyword where keyword = 'игроков';
   product_id| keyword | relevancy_weight (trimmed)
-+-+-
 DVDMV-ADVANGYM  | игроков |1 

However, when pasting 'игроков' into ecommerce Search, the following is 
returned Not Found

Keywords: Ð¸Ð³Ñ Ð¾ÐºÐ¾Ð², where any word matches, which distorts the search.

This may affect other languages, which I haven't tested.

I also tried the same search in 9.04 (demo) and trunk and it produces the same 
issue.  This means that multi-language product search is broken in OFBiz.




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira