Hello everybody !
I am very very new to Xwiki. I just got one hosetd in the community farm. I
am having some questions already.
How can I let's say apply a new skin? do I have to have access to the host
server through FTP for example?
Here is another one: is there any documentation or FAQ's to go through
before posting questions here? I don't want to ask questions that might have
solutions already elsewhere.
Thanks a lot
--Hicham
Yes I know this already but for example if u want to create a new page called
World cup
The page will be called worldcup
if u do a [$doc.name] Here the name of the link will be normal "World Cup"
BUT if u do a $doc.name u will get worldcup.
My problem is i want to get the normal name of the page which is displayed when u do a [$doc.name]
Thanks
Original Message:
Hi,
<br />
<br />On Fri, Jul 25, 2008 at 10:42 AM, Hosam Hassan wrote:
<br />> Hello Guys,
<br />>
<br />> I want to get the document name but WITH the spaces. I do it like that $doc.name but it prune the white spaces for some reason!. Any idea how to get the normal name of the document?.
<br />
<br />$doc.space = Space
<br />$doc.name = PageName
<br />$doc.fullName = Space.PageName
<br />$doc.prefixedFullName = wikiname:Space.PageName
<br />
<br />See XWiki api for a complete list of available methods :
<br />http://platform.xwiki.org/xwiki/bin/view/DevGuide/API
<br />
<br />>
<br />> Many thanks,
<br />>
<br />> Hosam
<br />> _______________________________________________
<br />> users mailing list
<br />> users(a)xwiki.org
<br />> http://lists.xwiki.org/mailman/listinfo/users
<br />>
<br />>
<br />
<br />
<br />
<br />--
<br />Thomas Mortagne
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
Good day, community !.
One question - is exists configuration parameter, which set name of web
application (other then 'xwiki') or it's still hardcoded in java ?
I.e. I want to run two different xwiki-based applications on different
databases on one tomcat instance.
I can set different dabases (with xwiki.db parameter), now I want set
different base urls.
//I remember, than year ago it was hardcoded. Is situation was changed for now ?
--
Ruslan Shevchenko
GradSoft. http://www.gradsoft.ua
Is there a known problem with ldap group synchronisation in 1.3.2?
The synchronisation works fine if it's the user's first login (...if the
user is created). XWiki maps all AD groups to XWiki groups like it should.
When a admin deletes the user from the XWiki group (without changing
anything in the AD) and the user logs in again, XWiki doesn't re-map the AD
group membership to the XWiki group membership.
I have set:
xwiki.authentication.ldap.mode_group_sync=always
and for testing purposes:
xwiki.authentication.ldap.groupcache_expiration=60
The xwiki.authentication.ldap.group_mapping settings shall be fine, since it
works at least for the first login.
Or do I have to set any other parameters as well? Thank you in advance!
--------
Plus: If the user name contains a blank space (like "AAA BBB") (please don't
ask me why.................. ^^), the user itself seems to be created
correctly (I can find the user in the "Users" tab in the Administration
area), but when I list all members of a group this user belongs to, there
are two entries in that list: "XWiki.AAA" and "BBB" (without "XWiki."
before)... So there may goes something wrong when creation the relation
between the group and the user.
--
View this message in context: http://n2.nabble.com/Group-Sync-in-1.3.2---blank-spaces-in-user-names-tp580…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello Guys,
I want to get the document name but WITH the spaces. I do it like that $doc.name but it prune the white spaces for some reason!. Any idea how to get the normal name of the document?.
Many thanks,
Hosam
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.5 final.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This release spanned a bit more than 2 months starting on the 16th of
May 2008 and ending on the 23th of July 2008. During that period we
implemented 166 issues, fixing 91 bugs and adding new features such
as:
* Brand new Administration Application (see http://tinyurl.com/4qym7w)
* The copy page feature is now available from the top menu (Actions > Copy)
* An administrator can modify a user profile or password when
visiting a user profile page
* A message advising to install xwiki-enterprise-wiki is displayed in
the importer when the wiki is empty
* Universal Edit button support (see http://universaleditbutton.org/)
* Lot of improvements in the LDAP authenticator
* New Croatian translation
* New Czech translation
* Updated French translation
* Updated Spanish translation
* Updated German translation
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise15
Thanks
-The XWiki dev team
Yeah I managed to find it.
Problem now that its not working. I search and nothing happens.
I checked the configuration of the lucene and that the plugin is there and everything seems fine
Original Message:
LuceneSearch is already in the .xar package, maybe you forgot to<br />import it.<br /> Quoting Hosam Hassan : Sorry for resending my message just I forgot<br />to put a subject<br /> Hello Guys,<br /> Can I get the code for that page?<br /><br />http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=test&x=0&…<br /> I want to do the same in my xwiki but I cant manage to find the code<br />for that.<br /> Is it possible also to customize that table I just want to show the<br />pages and the scores.<br /> Many thanks,<br /> Cheers,<br /> Hosam<br /> Ar cieņu, Mihails<br /><br />Links:<br />------<br />[1] mailto:hosam@mytum.de<br />_______________________________________________<br />users mailing list<br />users(a)xwiki.org<br />http://lists.xwiki.org/mailman/listinfo/users<br />
--
Hi,
is there a way to change some values from the xwiki.cfg per POST/GET
parameter or per script?
The idea is to adopt the login form and add a drop down box where the users
can select their current subdomain. This value should afterwards be used as
value for the base_DN property.
I'm refereing to the multiple ldap server problem:
http://jira.xwiki.org/jira/browse/XWIKI-2577
Thanks,
Steve
--
View this message in context: http://n2.nabble.com/Overwrite-values-from-xwiki.cfg---tp576818p576818.html
Sent from the XWiki- Users mailing list archive at Nabble.com.