I¹m setting up an xwiki for my organization and I¹ve managed to tie it to
our 2003 Domain controller for user authentication. My problem is that with
xwiki 1.0 users could just log in with their domain accounts, registration
of said user was automatic. With 1.1 milestone 2 the user must be registered
first or they don¹t seem to have permissions to view anything, sometimes it
just won¹t accept them at all. I¹m using the same configuration lines in
xwiki.cfg for 1.1 as I did for 1.0. Am I missing something? Or is this
working as intended?
------------------------------------------------------------------
Jacob Bresciani
Systems Analyst, Information Systems Support
Procurement and Supply Services
Phone: (250) 356-7115 Fax: (250) 387-0388
E-mail: jacob.bresciani(a)gov.bc.ca
Visit us online at: http://www.pss.gov.bc.ca/
Committed to our customers ... always working for you!
Hi everyone,
Just wanted to let you know I have completely rewritten the XWiki
Syntax Guide.
It's available at:
http://www.xwiki.org/xwiki/bin/view/UserGuide/XWikiSyntax
Please let me know if you think anything is missing or not correct.
That'll help improve it.
Thanks
-Vincent
Hi Sergiu,
Thanks, I am gonna try to do it.
Bye
Usually the java container responds to :8080, but you can either
configure the container to listen at port 80, or use apache + mod_jk
to forward requests from :80 to :8080.
On 7/11/07, diaga(a)nomade.fr <diaga(a)nomade.fr> wrote:
> Hi,
> Is it normally possible to connect with the url http://localhost/xwiki/xmlrpc/confluence instead of http://localhost:8080/xwiki/xmlrpc/confluence. Because the url http://localhost/xwiki/xmlrpc/confluence doesn't work for me. I don't know if this is a bug or not.
> Thanks!
>
>
Sergiu
--
http://purl.org/net/sergiu
------------------------ ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! ---------------
Découvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici http://alicebox.fr
Soumis à conditions.
Hi,
I am doing a search for all the users whose address is matching a particular pattern. (Suppose there is an "address" property in the UserClass). Also I want the results to be sorted by another property, say, "username".
I found a similar query in this mailing list thread :
http://www.nabble.com/select-objects-by-class-and-sort-by-property-tf710844…
I tried forming the following query but it is wrong.
, BaseObject as obj, StringProperty as prop, StringProperty as otherprop join obj.id=otherprop.id.id and otherprop.id.name='username' where obj.name=doc.fullName and obj.className='Users.UserClass' and obj.id=prop.id.id and prop.id.name='address' and prop.value like '%someaddress%' order by otherprop.value
Can anyone tell me what the correct query should be like.
Thanks in advance
Roopesh
Hi.
I get the xwiki-web-standard-1.1-milestone-3-hsqldb.war and put it in
my tomcat 5.5.23 using Java 1.6.0_01. I change the hibernate file to
use MySQL DB and I import the Default xar file
(xwiki-application-panels-1.1-milestone-3.xar).....
So now i can't ADD a user in my xwiki and the Admin user don't
exist.... so i try the superadmin user but when i click in User&Groups
in the link the users page... don't have a link to ADD a new user.
How can i add a new user?
All,
By using the WYSIWYG editor I have added to my wiki page a link to a text
file. The generated link location is file:///z:/ASF/MyFile.txt. When copying
the link location into Firefox, the file is correctly shown. The problem is
that when I click on the link in XWiki and Firefox, nothing happens. When
using Internet Explorer :o( everything works just fine.
This is clearly an issue linked to the way Firefox handles file links. I
have searched, but have not found a solution. Can someone provide some help
for solving this issue ?
Regards, Stefan Lecho.
--
View this message in context: http://www.nabble.com/File-link-not-working-in-Firefox-tf4067071.html#a1155…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
On Pages I want a simple line feed/(cr)/return line
and not a new paragraphs.
By exemple:
On Edit mode, I writing:
Hi
I's me
On Shown mode, the page display:
Hi It's me
I want:
Hi
I's me
What's the xwiki syntax for that?
I must modify xwiki.cfg?
Another think:
I want writing xwiki code but I don't want xwiki
execute the code.
I don't want Escape $ caracater.
By example:
On Edit mode, I writing:
{NotInterpret}
#set($tree =
$xwiki.doctree.getSpaceDocumentTree($doc.web))
#foreach($leaf in $tree)
bla bla
#end
{NotInterpret}
I want that on Page:
#set($tree =
$xwiki.doctree.getSpaceDocumentTree($doc.web))
#foreach($leaf in $tree)
bla bla
#end
BTW, the link "Help on XWiki Syntax"
(http://www.xwiki.com/xwiki/bin/view/Doc/XWikiSyntax?xpage=plain)
si broken!
Thxs for yours answers
-- Pascal
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
Hi,
I have downloaded the latest xwiki 1.1 code and built xwiki.war file. This
version is faster than xwiki 1.0. But I am facing a peculiar problem. The
table tag in xwiki groups page is not getting displayed in form of a table
instead it is just showing up as follows:
{table} Member XWiki.EricGandt XWiki.GuthrieTaber {table}
with hyperlinks to edit table and add member options.
Please help me resolve this issue.
Ravi.
--
View this message in context: http://www.nabble.com/Table-display-in-xwiki-groups.-tf4065327.html#a115513…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thank you so much, both Erin and Vincent.
I have managed to get different spaces to display blog post of only their own space, however I can't make blog entries in any other spaces than the original blog space. (lucky me there are entries in Main so I can know the filtering works...)
Could someone please be a little more detailed about the how, where and what should be changed? Any code snippets to be had?
It would be great!
Thanks,
//Karin
-----Ursprungligt meddelande-----
Från: Erin Schnabel [mailto:ebullient.rain@gmail.com]
Skickat: den 6 juli 2007 14:40
Till: xwiki-users(a)objectweb.org
Ämne: Re: SV: [xwiki-users] How to make a new blog
I've done this with our installation for team-level news. Just adjust
the "Add news" form to include a space/web as input (or copy the "Add
news" to the space you want, and fill in the space/web value), and as
Vincent said, filter display of news from within those spaces.. that
is, make a "NewSpace.News" or "NewSpace.Blog" page that lists only
those entries belonging to the space, and you're done.
On 7/6/07, Karin Wiklund <karin.wiklund(a)idainfront.se> wrote:
>
>
> Ah! :) I just had to log in again to make it work...
> http://jira.xwiki.org/jira/browse/XE-73
>
> //Karin
>
> -----Ursprungligt meddelande-----
> Från: Vincent Massol [mailto:vincent@massol.net]
> Skickat: den 6 juli 2007 13:19
> Till: xwiki-users(a)objectweb.org
> Ämne: Re: SV: [xwiki-users] How to make a new blog
>
>
>
>
> On Jul 6, 2007, at 1:02 PM, Karin Wiklund wrote:
>
>
> I'd love to, but I don't have the rights to create issues on jira.xwiki.org
> :)
>
> You do have the rights. You need to create a user that's all :)
>
>
> Thanks
> -Vincent
>
>
>
> And thank you for answering. If I figure out something useful I'll let you
> know.
>
> //Karin
>
> -----Ursprungligt meddelande-----
> Från: Vincent Massol [mailto:vincent@massol.net]
> Skickat: den 6 juli 2007 12:05
> Till: xwiki-users(a)objectweb.org
> Ämne: Re: [xwiki-users] How to make a new blog
>
> BTW, I think that's an interesting feature that we could have out of the
> box. If you wish you could create a jira issue for this in the XWiki
> Enterprise jira project on jira.xwiki.org.
>
>
> Thanks
> -Vincent
>
>
>
> On Jul 6, 2007, at 12:01 PM, Vincent Massol wrote:
>
>
>
>
> On Jul 6, 2007, at 11:22 AM, Karin Wiklund wrote:
>
>
> Hi,
> This might be a stupid question but I hope someone will be patient enough to
> answer it;
> How do I make a new blog? I don't want another entry, I want another blog.
> My company wants to give each developement project their own blog on the
> company xwiki.
>
> I've scanned the mailinglist archíves and the xwiki.org site for help, but
> haven't found anything useful.
>
> I would greatly appreciate your help on this
>
>
> A blog is made of the following:
> - An Article class and associated classsheets/templates
> - XWiki documents to which an Article object is added to
> - A Main XWiki Document listing blog entries (Blog.WebHome)
>
>
> Right now the classsheet and Blog.WebHome pages use the Blog.Macros document
> to display blog entries. That macro looks for all documents in the xwiki
> which have an Article object attached.
>
>
> If you want several blogs you'll need to add a variable to tell the
> Blog.Macros macro to only look in a portion of the wiki. For example you
> could decide to pass a Space so that only blog entries in that space are
> displayed.
>
>
> Try editing the Blog.WebHome page and the Blog.Macros macro and you'll
> understand.
>
>
> Warning: you'll need some understanding of XWiki objects/classes/templates.
> See the dev guide for more on this.
>
>
> Thanks
> -Vincent
>
>
>
>
>
>
>
>
>
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
> mailing list.
> To unsubscribe:
> mailto:xwiki-users-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
> mailing list.
> To unsubscribe:
> mailto:xwiki-users-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
--
'Waste of a good apple' -Samwise Gamgee