Hi,
my friend and I are stuying in science teaching and we have to build a wiki for a school project. For this project, I will like to have a wiki name : lamaisonverte.
My username is p0825828.
Thanks,
Maxim
Hi,
I'm new to XWiki but know Confluence pretty well. I'd like to be able to do
something similar to what Confluence does with their blog macro - be able to
show 1..n recent blog posts on a page, either just showing the titles (which
we can do with Velocity as per the default Dashboard), or showing a "teaser"
that shows the title, date posted, poster, and a small intro snippet of the
post...
Format would be like:
TITLE
snippet...
...
...
Posted by user at datetime (possibly comment stats etc)
Is there a way to do this in XWiki?
Hi,
I am trying to change the values for a static list field in a wiki class programatically but so far I have only figured out how to display them. Is it possible to set class property values for static list fields programatically through velocity or groovy code?
The code that I'm using to display the values is pasted below:
#set($classdocname = "Test.TestClass")
#set($classdoc = $xwiki.getDocument($classdocname))
#foreach($field in $classdoc.getxWikiClass().properties)
* $field.prettyName
$doc.displayEdit($field.xWikiClass.get("values"), "${field.name}_" , $field)
#end
Thanks,
Radek
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.2 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is first milestone of the XWiki Enterprise 2.2 version. This
release mainly introduces new Model, the possibility to register wiki
macros for any user or wiki and many improvements of xar import.
Main changes from 2.1.1:
* Contextual wikimacros
* New Model module with Reference implementation
* XAR Import improvements
* Allow set to null in velocity
* Upgraded to Groovy 1.7
* Lots of accessibility fixes
* Lots of bugs fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise22M1
Thanks
-The XWiki dev team
I've installed XWiki Enterprise Manager 2.1.1 and have created a new
XWiki Enterprise instance. I can access the WikiManager through
localhost but not through the domain; it always redirects to the
ThisIsNotAWiki page. I would like to manage the creation/deletion of
Wiki installations through the domain and not have to VPN into the
server to use localhost.
Works
http://localhost:8081/xwiki/
Doesn't Work
http://domain:8081/xwiki/
BTW, I'm able to access the wiki created through the WikiManager
through the domain.
Works
http://localhost:8081/xwiki/wiki/mywikihttp://domain:8081/xwiki/wiki/mywiki
Any help would be great.
Oops. Sorry for sending what was meant to be a private communication to the entire mailing list.
________________________________
From: Milind Kamble <mbkads(a)yahoo.com>
To: XWiki Users <users(a)xwiki.org>
Sent: Thu, January 21, 2010 10:48:34 PM
Subject: Re: [xwiki-users] Access Rights Automatic Update
Very well written email, Felix. Hopefully we should have an answer by tomorrow :)
Milind
________________________________
From: Meng Wu <mengxwu(a)yahoo.com>
To: Xwiki Users <users(a)xwiki.org>
Sent: Thu, January 21, 2010 5:55:28 PM
Subject: [xwiki-users] Access Rights Automatic Update
Hello everyone,
I first want to thank the development team for including Ajax dynamic features onto XWiki. XWiki's simplicity and dynamics are some of the reasons why my team is so interested in implementing XWiki.
The only problem I've been having to deal with is the automatic access rights update. The cycle of rights is Blank (Default) -> Allow -> Deny -> back to Default, etc. The drawback of dynamic updates though, is that if I want to change my own right to view a certain page from "Allow" to "Default", I have to cycle through "Deny". Because of the automatic access control updating feature, when I cycle through Deny, I am automatically denied viewing rights, and thus locked out of my own page. Are there any good ways of getting around this problem? Or are there ways of implementing dropdown menus instead of square checkboxes, or having a longer delay when you cycle through access control options?
Felix
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello everyone,
I first want to thank the development team for including Ajax dynamic features onto XWiki. XWiki's simplicity and dynamics are some of the reasons why my team is so interested in implementing XWiki.
The only problem I've been having to deal with is the automatic access rights update. The cycle of rights is Blank (Default) -> Allow -> Deny -> back to Default, etc. The drawback of dynamic updates though, is that if I want to change my own right to view a certain page from "Allow" to "Default", I have to cycle through "Deny". Because of the automatic access control updating feature, when I cycle through Deny, I am automatically denied viewing rights, and thus locked out of my own page. Are there any good ways of getting around this problem? Or are there ways of implementing dropdown menus instead of square checkboxes, or having a longer delay when you cycle through access control options?
Felix
Hello,
I encountered an annoying situation and am wondering what I should do...
As I wanted to enable email notifications of page updates, I entered our
SMTP server information in the wiki preferences page. As it's needed by our
server, I also entered my personal account credentials to be able to connect
to the smtp server.
The password field not being a "password" type field, it means everyone with
admin rights in the wiki can have my password, but I can live with that for
now. To see if it works, I now watch the whole wiki.
I changed my password, so I updated the page, and gracefully received my old
and new password in the notification email, in the page diff ... As well as
the other admin. My question is : does notification process check for pages
rights, meaning that if anyone registered to watch the whole wiki, did he
receive my password through his notification emails as I did, or does he
only receive notifications for updates on page he has rights on ?
Thanks,
Jeremie
Vincent,
I thought the '+' would be an issue, but my problem is not solved yet I'm
afraid
I changed the code to
* [$msg.get("xe.panels.quicklinks.infos utiles")>Infos utiles.WebHome]
And while it does send me to the correct space, the text in the panel is
still xe.panels.quicklinks.infos
utiles<http://192.168.5.165:8080/xwiki/bin/view/Infos+utiles/>instead
of Infos
Utiles ...
I would tend to believe that the $msg.get("xe.panels.quicklinks.infos
utiles") instruction does not find the information it needs, and just shows
itself instead ... which means that an information is missing somewhere in
the space paramaters ...
But I have no idea what or where it should be filled in ... !