I was unable to install the Watch functionality in a Xwiki enterprise 1.8.3.
I followed the instructions but do not know how to execute (I am logged in
as Admin):
In Administration > Preferences > Advanced, add WatchCode.Translations as an
Internationalization Document Bundle.
Preferences has the logos such as General, Presentation etc. but where is
Advanced?
--
View this message in context: http://n2.nabble.com/Watch-1.1-Installation-Problem-tp2939579p2939579.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I created an external link with the new wysiwyg editor (1.8.3). After
that, I switch to wiki editor and the link looks like this:
[[link>>xwiki:Sandbox.WebHome||rel="__blank"]]
But rel="__blank" is not defined in the Syntax 2.0 (according to
http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax).
Shouldn't it be
[[link>>xwiki:Sandbox.WebHome||target="_blank"]] ?
Thanks
Reto
Hi,
and first of all, 1.8.3 is great, the link dialog is working fine and all in
all syntax 2.0 and wysiwyg for 2.0 seem to be of age now;)
Some things i found in context with the parent field and the link dialog.
To have pages in tree-view in the link dialog the parent has to be set as
"space.page". If the parent is set only as "page" or as "wiki:space.page"
(like it is set automatically in a virtual wiki environment, by the way
great that the parent is set anyway now), the Page is displayed in the main
level of the tree view.
Cheers
hel.
-----
hel(a)hel.at
--
View this message in context: http://n2.nabble.com/WYSIWYG-2.0-%281.8.3%29-tp2938056p2938056.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi XWikiers,
Ludovic (XWiki's founder) and I (XWiki OSS product manager) will be at
JavaOne in San Francisco from Sunday, May 31 to Saturday, June 6 included.
We'd be really happy to meet and hook up with community members and XWiki
users from the far side of the world :-)
We'll be on OW2 booth from Tuesday, June 2 to Thursday, June 4 during the
conference. We'd be really happy to meet with users outside the timeframe of
the conference too... Simply let us know whether you're in the area and
we'll go grab a beer while feverishly discussing XObjects and XClasses ;-)
Also, Jim Grisanzio told me there would be many people from the OpenSolaris
community hanging around, so JavaOne will be the perfect opportunity for
other XWiki Users to discover what the OpenSolaris community has been doing
with XWiki of late (cf.
http://opensolaris.org/os/community/web/restructuring/preview/ for more
information on the topic).
Looking forward hearing from you guys (and gals !!),
Guillaume
--
Guillaume Lerouge
Product Manager - XWiki
Skype ID : wikibc
http://guillaumelerouge.com/
Hi,
the link dialog works much better than in 1.8.1, but one thing i found:
i don't use the space for the page parent when i add the parent manually
(which i had to, since it wasn't added automatically in the new syntax)
because i found, that it's not needed to work (as it is in links when the
link is in the same space).
Now when i want to create a link to a wiki-page i get the tree-view (which
is great) but it seems i cant see all those pages where no space is
provided.
hel.
-----
----
hel(a)hel.at
--
View this message in context: http://n2.nabble.com/Links%2C-WYSIWYG-2.0-%281.8.2%29-tp2733494p2733494.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
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.