> On 15 Mar 2017, at 10:06, Thomas Mortagne <thomas.morta...@xwiki.com> wrote:
> 
> "redeploy" means restart. There is ways to redeploy an application
> without restarting the application server but you should probably not
> bother with that.

And it would cause warnings with Tomcat since XWiki doesn’t free up resources 
properly and Tomcat has some verification for that. So it’s best to always stop 
your servlet container and restart it.

Thanks
-Vincent

> On Wed, Mar 15, 2017 at 12:03 AM, Douglas Landau
> <dougl...@westmarine.com> wrote:
>> Greets,
>> 
>> The LDAP Authenticator extension webpage says
>> "Unlike editing xwiki.cfg, which requires you to redeploy the XWiki webapp, 
>> ..."
>> 
>> How does one redeploy the app?
>> 
>> Thanks
>> Doug
>> 
>> 
>> -----Original Message-----
>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Marius Dumitru 
>> Florea
>> Sent: Tuesday, March 14, 2017 3:11 PM
>> To: XWiki Users
>> Subject: Re: [xwiki-users] CKEditor and Lightbox Macro Issue
>> 
>> On Tue, Mar 14, 2017 at 4:57 PM, Mahomed Hussein <maho...@custodiandc.com>
>> wrote:
>> 
>>> Hi
>>> 
>>> We’ve come across a slight issue with the Lightbox macro when using
>>> CKEditor 1.12. I thought I’d post to the group before logging it on Jira.
>>> 
>>> Basically, the issue is that when you go into CKEditor, the Macro
>>> encompasses all the text that follows it [1]. I have marked up all the
>>> images so please look at them as it should make it easier to see what
>>> I mean. Looking at the source, it appears that the closing DIV for the
>>> macro is being put at the end of all the following content [2].
>>> 
>>> 
>> 
>>> If you then go into Source view, it deletes all the text after the
>>> lightbox macro [3]. If you edit using the original Wiki editor, you
>>> can see all the text is there correctly [4]
>>> 
>> 
>> This sounds like http://jira.xwiki.org/browse/CKEDITOR-131 and the problem 
>> (see my comment to the linked issue) is probably that the LightBox Macro 
>> generates invalid HTML. It may look good in view mode, but usually that is 
>> because the browser fixes the invalid HTML on the fly. And this fixing on 
>> the fly messes up the macro rendering markers. Of course, the rendering 
>> markers should be made more robust, but that requires more changes. The 
>> easies solution is to make sure the macro generates valid HTML (e.g all tags 
>> are properly closed so that the browser doesn't have to close the DIV 
>> itself).
>> 
>> Hope this helps,
>> Marius
>> 
>> 
>>> 
>>> You can put in a terrible workaround (this was more an experiment than
>>> a solution to be honest) by going into Wiki edit mode, and adding 2
>>> extra line breaks and a closing DIV tag inside the HTML tags [5]. This
>>> then allows CKEditor to render correctly and you can view/edit the
>>> content after the light box without any issues. [6]. Sadly this isn’t
>>> a solution and I hope someone can help with a proper solution.
>>> 
>>> It seems to me that this is something that needs changing in CKEditor,
>>> rather than in the Lightbox Macro as rendering of the images and
>>> lightbox is fine when viewing the documents, and it seems the Macro JS
>>> code does not get executed when editing in CKEditor.
>>> 
>>> Please let me know if you need any other info and I hope someone can help.
>>> Thanks.
>>> 
>>> 
>>> [1] - http://pasteboard.co/JljtnBA9U.png
>>> [2] - http://pasteboard.co/JlFkCTN8k.png
>>> [3] - http://pasteboard.co/JlG6J0k5E.png
>>> [4] - http://pasteboard.co/JlGsIdGZK.png
>>> [5] - http://pasteboard.co/JlHgakjs2.png
>>> [6] - http://pasteboard.co/JlHCxvOC8.png
>>> 
>>> 
>>> 
>>> Kind regards,
>>> 
>>> 
>>> Mahomed Hussein
>>> Custodian Data Centre
>>> Email: maho...@custodiandc.com
>>> http://www.CustodianDC.com
>>> 
>> 
>> The information contained in this transmission may contain West Marine 
>> proprietary, confidential and/or privileged
>> information.  It is intended only for the use of the person(s) named above. 
>> If you are not the intended recipient, you are
>> hereby notified that any review, dissemination, distribution or duplication 
>> of this communication is strictly prohibited.
>> If you are not the intended recipient, please contact the sender by reply 
>> email and destroy all copies of the original
>> message. To reply to our email administrator directly, please send an email 
>> to netad...@westmarine.com.
> 
> 
> 
> -- 
> Thomas Mortagne

Reply via email to