Re: Possible Documentation and help solutions - DITA

2015-06-14 Thread Sharan Foga
Paul has raised a really key point - it's not only developers that we want to help document OFBiz. I like the idea of having something that is simple to use that gives a lot of flexibility and allows anyone to contribute. We have the Community Day coming up on Saturday and I'm going to do some

Re: Possible Documentation and help solutions - DITA

2015-06-14 Thread Paul Foxworthy
Hi all, Ron Wheeler wrote > I expect that everyone has an IDE that can edit and validate XML. All > the other tools required are free. > > ... > > OFBiz is pretty XML intensive so I would be surprised if OFBiz > developers did not use an IDE that can validate XML. Do we only want developers

Re: Possible Documentation and help solutions - DITA

2015-06-14 Thread Paul Foxworthy
I said: > When I last looked into DITA quite a few years ago, it seemed to be a > heavyweight thing that only made sense if you wanted multiple destinations Jacques said: > So you think Docbook (more aimed to create book when DITA is more of > online help > kind, I read) or AsciiDoc are not a

Re: Widget Overhaul

2015-06-14 Thread Christian Carlow
Thanks again for the feedback Adrian, I updated OFBIZ-6404 patch so that form/grid embedded menu rendering is treated as display instead of edit fields. This causes the menus to be rendered outside the edit form that gets created preventing violation of html standard conformance. Extra logic w

[jira] [Commented] (OFBIZ-6404) Allow form/grid widget hyperlinks to be grouped into a single column

2015-06-14 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585212#comment-14585212 ] Adrian Crum commented on OFBIZ-6404: The widget model changes look okay to me. I don't

[jira] [Updated] (OFBIZ-6404) Allow form/grid widget hyperlinks to be grouped into a single column

2015-06-14 Thread Christian Carlow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Carlow updated OFBIZ-6404: Attachment: OFBIZ-6404_2.patch This is a revised patch of the original so that the menu colu

[jira] [Created] (OFBIZ-6502) Add support for form/grid embedding within grids

2015-06-14 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6502: --- Summary: Add support for form/grid embedding within grids Key: OFBIZ-6502 URL: https://issues.apache.org/jira/browse/OFBIZ-6502 Project: OFBiz Issue Ty

[jira] [Created] (OFBIZ-6501) Add support for screen embedding inside grids

2015-06-14 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6501: --- Summary: Add support for screen embedding inside grids Key: OFBIZ-6501 URL: https://issues.apache.org/jira/browse/OFBIZ-6501 Project: OFBiz Issue Type:

Re: Widget Overhaul

2015-06-14 Thread Adrian Crum
Keep in mind that menu items are rendered as forms for a reason - to fight XSS attacks. So, whatever solution you have in mind should not change that behavior. Adrian Crum Sandglass Software www.sandglass-software.com On 6/14/2015 10:05 AM, Christian Carlow wrote: Thanks Adrian and sorry for

Re: Widget Overhaul

2015-06-14 Thread Christian Carlow
Thanks Adrian and sorry for the misunderstanding, you are right grids are rendered as tables. The embedded menu rendering functionality provided by Nicolas in OFBIZ-6404 needs to be modified so that menus are rendered outside of any forms that may be created for grid row submissions. As of right

Re: Shouldn't PORTALPAGE_ADMIN be part of SUPER group permissions?

2015-06-14 Thread Adrian Crum
There is no consistency within the community regarding how to announce/propose/commit changes, so it is probably best to use overkill and do as much as possible to document the change - no matter how trivial. For example, I announced I was going to fix a startup problem in OFBiz (a trivial cha

[jira] [Updated] (OFBIZ-6405) Grid widget requires cache clear before modifications are rendered

2015-06-14 Thread Christian Carlow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Carlow updated OFBIZ-6405: Attachment: OFBIZ-6405.patch cache.properties for grid were missing > Grid widget requires

Re: Widget Overhaul

2015-06-14 Thread Adrian Crum
I thought a grid is rendered as a element, I was not aware that it is rendered as a element. Grids do not support including screens. That feature was suggested before, and it would be a nice one to have. Actually, it would be nice if grid and form widgets worked more like the screen widget -

Re: Shouldn't PORTALPAGE_ADMIN be part of SUPER group permissions?

2015-06-14 Thread Christian Carlow
Thanks for the clarification Jacques. OFBIZ-6400 was updated to handle this if PORTALPAGE_ADMIN should remain a permission. On Sun, 2015-06-14 at 10:29 +0200, Jacques Le Roux wrote: > Pierre, Christian, > > I think Christian asked because I recently told him in a Jira that our way of > doing is

[jira] [Commented] (OFBIZ-6400) Fix permissions at specialpurpose/myportal/widget/PortalAdmScreens.xml

2015-06-14 Thread Christian Carlow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585021#comment-14585021 ] Christian Carlow commented on OFBIZ-6400: - If PORTALPAGE_ADMIN remains and is used

Re: Widget Overhaul

2015-06-14 Thread Christian Carlow
Thanks for the feedback Adrian. I check commit logs and see the grid widget additions back in January that you recommended using for OFBIZ-6402 which I did. But grids don't appear to support embedding of screens. Is this something that is intended to be added later? If so, the difficulty is how

Re: Shouldn't PORTALPAGE_ADMIN be part of SUPER group permissions?

2015-06-14 Thread Jacques Le Roux
Pierre, Christian, I think Christian asked because I recently told him in a Jira that our way of doing is to discuss main points here before creating Jiras. Of course this recommendation applies only to main points. Like replacing all *.fo.ftl files by widget as Christian recently suggested by

Re: Move Application Entity Definitions to A Separate Component

2015-06-14 Thread Jacques Le Roux
Le 13/06/2015 14:12, Ron Wheeler a écrit : a) I am not sure why applications/datamodel/entitidef/ could not be entitydef / since it is shorter and unambiguous and spells entity correctly. Applications was suggested because there are underneath mechanisms to handle the specialised folders frame