Hi,
Is it possible to remove properties from a user defined class (I can't see
it in the UI) ?
Undeterred I tried to use the info at
http://www.xwiki.org/xwiki/bin/view/DevGuide/DatabaseSchema
I tried :
select * from xwikiclasses this returned no rows, which seems to imply no
user defined classes
select * from xwikiclassesprop where WXP_NAME like 'myprop%' did show the
property I added to the class
delete from xwikiclassesprop where WXP_NAME like 'myprop%' unfortunatly
didn't seem to remove the myprop from my class (the class editor showed it)
Incidently I edited the db before starting the server (to avoid possible
caching issues).
So, short of deleting and recreating my class... does anyone know how to
remove unwanted properties from a class ?
Many thanks in advance,
Dan
PS. Would others find this a useful feature ?
Hi,
I was trying to create two virtual wikis but this is not working. I used apache and the hosts file of windows to make virtual hosts pointing on the xwiki controller. I have no DNS, I am working on local. In the near futur, I will have an pûbmlic IP adresse and no DNS or subdomain. I am a little confuse. If someone can help because I am really lost.
Thanks a lot, bye
I'd like to encourage users my my XWiki installation to meep useful
information about themselves in their profile, and then have other link to
them when referring to them by name in other topics, e.g.
"A decision was made by [Brian Sayatovic|XWiki.bsayatovic]" to keep useful
information in user profiles..."
However, all we can edit is the description. While you can put wiki syntax
in that texbox, it is a very small box to work within (I end up copying &
pasting from a text editor) and you don't have the wysiwig editor.
Is there a way around this, or should I enter this as an enhancement
request?
Regards,
Brian.
P.S. I posted this message to the list on 7/17, but it never appeared
-----------------------------------------
CONFIDENTIALITY STATEMENT:
This e-mail transmission contains information that is intended to
be confidential. It is intended only for the addressee named
above. If you receive this e-mail in error, please do not read,
copy, or disseminate it. If you are not the intended recipient,
any disclosure, copying, distribution or use of the contents of
this information is prohibited. Please reply to the message
immediately by informing the sender that the message was
misdirected. After replying, please erase it from your computer
system. Your assistance in correcting this error is appreciated.
I am wondering..
Is there any reason why ALL user documents have to be in the XWiki space?
Wouldn't it make more sense to have an XWikiUser space, and perhaps an
XWikiGroup space?
For those of us with large installs already, it would be a pain to move..
but it doesn't seem to me that auth code checking for users should care
much about what space the user document is in (aside from
authorization/access, I suppose, as that is based on the space), but
still, I think separating user and group documents out into their own
spaces would make navigation of the xwiki space easier...
thoughts?
--
Waste of a good apple. --Samwise Gamgee
Hi,
After I create a blog entry using Create New Blog Post (let's say I named it crumbTest) and then view the entry, the navigational breadcrumb shows as Blog:Administration>crumbTest.
I would have expected it to just say Blog:crumbTest. Where does the Administration come from? Is this the way it was intended to work?
My guess is the parent determines the breadcrumb - which is XWiki.Webhome.
I'd like to have the navigational crumbs be consistent with what space the user is in. I've looked at the templates/classes for the blog but I can't figure out where the parent gets set when the blog entry is created.
I also tried creating a blog entry from the Blog.WebHome using the Add an Article button -and the resulting document was stored in the Main space (rather than Blog) and its breadcrumb showed Main:Administration>crumbTest2.
Can you point me in the right direction?
Thanks!
Rene
Hi, XWiki team,
It seems to me that upgrading the XWiki version on XWiki farm is very hard to do since it is not done for quite some time. Is this an indicator that maintaining an XWiki server with live sites is not easy?
Is there a path for site managers to move up to the next version XWiki? Or, is there a way for users to get to the new version or get around the problems of the old version? Not everyday everyone is starting from a clean new version, everyone has to face the upgrading time. If XWiki farm sites have to stay in old, old version, I guess moving up is really difficult. It does not look good to potential new users.
Thanks for thinking about this issue.
Wei-hsing
Hi, XWiki users,
Are you going to Taipei for Wikimania 2007? (http://wikimania2007.wikimedia.org/wiki/Main_Page) Would you be interested in a meet-up?
Please contact me if you plan to go. I grew up in Taipei and know the software industry. It would be nice to have a XWiki user gathering.
Wei-hsing
ps. Those who contacted me before, please do so again to confirm you are still going.
Hi,
I looked today over the XWikiMessageTool class, and I must say that I'm not
quite satisfied with it.
First, there was XWIKI-919, which I implemented. OK, I understand that files
stored on disk should be charset independent, so only ASCII characters are
supported by the ResourceBundle class (jvm) .But, when I can edit a wiki
document for storing bundles, I expect it to accept all the characters the
wiki supports (in my case, it was an UTF8 instance). I had some troubles
fixing this, since the JavaDoc says that bundles accepts only ASCII
characters, but it understands and parses unicode references ( \u0123 ).
Maybe I did something wrong, but doing content.replaceAll("\u0139",
"\\u0139") resulted in the string u0139 being displayed in the page. So I
had to trick it into believing that the component bytes of the encoding are
ASCII characters and manually restore the multibyte chars.
Second, I don't like the fact that XWIKI-921 was not already implemented.
Third, I don't like the cache refresh mechanism. It retrieves the
XWikiProperties->documentBundles property for each request, and It retrieves
the bundle documents for every request and checks if it must be refreshed or
not. Why isn't the com.xpn.xwiki.notify package used? It allows registering
callback handlers for specific document changes. How I see it:
- at startup, register a handler for XWiki.XWikiPreferences (so that we know
when the documentBundles property might change).
- remember the list of document bundles, don't ask it for each request
- also register handlers for the current bundle documents and load the
strings from these documents
- when XWikiPreferences is changed, if the documentBundle property is also
changed, remove the unused bundles and build the new ones
- when a undle document (or a translation for it) is changed, rebuild the
bundle for that document
This should speedup the code a bit, it makes use of a nice, but mostly
unknown feature, it doesn't log an error for each request when a specified
document is not found in the wiki, and it doesn't require so many variables
(previousDates, docsToRefresh).
Fourth, as I said above, if a document is specified in the documentBundles
property, but it does not exist in the wiki, for each $msg.get call an error
is logged. And there are a lot of calls for each request.
Now, in my opinion this is a nice way to get in the core of XWiki for a
newcomer, so does anybody want to write the changes I mentioned? Also, this
is a good occasion to document the event notification mechanism, in JavaDoc
and on www.xwiki.org
Regards,
Sergiu Dumitriu
--
http://purl.org/net/sergiu
Hi,
First; thanks to everyone who helped me make more blogs in my xwiki, it works beautifully! (though it's not the most beautiful code ever written...)
Second;
As far as I can tell there are no links from anywhere in the administration or editing modes to get back to the rest of the wiki. (there are save and cancel options, but that's not the same thing as 'Back') Have I missed something? If not; any hints on how and where to add such links?
For usability purposes- to make life easier for the future admins of the xwiki I'm setting up...
Thanks,
Karin
For a private wiki (with different companies involved), the use of email-addresses as userid would be great. Is there a possibility to achieve this?
Thanks,
Hanspeter
Hi,
I was looking for a way to set Parent Value with drop down list when user edit a page... I found this solution:
I modify the forms "Panels: DocumentInformation" (/xwiki/bin/inline/Panels/DocumentInformation) like this:
I replace lines:
****************
<input type="text" id="xwikidocparentinput2" name="parent" value="$!tdoc.parent" size="30"/>
****************
by
****************
<select name="parent" class="panelselect">
<option value="$!tdoc.parent" selected="selected">$!tdoc.parent</option>
<option value="">-Empty \*-</option>
#foreach($subdoc in $xwiki.getSpaceDocsName("$doc.web"))
<option value="$subdoc">$subdoc</option>
#end
</select>
****************
The forms contain:
****************
#set($pages = $tdoc.includedPages)
#largepanelheader("XWiki document information")
<dl><dt><label for="xwikidocparentinput2">$msg.get("parentfield"):</label></dt> <dd>
<select name="parent" class="panelselect">
<option value="$!tdoc.parent" selected="selected">$!tdoc.parent</option>
<option value="">-Vide \*-</option>
#foreach($subdoc in $xwiki.getSpaceDocsName("$doc.web"))
<option value="$subdoc">$subdoc</option>
#end
</select></dd>
#if($pages.size() != 0)
#if($pages.size() == 1)
<dt>$xwiki.parseMessage("editincludepagemsgone"):</dt>
#else
<dt>$xwiki.parseMessage("editincludepagemsgmore"):</dt>
#end
<dd>
<table summary="$msg.get("includeddocumentssummary")" id="xwikiincludeddocuments">
<tbody>
#foreach ($page in $pages)
<tr><td><a href="$xwiki.getURL($page, "view")">$page</a></td>
<td class="xwikibuttonlink"><a href="$xwiki.getURL($page, "edit")">$msg.get("edit")</a></td></tr>
#end
</tbody>
</table></dd>
#end
</dl>
#template("tagedit.vm")
#panelfooter()
On Jul 13, 2007, at 12:10 AM, <pbasnews-tmp(a)yahoo.fr> wrote:
>
> --- Vincent Massol <vincent(a)massol.net> a écrit :
>
>> Hi Pascal,
>>
>> On Jul 12, 2007, at 10:14 AM,
>> <pbasnews-tmp(a)yahoo.fr> <pbasnews-
>> tmp(a)yahoo.fr> wrote:
>>
>>> Hi,
>>> On Pages I want a simple line feed/(cr)/return
>> line
>>> and not a new paragraphs.
>>>
>>> What's the xwiki syntax for that?
>>
>> Well you're normally supposed to write paragraph...
>> ;) But yes you
>> can do what you want by using the \\ syntax:
> It 's a shame it is not indicate in the xwiki syntax
> help.
Yes it needs to be added. Would you mind creating a jira issue for that?
> BTW, is it difficult to code the line feed to avoid
> "\\"?
I think it's as hard as for HTML to do the same... :)
>>> Another think:
>>> I want writing xwiki code but I don't want xwiki
>>> execute the code.
>>> I don't want Escape $ caracater.
>>
>> You'll need to escape the $ and the #. For example
>>
>> \#set (\$tree = \$...)
>>
>> It's a pain and we would like this to be done by
>> default inside the
>> {code} macro but that macro is from radeox and
>>
>>> BTW, the link "Help on XWiki Syntax"
>>>
> Thxs for yours answers. :-)
>
>>
> (http://www.xwiki.com/xwiki/bin/view/Doc/XWikiSyntax?xpage=plain)
>>> si broken!
>>
>> I wasn't able to find that link. Where is it?
> Edit a Pages-deploy the right Panel by a click on
> "xwiki syntax help"-under "Image" U found the broken
> link "Help on the XWiki Syntax"
ok thanks I'm fixing it.
-Vincent
--- Vincent Massol <vincent(a)massol.net> a écrit :
> Hi Pascal,
>
> (Can you please make sure you answer to the list? )
Oups sorry.
> >>
> >> 1) Your solution won't scale for bug wikis as
> there
> >> can be thousands
> >> of pages in the same space
> > Yep i'm agree with you
> >
> >> 2) We need to be able to easily select a parent
> from
> >> another space
> >>
> >> My suggestion is the following:
> >> 1) Use auto-suggest in that parent field
> > What your auto-suggest will display? Current Space
> > Pages?
>
> All pages.
In that case, U will lose performance with a big wiki
with thousands and thousands and thousands Pages
I think the better is to propose both solution:
-auto-suggest Pages in CurrentSpace
-and a popup windows with "..." button display all
Wikis Pages
But Your the Boss ;-)
> >> 2) Have a button "..." that opens the exact same
> >> Link popup window as
> >> in the WYSIWYG editor for selecting a page
> > Excellent choice.
PS: great wiki guys!
Pascal
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
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.