[jira] [Updated] (OFBIZ-10833) CMS add content not working

2019-02-19 Thread Swapnil M Mane (JIRA)


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

Swapnil M Mane updated OFBIZ-10833:
---
Attachment: OFBIZ-10833.patch

> CMS add content not working
> ---
>
> Key: OFBIZ-10833
> URL: https://issues.apache.org/jira/browse/OFBIZ-10833
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Affects Versions: Trunk, 17.12.01
>Reporter: Ingo Wolfmayr
>Assignee: Swapnil M Mane
>Priority: Major
> Attachments: OFBIZ-10833.patch
>
>
> On demo: content --> "CmsSite" --> CMS:
> Right click on one of the items to add "New Long Text" or "Image".
> After saving the new content:
> Edit WebSite CMS For: []
> "There is no Content PUBLISH_POINT for this WebSite!"
> Having the same problem on a  17.12 local installation.
> h1.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10833) CMS add content not working

2019-02-19 Thread Swapnil M Mane (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16772705#comment-16772705
 ] 

Swapnil M Mane commented on OFBIZ-10833:


Hello team,

Attaching the patch to fix the issue. Please have a look and let me know if you 
any inputs.

As mentioned in my previous comment, a request can only be parsed once and thus 
the parameters will not be available to the next response.

To fix this issue, set the consumed parameters [except uploaded file(s) *1] in 
the request attribute so that it will be available to the next response.

[*1] The uploaded file(s) are not set in request attribute again to avoid 
unnecessary memory consumption, also it makes no sense to traverse the uploaded 
file in the request.

 

Thanks, [~iwolf] for reporting the issue, you also try the attached patch.

> CMS add content not working
> ---
>
> Key: OFBIZ-10833
> URL: https://issues.apache.org/jira/browse/OFBIZ-10833
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Affects Versions: Trunk, 17.12.01
>Reporter: Ingo Wolfmayr
>Assignee: Swapnil M Mane
>Priority: Major
> Attachments: OFBIZ-10833.patch
>
>
> On demo: content --> "CmsSite" --> CMS:
> Right click on one of the items to add "New Long Text" or "Image".
> After saving the new content:
> Edit WebSite CMS For: []
> "There is no Content PUBLISH_POINT for this WebSite!"
> Having the same problem on a  17.12 local installation.
> h1.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10595) The query iCalendar/CALENDAR_PUB_DEMO/ no longer works

2019-02-19 Thread Jacques Le Roux (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16772185#comment-16772185
 ] 

Jacques Le Roux commented on OFBIZ-10595:
-

I confirm that when I restart the instance after the session duration (more 
than 1h) the agenda are made read only by Lightning.

> The query iCalendar/CALENDAR_PUB_DEMO/ no longer works
> --
>
> Key: OFBIZ-10595
> URL: https://issues.apache.org/jira/browse/OFBIZ-10595
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 16.11.06
>
> Attachments: Image 001.png, iCalendar.patch, iCalendar.patch
>
>
> ControlFilter does not allow the untypical iCalendar/CALENDAR_PUB_DEMO/ query 
> to pass.
> This feature works in the stable version. So it's a change since then
> Thanks to Jyri Sillanpaa for the detailled report: 
> https://markmail.org/message/pfd62nom3ftnpgll



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10757) Upgrade OFBiz to use Java JDK Version 11

2019-02-19 Thread Deepak Dixit (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16772177#comment-16772177
 ] 

Deepak Dixit commented on OFBIZ-10757:
--

Fixed some deprecated method call related warnings at r#1853904 and r1853905

> Upgrade OFBiz to use Java JDK Version 11
> 
>
> Key: OFBIZ-10757
> URL: https://issues.apache.org/jira/browse/OFBIZ-10757
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Taher Alkhateeb
>Priority: Minor
>
> To implement as per [Discussion 
> Thread|https://lists.apache.org/thread.html/71b8c1048f1dd4c5b3f104233c9af7b2cbc690863fe35b08ef91fcf5@%3Cdev.ofbiz.apache.org%3E]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10757) Upgrade OFBiz to use Java JDK Version 11

2019-02-19 Thread Taher Alkhateeb (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16772110#comment-16772110
 ] 

Taher Alkhateeb commented on OFBIZ-10757:
-

Yeah I agree, some of the warnings are fixable while others need more work.

The patch to upgrade to JDK 11 is very simple and I list it below.
{code:java}
Index: build.gradle
===
--- build.gradle    (revision 1853886)
+++ build.gradle    (working copy)
@@ -67,8 +67,8 @@
 )
 }
 
-sourceCompatibility = '1.8'
-targetCompatibility = '1.8'
+sourceCompatibility = '11'
+targetCompatibility = '11'
 
 // Java compile options, syntax gradlew -PXlint:none build
 tasks.withType(JavaCompile) {

{code}

> Upgrade OFBiz to use Java JDK Version 11
> 
>
> Key: OFBIZ-10757
> URL: https://issues.apache.org/jira/browse/OFBIZ-10757
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Taher Alkhateeb
>Priority: Minor
>
> To implement as per [Discussion 
> Thread|https://lists.apache.org/thread.html/71b8c1048f1dd4c5b3f104233c9af7b2cbc690863fe35b08ef91fcf5@%3Cdev.ofbiz.apache.org%3E]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10595) The query iCalendar/CALENDAR_PUB_DEMO/ no longer works

2019-02-19 Thread Jacques Le Roux (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16772009#comment-16772009
 ] 

Jacques Le Roux commented on OFBIZ-10595:
-

OK, this is exactly what I have done
# Started from scratch as explained above
# Got to https://localhost:8443/workeffort/control/FindICalendars
# Copied https://localhost:8443/iCalendar/CALENDAR_PUB_DEMO/ from there
# Created a demo calendar and synced it
# Created a new event
Works, no warning icon, the default event and new one are created and showing

# Created a new public test calendar
# Got to https://localhost:8443/workeffort/control/FindICalendars
# Copied https://localhost:8443/iCalendar/10002/ from there (why 10002 instead 
of 1, don't ask, anyway only 2 calendars)
# Created a test calendar and synced it
# Created a new event
Works, no warning icon, the event is created and showing

So it seems this solution is session dependent or something. I'll try again 
later today after restarting the instance (more than 1h, session duration)


> The query iCalendar/CALENDAR_PUB_DEMO/ no longer works
> --
>
> Key: OFBIZ-10595
> URL: https://issues.apache.org/jira/browse/OFBIZ-10595
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 16.11.06
>
> Attachments: Image 001.png, iCalendar.patch, iCalendar.patch
>
>
> ControlFilter does not allow the untypical iCalendar/CALENDAR_PUB_DEMO/ query 
> to pass.
> This feature works in the stable version. So it's a change since then
> Thanks to Jyri Sillanpaa for the detailled report: 
> https://markmail.org/message/pfd62nom3ftnpgll



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10595) The query iCalendar/CALENDAR_PUB_DEMO/ no longer works

2019-02-19 Thread JIRA


[ 
https://issues.apache.org/jira/browse/OFBIZ-10595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16772010#comment-16772010
 ] 

Jyri Sillanpää commented on OFBIZ-10595:


Hi Jacques,

We found a problem in the current trunk while testing, currently we are not 
sure if it is caused by the patch or if there's another bug lurking in. We will 
debug so don't waste your time with this for now :)

> The query iCalendar/CALENDAR_PUB_DEMO/ no longer works
> --
>
> Key: OFBIZ-10595
> URL: https://issues.apache.org/jira/browse/OFBIZ-10595
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 16.11.06
>
> Attachments: Image 001.png, iCalendar.patch, iCalendar.patch
>
>
> ControlFilter does not allow the untypical iCalendar/CALENDAR_PUB_DEMO/ query 
> to pass.
> This feature works in the stable version. So it's a change since then
> Thanks to Jyri Sillanpaa for the detailled report: 
> https://markmail.org/message/pfd62nom3ftnpgll



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10595) The query iCalendar/CALENDAR_PUB_DEMO/ no longer works

2019-02-19 Thread Jacques Le Roux (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16772019#comment-16772019
 ] 

Jacques Le Roux commented on OFBIZ-10595:
-

Jyri,

We crossed on wire, I'll confirm on my side tonight... It's not so bad, but yes 
could be that we have a "tiny" problem beside "mine".

> The query iCalendar/CALENDAR_PUB_DEMO/ no longer works
> --
>
> Key: OFBIZ-10595
> URL: https://issues.apache.org/jira/browse/OFBIZ-10595
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 16.11.06
>
> Attachments: Image 001.png, iCalendar.patch, iCalendar.patch
>
>
> ControlFilter does not allow the untypical iCalendar/CALENDAR_PUB_DEMO/ query 
> to pass.
> This feature works in the stable version. So it's a change since then
> Thanks to Jyri Sillanpaa for the detailled report: 
> https://markmail.org/message/pfd62nom3ftnpgll



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10595) The query iCalendar/CALENDAR_PUB_DEMO/ no longer works

2019-02-19 Thread Jacques Le Roux (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16772015#comment-16772015
 ] 

Jacques Le Roux commented on OFBIZ-10595:
-

Mmm, maybe it's because of side changes I'm working on related to password 
security... I have removed to be sure...

> The query iCalendar/CALENDAR_PUB_DEMO/ no longer works
> --
>
> Key: OFBIZ-10595
> URL: https://issues.apache.org/jira/browse/OFBIZ-10595
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 16.11.06
>
> Attachments: Image 001.png, iCalendar.patch, iCalendar.patch
>
>
> ControlFilter does not allow the untypical iCalendar/CALENDAR_PUB_DEMO/ query 
> to pass.
> This feature works in the stable version. So it's a change since then
> Thanks to Jyri Sillanpaa for the detailled report: 
> https://markmail.org/message/pfd62nom3ftnpgll



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10595) The query iCalendar/CALENDAR_PUB_DEMO/ no longer works

2019-02-19 Thread Jacques Le Roux (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771994#comment-16771994
 ] 

Jacques Le Roux commented on OFBIZ-10595:
-

Ha, just found this in log:

{noformat}
Feb 19, 2019 3:42:09 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [iCalendarServlet] in context with path 
[ical] threw exception
java.lang.IllegalStateException: Cannot create a session after the response has 
been committed
at org.apache.catalina.connector.Request.doGetSession(Request.java:2974)
at org.apache.catalina.connector.Request.getSession(Request.java:2416)
at 
org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:908)
at 
org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:920)
at 
org.apache.ofbiz.webapp.webdav.WebDavServlet.service(WebDavServlet.java:104)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at 
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at 
org.apache.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:191)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at 
org.apache.ofbiz.webapp.control.ControlFilter.doFilter(ControlFilter.java:156)
at javax.servlet.http.HttpFilter.doFilter(HttpFilter.java:127)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at 
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:668)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at 
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
at 
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at 
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:791)
at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1417)
at 
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
{noformat}

I'll try to start all from scratch again (I mean greadlew cleanAll eclipse 
loadAll ofbiz)...

> The query iCalendar/CALENDAR_PUB_DEMO/ no longer works
> --
>
> Key: OFBIZ-10595
> URL: https://issues.apache.org/jira/browse/OFBIZ-10595
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 16.11.06
>
> Attachments: Image 001.png, iCalendar.patch, iCalendar.patch
>
>
> ControlFilter does not allow the untypical iCalendar/CALENDAR_PUB_DEMO/ query 
> to pass.
> This feature works in the stable version. So it's a change since then
> Thanks to Jyri Sillanpaa for the detailled report: 
> https://markmail.org/message/pfd62nom3ftnpgll



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10595) The query iCalendar/CALENDAR_PUB_DEMO/ no longer works

2019-02-19 Thread Jacques Le Roux (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771977#comment-16771977
 ] 

Jacques Le Roux commented on OFBIZ-10595:
-

bq.Did you try applying the patch to an version with your workaround removed?
The patch is applied since I began to comment today. I forgot to remove my 
workaround. Once removed demo is sometimes (weird behaviour) accessible but 
still with the warning icon. Everytime I remove "read only", Lightning put it 
again. Same for a test calendar.  I have an instance running on localhost with 
the 2 iCalendars existing. I have no ideas why Lightning put almost always put 
"read only".

Note that I was able to create events sometimes but the problem is why 
Lightning put almost always put them in "read only" mode and then blocks me.

> The query iCalendar/CALENDAR_PUB_DEMO/ no longer works
> --
>
> Key: OFBIZ-10595
> URL: https://issues.apache.org/jira/browse/OFBIZ-10595
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 16.11.06
>
> Attachments: Image 001.png, iCalendar.patch, iCalendar.patch
>
>
> ControlFilter does not allow the untypical iCalendar/CALENDAR_PUB_DEMO/ query 
> to pass.
> This feature works in the stable version. So it's a change since then
> Thanks to Jyri Sillanpaa for the detailled report: 
> https://markmail.org/message/pfd62nom3ftnpgll



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10688) textareas do not save data, when visual-editor is used

2019-02-19 Thread Jacques Le Roux (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771909#comment-16771909
 ] 

Jacques Le Roux commented on OFBIZ-10688:
-

Thanks Deepak

> textareas do not save data, when visual-editor is used
> --
>
> Key: OFBIZ-10688
> URL: https://issues.apache.org/jira/browse/OFBIZ-10688
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework, themes
>Affects Versions: Trunk
>Reporter: Benjamin Jugl
>Assignee: Michael Brohl
>Priority: Major
> Attachments: OFBIZ-10688-HtmlFormMacroLibrary.patch
>
>
> Can be reproduced by
> # Log into the Frontend (ecommerce) as admin
> # go to Browse Forums 
> # click any link ("Ask the Experts" was used for testing)
> # Create "New Message"
> # click "add"
> Following Error occurs:
> "ERROR: Could not complete the Post a new Content article Entry 
> [file:/Users/bjugl/Projekte/community/ofbiz-framework-trunk/applications/content/minilang/content/ContentServices.xml#createArticleContent]
>  process [problem invoking the [createTextContent] service with the map named 
> [...]"
> Data is not stored.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10757) Upgrade OFBiz to use Java JDK Version 11

2019-02-19 Thread Jacques Le Roux (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771905#comment-16771905
 ] 

Jacques Le Roux commented on OFBIZ-10757:
-

+1

> Upgrade OFBiz to use Java JDK Version 11
> 
>
> Key: OFBIZ-10757
> URL: https://issues.apache.org/jira/browse/OFBIZ-10757
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Taher Alkhateeb
>Priority: Minor
>
> To implement as per [Discussion 
> Thread|https://lists.apache.org/thread.html/71b8c1048f1dd4c5b3f104233c9af7b2cbc690863fe35b08ef91fcf5@%3Cdev.ofbiz.apache.org%3E]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (OFBIZ-8057) Automate the creation of several artifacts using BuildBot

2019-02-19 Thread Jacques Le Roux (JIRA)


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

Jacques Le Roux closed OFBIZ-8057.
--
Resolution: Won't Do

> Automate the creation of several artifacts using BuildBot 
> --
>
> Key: OFBIZ-8057
> URL: https://issues.apache.org/jira/browse/OFBIZ-8057
> Project: OFBiz
>  Issue Type: Task
>  Components: BuildBot
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Minor
>
> There are several artifacts which are manually generated.We should automate 
> this process using BuildBot like we have already JavaDoc and Rat reports, are 
> concerned so far
> * DTDs
> * the README.md.html, which needs Pandoc installed on BuildBot then



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10833) CMS add content not working

2019-02-19 Thread Swapnil M Mane (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771886#comment-16771886
 ] 

Swapnil M Mane commented on OFBIZ-10833:


Thank you [~jacques.le.roux]! :) 

> CMS add content not working
> ---
>
> Key: OFBIZ-10833
> URL: https://issues.apache.org/jira/browse/OFBIZ-10833
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Affects Versions: Trunk, 17.12.01
>Reporter: Ingo Wolfmayr
>Assignee: Swapnil M Mane
>Priority: Major
>
> On demo: content --> "CmsSite" --> CMS:
> Right click on one of the items to add "New Long Text" or "Image".
> After saving the new content:
> Edit WebSite CMS For: []
> "There is no Content PUBLISH_POINT for this WebSite!"
> Having the same problem on a  17.12 local installation.
> h1.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10595) The query iCalendar/CALENDAR_PUB_DEMO/ no longer works

2019-02-19 Thread JIRA


[ 
https://issues.apache.org/jira/browse/OFBIZ-10595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771845#comment-16771845
 ] 

Jyri Sillanpää commented on OFBIZ-10595:


Hi Jacques,
{quote}1. The OFBiz calendars show a warning icon on their right
{quote}
The warning icon means that you have a problem connecting to the calendar, 
either Lightning can't read it or it can't write to it and has set it to Read 
Only.
 This happens when you don't have the patch applied and try to create and 
access any calendar except the DEMO and when you have it applied and try to 
access the DEMO calendar.
 Did you try applying the patch to an version with your workaround removed?
{quote}2. After creating events I was able to sometimes see the OFBiz calendars 
in the event creation form but not always and mostly not. Then only the default 
agenda shows. The OFBiz session was still alive then.

Any ideas why?
{quote}
If the calendars are set to Read Only (check above) then the event creation 
form in Lightning will not suggest those.

> The query iCalendar/CALENDAR_PUB_DEMO/ no longer works
> --
>
> Key: OFBIZ-10595
> URL: https://issues.apache.org/jira/browse/OFBIZ-10595
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 16.11.06
>
> Attachments: Image 001.png, iCalendar.patch, iCalendar.patch
>
>
> ControlFilter does not allow the untypical iCalendar/CALENDAR_PUB_DEMO/ query 
> to pass.
> This feature works in the stable version. So it's a change since then
> Thanks to Jyri Sillanpaa for the detailled report: 
> https://markmail.org/message/pfd62nom3ftnpgll



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10595) The query iCalendar/CALENDAR_PUB_DEMO/ no longer works

2019-02-19 Thread Jacques Le Roux (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771830#comment-16771830
 ] 

Jacques Le Roux commented on OFBIZ-10595:
-

Thanks Jyri,

What I was missing is the creation of events in Lightning instead of in OFBiz. 
So it works now when creating a new agenda or the demo calendar.

I mean I was able to create events for both calendars.

Before I commit, there is just some things weird.
 # The OFBiz calendars show a warning icon on their right  !Image 001.png!
 # After creating events I was able to sometimes see the OFBiz calendars in the 
event creation form but not always and mostly not. Then only the default agenda 
shows. The OFBiz session was still alive then.

Any ideas why?

> The query iCalendar/CALENDAR_PUB_DEMO/ no longer works
> --
>
> Key: OFBIZ-10595
> URL: https://issues.apache.org/jira/browse/OFBIZ-10595
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 16.11.06
>
> Attachments: Image 001.png, iCalendar.patch, iCalendar.patch
>
>
> ControlFilter does not allow the untypical iCalendar/CALENDAR_PUB_DEMO/ query 
> to pass.
> This feature works in the stable version. So it's a change since then
> Thanks to Jyri Sillanpaa for the detailled report: 
> https://markmail.org/message/pfd62nom3ftnpgll



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10595) The query iCalendar/CALENDAR_PUB_DEMO/ no longer works

2019-02-19 Thread Jacques Le Roux (JIRA)


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

Jacques Le Roux updated OFBIZ-10595:

Attachment: Image 001.png

> The query iCalendar/CALENDAR_PUB_DEMO/ no longer works
> --
>
> Key: OFBIZ-10595
> URL: https://issues.apache.org/jira/browse/OFBIZ-10595
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 16.11.06
>
> Attachments: Image 001.png, iCalendar.patch, iCalendar.patch
>
>
> ControlFilter does not allow the untypical iCalendar/CALENDAR_PUB_DEMO/ query 
> to pass.
> This feature works in the stable version. So it's a change since then
> Thanks to Jyri Sillanpaa for the detailled report: 
> https://markmail.org/message/pfd62nom3ftnpgll



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-10839) It will be failed when you Upload a image to product content

2019-02-19 Thread Deepak Dixit (JIRA)


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

Deepak Dixit reassigned OFBIZ-10839:


Assignee: Deepak Dixit

> It will be failed when you Upload a image to product content 
> -
>
> Key: OFBIZ-10839
> URL: https://issues.apache.org/jira/browse/OFBIZ-10839
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: 17.12.01
>Reporter: zhangqing
>Assignee: Deepak Dixit
>Priority: Major
>
> The reason is that these code should be commented in the method 
> "scaleImageInAllSize".
> it located in the named "ScaleImage.java" file.
> The code is that:
> if (fileLocation.lastIndexOf('/') != -1) {
> fileLocation = fileLocation.substring(0, 
> fileLocation.lastIndexOf('/') + 1); // adding 1 to include the trailing slash
> }



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (OFBIZ-10839) It will be failed when you Upload a image to product content

2019-02-19 Thread Deepak Dixit (JIRA)


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

Deepak Dixit closed OFBIZ-10839.

Resolution: Duplicate

> It will be failed when you Upload a image to product content 
> -
>
> Key: OFBIZ-10839
> URL: https://issues.apache.org/jira/browse/OFBIZ-10839
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: 17.12.01
>Reporter: zhangqing
>Priority: Major
>
> The reason is that these code should be commented in the method 
> "scaleImageInAllSize".
> it located in the named "ScaleImage.java" file.
> The code is that:
> if (fileLocation.lastIndexOf('/') != -1) {
> fileLocation = fileLocation.substring(0, 
> fileLocation.lastIndexOf('/') + 1); // adding 1 to include the trailing slash
> }



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10839) It will be failed when you Upload a image to product content

2019-02-19 Thread Deepak Dixit (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771711#comment-16771711
 ] 

Deepak Dixit commented on OFBIZ-10839:
--

Hi [~qepkwwl],

This has been fixed at  OFBIZ-10673. 

> It will be failed when you Upload a image to product content 
> -
>
> Key: OFBIZ-10839
> URL: https://issues.apache.org/jira/browse/OFBIZ-10839
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: 17.12.01
>Reporter: zhangqing
>Priority: Major
>
> The reason is that these code should be commented in the method 
> "scaleImageInAllSize".
> it located in the named "ScaleImage.java" file.
> The code is that:
> if (fileLocation.lastIndexOf('/') != -1) {
> fileLocation = fileLocation.substring(0, 
> fileLocation.lastIndexOf('/') + 1); // adding 1 to include the trailing slash
> }



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10833) CMS add content not working

2019-02-19 Thread Jacques Le Roux (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771703#comment-16771703
 ] 

Jacques Le Roux commented on OFBIZ-10833:
-

Thanks Swapnil,

 

It seems you nailed it, now we need to fix it :)

> CMS add content not working
> ---
>
> Key: OFBIZ-10833
> URL: https://issues.apache.org/jira/browse/OFBIZ-10833
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Affects Versions: Trunk, 17.12.01
>Reporter: Ingo Wolfmayr
>Assignee: Swapnil M Mane
>Priority: Major
>
> On demo: content --> "CmsSite" --> CMS:
> Right click on one of the items to add "New Long Text" or "Image".
> After saving the new content:
> Edit WebSite CMS For: []
> "There is no Content PUBLISH_POINT for this WebSite!"
> Having the same problem on a  17.12 local installation.
> h1.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)