If the user is registered on your wiki specifically, you can delete
them from the admin page XWiki.XWikiUsers. If they are registered on
xwiki.com, maybe an xwiki.com admin (of which a number are active on
this mailing list) can help - what's the offending user name?
Does this mean spambots have figured out how to register on xwiki.com?
In the long run we might need one of those twisted text image
human-verification things. :)
Regards,
Robin.
On 12/04/06, Carine Simon <casimon(a)mit.edu> wrote:
> Hi Robin, yes, the spam came for a registered user unfortunately...
> Do you know if there is a moderator who could do something about it,
> such as close his account or something?
> Thanks again!
> Carine
>
> ------------------------------------------------------------
>
> Carine Simon
> Office: Home:
> MIT Operations Research Center 70 Pacific Street
> 77 Massachusetts Avenue Apt # 285B
> Bldg. E40-149 Cambridge, MA 02139
> Cambridge, MA 02139
> Tel: 617-253-6185 Tel: 617-388-1754
>
>
> -----Original Message-----
> From: Robin Fernandes [mailto:rewbs.soal@gmail.com]
> Sent: Tuesday, April 11, 2006 7:00 PM
> To: xwiki-users(a)objectweb.org
> Subject: Re: [xwiki-users] xwiki access rights
>
> Hi,
>
> To ensure only registered users can edit or add comments, go to 'More
> Actions' -> 'XWiki Access Rights', then set:
> * Groups: XWiki.XWikiAllGroup, xwiki:XWiki.XWikiAllGroup
> * Users:
> * Access Levels: edit, comment
> * Allow/Deny: Allow
>
> XWiki.XWikiAllGroup represents all users registered on your wiki.
> xwiki:XWiki.XWikiAllGroup represents all users registered on xwiki.com
>
> Then do save access rights.
>
> But I thought this was the default for wikis on xwiki.com now. Is the
> comment spam coming from a registered user?
>
> If you have defined a group of your own, you can restrict to
> XWiki.YourGroup instead of XWiki.XWikiAllGroup.
>
> Regards,
> Robin.
>
> On 11/04/06, carine(a)mit.edu <carine(a)mit.edu> wrote:
> > I just opened an account on xwiki and a wiki, and found an unknown
> user who posted thousands of links to pron websites.
> > How to prevent that? How to make the wiki available only to a specific
> group?
> > THanks
> >
> >
> >
> >
> > --
> > 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
> >
> >
> >
>
>
>
I just opened an account on xwiki and a wiki, and found an unknown user who posted thousands of links to pron websites.
How to prevent that? How to make the wiki available only to a specific group?
THanks
I see in some comment on the xwiki.org, the phrase: "If you want to use
them I added 3 internationalisation keys: page timestamp hitscore"
And then in the code reference like this:
$msg.get("timestamp")
How do i define the the text result of this?, where i tell that
"timestamp" is really "Fecha/Hora" for example ?
Thanks, sorry so many posts.
--
A.U.S. Enrique Ferreyra
Centro de Cómputos
Red Megatone - Red Confina
We are seeing a vexing problem with our 0.9.840 xwiki:
When logging in, if authentication succeeds, the user gets requested
page, but $context.user is not set - no Hello brian at top, just
"Log-in" and "Register" links. If it fails, normal behavior is seen,
returning to login page.
We have tossed our cookies, cleared the browser cache, and called
XWiki.flushCache() without effect.
Happens with Firefox but not IE. I don't even know where to start
looking, since there doesn't seem to be any browser-specific code in the
path...
brain[sic]
Hi, i install Lucene plugin as instruction says, but when "buil index"
finish indexing, i try i search and always get a no results...
In the xwiki.conf i add
xwiki.plugins=com.xpn.xwiki.plugin.calendar.CalendarPlugin,com.xpn.xwiki.plugin.feed.FeedPlugin,com.xpn.xwiki.plugin.ldap.LDAPPlugin,com.xpn.xwiki.plugin.google.GooglePlugin,com.xpn.xwiki.plugin.alexa.AlexaPlugin,com.xpn.xwiki.plugin.ipresolver.IPResolverPlugin,com.xpn.xwiki.plugin.terraserver.TerraServerPlugin,com.xpn.xwiki.plugin.google.AdWordsPlugin,com.xpn.xwiki.plugin.flickr.FlickrPlugin,com.xpn.xwiki.plugin.mail.MailPlugin,net.jkraemer.xwiki.plugins.lucene.LucenePlugin
#Lucene plugin
xwiki.plugins.lucene.indexdir=c:\\Lucene\\
xwiki.plugins.lucene.analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer
xwiki.plugins.lucene.indexinterval=300
Then i copy the search form from plugin's zip, this in a test enviroment
with tomcat 5.5 and postgresql as database in a win 2000, the real
enviroment is a sun appserver 8 with postgresql in a red hat enterprise 4.
Some idea, i need advanced search things, other options ?
--
A.U.S. Enrique Ferreyra
Centro de Cómputos
Red Megatone - Red Confina
I get this exception all the time:
14:30:54,578 ERROR http-8080-Processor25
http://localhost:8080/xwiki/bin/view/Main/WebHome
AssertionFailure:<init>:22 - an assertion failure occured (this may
indicate a bug in Hibernate, but is more likely due to unsafe use of the
session)
org.hibernate.AssertionFailure: possible nonthreadsafe access to session
I should worry ? can i avoid that ?
--
A.U.S. Enrique Ferreyra
Centro de Cómputos
Red Megatone - Red Confina
Im sure this was asked several times, but i dont see a answer...
How do i make the xwiki WebHome the initial page of my Tomcat/SunAppserver ?
Thanks, sorry
--
A.U.S. Enrique Ferreyra
Centro de Cómputos
Red Megatone - Red Confina
Hi,
I've written a very simple Firefox extension that adds a few links to
the context menu when you right click a link to an XWiki page. It just
checks to see if the link includes 'xwiki/bin/view', and if so,
manipulates the URL depending on the action you want to perform.
Nothing special, but it might save a page load or two.
http://soal.xwiki.com/xwiki/bin/view/Code/FoXWiki
Any ideas for further functionality are welcome.
Regards,
Robin
Thanks for the ideas.
Adding the same menu for the current page when the context menu does
not apply to a link is a particularly good idea, will do that asap.
More elaborate interaction with the wiki is also an interesting point,
will look into that.
The strings are already localized using Firefox's locale system, so
adding more languages should be a breeze.
Yes it would be very beneficial to get this into source control. Any
chance of getting a directory on the XWiki svn repository? :)
If not, I'll start applying to sourceforge & co.
On 10/04/06, Enrique Ferreyra <eferreyra(a)gmail.com> wrote:
> Nice idea!!!!
>
> It has good potential, remeber Tortoise CVS/SVN !!
>
> Right now appoint a feature: Put some file to change the language of
> the menu, maybe just change the descriptions of the menu items will do
> the job.
>
> Thanks Robin
>
>
> Robin Fernandes escribió:
>
> >Hi,
> >
> >I've written a very simple Firefox extension that adds a few links to
> >the context menu when you right click a link to an XWiki page. It just
> >checks to see if the link includes 'xwiki/bin/view', and if so,
> >manipulates the URL depending on the action you want to perform.
> >Nothing special, but it might save a page load or two.
> >
> >http://soal.xwiki.com/xwiki/bin/view/Code/FoXWiki
> >
> >Any ideas for further functionality are welcome.
> >
> >Regards,
> >Robin
> >
> >
> >
> >------------------------------------------------------------------------
> >
> >
> >--
> >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
> >
> >
>
> --
> A.U.S. Enrique Ferreyra
> Centro de Cómputos
> Red Megatone - Red Confina
>
>
Hi Robin
Thanks a lot I think It's a great tool.
Unfortunately our Wiki is installed with "wiki" as application name so our path is
'wiki/bin/view' instead of 'xwiki/bin/view'
Do you think it would be possible to make that extension configurablewhat path it should look for?
Regards,
Leo
-----Original Message-----
From: Robin Fernandes [mailto:rewbs.soal@gmail.com]
Sent: Montag, 10. April 2006 15:49
To: Enrique Ferreyra; xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] XWiki Firefox extension
Thanks for the ideas.
Adding the same menu for the current page when the context menu does not apply to a link is a particularly good idea, will do that asap.
More elaborate interaction with the wiki is also an interesting point, will look into that.
The strings are already localized using Firefox's locale system, so adding more languages should be a breeze.
Yes it would be very beneficial to get this into source control. Any chance of getting a directory on the XWiki svn repository? :) If not, I'll start applying to sourceforge & co.
On 10/04/06, Enrique Ferreyra <eferreyra(a)gmail.com> wrote:
> Nice idea!!!!
>
> It has good potential, remeber Tortoise CVS/SVN !!
>
> Right now appoint a feature: Put some file to change the language of
> the menu, maybe just change the descriptions of the menu items will do
> the job.
>
> Thanks Robin
>
>
> Robin Fernandes escribió:
>
> >Hi,
> >
> >I've written a very simple Firefox extension that adds a few links to
> >the context menu when you right click a link to an XWiki page. It
> >just checks to see if the link includes 'xwiki/bin/view', and if so,
> >manipulates the URL depending on the action you want to perform.
> >Nothing special, but it might save a page load or two.
> >
> >http://soal.xwiki.com/xwiki/bin/view/Code/FoXWiki
> >
> >Any ideas for further functionality are welcome.
> >
> >Regards,
> >Robin
> >
> >
> >
> >---------------------------------------------------------------------
> >---
> >
> >
> >--
> >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
> >
> >
>
> --
> A.U.S. Enrique Ferreyra
> Centro de Cómputos
> Red Megatone - Red Confina
>
>