As a user I want to scroll through all members of the XWiki and look at their
profiles. I would like to create a custom view on the users page so I can
see pictures, birthdays etc. We use the XWiki in a corporate environment and
by scrolling through the users I don't see enough info. Beside that I would
like the users to add a picture besides the avatar they use.
I searched plugins and add-ons but I cannot find such a feature. Is there
one?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Facebook-page-not-facebook-com-based-on-u…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I try to use this program to convert JSPWiki pages to xWiki page :
http://extensions.xwiki.org/xwiki/bin/view/Extension/JSPWiki+To+XWiki+Conve…
But I encounter many issues :
- I can't instantiate XWikiContext class, but the usage of EmbeddableComponentManager before the instantiation corrects this problem
- The com.xpn.xwiki.XWiki class instantiation gave me these following exceptions :
Caused by: java.lang.RuntimeException: Failed to load component [com.xpn.xwiki.store.XWikiStoreInterface] for hint [null]
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:651)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:775)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:723)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:717)
... 1 more
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [role = [com.xpn.xwiki.store.XWikiStoreInterface] hint = [default]]
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:368)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:126)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:649)
... 5 more
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [role = [org.xwiki.query.QueryManager] hint = [default]]
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:368)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:126)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:403)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:361)
... 7 more
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [role = [org.xwiki.query.QueryExecutorManager] hint = [default]]
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:368)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:126)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:403)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:361)
... 10 more
Caused by: java.lang.NullPointerException
at org.xwiki.component.embed.EmbeddableComponentManager.lookupMap(EmbeddableComponentManager.java:167)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:401)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:361)
... 13 more
I tried to add xwiki and hibernate configuration files to the classpath but it still crash.
Should I use another ComponentManager ? Do you know another way to launch a standalone version of xWiki runtime ?
Regards,
François B.
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
hi all!
I've some questions:
firs, how can I create a subfodler in xwiki? (a tree folder)
second, on my dashboard I see this warning : ' Unknown macro: spaces
The "spaces" macro is not in the list of registered macros..... ' why??
the last : how can I modify the name of the dashboard?
can anyone help me?
thanks in advance
Mary
--
View this message in context: http://xwiki.475771.n2.nabble.com/tree-folder-unknown-macro-dashboard-tp759…
Sent from the XWiki- Users mailing list archive at Nabble.com.
hi all!
i have installed xwiki on my Linux machine.
When I try to register an user I receive this error :
HTTP ERROR 500
Problem accessing /xwiki/bin/register/XWiki/Register. Reason:
Could not initialize class com.xpn.xwiki.web.RegisterAction
Caused by:
java.lang.NoClassDefFoundError: Could not initialize class
com.xpn.xwiki.web.RegisterAction
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at java.lang.Class.newInstance0(Class.java:372)
at java.lang.Class.newInstance(Class.java:325)
at
org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:143)
at
org.apache.struts.action.RequestProcessor.processActionCreate(RequestProcessor.java:292)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:230)
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:735)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1448)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:368)
at
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:488)
at
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:932)
at
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:994)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
at
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
at
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Thread.java:722)
why???
--
View this message in context: http://xwiki.475771.n2.nabble.com/Xwiki-RegisterAction-tp7588370.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
"It's not a bug, it's a feature"
I must admit that made me chuckle :)
But seriously, saying it's a feature would be like saying "you can't get to the login page because you've blocked unauthenticated users".
Is there a simple way of allowing just this one page (and possibly the forgot username page) to be viewed by unauthenticated users, without allowing unauthenticated users full access?
On a related note, if using the "block unauthenticated users" feature is not recommended, then what is the recommended way of blocking access to documents by unauthenticated users?
Kind regards,
Mahomed
-----Original Message-----
From: users [mailto:users-bounces@xwiki.org] On Behalf Of Sergiu Dumitriu
Sent: 21 May 2015 23:13
To: XWiki Users
Subject: Re: [xwiki-users] User forgot password link unavailable
"It's not a bug, it's a feature"
When you prevent access to unathenticated users, you really prevent
almost any access, including the reset password page. That is why it's
really not recommended to tick that box.
On 05/21/2015 06:55 AM, Mahomed Hussein wrote:
> Hi
>
> It seems that the “forgot password” link is unavailable when blocking access to anonymous users (http://localhost/xwiki/bin/view/XWiki/ResetPassword). I am using a custom skin based on flamingo. No link shows up for resetting the password and if I go to the link directly, it redirects to the login page. If I then login, I correctly get the reset page.
>
> Is this a bug or have I done something wrong? Thanks.
>
>
> Kind regards,
>
> Mahomed
>
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Dear all,
I'd like to add to the user directory a field that shows the line manager of
the user.
The line manager himself is also a XWiki user so the presentation should be
like
first_name +" "+ last_name with a hypelink to the profile page.
Now I have problems with the presentation of the line manager.
My approach was:
1) Modify the class XWiki.XWikiUsers:
1.1) Add a field 'superior' of type 'List of Users'
1.2) Modify 'Custom Display' of field 'superior' as following:
{{velocity}}
{{html clean=false}}
$value.get('first_name') $value.get('first_name')
{{/velocity}}}
2) Modify the Selected Columns list for 'User Directory':
first_name last_name superior
With the code above in 1.2, in the User Directory Panel my column 'superior'
is always
<p>$value.get('first_name') $value.get('first_name')}</p>
When I use in 1.2:
{{velocity}}
$value
{{/velocity}}
I get at least the following output (when superior is 'hkraut')
<p>XWiki.hkraut</p>
Please can somebody tell me, if already point 1.1 was the wrong approach?
Or how can I adapt 1.2 to display the superior properly?
Many thanks,
Hubert
--
View this message in context: http://xwiki.475771.n2.nabble.com/Display-List-of-Users-Type-in-User-Direct…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I think the description field on this URL is what you are looking for: http://yourwiki.url/xwiki/bin/edit/XWiki/XWikiServerXwiki
Kind regards,
Mahomed
-----Original Message-----
From: users [mailto:users-bounces@xwiki.org] On Behalf Of Niko B.
Sent: 22 May 2015 18:31
To: users
Subject: [xwiki-users] change default page title
Hello,
I am trying to change the title "Xwiki Home" on the main page. I have
looked in xwiki.cfg and xwiki.properties but could not find the parameter
that allows me to change this. I also attempted to find the object that
specifies the title.Would this be something related to the skin?
Any help would be much appreciated!
Thanks!
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello,
I am trying to change the title "Xwiki Home" on the main page. I have
looked in xwiki.cfg and xwiki.properties but could not find the parameter
that allows me to change this. I also attempted to find the object that
specifies the title.Would this be something related to the skin?
Any help would be much appreciated!
Thanks!
Hi
It seems that the “forgot password” link is unavailable when blocking access to anonymous users (http://localhost/xwiki/bin/view/XWiki/ResetPassword). I am using a custom skin based on flamingo. No link shows up for resetting the password and if I go to the link directly, it redirects to the login page. If I then login, I correctly get the reset page.
Is this a bug or have I done something wrong? Thanks.
Kind regards,
Mahomed