Is there a possibility to associate style information with the new toc macro?
Tried
(% class="toc" %)
{{toc start="5"/}}
and get
Not an inline macro
Thanks
hel.
-----
semantic-web.hel.at
hel(a)hel.at
--
View this message in context: http://n2.nabble.com/Toc-Macro-2-0-Style-tp3698456p3698456.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
The spaces list ($xwiki.getSpaces()) appears to be unsorted in 2.0 RC2. I upgraded my WAR from 1.9.3. Is this known and, if so, is there a workaround?
Thank you,
Joshua
Hi XWikiers,
I know some of you regularly update translations for languages on
http://l10n.xwiki.org/ . I've just refreshed the list of translations, which
created a slew of new empty strings :-)
It would be great if we could fill as much of them as possible before
releasing XWiki Enterprise 2.0. I'll handle the French ones.
You can find empty translations for your language on
http://l10n.xwiki.org/xwiki/bin/view/XE/XWikiCoreResources
Thanks in advance for your help,
Guillaume
--
Guillaume Lerouge
Product Manager - XWiki
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
Hi,
After Vincent made my mouth water today at the Jazoon, I wanted to try
XWiki but I could get the FAQTutorial to work with the 1.9 release
(xwiki-enterprise-installer-generic-1.9-standard.jar). Specifically:
After I enter the two strings "FAQs" and "FAQ" in the text fields, I get
this text in the editor:
## replace Main with the Space where you want your documents to be created
## replace the default parent with the one of your choice
## Save this template using the 'Save' button
#set( $class = $doc.name.substring(0,$doc.name.indexOf("Class")))
#set($defaultparent = "XWiki.${class}Class")
#set($defaultweb = "Main")
#includeForm("XWiki.ClassSheet")
This looks good. After save&view, I see this:
replace Main with the Space where you want your documents to be created
replace the default parent with the one of your choice
Save this template using the 'Save' button
#set( $class = $doc.name.substring(0,$doc.name.indexOf("Class"
#set($defaultparent = "XWiki.${class}Class")
#set($defaultweb = "Main")
#includeForm("XWiki.ClassSheet")
Note how the formatting is completely broken and that some ")" are
missing. When I open the page for editing, I see this:
## replace Main with the Space where you want your documents to be created
## replace the default parent with the one of your choice
## Save this template using the 'Save' button
#set( $class = $doc.name.substring(0,$doc.name.indexOf("Class"##
#set($defaultparent = "XWiki.${class}Class")
#set($defaultweb = "Main")
#includeForm("XWiki.ClassSheet")
As you can see, there is suddenly an empty line, the ")))" have been
replaced with "##" and the whole thing doesn't work. When I get rid of
the Comments near the start and just leave this code:
#set( $class = $doc.name.substring(0,$doc.name.indexOf("Class")))
#set($defaultparent = "XWiki.${class}Class")
#set($defaultweb = "Main")
#includeForm("XWiki.ClassSheet")
that gets mangles as well:
#set( $class = $doc.name.substring(0,$doc.name.indexOf("Class"
#set($defaultparent = "XWiki.${class}Class")
#set($defaultweb = "Main")
#includeForm("XWiki.ClassSheet")
Any ideas what could be wrong?
Oh, and when starting XWiki for the first time, I get this exception:
2009-06-24 20:58:26,853 [http://localhost:8080/xwiki/bin/view/Main/]
[481877743@qtp0-7] ERROR lucene.LucenePlugin - cannot open
index /home/digulla/XWiki
Enterprise/jetty/work/Jetty_0_0_0_0_8080_xwiki__xwiki__5alevh/lucene
org.apache.lucene.index.CorruptIndexException: failed to locate current
segments_N file
at
org.apache.lucene.index.IndexFileDeleter.<init>(IndexFileDeleter.java:207)
at
org.apache.lucene.index.IndexWriter.init(IndexWriter.java:722)
at
org.apache.lucene.index.IndexWriter.init(IndexWriter.java:673)
at
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:523)
at
com.xpn.xwiki.plugin.lucene.LucenePlugin.createSearchers(LucenePlugin.java:560)
at
com.xpn.xwiki.plugin.lucene.LucenePlugin.openSearchers(LucenePlugin.java:579)
at
com.xpn.xwiki.plugin.lucene.LucenePlugin.init(LucenePlugin.java:508)
at
com.xpn.xwiki.plugin.XWikiPluginManager.initPlugin(XWikiPluginManager.java:155)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.java:92)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.java:120)
at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:1022)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:742)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:670)
which is probably safe to ignore but maybe you can rid of it nonetheless :)
Best regards,
--
Aaron "Optimizer" Digulla a.k.a. Philmann Dark
"It's not the universe that's limited, it's our imagination.
Follow me and I'll show you something beyond the limits."
http://darkviews.blogspot.com/http://www.pdark.de/
Hi xwiki users,
I have a problem setting an object date property from a String.
The code I am doing is :
($startDate is a string I got from the request)
#if($context.getUser()!="XWiki.XWikiGuest")
#set($releaseDoc=$xwiki.getDocument("Project.${releaseid}"))
#set($releaseObj=$releaseDoc.getObject("XWiki.ReleaseClass"))
$releaseObj.set("startDate",$datetool.toDate($startDate))
$releaseDoc.save()
${releaseObj.startDate}
#else
NoRight
#end
This piece of code is placed on the Skin Object and I call it using Ajax
(I use an InPlaceEditor from scriptaculous)
What I got in result from this is NoRight if I am not connected but a
wiki page with this template does not exist if i am logged in. I don't
understand what is missing.
I tried using Groovy, but I got the Groovy code in response, it was not
executed.
If someone can point out my error, I am all heard.
Thanks in advance
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
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.0 Release Candidate 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the last release candidate before the XWiki enterprise 2.0 final version
69 Jira issues has been closed for this release.
Changes from 2.0 Release Candidate 1:
* New Colibri skin improvements
* General UI improvements
* WYSIWYG improvements
* Rendering 2.0 improvements
* New regexp velocity tool
* Update translations: de, fr, gl, ru, sk, lv, pl, sv, zh, ro, ua,
ko, hi, cs
As usual we need the community to heavily test this release before the
final release to catch all the remaining issues.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise20RC2
Thanks
-The XWiki dev team
Hi XWiki Community,
I'm happy to share some good news for the XWiki Platform and Community
that we got today.
We (XWiki SAS) had responded to a French Government Call for Web 2.0
Projects in early July and we got the good news today that our project
was selected with 43 other projects (among 340 proposals) to receive
state funding.
In this project, where the research entity INRIA/ECOO and Open Source
company Mandriva are also participating, we have proposed to enhance
XWiki's social features and integrate Real-Time capabilities in XWiki
(both for editing information and viewing information in real-time).
We already worked with INRIA/ECOO on XWiki Concerto (offline and mobile
XWiki) which is the specialist in France and probably Europe of
Operational Transformation Technology (which is used in Google Wave for
real-time capabilities).
We'll talk more about the features this will bring to XWiki when we
formally launch the project. We don't know yet how fast it will go to
formalize the public funding and start the project (it usually takes at
least a few month).
It's great to be able to continue to work on innovative technologies in
the Wiki space, which is not that easy as we have already so much work
to package and polish all the great ideas and features that are already
in the XWiki platform.
It's also great to see the progress the XWiki software has made in the
last year, from XWiki 1.8 to XWiki 2.0 coming out soon. The new
rendering, new Wysiwyg editor, the Office Importer and now the new skin
are making XWiki do a lightyear of progress in just one year !
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hello
We write from Sardinia - Italy .We would like to make a wiki page and
obtain a wiki hosted on the XWiki farm.
We woul like to promote our project - Naturalmente Unidos that aims to
contrubute to environmental sensibilization through artistic and ludic
activities.
We would like to know how to start creating the wiki page.
Thank you very much
Cheers
Ana and Luca
______
Invia adesso le tue Raccomandate via e-mail: http://www.gmail.it/pec.htm