Re: [xwiki-users] A couple of questions after migrating xwiki from 0.9.840 to 1b3
Hi, Vincent and Jean-Vincent, One thing I really like xwiki is that almost all questions posted in the user list will be answered by others in a timely fashion. Thank you for your help and my problems are pretty much solved by your answers. My previous category->blog post mappings are lost actually due to my blind import of the 1b3 .xar file. I later on unchecked the Blog.* section and now I can have my mappings bag via jean-Vencent's code snippet. I now can access the Tags section via the URL Vincent sent to me. I also found out I can access the Tagged pages via the Tag page in the Main space. I played with the Panel wizard a bit and can get the XWiki space back there. The drag and drop layout tool is so cool. I also have modified the skin and did a little customization based on Vincent's answer. Now my xwiki has been almost up with the 1.0b3 code base. Sorry to hijack the session, i thought that was not hijacking but didn't know that still left some inaccurate meta data in the thread. I will start a new thread in the future. Thanks a lot! -Jimmy ----- Original Message ----- From: "Jean-Vincent Drean" <[email protected]> To: <[email protected]> Sent: Monday, February 12, 2007 10:05 AM Subject: Re: [xwiki-users] A couple of questions after migrating xwiki from 0.9.840 to 1b3
2007/2/12, Vincent Massol <[email protected]>:
Hi Jimmy,
On Feb 12, 2007, at 12:57 AM, [email protected] wrote:
2. My previous pages are categorized in 0.9.840 in 15 categories. I could navigate to the pages from the category list. Now all my pages are displayed in the Main space without categorization. Is there a way to get back the categorization for each pages? I noticed there are a couple of predefined categories in the Blog space.
I don't have an answer for this. Maybe others know?
I assume you are talking about blog posts, to see the categories again you'll have to create a panel (/xwik/bin/view/Panels/) containing this code :
--------------------------------- #panelheader('Blog') #set($blogcatdoc = $xwiki.getDocument("Blog.Categories")) #if($xwiki.hasAdminRights()) <font size="-2">(<a href="$blogcatdoc.getURL("inline")">Editer les Categories</a>)</font> #end #set($catdoc = $xwiki.getDocument("Blog.Categories")) #foreach($catobj in $catdoc.getObjects("Blog.Categories")) #set($catname = $catdoc.display("name","view",$catobj)) #if($catname!="") * [${catname}>Blog.Category?category=${catname}] #end #end #panelfooter() ---------------------------------
--------------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
hi, has anyone of you been able to build the new XWiki with Maven? I get some strange exception... kind of that it cannot find the maven-jar-plugin! other maven projects work as expected greetings, kris
Hi Kristian, On Feb 14, 2007, at 8:49 AM, Kristian Marinkovic wrote:
hi,
has anyone of you been able to build the new XWiki with Maven?
I get some strange exception... kind of that it cannot find the maven-jar-plugin! other maven projects work as expected
Our Maven build is not ready to be used yet. Please use the Ant build for now (see http://www.xwiki.org/xwiki/bin/view/Community/Building). Thanks -Vincent ___________________________________________________________________________ Yahoo! Mail r�invente le mail ! D�couvrez le nouveau Yahoo! Mail et son interface r�volutionnaire. http://fr.mail.yahoo.com
participants (3)
-
jimmy@comkraft.com -
Kristian Marinkovic -
Vincent Massol