Hi All
I have a page (p1) written in syntax 2.0. It has a link to another page (p2). When I'm renaming or moving p2, there is no backlink from p1 to p2 on Rename screen. Also, if I add Orphaned Pages panel, I can see p2 listed in there. Looks like links from syntax 2.0 pages are not tracked at all.
If I add link to p2 on some 1.0 page, it works fine: backlink is shown on Rename page and p2 disappears from Orphaned Pages list.
Is it me doing something wrong or bug in XWiki?
I'm using XWiki Enterprise 1.7.1.15366. Backlinks are turned on in xwiki.cfg
Regards
Alexey
Dear all,
I am trying to create a document from a page, with a template and an
object attached, but without having to quit the said page.
I generate fine the new document and the object with the values i want
for the properties, but i did not succeed in putting text in the
document, i tried using $newDoc.setDefaultTemplate and
$newDoc.insertText but no success at all.
I post here my piece of code, any hint will be appreciated (after a few
hours on this, i am a bit lost):
#if($createDomain!="")
#set($newDoc=$xwiki.createDocument())
#set($newName="Project."+$newDomainId)
$newDoc.rename($newName)
$newDoc.insertText("#includeForm(\"XWiki.DomainClassSheet\")","")
#set($newDoc=$xwiki.getDocument($newName))
#set($newObject=$newDoc.newObject("XWiki.DomainClass"))
$newObject.set("id",$newDomainId)
$newObject.set("name",$createDomain)
$newDoc.save()
#end
Jean
--
----
Jean Couteau
Code Lutin - http://www.codelutin.com
44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire
Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28
Hi guys,
I chose to have our XWiki to be translated into German. The standard
setting to "de" does only change some portions of the Wiki. Is the
prefered way to have everything translated to manipulate all standard
templates or is there some kind of better, more stable way? What
happens if I translate stuff in the templates and update the XWiki
later on. Would they vanish again? If I go on translating the stable
and preferred way, which I hope you give me some suggestions for, I'm
willing to give you the work back, if you like, of course.
Cheers,
Sebastian
Thanks Jean-Vincent,
Yes, I notice now that I only have the "admin" column in the space rights
editor, not per page. Still, I can assign access rights for any other page
in this space, but for these two I get:
"an exception occured while trying to save current modifications.
please check if you have the proper rights to preform these modifications."
> Date: Mon, 26 Jan 2009 17:33:32 +0100
> From: Jean-Vincent Drean <jean-vincent(a)drean.org>
> Subject: Re: [xwiki-users] [MYXWIKI] access rights issue
> To: XWiki Users <users(a)xwiki.org>
> Message-ID:
> <c58832290901260833l618f3336k713b10e1b5e8dad8(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Mon, Jan 26, 2009 at 5:25 PM, Yishay Mor <yishaym(a)gmail.com> wrote:
> > I have a couple of pages on an xwiki I manage on the mywiki farm with a
> > strange access rights situation:
> >
> http://patternlanguagenetwork.myxwiki.org/xwiki/bin/view/Patterns/Classroom…
> >
> http://patternlanguagenetwork.myxwiki.org/xwiki/bin/view/Patterns/TryOnceRe…
> >
> > Although I am an admin of the site, I can't admin these pages. In the
> rights
> > editor, I get columns for edit, comment, view and delete but not admin.
> When
> > I try to change any values I get an error. I can admin all other similar
> > pages in the space.
>
> Hi,
>
> There's no admin rights for wiki pages, the admin right can be granted
> at the space and wiki levels.
>
> JV.
>
>
> ------------------------------
>
>
Hello,
The old server xwiki is down since 2 days, exemple : http://rcnthouare.xwiki.com
It's possible to reload this server...I know that there is no engagement of
service.
Thank you for your help
Joel
Hi guys,
I have some points that I don't understand in XWiki, which occur
somehow like bugs to me.
I just edited the WebHome article of the Main Space which came with
the default XWiki-Xar-File.
In that WebHome there are 2 sections defined, the first one being the
started by a Title1 format caption and the second one being started by
a Title2 format caption. First thing is, how can I get another section
with Title2 format in that page. I couldn't find any documentation on
this.
When editing the page in XWiki1.0 syntax I tried to add a section by
having a "1.2" prefix after the existing "1" and "1.1" section, but
that results in 1.2 being printed on the resulting page instead of a
Title2 headline and a new section. When I format Title2 using WYSIWYG,
I get HTML syntax in Wiki-Syntax instead of 1.2 (which didn't work
before). The result is, that the page has a new bold Title2 headline,
but still no new section (besides the syntax being strange - HTML).
Another point is, that I just reedited that page and now, after
saving, the first section, the one with the Title1 headline is no
longer editable. WebHome points to section 2 directly, though I still
see the content in the page.
Last point is: How can I get XWiki2.0 Syntax working? I enabled it in
xwiki.cfg, but that doesn't seem to have any effect.
I really hope, you can give me some hints on my troubles. BTW, I'm
using MSSQL 2000, if that could be involved in the problems.
Many thanx in advance.
Cheers,
Sebastian