[jira] [Commented] (OFBIZ-6504) how to Create PDF with password Protected in Ofbiz

2015-07-28 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644187#comment-14644187 ] Jacques Le Roux commented on OFBIZ-6504: OK by percent encoding (ie %27) the '

[jira] [Created] (OFBIZ-6563) Search for group name reveals all

2015-07-28 Thread Pierre Smits (JIRA)
Pierre Smits created OFBIZ-6563: --- Summary: Search for group name reveals all Key: OFBIZ-6563 URL: https://issues.apache.org/jira/browse/OFBIZ-6563 Project: OFBiz Issue Type: Bug

Re: OFBiz going mobile

2015-07-28 Thread Ean Schuessler
The real difficulty is that if you want a genuinely mobile app and not just mobile web then the approach has to completely switch. With a Cordova app you no longer render pages on the server and send them to the client. To behave like an actual app you need to approach it as a program written in

Framework status

2015-07-28 Thread Ron Wheeler
There was a lot of discussion a few months ago about replacing the framework. That seems to have died down. At the same time, we are talking about the documentation and in the documentation plan, the framework is mentioned as a separately marketable product. To me, it is clear that one

Re: OFBiz going mobile

2015-07-28 Thread Ron Wheeler
Good analysis. I wonder if Ionic is a good choice for a portable mobile framework. http://ionicframework.com/ One does not want to get tied up in low level support for all the flavors of mobile devices. It is open source and supports AngularJS which seems to be a good model for building

[jira] [Comment Edited] (OFBIZ-6504) how to Create PDF with password Protected in Ofbiz

2015-07-28 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644187#comment-14644187 ] Jacques Le Roux edited comment on OFBIZ-6504 at 7/28/15 10:41 AM:

[jira] [Commented] (OFBIZ-6504) how to Create PDF with password Protected in Ofbiz

2015-07-28 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644802#comment-14644802 ] Jacques Le Roux commented on OFBIZ-6504: If nobody knows how to replace a % with

Fwd: Re: OFBiz going mobile

2015-07-28 Thread Ron Wheeler
http://www.manning.com/wilken/IonicinA_MEAP_ch01.pdf is the introductory chapter for a manual on building mobile applications using a modern stack. Short read for someone who wants to see a possible technology stack. Ron Forwarded Message Good analysis. I wonder if Ionic

Re: OFBiz going mobile

2015-07-28 Thread Ean Schuessler
The trouble with AngularJS is that they have a terrible case of NIH and are re-inventing all the existing popular patterns like IOC, dependency management and observer style data change events. In the 1.0 version they were dismissive of problems like dependency management and let rediscover the