Hi everybody,
I'm trying to set some rights on some pages, and i'd like to have those permissions setted automatically on some other pages. I've setted on one and i've set for the other the first one as the parent. This isn't working :(
How can i solve it??
Thank you!!!!!
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
Hi all,
In most of my tools, a user selection dropdown is used to allow someone
to be picked as a "owner" of a task, or assignement, etc. With a large
volume of users (often with same first names), I can't use either login
name (which is based on our network login); or the user's first name
alone.
Since 1.0, I've been making use of the following query (in a db list):
select firstname.value || ' ' || lastname.value from BaseObject obj,
StringProperty firstname, StringProperty lastname where
obj.className='XWiki.XWikiUsers' and firstname.id.id=obj.id and
lastname.id.id=obj.id and firstname.name='first_name' and
lastname.name='last_name' order by firstname.value
The "|| '' ||" option joins up firstname.value and lastname.value fairly
neatly, so people can select the correct person...
In 1.2rc1 it does not return users at all. Is this something that's
been locked down on 1.2rc1?
Brandon Esbach
Software Engineer
Wireless Systems Segment
Tyco Electronics
4 Eastgate Road
Eastgate
Little Island
Co. Cork
Ireland
Tel: +353-21-4808305
Email: esbachb(a)tycoelectronics.com
Hello!
How could I change the calendar of EventCalendar? I couldn't find a way of
change it.
What's this calendar? a macro?
Thanks in advance!
--
André Pestana
Permission setting results in the following (this example is for a
particular space):
Error number 4001 in 4: Error while parsing velocity page Wrapped
Exception: Invocation of method 'getSpaces' in class
com.xpn.xwiki.api.XWiki threw exception com.xpn.xwiki.XWikiException:
Error number 3223 in 3: Exception while searching documents with sql
select distinct doc.web from XWikiDocument doc Wrapped Exception: could
not execute query @ [62,34]
Error number 4001 in 4: Error while parsing velocity page
Wrapped Exception: Invocation of method 'getSpaces' in class
com.xpn.xwiki.api.XWiki threw exception com.xpn.xwiki.XWikiException:
Error number 3223 in 3: Exception while searching documents with sql
select distinct doc.web from XWikiDocument doc
Wrapped Exception: could not execute query @ <unknown template>[62,34]
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while
parsing velocity page
Wrapped Exception: Invocation of method 'getSpaces' in class
com.xpn.xwiki.api.XWiki threw exception com.xpn.xwiki.XWikiException:
Error number 3223 in 3: Exception while searching documents with sql
select distinct doc.web from XWikiDocument doc
Wrapped Exception: could not execute query @ <unknown template>[62,34]
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:157)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1353)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1314)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:605)
at sun.reflect.GeneratedMethodAccessor214.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invok
e(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference
.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocimacr
oProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:170)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:107)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:238)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:152)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1353)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1314)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:105)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:158)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:2
63)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:84
4)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:584)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
Brandon Esbach
Software Engineer
Wireless Systems Segment
Tyco Electronics
4 Eastgate Road
Eastgate
Little Island
Co. Cork
Ireland
Tel: +353-21-4808305
Email: esbachb(a)tycoelectronics.com
I would like to have a script that finds out for which spaces the current
user has view rights. I try to do:
#set($spaces = $xwiki.spaces)
#foreach($space in $spaces)
#set($whome = $xwiki.getDocument("${space}.WebHome"))
[$space>${space}.WebHome]
#if($whome.hasAccessLevel("view",$xwiki.getUser()))
acess? Yup<br>
#else
access? Nope<br>
#end
#end
but hasAccessLevel always return false. What am I missing? Is there any
other way to do this?
I have seen confusion for users caused by the case-sensitive concatenation
used for the default login id, i.e. FirstNameLastName - especially for
French & Italian names.
I would like to suggest that additional instructions be presented at the
time of registration indicating that login ids are case sensitive - and/or
perhaps have the option of using lowercase only for the default loginid, or
remove the case sensitivity for login ids.
Hello,
I am currently trying to get my xWiki public, but can’t seem to make my
administration button on the top right hand corner ask for authentication.
It lets xWikiGuest and all of my other low level users have full access to
my administration.
My question is, what setting do I need to change to block low level users
from admin access and grant my admin users access to my admin?
Thanks in Advance!
Bird2920
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.17.4/1188 - Release Date: 12/17/2007
2:13 PM
Hi Brandon,
Thank you for your help!! could you please tell me a possible configuration for a thousand users with tomcat and mysql??
Thank you in advice!
----- Messaggio originale -----
Da: "Esbach, Brandon" <Esbachb(a)tycoelectronics.com>
A: XWiki Users <users(a)xwiki.org>
Inviato: Lunedì 17 dicembre 2007, 18:14:30
Oggetto: Re: [xwiki-users] Hardware Requirements
DIV {
MARGIN:0px;}
This comes up often, and it's really a good point in
XWiki's favour - it runs on practically anything that will run the needed server
components. I've had xwiki running in a virtual environment happily for
months; under 1gb RAM and a sliver of hdd space. Boils down really, to
your database and java container.
For barebones though, you can happily run it on, eg, a
modern desktop with 2GB Ram and it'll be happy to run like that for a good
while.
I think though, that there should really be a "minimum
specs" page in the admin guide. I'd happily add this, but it would be
unofficial until otherwise tested
From: users-bounces(a)xwiki.org
[mailto:users-bounces@xwiki.org] On Behalf Of
mattia_temp-newsgroup(a)yahoo.it
Sent: 17 December 2007
16:47
To: XWiki Users
Subject: [xwiki-users] Hardware
Requirements
Hi everybody,
I'm wondering which hardware requisites has XWiki.
Could someone please share its configuration?
Which is the HW
configuration of the server used to run the XWiki on the net?
Thank
you very much!
L'email della prossima generazione? Puoi averla con la
nuova
Yahoo! Mail
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
Hi everybody,
I'm wondering which hardware requisites has XWiki. Could someone please share its configuration?
Which is the HW configuration of the server used to run the XWiki on the net?
Thank you very much!
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html