I followed our exact process in this upgrade that we have done with all previous versions and now we are getting this error. Any pointers as to what changed that could cause this?
HTTP Status 404 - /xwiki
type Status report
message /xwiki
description The requested resource is not available.
________________________________
Apache Tomcat/8.0.23
I am creating a knowledge base for a local municipal code which follows a typical book hierarchy. I plan on using nested pages to create a pages hierarchy for navigating and searching the code text at different levels. For example each end page would have a space path like so:
Title 19.Part 2.Chapter 4.Section 100
Title 19.Part 2.Chapter 4.Section 200
etc.
Currently I am using a Velocity macro to create links to each child page and at the chapter level I also start including the child pages. I then follow the links to make the child pages. This works relatively well but has a couple of disadvantages. 1) It is slow to create each page by repeatedly following the links, selecting the template and pasting the next tier of code. 2) It hardcodes the child page names which if changed (say due to a typo) must be updated by hand each time.
I am wondering if there is a more efficient way that I can automate the page and link creation process. Ideally I would have a way to create the complete page hierarchy by providing the names and levels of each page with the same code in each page providing a link to each child of that page. Then I could paste the content text into each page at the end of the branch. I have done something similar to this using Jeykell but that is much simpler as it is static content based on the file structure. If I am going about this all the wrong way I am open to other suggestions.
Regards,
Jesse
To all XWiki users,
If you’re upgrading from a version of XWiki < 7.2 and moving to a version > 7.2 (don’t use 7.2 or 7.3, you should use 7.4.2), then you should read this page:
http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization
It explains the concept of Nested Pages and explains how to migrate your content.
Hope it helps,
Thanks
-Vincent
Does XWiki support markdown syntax?
This commit-history link makes it seem so:
https://github.com/xwiki/xwiki-rendering/pull/1. But I don’t remember
reading about markdown syntax on the XWiki Syntax guide.
Thanks,
Chetan
Hi Users,
i made a custom xar-file because i want to import some content into XWiki
8.0. But it seems to stuck. i can upload the file but it is never imported.
The request.log show only
127.0.0.1 - - [20/Mrz/2016:20:51:39 +0000] "POST
/xwiki/bin/upload/XWiki/XWikiPreferences HTTP/1.1" 302 -
127.0.0.1 - - [20/Mrz/2016:20:51:40 +0000] "GET
/xwiki/bin/get/XWiki/XWikiPreferences?xpage=packagelist&forceTestRights=1
HTTP/1.1" 200 946
127.0.0.1 - - [20/Mrz/2016:20:51:41 +0000] "POST
/xwiki/bin/get/XWiki/XWikiPreferences?xpage=packagedescriptor&package=B.xar
HTTP/1.1" 200 133
so i have no clue whats wrong. My created xml-files seem correct. Can i send
you an example, so you can test why it is not working? I have no idea.
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/XAR-Import-tp7598556.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thanks!
----------------------------------------------------------------------
Date: Tue, 22 Mar 2016 12:33:25 +0100
From: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
To: XWiki Users <users(a)xwiki.org>
Subject: Re: [xwiki-users] Selenium Application: On LGPL 2.1?
Message-ID:
<CAPnKnLHCtW8snPLCAH_+_+2B-UTkHVh3S9hdFNq4efrYUhQS3w(a)mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
It was actually a mistake, it's fixed now
On Tue, Mar 22, 2016 at 1:02 AM, Peredo, Francisco <fperedo(a)amazon.com> wrote:
> Hi Xwiki team!
>
>
>
> Would it be possible to also offer this http://extensions.xwiki.org/xwiki/bin/view/Extension/Selenium+Application as LGPL 2.1 (the same as the rest of Xwiki) ?
>
>
>
> Thanks
>
> Regards,
>
> Francisco
>
_______________________________________________
ClassHealthDimensions
Class properties
-key (key: String)
-parent (parent: Database List)
-title (title: Computed Field)
-description (description: Computed Field)
Parent attribute specified as Database List
XWiki Class Name: WaihonaCode.classHealthDimensions (where WaihonaCode is the space where class is defined)
Id Field Name: key
Value Field Name: title
I would like to create a tree of objects with a few objects having no parent (top-level)
The other objects should have one parent referencing a object of the same class
But when creating a object the database list remains empty?
What am I missing?
Gerritjan Koekkoek
Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
Visit our website<http://www.cdlsworld.org>
Facebook<https://www.facebook.com/gerritjan.koekkoek>
email<gerritjan(a)cdlsworld.org>
I thought I remember seeing the option to require a user to change their password at the next login using the 8.0 Milestone 1 but I am running the latest 8.0 and I don't see it. Am I imagining this?
Regards,
Jesse