Hi all,
has anyone already tried the "Junp to page" feature of the release 1.9.0
behind an Apache server?
When I type the page name, I'm asked for authentication again and again.
Here is my apache config:
<Location /xwiki>
SSLRequireSSL
AuthType Basic
AuthName "xwiki is a restricted area."
AuthUserFile E:\Programme\xampp\apache\etc\passwd
Require valid-user
ProxyPass ajp://127.0.0.1:8019/xwiki
ProxyPassReverse ajp://127.0.0.1:8019/xwiki
</Location>
My XWiki installation:
XWiki 1.9.0
MySQL 5
Tomcat 5.0.28
Thanks a lot,
Marco
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.9.1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is a bug fix and enhancement release mainly around new WYSIWYG
and new Rendering modules.
Changes since XWiki Enterprise 1.9. Improvements:
* Latvian translations available
* XWIKI-4016 Add the ability to configure the colors displayed by the
color picker
* XABLOG-31 Add a default article to the blog
* XABLOG-32 Displaying blog-specific panels on the left of the screen
in the Blog space
Important Bugs fixed:
* Various bugs fixed in the xwiki/2.0 WYSIWYG editor
* Various bugs fixed in the xwiki/1.0 to xwiki/2.0 converter
* XWIKI-3992 Preview is broken in path based multiwiki
* XWIKI-4033 When saving after section edit entire page is overwritten
* XWIKI-3987 Livetable macro isn't working anymore in XWiki 2.0 syntax
* XWIKI-3991 Livetables don't work when edited in the WYSIWYG editor
* XWIKI-4051 Office Importer auto-start feature is broken in 1.9 branch
* XABLOG-49 Publishing blog posts does not work for non-admin users
* XABLOG-48 The Recent Posts panel displays hidden posts
* XATAG-17 Don't allow tags to be renamed to the empty string
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise191
Thanks,
The XWiki dev team
Dear All
I am trying to get a captcha to work, and am struggling.
If i go to edit the register page and edit the code I can get a captcha
field to display :-) along with an input box.
This is what I did:
#if ($xwiki.jcaptcha.verifyCaptcha("CaptchaName"))
#if ($context.user=="XWiki.XWikiGuest")
<img style="border: solid 1px #000000" src="$doc.getURL("jcaptcha")">
<br /> Please type the captcha below:*
<br /> <input size="40" type="text" name="jcaptcha_response" /> <br />
#end
#end
I have searched through this mail group and read several posts on using this
captcha.
I have tried altering the action thus:
<form id="register" action="captcha.vm" method="post">
but that didn't seem to do much (well, anything really!)
I have also tried this
http://n2.nabble.com/CAPTCHA-for-comments-and-registration-td507976.html#a50
7976 frm Sachin Mittal at the very bottom - but I am lost!
Could somebody please help?
Thanks
E
Hi Asiri,
I installed from the following:
xwiki-enterprise-web-1.8.4.war
xwiki-enterprise-wiki-1.8.4.xar
OOo_3.1.0_Win32Intel_install_en-US.exe
If I open the Word document in OOo I can see the Visio drawing and other
images. In the imported XWiki markup there is no sign that there was
anything either where the drawing or the inserted image were.
Thanks,
Kevin
>> I have just set up the Office Importer and tried importing a Word
document
>> that contains an embedded Visio drawing. The document imported OK,
but the
>> Visio drawing is not visible. Also other images in the document
(simple
>> picture elements) are not visible.
>>
>> Is this an issue in my configuration or is this just the way it
works?
>
>It's definitely not the way it works. Which XE version are you using?
and
>which OOo version?
>
>Thanks.
>
>- Asiri
Hi Florian.
On Wed, Jul 1, 2009 at 1:00 PM, Florian Rhomberg <
florian.rhomberg(a)nettania.net> wrote:
> Hello!
>
> I have a question tot he new WYSWYG. First I have to say that this editor
> is
> really really much better than the old one, gratulations. Especially the
> new
> method to insert macros is quite well! In future will it be possible to add
> news macros to the standard ones? Especially the macro to add a list of all
> pages of this space would be very useful!
>
>
>
> But now my problem:
>
> I did a backup of my old xwiki content which was version 1.8 I think so.
> After installing the new one I ibstalled the new xar file for 1.9. Then I
> imported selected articles of the old wiki tot he new one. But now if I
> want
> to edit an old article I get also the old WYSIWYG editor and not the new
> one. This does not satisfy me, is there a possibility to change this?
>
Try this:
go to the wiki edit mode, change the page syntax to xwiki/2.0, this will ask
you if you want to convert the page into xwiki/2.0 syntax, say "yes" :)
Then xwitch back to wysiwyg editor, you should get the new wysiwyg editor
now.
Not sure if this is the optimal solution, but it should work.
- Asiri
>
>
>
> Thanks,
>
> Florian
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Hi Florian,
Florian Rhomberg wrote:
> Hello!
>
> I have a question tot he new WYSWYG. First I have to say that this editor is
> really really much better than the old one, gratulations. Especially the new
> method to insert macros is quite well! In future will it be possible to add
> news macros to the standard ones? Especially the macro to add a list of all
> pages of this space would be very useful!
Yes, soon you'll be able to write your own macros inside wiki pages and
this macros will be automatically discovered and listed in the WYSIWYG
"Insert Macro" dialog.
Thanks,
Marius
>
>
>
> But now my problem:
>
> I did a backup of my old xwiki content which was version 1.8 I think so.
> After installing the new one I ibstalled the new xar file for 1.9. Then I
> imported selected articles of the old wiki tot he new one. But now if I want
> to edit an old article I get also the old WYSIWYG editor and not the new
> one. This does not satisfy me, is there a possibility to change this?
>
>
>
> Thanks,
>
> Florian
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
On Wed, Jul 1, 2009 at 09:30, Florian
Rhomberg<florian.rhomberg(a)nettania.net> wrote:
> Hello!
>
> I have a question tot he new WYSWYG. First I have to say that this editor is
> really really much better than the old one, gratulations. Especially the new
> method to insert macros is quite well! In future will it be possible to add
> news macros to the standard ones? Especially the macro to add a list of all
> pages of this space would be very useful!
>
>
>
> But now my problem:
>
> I did a backup of my old xwiki content which was version 1.8 I think so.
> After installing the new one I ibstalled the new xar file for 1.9. Then I
> imported selected articles of the old wiki tot he new one. But now if I want
> to edit an old article I get also the old WYSIWYG editor and not the new
> one. This does not satisfy me, is there a possibility to change this?
Basically to have the new WYSIWYG you need the new syntax. So the
common way is to do what Asiri explained: change the syntax and then
you will get the new WYSIWYG.
Note that there is quite big difference between 1.0 and 2.0 syntax
when you do Velocity scripting or insert html so the converter do what
it can but you will need to check the result. If you just have pure
wiki syntax it should be ok.
>
>
>
> Thanks,
>
> Florian
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Thomas Mortagne
Hello!
I have a question tot he new WYSWYG. First I have to say that this editor is
really really much better than the old one, gratulations. Especially the new
method to insert macros is quite well! In future will it be possible to add
news macros to the standard ones? Especially the macro to add a list of all
pages of this space would be very useful!
But now my problem:
I did a backup of my old xwiki content which was version 1.8 I think so.
After installing the new one I ibstalled the new xar file for 1.9. Then I
imported selected articles of the old wiki tot he new one. But now if I want
to edit an old article I get also the old WYSIWYG editor and not the new
one. This does not satisfy me, is there a possibility to change this?
Thanks,
Florian