I am using 1.9-milestone-2 and trying webdav. I am connecting via Mac OS
finder. I can read files, but trying to save results in "unable to save"
error on the Mac side of things and this in the log (truncated for brevity):
2009-05-16 14:05:19,901 [http://localhost:8080/xwiki/webdav/mach_kernel]
[14615126@qtp0-3] ERROR webdav.XWikiDavServlet - WebDAV Exception
Occurred :
org.apache.jackrabbit.webdav.DavException: Method Not Allowed
I imagine I might have missed a configuration parameter somewhere. Any
suggestions?
Thanks,
Sean
Hello,
I did search what I possibly could but could not find a way to attach
an SVG file to a document and have this image rendered in it.
Is this doable?
I found that there is SVG plugin (enabled) in the xwiki.cfg but could
not find any documentation on how to use it.
(this is on XWiki 1.9-m2)
Kind regards,
Vlad
Hello,
I just updated XWiki (by fresh install) from 1.8.2 to 1.8.3 and
following velocity code renders differently:
{{velocity}}
#foreach( $attachment in $doc.getAttachmentList() )
* [[$attachment.getFilename()>>attach:$attachment.getFilename()]] :
{{code language=clojure}}
$attachment.getContentAsString()
{{/code}}
#end
{{/velocity}}
The intention of the macro is to render all attachments as code.
In 1.8.2, I get one box per code attachment as expected, in 1.8.3 it
looks that it renders each line of the attachment (one box per line of
the code).
Any ideas how I can fix this?
Kind regards,
Vlad
Hello,
since we upgrade on Version 1.82 We can no longer administrate the
users and groups in the admin Interface, we test it with safari
firefox. I update to1.83 but nothing changes.
I debug the xwiki user and group interface with firebug. They show me
the following error when i open the user and group config interface
GET http://SERVER/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&sec…
ASSTable is not defined
XWikiPreferences?editor=globaladmin§ion=Users()
()XWikiPre...ion=Users (Linie 318)
[Break on this error] var ta = new ASSTable("?xpage=get...r1",
"userstable", displayUsers, true);
When i go to the users and group interface, they show me a loading
bar. But the Client request is finished.
Hi there,
Right now the new WYSIWYG editor allows us to create simple lists like
the following:
----------8<----------
* plants
* animals
** invertebrates
** vertebrates
---------->8----------
By pressing just Enter when the caret is inside a list item we create a
new list item. This is the basic mechanism. It's simple and it should
remain so.
If I want to make the previous list a bit more complex:
----------8<----------
* (((= Plants =
Plants are living organisms belonging to the kingdom Plantae.)))
* (((= Animals =
Animals are a major group of mostly multicellular, eukaryotic organisms
of the kingdom Animalia or Metazoa.
They are divided into:)))
** (((== Invertebrates ==
An invertebrate is an animal lacking a vertebral column.)))
** (((== Vertebrates ==
Vertebrates are members of the subphylum Vertebrata, chordates with
backbones or spinal columns.)))
---------->8----------
I have to be able to insert new lines inside a list item using the Enter
key but without creating a new list item. Let's consider the following
state:
----------8<----------
* (((= Plants =)))
---------->8----------
We have a level 1 heading inside a list item. The caret is inside the
heading, at the end. Pressing Enter can have the following three outcomes:
1. Continue editing in the heading, but on a new line:
----------8<----------
* (((= Title 1
x =)))
---------->8----------
2. Continue editing in the same list item but after the heading, in a
paragraph:
----------8<----------
* (((= Title 1 =
x)))
---------->8----------
3. Create a new list item:
----------8<----------
* (((= Title 1 =)))
* x
---------->8----------
For the first outcome I think we all agree that the user has to press
Shift+Enter. For the second and third outcomes I see two options:
A) Enter for 2 and CTRL/META+Enter for 3
B) Enter for 3 and CTRL/META+Enter for 2
(if you see any other options please step up)
I'm +1 for A) for the following reason: if the user has inserted a
heading in a list item then he will surely want to add more content
after that heading, thus pressing just Enter is the natural way of doing
this. From a technical POV the caret is first inside a heading and then
inside a list item so the heading should have the priority of handling
the Enter key.
NOTE: Choosing A) or B) doesn't affect the way simple lists are created,
which is using just Enter.
Please cast your votes and sorry for the long mail,
Marius
Hi
I got the same problem and was because i missed some new files in the Xwiki space.
Did you follow the migration instructions on the Xwiki site ? And did you updated pages using the new XAR ?
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] De la part de Mohamed Arrass
Envoyé : vendredi 15 mai 2009 11:08
À : users(a)xwiki.org
Objet : [xwiki-users] XWiki Enterprise 1.83/1.82 . User and GroupAdministration
Hello,
since we upgrade on Version 1.82 We can no longer administrate the
users and groups in the admin Interface, we test it with safari
firefox. I update to1.83 but nothing changes.
I debug the xwiki user and group interface with firebug. They show me
the following error when i open the user and group config interface
GET http://SERVER/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&sec…
ASSTable is not defined
XWikiPreferences?editor=globaladmin§ion=Users()
()XWikiPre...ion=Users (Linie 318)
[Break on this error] var ta = new ASSTable("?xpage=get...r1",
"userstable", displayUsers, true);
When i go to the users and group interface, they show me a loading
bar. But the Client request is finished.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Hello,
I would like to parse an XML file that i attached to a page. I use
#set ($content = $xwiki.getURLContent($xmlURL))
...
$newdoc.fromXML($content)
If $xmlURL is set with something like "http://<mywikiurl>/xwiki/.../PageName/file.xml" it works and i can see my page
But if instead of a string i try to use $doc.getAttachementURL("file.xml"), the fromXML generates an exception, $context is empty
Any idea ?
Christophe Périnaud
Windows Server 2003 SP2 in a VMWare instance
Oracle 10g
Java 1.6.0_12
Xwiki 1.8 from the pack Jetty/HSQL
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Hello,
I would like to know how can i display the first name and last name of a user on a rights admin page, near the link to the user's page ? Users connect with a novell id so when a user wants to change page rights, he is only able to see a list of ID (not so usefull).
I checked the rightsUI.vm template that lead me in usersandgroups.js but in the function displayUsersAndGroups i don't know how to do then as it's the same function for users and groups and i don't know how to get the information in
Thank you for your help
Christophe Périnaud
Windows Server 2003 SP2 in a VMWare instance
Oracle 10g
Java 1.6.0_12
Xwiki 1.8 from the pack Jetty/HSQL
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Can someone please help me with this? i.e. having the xeclipse specific
swizzle-confluence source would really help me.
Thanks, Dan
>>> Hi,
>>>
>>> I'm working with the xwiki-xmlrpc code, and I'm wondering...
>>>
>>> What's the story behind swizzle-confluence-1.1-20070829-xwiki.jar?
>>>
>>> Where can I get the source?
>>>
>>> Thanks, Dan
>>>
>>>
>
>
>> Hi Dan,
>>
>> this was a custom package created long time ago from the Swizzle 1.1 +
>> some custom patches.
>> Those patches got eventually committed in the Swizzle trunk but since
>> there has not been a 1.2 release since, we kept that custom jar.
>>
>> You can assume that the source of that jar is the one you find in the
>> Swizzle trunk:
>> http://svn.codehaus.org/swizzle/trunk/swizzle-confluence/
>>
>> Cheers,
>> Fabio
>>
>
> Fabio,
>
> Thanks for the reply.
>
> The source at the above URL is not the code referenced in, e.g. org.xwiki.plugins.eclipse.model.impl.XWikiConnection:
>
> import org.codehaus.swizzle.confluence.Confluence;
> import org.codehaus.swizzle.confluence.IdentityObjectConvertor;
> import org.codehaus.swizzle.confluence.Space;
> import org.codehaus.swizzle.confluence.SpaceSummary;
> import org.codehaus.swizzle.confluence.SwizzleConfluenceException;
> import org.codehaus.swizzle.confluence.SwizzleXWiki;
>
> Specifically, SwizzleXWiki, SwizzleConfluenceException, and IdentityObjectConvertor do not exist in that codebase.
>
> I'm creating an XmlRpc client, and am using the XEclipse code as a pattern for my code. I'd like to have the source for the version of swizzle-confluence that implements these classes.
>
> Thanks,
> Dan
>
>