The XWiki development team is pleased to announce the release of XWiki
Enterprise Manager 1.0 Release Candidate 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the first release candidate leading to XWiki Enterprise Manager 1.0.
The main new features is Wiki Manager GlobalSearch that implement a
multiwiki version of search(), searchDocuments() and
searchDocumentsNames(). It's also the first XEM released based on
final 1.2 version of XE.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM10RC1.
Thanks -The XWiki dev team.
Hi all,
I create a page to change the parent to a chosen page using:
#set ($mydoc = $xwiki.getDocument("some.page"))
$mydoc.setParent($targetdoc)
$mydoc.save()
It works but in the tree page I see the changed page into its original tree
location.
What is my fault ??
Thanks
Raffo
The XWiki development team is pleased to announce the release of XWiki
Enterprise Manager 1.0 Milestone 3.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the last XEM 1.0 milestone. RC1 and RC2 will follow.
The main modifications since XEM 1.0M2 are all XE 1.2 branch new
features as XEM 1.0M3 is now based on XE 1.2 Release Candidate 3.
Changes from 1.0 Milestone 3:
* XAAM-28: Add authors field to applications descriptors.
* XAAM-29: Add license field to applications descriptors.
* XAWM-23: Separate wiki and wiki alias concepts.
* XAWM-26: Add pretty name field to wikis decriptors.
* XAWM-29: Add users or groups rights at wiki creation time.
* XEM-78: Add default "xwiki" wiki descriptor.
* XEM-65: Make Application Manager and Wiki Manager more easily accessible.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM10M3
Thanks
-The XWiki dev team
Hallo,
I tried to include an external feed to my page. My feed XML looks like this:
<rss version="2.0">
<channel>
<title>Teamwebsite: SPO</title>
<link>http://davm/SPO/Forms/AllItems.aspx</link>
<description>RSS-Feed für die Liste 'SPO'.</description>
<lastBuildDate>Sat, 05 Jan 2008 10:50:22 GMT</lastBuildDate>
<generator>Windows SharePoint Services V3 RSS Generator</generator>
<ttl>60</ttl>
<image>
<title>Teamwebsite: SPO</title>
<url>/_layouts/images/homepage.gif</url>
<link>http://davm/SPO/Forms/AllItems.aspx</link>
</image>
<item>
<title>Wiki-Seite mit Kalender</title>
<link>http://davm/SPO/Forms/DispForm.aspx?ID=1</link>
<description><![CDATA[<div>Geändert: 05.01.2008
11:46</div><div>Geändert von: WSS\administrator</div><div>Titel:
Screenshot</div>]]></description>
<author>WSS\administrator</author>
<pubDate>Wed, 21 Nov 2007 16:03:06 GMT</pubDate>
<guid
isPermaLink="true">http://davm/SPO/Forms/DispForm.aspx?ID=1</guid>
</item>
</channel>
</rss>
I include my feed like this:
#set($myfeed=$xwiki.feed.getFeed("http://irrlichter.net/listfeed.xml"))
That just works and I'm able to access title and link like this:
${myfeed.getTitle()} --> "Teamwebsite: SPO"
${myfeed.getLink()} --> "http://davm/SPO/Forms/AllItems.aspx "
But how do I access specific nodes like "<lastBuildDate>"?
I hope someone could help me.
Christoph
--
View this message in context: http://www.nabble.com/Access-SyndFeed-object-tp15002046p15002046.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I see that any page we create in xwiki has a comments and attachment section
attached below the contents.
Is there any way to configure it to not show up.
I can do this by modifying the velocity template, but wanted it as part of
configuration setting.
Another thing I notice is that Comments and attachments section is part of a
panel in the panel application.
So one can always add it to left or right pane, thus it does not make much
sense to have it (by default) below every page.
Lastly I see that in panels application we can configure the left and right
panes. There should also be an option to configure top and bottom so as to
complete a border layout. Thus tomorrow we can move this comments and
attachments section in the bottom (for whatever spaces we need).
Let me know you suggestions on these.
Thanks
Sachin
--
View this message in context: http://www.nabble.com/Comments-and-attachments-in-a-xwiki-page-tp14949795p1…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hy everybody,
I've a little problem... I need to associate a link to an image so that i could click on it and go to another page. Is that possible? How? (if I insert an image and then associate a link on it, it'sn't working...)
Thank you
Mattia
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
Hi Devs,
Admin user should really be able to reset a user's password in the event
that the user forgets their password (like with any other system).
Something like a link for admin users simply called "set temporary
password" that requires the user to change their password when they use
this password would be perfect.
Not really sure it's a bug, as you can -can- do this by editing objects
directly, it's just not user friendly that way.
Brandon Esbach
Software Engineer
Wireless Systems Segment
Tyco Electronics
4 Eastgate Road
Eastgate
Little Island
Co. Cork
Ireland
Tel: +353-21-4808305
Email: esbachb(a)tycoelectronics.com
I have a new install of xwiki enterprise 1.2 on Linux Tomcat 5.5 with MySQL
4.1. I installed the war file and imported the xar file. Things seem to be
generally working but I get an error when I click on the Quick Links ->
What's New.
The page accessed when I click on the link is: xwiki/bin/view/Main/Dashboard
The error displayed is:
Error number 4001 in 4: Error while parsing velocity page Main.Dashboard
Wrapped Exception: Invocation of method 'searchDocuments' in class
com.xpn.xwiki.api.XWiki threw exception com.xpn.xwiki.XWikiException: Error
number 3223 in 3: Exception while searching documents with SQL web,
doc.name, max(ni.date) from XWiki Document as doc , XWiki RCSNode Info as ni
where doc.id=ni.id.doc Id and ni.id.version2=1 group by doc.web, doc.name
order by max(ni.date) desc? Wrapped Exception: could not execute query @
Main.Dashboard24,28?
Any ideas what the problem is.
Hello XWikiers,
while editing my class, I felt at least two places where the database
type appeared too convoluted to me (and I needed sample code) and
where the only thing I'd need is the reference to a document in some
space of the same XWiki.
Does this exist ?
Should I file a feature request ?
thanks in advance
paul