I have several spaces that use custom color schemes. How do I get the
global panels to display in the color scheme of the space, not the wiki
defaults?
Paul Pinkerton
KnowledgeNow Project Lead
Hello
I am pretty new with xwiki so please bear with me ...
I am tasked with a migration project from an existing mediawiki (about 500
pages) to a brand new xwiki system that we will hopefully enjoy in the
future.
I am pondering my options and would definitely appreciate any pointer /
suggestion as of the best way to proceed.
I have played with an xml dump produced using WikiTeam dumpgenerator.py
(http://code.google.com/p/wikiteam/wiki/NewTutorial#I_have_no_shell_access_t…)
but the results are fairly disappointing. Is this a viable approach ?
Again any help most appreciated.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Advice-needed-for-best-way-to-migrate-fro…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Currently we have LDAP authentication for our XWIKI users. I am trying to
implement XWiki Authenticator Trusted LDAP with it.
I did the following:
1. Added jar file into WEB-INF/lib folder
2. Modified xwiki.cfg :
2.1. Replaced
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
with
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.xwiki.AppServerTrustedAuthServiceImpl
If I replace the line with
xwiki.authentication.authclass=com.xwiki.authentication.trustedldap.TrustedLDAPAuthServiceImpl,
my xwiki doesn’t run at all with an error LDAP.XWikiLDAPAuthServiceImpl not
found.
2.2. I still have all configuration in place for LDAP, and I have added the
lines according to the recommendations:
#-# A Java regexp used to parse the remote user provided by JAAS
xwiki.authentication.trustedldap.remoteUserParser=(.+)(a)(.+)
#-# Indicate which of the regexp group correspond to which LDAP properties
#-# The following LDAP properties are supported:
#-# login, password, ldap_server, ldap_base_DN, ldap_bind_DN,
ldap_bind_pass
#
#xwiki.authentication.trustedldap.remoteUserMapping.1=login
#xwiki.authentication.trustedldap.remoteUserMapping.2=ldap_server,ldap_base_DN,ldap_bind_DN,ldap_bind_pass
xwiki.authentication.trustedldap.remoteUserMapping.1=
xwiki.authentication.trustedldap.remoteUserMapping.2=our data here
#-# Indicate how to convert each found property
#xwiki.authentication.trustedldap.remoteUserMapping.ldap_server=MYDOMAIN=my.domain.com|MYDOMAIN2=my.domain2.com
#xwiki.authentication.trustedldap.remoteUserMapping.ldap_base_DN=MYDOMAIN=dc=my,dc=domain,dc=com|MYDOMAIN2=dc=my,dc=domain2,dc=com
#xwiki.authentication.trustedldap.remoteUserMapping.ldap_bind_DN=MYDOMAIN=cn=bind,dc=my,dc=domain,dc=com|MYDOMAIN2=cn=bind,dc=my,dc=domain2,dc=com
#xwiki.authentication.trustedldap.remoteUserMapping.ldap_bind_pass=MYDOMAIN=password|MYDOMAIN2=password2
xwiki.authentication.trustedldap.remoteUserMapping.ldap_server=MYDOMAIN=domain_name1.ds.domain.ca|MYDOMAIN2=domain_name2.ds.somain.ca
xwiki.authentication.trustedldap.remoteUserMapping.ldap_base_DN=MYDOMAIN=dc=
domain_name1,dc=ds,dc=domain,dc=ca|MYDOMAIN2=dc=domain_name2,dc=ds,dc=domain,dc=ca
xwiki.authentication.trustedldap.remoteUserMapping.ldap_bind_DN=MYDOMAIN=cn=bind,dc=domain_name1,dc=ds,dc=domain,dc=ca|MYDOMAIN2=cn=bind,dc=
domain_name2,dc=ds,dc=domain,dc=ca
xwiki.authentication.trustedldap.remoteUserMapping.ldap_bind_pass=MYDOMAIN=password|MYDOMAIN2=password
My questions:
1. What are xwiki.authentication.trustedldap.remoteUserMapping.1 and
xwiki.authentication.trustedldap.remoteUserMapping.2 ? Should I have those 2
lines for both domains? Also, I confused with parameters: login,
ldap_server, ldap_base_DN, ldap_bind_DN, ldap_bind_pass.
Login – I do not know what to use, have empty.
ldap_server – enter the same as for xwiki.authentication.ldap.server.
ldap_base_DN – enter the same as for xwiki.authentication.ldap.base_DN,
ldap_bind_DN – enter the same as for xwiki.authentication.ldap.bind_DN, ,
ldap_bind_pass – entart the same as for xwiki.authentication.ldap.bind_pass
2. Should I keep MYDOMAIN, MYDOMAIN1, MYDOMAIN2 words or replace it with
some actual names? If ‘Yes’ – what names? Should I replace bind with some
actual data? What is that?
3. Could you please provide more explanations how to implement this trusted
domain authentication and provide the whole part of LDAP authentication of
xwiki.cfg file?
Now, after modifications, our LDAP authentication is broken and trusted
domain authentication doesn’t work.
Thank you,
Galina
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-Authenticator-Trusted-LDAP-tp758908…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello, I've searched a little for some information about using the Includes
macro across multiple Xwiki instances over the web. Basically, I would like
to describe this method of disseminating our own free/libre/open content
which is on an Xwiki, for others to reproduce without creating new copies
that they would have to maintain.
Includes across multiple Xwikis would be nice. Being able to off this
across multiple kinds of Wiki would be very nice.
Thanks ahead of time for any guidance.
--
Joseph Potvin
<http://goo.gl/Ssp56>
Hi All,
i use a Changelistener on a Document to update an object. Now i added a
larger text to the object an get the exception "data exception: string data,
right truncation; table: XWIKISTRINGS column: XWS_VALUE".
First i replaced the german "ü,ö,ä,ß", but they are not the reason as you
can see.
Did someone know that error?
My text which throws the exception is
Is there a character which i shoudl remove?
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Error-saving-document-with-text-in-object…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi All,
i got an issue with users after an hard migration from XE 2.5 to XE 5.3 (tnx
again Denis).
in the header section of the page, where usually there are menus, link to
profile, logout and so on, the section itself is not showed while there's
the following error stacktrace:
Error number 4001 in 4: Error while parsing velocity page
/templates/menuview.vm
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing
velocity page /templates/menuview.vm
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:110)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1687)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1627)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:918)
at sun.reflect.GeneratedMethodAccessor167.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1687)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1627)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:918)
at sun.reflect.GeneratedMethodAccessor167.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1687)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:166)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:88)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:331)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:129)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
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:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate
content with id [/templates/menuview.vm]
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:247)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
... 89 more
Caused by: org.apache.velocity.exception.MethodInvocationException:
Invocation of method 'isSpaceWatched' in class
com.xpn.xwiki.plugin.watchlist.WatchListPluginApi threw exception
java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at
/templates/menuview.vm[line 257, column 27]
at
org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:243)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReference.java:530)
at
org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:85)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
... 91 more
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of
range: -1
at java.lang.String.substring(String.java:1937)
at
com.xpn.xwiki.plugin.watchlist.WatchListStore.unescapeList(WatchListStore.java:444)
at
com.xpn.xwiki.plugin.watchlist.WatchListStore.getWatchedElements(WatchListStore.java:420)
at
com.xpn.xwiki.plugin.watchlist.WatchListPluginApi.isSpaceWatched(WatchListPluginApi.java:166)
at sun.reflect.GeneratedMethodAccessor600.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
... 104 more
any idea where to act to solve this issue?
Thanks,
claudio
--
View this message in context: http://xwiki.475771.n2.nabble.com/xwiki-users-issue-after-XE-migration-tp75…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi All,
i have some pages in Locale de and en. I want to use another page with the
include macro to load a set of defined pages in one language (or with a
default language, when the other is not set). Is that possible?
You know a similar solution if the include macro could not be used?
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Include-a-page-with-a-specific-and-or-def…
Sent from the XWiki- Users mailing list archive at Nabble.com.
> As indicate on http://myxwiki.org/xwiki/bin/view/Main/WebHome could
> you please indicate your user id on myxwiki.org as well as the server
> name you want for your wiki (the name that will be used before
> .myxwiki.org to access the wiki).
Sorry about that. I forgot about that while typing the email.
I created a user 'sckriel' on myxwiki.org.
The wiki name can be 'tolking'
Thanks a lot,
Steven
> On Wed, Feb 12, 2014 at 7:44 PM, Steven Kriel <sckriel(a)gmail.com> wrote:
> > Good Day,
> >
> > I am acquainted with several members of my local university's (Stellenbosch
> > University in South Africa) interpretation service. They sit in on various
> > classes and interpreted between Afrikaans and English in real time for
> > students who do not understand Afrikaans. Naturally they need a list of
> > technical terms for each subject. Currently this lists is maintained and
> > updated using excel en dropbox causing endless headaches.
> >
> > I have experience in using XWiki enterprise at my job. I want to show the
> > interpreters a 'proof of concept' way of maintaining term lists (and other
> > information) on a wiki. If the concept is well received, we will be able
> > to convince our information technology department to host a server. Until
> > then, I need an easily accessible wiki. It is for this reason I request a
> > wiki on MyXWiki.org.
> >
> > Kind Regards,
> >
> > Steven Kriel
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
Good Day,
I am acquainted with several members of my local university's (Stellenbosch
University in South Africa) interpretation service. They sit in on various
classes and interpreted between Afrikaans and English in real time for
students who do not understand Afrikaans. Naturally they need a list of
technical terms for each subject. Currently this lists is maintained and
updated using excel en dropbox causing endless headaches.
I have experience in using XWiki enterprise at my job. I want to show the
interpreters a 'proof of concept' way of maintaining term lists (and other
information) on a wiki. If the concept is well received, we will be able
to convince our information technology department to host a server. Until
then, I need an easily accessible wiki. It is for this reason I request a
wiki on MyXWiki.org.
Kind Regards,
Steven Kriel
Hi Matthias,
On 12 Feb 2014 at 21:52:08, Matthias Albert (matthias.albert@gmx.de(mailto:matthias.albert@gmx.de)) wrote:
> Yes, of cource I tried a web search and found
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Query+Module, but
> these are just some examples.
>
> I am looking for precise documentation. Is there nothing else?
Actually this page links to the precise documentation :)
See http://extensions.xwiki.org/xwiki/bin/view/Extension/Query+Module#HXWQLImpl…
which points to https://raw.github.com/xwiki/xwiki-platform/master/xwiki-platform-core/xwik…
This is the more precise documentation you’ll ever find (even though it may not be very easy to read) :)
Hope it helps
-Vincent
> Matthias
>
> Am 12.02.2014 19:39, schrieb vincent(a)massol.net:
> > Hi Matthias,
> >
> >
> > On 12 Feb 2014 at 19:26:23, Matthias Albert (matthias.albert@gmx.de(mailto:matthias.albert@gmx.de)) wrote:
> >
> >> After searching for documentation on XWQL I found comprehensive
> >> documentation about HQL
> >> (http://docs.jboss.org/hibernate/orm/3.3/reference/en/html/queryhql.html).
> >
> > The key is to google for “xwiki XWQL” and you should get:
> > http://extensions.xwiki.org/xwiki/bin/view/Extension/Query+Module
> >
> >> Could someone give me a hint to existing XWQL description, please? I am
> >> interested since XWQL seems to be more compact than HQL.
> >
> > Indeed, that’s the main reason we developed XWQL :)
> >
> > Hope it helps
> > -Vincent
> >
>
After searching for documentation on XWQL I found comprehensive
documentation about HQL
(http://docs.jboss.org/hibernate/orm/3.3/reference/en/html/queryhql.html).
Could someone give me a hint to existing XWQL description, please? I am
interested since XWQL seems to be more compact than HQL.
Thanks,
Matthias
This is about a Wiki page with an object of a class.
When a sheet is attached it will display the object in that sheet.
But if in the sheet I will check on permission and deny access like
the following code:
#if($xwiki.getUser().isUserInGroup("XWiki.SomeGroup") )
##
## User is allowed to see object
## If not Admin user, form should be readonly (no Edit)!!
##
#showForm
#else
$msg.get('msg_permission_denied')
#end
Now the user will see a empty page with the error message: Permission denied.
How secure is xwiki if the User would know the following
url?http://SomeWiki/xwiki/bin/edit/SomeSpace/ProtectedObject?editor=object
<http://cdlsworld.devxwiki.com/xwiki/bin/edit/CdlsatdPrivate/GerritjanKoekko…>
I now assume this user would modify the url in the top of his/her screen
Since the sheet is now bypassed this user would see all the object
details; right?
How can this be avoided; that users may not use the object editor?
Hi all,
I'm very pleased to announce two new extensions to come out of XWikiSAS Research
and the RESILIENCE Research project.
Number One: WebSockets in XWiki!
If you're an extension developer like me, you want events, you want stuff in the
browser to be talking to stuff in the wiki and you don't want to be messing around
with Jetty and Tomcat and all different kinds of libraries and configuration every
time you need to write an application. You just want stuff that works.
Here it is:
http://extensions.xwiki.org/xwiki/bin/view/Extension/WebSocket
Include this as a dependency for your extension and the Extension Manager will
automatically include it when users install your extension. In just a few lines of
code, your users can be chatting and collaborating through the websocket and it's
based on Netty (Special thanks to the Atmosphere project for developing Nettosphere)
so it works in all versions of Tomcat and Jetty and does not need any changes to the
front-end server, just open a port on the JVM machine and you're done.
Number Two: A new Realtime Collaborative WikiText Editor.
Indeed this is not the first attempt at Realtime Collaborative editing but perhaps
it is the most academically amusing. Really this is a prototype to get a handle on
the technology before we make the leap into Realtime WYSIWYG. Whereas the previous
Realtime Collaborative WikiText editor had performance issues and was unable to
handle large pasted, the new editor uses a completely novel design which is intended
to not only port well to WYSIWYG editing but is implemented entirely on the client
with the server only relaying messages, making it portable to different web frameworks.
Check out the Realtime Collaborative WikiText Editor here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/RealTime+Wiki+Editor
or install it with the Extension Manager to give it a try for yourself.
Disclamer: This is still new and might not work properly on all browsers, it certainly
will not work without websocket support.
Thanks,
Caleb
I found this and would like to use it but it looks like it might not be
current:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Multipage+Table+Of+Con…
One reference I found suggested it is based on xwiki1.0. I tweaked it a
bit but could not get the urls to replace the spaces in the page titles
with the "+"
Any advice?
Also, perhaps the best approach is to use the "tree" functionality in
the "Document Index?"
Thanks all,
Patrick
--
|| | | |||| || || | |||| ||| | |||
Patrick Masson
General Manager, Director & Secretary to the Board
Open Source Initiative
855 El Camino Real, Ste 13A, #270
Palo Alto, CA 94301
United States
Skype: massonpj
sip: OSI-Masson(a)ekiga.net
Ph: (970) 4MASSON
Em: masson(a)opensource.org <mailto:masson@opensource.org>
Ws: www.opensource.org <http://www.opensource.org>
I am out of the office until 14.02.2014.
Note: This is an automated response to your message "users Digest, Vol 79,
Issue 9" sent on 07.02.2014 13:00:02.
This is the only notification you will receive while this person is away.
Hello People,
I am trying to translate the script below from velocity to groovy, but I am not getting success in the "map" variable translation, when I try to define more than 1 value in variable I get error. I will need it because I am passing information to a template email.
Velocity
#set($map= {'document':"$xwiki.getDocument()", 'url':"xwiki.getDocument().getExternalURL()"})
#set($discard = $xwiki.mailsender.sendMessageFromTemplate($defaultMail, "$recipients", $xwiki.null, $xwiki.null, "pt_BR", "PublicationWorkflow.MailTemplate : Refus de publication", $map))
My groovy
def map = xwiki.null
def result = xwiki.mailsender.sendMessageFromTemplate("${sender}", "danilo.oliveira(a)energisa.com.br", emailcc, emailbcc, "pt_BR", "MailTemplate : Aviso de Publicacao Topico", map)
It will be part of a script to advice the wiki users that a topic was created in their forum.
Anyone can help?
Thank you!
Grupo Energisa
Danilo A. Oliveira
Analista Suporte Aplicacao TI - DETI
e-mail: danilo.oliveira(a)energisa.com.br | tel: (32) 3429-6342
Esta mensagem contém informação confidencial. Se você a recebeu por engano, não divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e apague-a do computador.
Privileged and confidential. If this message has been received by mistake, do not disclose or copy its contents. Please notify sender and delete immediately.
Hi,
using the AppWithinMinutes extension, I managed to create a simple app
for managing events. En Event class has properties like dateTime, place,
description etc.
I can create new Event class instances that are shown in an extra space
with WebHome start page.
The problem is that each event is displayed as an extra page document
with a separate title. All pages have to have different names.
We have many similar events that don't have a different title each. I
dont't need a different page for each event.
One idea I had is to use a single page that could dynamically display an
event object, maybe via a request parameter.
Is there any solution for that?
Thanks in advance for any hint!
Matthias
I understand creating Spaces and Pages within Spaces. Is it possible to create and additional level down to subpages of a page?
I've seen this with other wikis but I don't see how I can do it with Xwiki.
Bill Vlahos
Hi XWiki users,
We’re trying to create a user map of all XWiki users. There are 2 nice effects from this:
1) Increase the feeling of a community
2) Find out other XWiki users close to where you are. The next step will be to organize some XWiki User Group in places where there’s a cluster of xwiki users!
Please join the xwiki community by adding yourself to:
https://maps.google.com/maps/ms?msid=210331808187331529022.0004f02bd076d94d…
Thanks a lot
-Vincent Massol
Hi everyone,
I'm having trouble setting up Xwiki behind my Reverse Proxy.
As a reverse proxy I have to use IIS. With ARR and URL Rewrite. The rewrite
rules are on the default web site and rwrite to http://localhost:port/xwiki
(this will later be changed to https)
Now if I log into my Xwki with a user or an admin, if I click on any link
the account isn't logged in anymore.
I don't have this problem with several other applications (for instance
YouTrack or Nexus), nor does it occur if I bypass the proxy.
Any ideas would be welcomed.
Have a nice day,
Jack
--
View this message in context: http://xwiki.475771.n2.nabble.com/User-Session-not-sticky-behind-IIS8-Rever…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Could be interesting for XWiki users too :)
Thanks
-Vincent
On 6 Feb 2014 at 10:54:25, vincent(a)massol.net (vincent(a)massol.net) wrote:
Hi devs,
FYI I’ve updated the 5.x cycle jira dashboard:
http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11607
FTR here’s the 4.x one (that I’ve updated to include latest bug fix releases):
http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11192
For 5.x:
- 988 issues so far (vs 1269 for 4.x but we still have 5.4.1 to go and possibly some 5.4.2, etc later on. But in the end it’ll be slightly less than for 4.x)
- 20 source contributors (vs 15 for the 4.x cycle)
It would be great to start an aggregated release notes of the top features of the 5.x cycle as we did in the past. Any volunteer? :)
Thanks
-Vincent
I don't understand how to access a Database List property - I have the
following case:
A class "OurCars.Cars" which contains a Database List property "Setups".
In the "Setups" property I use XWiki Class Name "OurCars.Setup" and Id Field
Name "doc.fullName" and Value Field Name "SetupID" which is known by the
users and is unique.
The class "OurCars.Setup" contains the unique "SetupID" String property and
several properties like "BrakingBalance", "TirePressure", "RearWingAngle"
and others - but that's not important for my case.
What is the HQL Query to access the Database List field by passing the
SetupID to it from the "OurCars.Setup" class sheet?
I want to display the values from OurCars.Cars.
I take care that only one Setup per Car can be chosen.
Thank you very much in advance!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Accessing-Database-List-property-tp758897…
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is proud to announce the availability of XWiki 5.4.
This is an improvement and stability release for things started during
the 5.x cycle and will be the last major version of this cycle.
The highlights of this release are Solr, WikiStream, Distribution
Wizard and Activity Stream improvements.
In numbers its 96 bug fixed, 49 improvements and 6 new features.
You can download it here:
http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few
hours for the binaries to propagate to the download servers if the
download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki54
Thanks
-The XWiki dev team
Hi,
please create new wiki instance for me.
Data as requested on http://www.myxwiki.org/xwiki/bin/view/Main/WebHome:
Description:
Personal use for knowledge management. Examples for usage are writing down
about interesting locations in a particular visited city, visited places in
order to find these places later easier, read books (author, description),
memos about used programming solutions and tools, cooking recipes... You
see, using wiki like a notebook. Other aspekt is to become familiar with
all available functionalities offered by XWiki.
User name in mywiki.org: rosmi
Wanted prefix before .myxwiki.org: rosmi
Thanks,
Roman
Hello,
I try to use the workflow extension http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+Publication+Work… on xwiki 5.3.
I installed the extension 1.02 version with the extension manager but I obtaint this message when I use it:
"workflow doc ref: workflow:EspaceBrouillon.WebHome
Action : start
workflow.script.failed"
The documentation is too light and probably something miss me.
If you tried this extension can you tell me if it is work on xwiki 5.3?
If yes, have you some documentation (or help) to use it?
Thxs by advance.
Pascal B.
I cannot find information how to use the datepicker in velocity for my custom
wiki page.
I found extensions but there is always the info displayed : "Starting with
XWiki 4.3 the Date Picker is included by default."
But what is the velocity command to integrate it into my page?
Thanks a lot.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Datepicker-with-velocity-in-custom-form-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have a Facebook like Button on my xwiki instance. When clicking on the
button in facebook the following link is created:
http://<mywiki>/bin/view/Main/Sample?fb_action_ids=22334241213413241&fb_action_types=og.likes&fb_source=feed_opengraph&action_object_map={%22334241213413241%22%3A211180592403908}&action_type_map={%22334241213413241%22%3A%22og.likes%22}&action_ref_map=[]
However XWiki can not handle this link correctly. When clicking on it I
get the following error message (it's in german language):
> Hinweis
>
> Während der Verarbeitung Ihrer Anfrage trat ein Problem auf. Bitte
> verständigen Sie den Webmaster, falls der Fehler erneut auftritt.
How can I solve this problem?
Regards
Richard
Hi xwikiers,
We are currently discussing the possibiity to move to Java 7 as the
minimum supported version for XWiki (and so build with Java 7,
starting using Java 7 APIs, etc. so yes it won't work anymore on Java
6 at least part of it won't).
How many of you are still using Java 6 and do you think it's OK for
you to do the move when you will upgrade to XWiki 6.x ?
Thanks,
--
Thomas Mortagne
The XWiki development team is proud to announce the availability of
XWiki 5.4 Release Candidate 1.
This is an improvement and stability release for things started during
the 5.x cycle.
You can download it here:
http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few
hours for the binaries to propagate to the download servers if the
download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki4RC1
Thanks
-The XWiki dev team
I added the FAQ extension which adds a new space and a working FAQ in that space.
I don't want new FAQ and FAQCode Spaces but I do want to add a FAQ to one of the spaces. Here is what the FAQ instructions say.
By default this application creates a FAQ space in FAQ.WebHome. However you can easily transform any other space into a FAQ space by editing that space's WebHome page and adding an Object of type FAQCode.FAQHomeClass.
1. I added the object to the desired space page but I don't see it in the space. It would be fine if the FAQ is either on the space page or a FAQ page in the space. How do I make it visible in the new space and working?
2. How do I remove or hide the FAQ and FAQCode spaces from the list of viewable spaces?
Thank you,
Bill Vlahos
Xwiki 5.3
Hi all,
after I managed to create a class structure using AppWithinMinutes, I
could create objects of this class in the Application's start page.
Now I am trying to create a different xwiki page, that should show a
filtered table view of the objects created using velocity statements.
I could create a #foreach loop iterating over the objects and show each
object's name.
My problem is: how can I show some of the property values? The class
properties have names like:
Beschreibung (shortText1: String)
Can anyone give a hint?
Thank you in advance
Matthias
Hi All,
I have recently upgraded to 5.3 and have been very impressed...
one issue remains though, when I search the 'refine your search' panel
is not displaying on the right hand side, instead it is displaying with
all the options down the page before I get to search results... I have
tried reinstalling and just upgrading the solr search application
extension and it is still displaying incorrectly, any clues?
thanks in advance
H
Hi,
First of all, thank you for such a good opportunity.
We are forming a non profit organization and we want to create organization
documents with wiki team collaboration and also for knowledge base
creation.
Username:114
Email: admin(a)114hareketi.org
Server name:114.myxwiki.org
Thank you
--
Kurtuluş Öksüztepe
Hi all,
always when I add an user(which works fine) I have to scroll down over a blank screen until I finally reach the add user dialog.
Does anyone know how to solve this issue? It's only cosmetics but nevertheless confusing if you click on "add User" and a blank screen appears...
Cheers,
Fiete
Hi,
I've created an application using the app within minutes feature and I've been trying to get the data from the app using REST. However I can't see the objects in the xml/json unless I'm authenticated as the admin. Is there a way to allow anonymous users to see the objects?
Regards,
Sunil
I just installed version 5.3 on CentOS. Most everything is working except the following items.
1. When the default editor is set to "Wysiwyg", the editor never appears when I edit a page. I just get the spinner forever in the field. Setting the preference to "Text" brings up the "Text" editor which is how I'm leaving it for now.
2. I installed the Diagram extension which works as expected except most of the object icons are blank.
Thanks in advance.
Bill Vlahos
I have a Subwiki where I have created a Live Table called Active Tasks and I have been trying to filter the results based on two properties status and assignee. As defined in the TaskManagerClass, status is a database list and assignee is a list of users (local subwiki users). I have defined the live table like so:
#set ($columnsProperties = {
'number': {"type":"number","size":10},
'doc.title': {"type":"text","size":20,"link":"view"},
'project': {"type":"list","size":10},
'status': {"type":"list","size":10},
'severity': {"type":"list","size":10},
'reporter': {"type":"text","size":10,"html":true},
'assignee': {"type":"text","size":10,"html":true},
'duedate': {"type":"text","size":10},
'_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
})
#set ($options = {
'className': 'TaskManager.TaskManagerClass',
'resultPage': 'TaskManagerCode.MyActiveTasksLiveTableResults',
'translationPrefix': 'taskmanager.livetable.',
'tagCloud': true,
'rowCount': 15,
'maxPages': 10,
'selectedColumn': 'number',
'defaultOrder': 'asc'
})
#set ($columns = ['number', 'doc.title', 'project', 'status', 'severity', 'reporter', 'assignee', 'duedate', '_actions'])
#livetable('myActiveTasks' $columns $columnsProperties $options)
In the resultPage I have the following code:
{{include document="XWiki.LiveTableResultsMacros" /}}
{{velocity wiki="false"}}
#gridresultwithfilter("$!request.classname" $request.collist.split(",")", StringProperty as statusprop ", " and obj.id=statusprop.id.id and statusprop.id.name='status' and statusprop.value not in ('Done')" )
{{/velocity}}
This successfully displays the live table and filters it showing all tasks that have a status other than "Done". I cannot however successfully get the results to also filter based on the currently logged in user. In the TaskManagerClass sheet I have set the assignee property automatically using $context.user when a new entry is made. I have tried to filter the table at the definition using the extraparams option like so:
' extraParams' : '&assignee=$context.User ',
however when this is added the table does not display any entries. Upon further investigation I found that when I display what is in the $context.user, it shows as " XWiki.test " (test being the name of the user I created for testing). The strange thing is that when I change the extraParams option to be ' extraParams' : '&assignee=test ' then it works. This means that when I set the default property in the List of Users with the same function ($context.user), that it set it as test as opposed to XWiki.test. I also tried using $context.localUser in the extraParams however that also displays as XWiki.test.
Does this have to do with how the "List of Users" control on the class form is storing the value from $context.user? How can I filter this live table on the currently logged in user. I have tried to add another object to my where clause in the gridreslutwithfilter() call, however I was unsuccessful. If anyone can help me out with that query or with using the extraParams I would greatly appreciate it.
Regards,
Kelly
The XWiki development team is proud to announce the availability of XWiki 5.2.3.
This is a bugfix release fixing a security issue allowing unregistered users some access under some circumstances. We recommend anyone using XWiki 5.0+ to upgrade to it, especially if your wiki is a public wiki.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki523
Thanks
-The XWiki dev team
Hi,
I’m experiencing custom class and object creation. I’ve read xwiki developer’s documentation to create a class and a sheet, with default content. Now I create some Test document and an attached object (of type the class I created) . The document content corresponds to the sheet content.
Now if I add some content to Test page using the wysiwyg editor, this content is not displayed. Only the sheet content is displayed. Is there a may to mix, on page, the content of the class sheet applied to object, and the Page content ?
Regards,
Hi,
When I'm not logged in, I can go to the Document Index and see a list of all the pages. However when I'm logged in as a normal user, I can still visit the Document index of the same space, but I can't see any of the pages?
I'm not sure what's going on. I've checked the permissions but they all seem OK.
Regards,
Sunil
Hi,
I'm working on upgrade of our wiki 2.8 to 5.3 and at the same time , moving
it to a new server with Tomcat and Oracle.
The goal is to have 3 instances of wiki 5.3 on the same container (wikidgt,
wikioat and wikidir) .
I've configured the environment.permanentDirectory in xwiki.proprties with
3 differents values :
/opt/c/xwiki/data/wikidgt/
/opt/c/xwiki/data/wikioat/
/opt/c/xwiki/data/wikidir/
but when I deploy the first instance (wikidgt), the log shows that the Solr
home directory is :
/opt/apache/products/tomcat-6.0.29/inst1_xwiki/work/Catalina/localhost/wikioat/solr
2014-01-21 15:37:00,420 17788 [http-8180-9] INFO
o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server...
2014-01-21 15:37:00,447 17815 [http-8180-9] INFO
o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory:
/opt/apache/products/tomcat-6.0.29/inst1_xwiki/work/Catalina/localhost/wikioat/solr
2014-01-21 15:37:12,536 29904 [http-8180-9] WARN
org.apache.solr.core.SolrCore - New index directory detected: old=null
new=/opt/apache/products/tomcat-6.0.29/inst1_xwiki/work/Catalina/localhost/wikioat/solr/./data/index/
2014-01-21 15:37:21,863 39231 [http-8180-9] INFO
o.x.s.s.i.EmbeddedSolrInstance - Started embedded Solr server.
2014-01-21 15:37:56,883 74251 [http-8180-9] INFO
or if I understand the configuration of Solr in xwiki. properties , it
shoud be /opt/c/xwiki/data/wikidgt/solr
I tried to add this in the WEB-INF/web.xml file of each XWiki instance,
right after the root <web-app> element:
<env-entry>
<env-entry-name>solr/home</env-entry-name>
<env-entry-type>java.lang.String</env-entry-type>
<env-entry-value>/opt/curia/xwiki/bin/wikidgt/solr</env-entry-value>
</env-entry>
but got this error (seems it did'nt change the solr home directory but the
solr CoreContainer directory :
2014-01-21 14:55:23,631 34465 [http-8180-9] INFO
o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server...
2014-01-21 14:55:23,655 34489 [http-8180-9] INFO
o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory:
/opt/apache/products/tomcat-6.0.29/inst1_xwiki/work/Catalina/localhost/wikioat/solr
2014-01-21 14:55:26,230 37064 [http-8180-9] ERROR
org.apache.solr.core.CoreContainer - Unable to create core: collection1
java.io.IOException: Can't find resource 'solrconfig.xml' in classpath or
'/opt/curia/xwiki/bin/wikidgt/solr/collection1/conf/',
cwd=/opt/apache/home/tomcat
and if I deploy the second instance , i got an "OverlappingFileLockException*"
*because the solr directory is the same for both instances.
However, other files (e.g., "extension" and "jobs"
directories) are being placed in the correct permanent direcrory. i.e., it
is only
SOLR that appears to be picking up an incorrect setting for
"environment.permanentDirectory".
Thanks for help
Patrick
I have set up a subwiki and have been doing a lot of testing regarding authentication which has left a large amount of test users in my Candidates list. Is there a way to remove these join requests from the admin section? I can't seem to get into the edit mode of the XWikiPreferences page for the user section.
Thanks
Just wondering if there are any XWiki events out there?
Also any XWiki users in New York / New England area of the U.S.?
Thanks,
Patrick
--
|| | | |||| || || | |||| ||| | |||
Patrick Masson
General Manager, Director & Secretary to the Board
Open Source Initiative
855 El Camino Real, Ste 13A, #270
Palo Alto, CA 94301
United States
Skype: massonpj
sip: OSI-Masson(a)ekiga.net
Ph: (970) 4MASSON
Em: masson(a)opensource.org <mailto:masson@opensource.org>
Ws: www.opensource.org <http://www.opensource.org>
Hi everyone,
I finally solved the issue with a workaround. DB was ok (all tables where
using InnoDB) so I simply tried to delete all the pages that triggered the
SQL error.
Following is the list of conflicting pages:
AnnotationCode->Translations
Main->SOLRTranslations
Main->Welcome
Sandbox->Webhome
Wikimanager->Translations
XWiki->XWikiSyntax* (all pages except "XWikiSyntax" and "XWikiSyntaxClass")
After deleting all these pages now I'm able to create subwikis from
templates and no SQL errors appears at status.xml.
The only thing that I'm able to find in common in all these pages is
parent/child relationship in some of them.
Maybe it could be interesting if someone at xwiki team reproduces this
issue and open a JIRA.
Regards,
Jaume
2014/1/12 Jaume Giribert Peraire <jaume.giribert(a)gmail.com>
> Hi,
>
> Thanks again Thomas, looks like I didn't search well...
>
> I found the job status (for other/future people, you will find it at
> Tomcat work directory
> ../work/Catalina/localhost/xwiki/jobs/status/wiki/provisioning/wikiprovisioning.template/
> ) and it seems that template is not copied to new subwiki due to an SQL
> error:
>
> <org.xwiki.logging.event.LogEvent>
> <level>WARN</level>
> <message>SQL Error: 1062, SQLState: 23000</message>
> </org.xwiki.logging.event.LogEvent>
> <org.xwiki.logging.event.LogEvent>
> <level>ERROR</level>
> <message>Duplicate entry
> 'AnnotationCode.Translations--2014-01-12 12:13:40' for key
> 'XDD_FULLNAME'</message>
> </org.xwiki.logging.event.LogEvent>
> <org.xwiki.logging.event.LogEvent>
> <level>INFO</level>
> <message>Finished job of type [{}] with identifier [{}]</message>
> ny
>
> So, it looks like subwiki is created correctly but template is not copied
> due to duplicate entry error. After that, the UI wizard is called in other
> to get the Xwiki-UI.
>
> I think the problem may be related to MyISAM/InnoDB MySQL storage Engine.
> I will check that tomorrow.
>
> Any ideas regarding this issue are welcome.
>
> Regards,
> Jaume
>
>
>
> 2014/1/11 Jaume Giribert Peraire <jaume.giribert(a)gmail.com>
>
>> Hi Thomas,
>>
>> Thank you so much for your comments. Unfortunately I don't fully
>> understand your answer as I'm not familiar with the "jobs" part.
>>
>> Are you talking about the Scheduler app? Should I access the job status
>> on http://xxxx:8080/xwiki/bin/.../jobs/status? Can you point me to any
>> documentation related?
>>
>> Regards,
>> Jaume
>>
>> On Fri, Jan 10, 2014 at 6:58 PM, Jaume Giribert Peraire
>> <jaume.giribert at gmail.com <http://lists.xwiki.org/mailman/listinfo/users>> wrote:
>> >* Hi Thomas,
>> *>>* Yes, it looks like the template is not copied when the new subwiki is created.
>> *>>* I tried to switch to Oracle Java6 JVM and updating to the last Tomcat6
>> *>* version (Centos) but the problem persist.
>> *>>* I'm not really sure where the problem comes from. The only thing I
>> *>* have found is this entry catalina.out:
>> *>>* Jan 10, 2014 6:35:33 PM org.apache.tomcat.util.http.Parameters processParameters
>> *>* WARNING: Parameters: Invalid chunk '' ignored.
>> *
>>
>> Does not really seems to be related. If you have nothing in
>> catalina.out it's probably normal since wiki creation is done in an
>> isolated job, you should be able to find it's status somewhere in
>> <data>/jobs/status/ (not fully sure what are those jobs ids). A pity
>> the UI does not display this log.
>>
>> >
>> >* Looks like a problem when calling this URL (note the double && before
>> *>* input) when creating the subwiki:
>> *>* http://xxxxxx:8080/xwiki/bin/get/WikiManager/CreateWiki?xpage=uorgsuggest&u… <http://xxxxxx:8080/xwiki/bin/get/WikiManager/CreateWiki?xpage=uorgsuggest&u…>
>> *>>* I tried to download and install the windows version (comes with Jetty)
>> *>* but I'm not able to reproduce this issue. It works as expected.
>> *>>* Anyone with a similar scenario or any clue where I can found where the issue is?
>> *>>* Regards,
>> *>* Jaume
>> *>>>* On Fri, Jan 10, 2014 at 2:20 PM, Jaume Giribert Peraire
>> *>* <jaume.giribert at gmail.com <http://gmail.com>
>> *
>> >* <http://lists.xwiki.org/mailman/listinfo/users <http://lists.xwiki.org/mailman/listinfo/users>>> wrote:
>> *>>** Hi,
>> *>* *>>* I'm working with a fresh install of xwiki 5.3 (centos6 + openjdk 1.6 +
>> *>* *>* tomcat6 + mysql).
>> *>* *>>* I have create a new subwiki (as a template) but whenever I try to create a
>> *>* *>* new subwiki using this template, i only get a blank wiki, just the standard
>> *>* *>* deploy.
>> *>* *>>* I have followed these instructions with no luck:
>> *>* *>* http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application <http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application>
>> *>* <http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application <http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application>>
>> *>* *>>* Just after the subwiki creation (from a template) I get a progress bar
>> *>* *>* indicating that the system is provisioning the wiki. When I click on
>> *>* *>* "Finalize", I'm automatically redirected to the "Distribution Wizard" page
>> *>* *>* telling me that I have to install "XWiki Enterprise UI - Wiki". If I skip
>> *>* *>* the wizard, the wiki is shown as it didn't have any UI.
>> *
>> >* *
>> *>* Sounds like the template hasn't really been copied.
>> *>
>> >>>** Looking at catalina.out I don't see anything strange. I have also found out
>> *>* *>* that the first created wiki template doesn't show in the "Wiki Template"
>> *>* *>* admin panel. If I create a new template, this new one is shown in "xwiki
>> *>* *>* index" and "xwiki template". If I try to create a new subwiki using this
>> *>* *>* second template the error persist.
>> *>* *>>* Anyone with this issue?
>> *>* *>>* Regards,
>> *>* *>* Jaume
>> *>* *>* _______________________________________________
>> *>* *>* users mailing list
>> *>* *>* users at xwiki.org <http://xwiki.org> <http://lists.xwiki.org/mailman/listinfo/users <http://lists.xwiki.org/mailman/listinfo/users>>
>> *>* *>* http://lists.xwiki.org/mailman/listinfo/users <http://lists.xwiki.org/mailman/listinfo/users>
>> *>* <http://lists.xwiki.org/mailman/listinfo/users <http://lists.xwiki.org/mailman/listinfo/users>>
>> *>* *
>> *>>>* --
>> *>* Thomas Mortagne
>> *>>>>* 2014/1/10 Jaume Giribert Peraire <jaume.giribert at gmail.com <http://lists.xwiki.org/mailman/listinfo/users>>
>> *
>> >>>* Hi,
>> *>>>>* I'm working with a fresh install of xwiki 5.3 (centos6 + openjdk 1.6 +
>> *>>* tomcat6 + mysql).
>> *>>>>* I have create a new subwiki (as a template) but whenever I try to create a
>> *>>* new subwiki using this template, i only get a blank wiki, just the standard
>> *>>* deploy.
>> *>>>>* I have followed these instructions with no luck:
>> *>>* http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application <http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application>
>> *>>>>* Just after the subwiki creation (from a template) I get a progress bar
>> *>>* indicating that the system is provisioning the wiki. When I click on
>> *>>* "Finalize", I'm automatically redirected to the "Distribution Wizard" page
>> *>>* telling me that I have to install "XWiki Enterprise UI - Wiki". If I skip
>> *>>* the wizard, the wiki is shown as it didn't have any UI.
>> *>>>>* Looking at catalina.out I don't see anything strange. I have also found
>> *>>* out that the first created wiki template doesn't show in the "Wiki
>> *>>* Template" admin panel. If I create a new template, this new one is shown in
>> *>>* "xwiki index" and "xwiki template". If I try to create a new subwiki using
>> *>>* this second template the error persist.
>> *>>>>* Anyone with this issue?
>> *>>>>* Regards,
>> *>>* Jaume
>> *>>>* _______________________________________________
>> *>* users mailing list
>> *>* users at xwiki.org <http://lists.xwiki.org/mailman/listinfo/users>
>> *>* http://lists.xwiki.org/mailman/listinfo/users <http://lists.xwiki.org/mailman/listinfo/users>
>> *
>>
>>
>> --
>> Thomas Mortagne
>>
>>
>>
>> 2014/1/10 Jaume Giribert Peraire <jaume.giribert(a)gmail.com>
>>
>>> Hi Thomas,
>>>
>>> Yes, it looks like the template is not copied when the new subwiki is created.
>>>
>>>
>>> I tried to switch to Oracle Java6 JVM and updating to the last Tomcat6 version (Centos) but the problem persist.
>>>
>>> I'm not really sure where the problem comes from. The only thing I have found is this entry catalina.out:
>>>
>>> Jan 10, 2014 6:35:33 PM org.apache.tomcat.util.http.Parameters processParameters
>>> WARNING: Parameters: Invalid chunk '' ignored.
>>>
>>>
>>> Looks like a problem when calling this URL (note the double && before input) when creating the subwiki:
>>> http://xxxxxx:8080/xwiki/bin/get/WikiManager/CreateWiki?xpage=uorgsuggest&u…
>>>
>>>
>>> I tried to download and install the windows version (comes with Jetty) but I'm not able to reproduce this issue. It works as expected.
>>>
>>> Anyone with a similar scenario or any clue where I can found where the issue is?
>>>
>>>
>>> Regards,
>>> Jaume
>>>
>>>
>>> On Fri, Jan 10, 2014 at 2:20 PM, Jaume Giribert Peraire
>>> <jaume.giribert at gmail.com <http://lists.xwiki.org/mailman/listinfo/users>> wrote:
>>> >* Hi,
>>> *>>* I'm working with a fresh install of xwiki 5.3 (centos6 + openjdk 1.6 +
>>> *>* tomcat6 + mysql).
>>> *>>* I have create a new subwiki (as a template) but whenever I try to create a
>>> *>* new subwiki using this template, i only get a blank wiki, just the standard
>>> *>* deploy.
>>> *>>* I have followed these instructions with no luck:
>>> *>* http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application <http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application>
>>> *>>* Just after the subwiki creation (from a template) I get a progress bar
>>> *>* indicating that the system is provisioning the wiki. When I click on
>>> *>* "Finalize", I'm automatically redirected to the "Distribution Wizard" page
>>> *>* telling me that I have to install "XWiki Enterprise UI - Wiki". If I skip
>>> *>* the wizard, the wiki is shown as it didn't have any UI.
>>> *
>>>
>>> Sounds like the template hasn't really been copied.
>>>
>>> >
>>> >* Looking at catalina.out I don't see anything strange. I have also found out
>>> *>* that the first created wiki template doesn't show in the "Wiki Template"
>>> *>* admin panel. If I create a new template, this new one is shown in "xwiki
>>> *>* index" and "xwiki template". If I try to create a new subwiki using this
>>> *>* second template the error persist.
>>> *>>* Anyone with this issue?
>>> *>>* Regards,
>>> *>* Jaume
>>> *
>>> >* _______________________________________________
>>> *>* users mailing list
>>> *>* users at xwiki.org <http://lists.xwiki.org/mailman/listinfo/users>
>>> *>* http://lists.xwiki.org/mailman/listinfo/users <http://lists.xwiki.org/mailman/listinfo/users>
>>> *
>>>
>>>
>>> --
>>> Thomas Mortagne
>>>
>>>
>>>
>>> 2014/1/10 Jaume Giribert Peraire <jaume.giribert(a)gmail.com>
>>>
>>>> Hi,
>>>>
>>>> I'm working with a fresh install of xwiki 5.3 (centos6 + openjdk 1.6 +
>>>> tomcat6 + mysql).
>>>>
>>>> I have create a new subwiki (as a template) but whenever I try to
>>>> create a new subwiki using this template, i only get a blank wiki, just the
>>>> standard deploy.
>>>>
>>>> I have followed these instructions with no luck:
>>>> http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application
>>>>
>>>> Just after the subwiki creation (from a template) I get a progress bar
>>>> indicating that the system is provisioning the wiki. When I click on
>>>> "Finalize", I'm automatically redirected to the "Distribution Wizard" page
>>>> telling me that I have to install "XWiki Enterprise UI - Wiki". If I skip
>>>> the wizard, the wiki is shown as it didn't have any UI.
>>>>
>>>> Looking at catalina.out I don't see anything strange. I have also found
>>>> out that the first created wiki template doesn't show in the "Wiki
>>>> Template" admin panel. If I create a new template, this new one is shown in
>>>> "xwiki index" and "xwiki template". If I try to create a new subwiki using
>>>> this second template the error persist.
>>>>
>>>> Anyone with this issue?
>>>>
>>>> Regards,
>>>> Jaume
>>>>
>>>
>>>
>>
>
Hi,
We use the standard Colibri Skin with usually a Left and Side pane for
panels.
Most of our panels are for navigation only. (80%)
So the question is:
Can I make the default behavior of a panel be that it is collapsed,
I want that after a click (and new content is loaded) that the panel is
automatically collapsing again (Like a drop down menu)
You click on the collapsed panel
It opens and shows the navigation links
The user selects one.
The webpage is loaded and if the panel is also on that page it is
automatically collapsed again
I do not want cookies (or something else) that remembers the state and
keeps the panel open.
So a simple piece of code that I can add to the panel to get the behavior?
A better version would be to link it to the default user attribute: User
type
So if user-type is simple automatically collapse
if user type is advanced; keep the panels open for faster navigation.
A even better would be to link it to the panel attribute Type and category
something like: If Panel-type is View and Panel-category is navigation.
Then automatically collapse without state memory)
Our goal is to dramatically reduce screen clutter.
For the roadmap of XWiki i would ask if it is possible to add something
about collapsing behavior in either the panel definition or in the
preferences of Site and/or space to define the desired behavior of panels?
Hi All, I want to display Blog of specific category on the main page. I want
to keep the existing content (an image and mostly text) and also include a
section for blog roll tagged as 'News'. Is there a way to display/include
the latest blog entry tagged to a certain category? Thanks in advance for
your time.
-Priti
--
View this message in context: http://xwiki.475771.n2.nabble.com/Display-Blog-of-specific-Category-on-Main…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have a class called TaskManager with a property called Reporter that is of a "List of Users" type. What I am trying to do is assign the current user to the Reporter property when a new document is created so that the user does not have to select himself from the user list control, but I would like this field to also remain as read-only so the user cannot change it to someone else.
Using the following code in the TaskManagerSheet, the property gets populated on new, however when it is saved it disappears (not saved into the property). I have narrowed it down to the problem being the 'view' parameter in the $doc.display() function which makes it readonly, however because of this it is not being saved. Is there a way to set a value on new but retain a read-only status
Here is the code that I am using:
#set ($discard = $doc.use('TaskManager.TaskManagerClass'))
#if($doc.isNew())
$doc.set('reporter',$context.user)
#end
: $doc.display('reporter', view)
Hello everyone,
I'm working with a XWiki Enterprise 2.3 on tomcat and Oracle 10;
Since 2 or 3 days, when we upload a new file to a page , the file is
available during 1 min then the file size change to 0kb ;
Any idea?
Thanks for help
Patrick
Anyone is using the Piwik with XWiki?
I have installed it last week and and it is a nice tool however I couldn’t configure the Track Site Search in order to allow the Piwik to track the principal terms searched in my Xwiki.
Someone know how to configure it?
Thank you
Danilo
Grupo Energisa
Danilo A. Oliveira
Analista Suporte Aplicacao TI - DETI
e-mail: danilo.oliveira(a)energisa.com.br | tel: (32) 3429-6342
Esta mensagem contém informação confidencial. Se você a recebeu por engano, não divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e apague-a do computador.
Privileged and confidential. If this message has been received by mistake, do not disclose or copy its contents. Please notify sender and delete immediately.
Hi everybody,
I deleted Administration Application in my Xwiki (version 5.1.2) and I
want now to reinstall it. I downloaded the xar at
http://extensions.xwiki.org/xwiki/bin/view/Extension/Administration+Applica…
but I have an error message when I try to import it (see attachment).
Any help please ?
Thanks
Pierrick
Good morning to all XWiki Users,
i am installing a new xwiki instance (migration from an older instance) and
want to export/import user preferences like the watchlists, how can I do
that?
Thanks in advance
and best Regards
Silvio
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-Export-user-preferences-tp7588624.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I looked around a bit, but is there a way to list pages/attachments
users have deleted?
--
|| | | |||| || || | |||| ||| | |||
Patrick Masson
General Manager, Director & Secretary to the Board
Open Source Initiative
855 El Camino Real, Ste 13A, #270
Palo Alto, CA 94301
United States
Skype: massonpj
sip: OSI-Masson(a)ekiga.net
Ph: (970) 4MASSON
Em: massson(a)opensource.org <mailto:masson@opensource.org>
Ws: www.opensource.org <http://www.opensource.org>
Hi everybody !
I'm using XWiki 5.2.1 and I have a problem with search function in the
Blog space. When I type something in the search bar, only recent pages
are returned so I can't find old articles.
I suppose I have to reindex every pages but I don't know how.
Help please.
Thanks !
Pierrick
Hi,
I'm working with a fresh install of xwiki 5.3 (centos6 + openjdk 1.6 +
tomcat6 + mysql).
I have create a new subwiki (as a template) but whenever I try to create a
new subwiki using this template, i only get a blank wiki, just the standard
deploy.
I have followed these instructions with no luck:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application
Just after the subwiki creation (from a template) I get a progress bar
indicating that the system is provisioning the wiki. When I click on
"Finalize", I'm automatically redirected to the "Distribution Wizard" page
telling me that I have to install "XWiki Enterprise UI - Wiki". If I skip
the wizard, the wiki is shown as it didn't have any UI.
Looking at catalina.out I don't see anything strange. I have also found out
that the first created wiki template doesn't show in the "Wiki Template"
admin panel. If I create a new template, this new one is shown in "xwiki
index" and "xwiki template". If I try to create a new subwiki using this
second template the error persist.
Anyone with this issue?
Regards,
Jaume
I have installed the docviewer macro, but it doesn't work! Have others
had success with this?
Similarly, I am having trouble with html iframes displaying. I have
tried viewing these pages in a number of different browers with no
success.
Insight?
Paul Pinkerton
KnowledgeNow Project Lead
Hello people,
When I use the "bar" ="/" character in my page names occurs a bug. The page is created but when I access the link complete blank page appears to me! Even I try to delete or rename the page the blank page continues showing to me... How can I delete these pages? Is there some way to avoid the users to create pages with bar ("/") character?
Thank you.
Grupo Energisa
Danilo A. Oliveira
Analista Suporte Aplicacao TI - DETI
e-mail: danilo.oliveira(a)energisa.com.br | tel: (32) 3429-6342
Esta mensagem contém informação confidencial. Se você a recebeu por engano, não divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e apague-a do computador.
Privileged and confidential. If this message has been received by mistake, do not disclose or copy its contents. Please notify sender and delete immediately.
Hi,
Is it possible to rotate the Bar Chart shown in
http://extensions.xwiki.org/xwiki/bin/view/Extension/Charting+Samples#HBarC…
Bar (Stacked bar)
So Vertical to Horizontal
If I want to use the Chart Macro:
See my code:
{{chart
type="bar"
params="document:CdLSWorld.GrossMotorData;table:grossMotor;range:B2-F8;series:columns;"
title="GROSS MOTOR"
width="600"
height="500"
/}}
My data from document:CdLSWorld.GrossMotorData
====== GROSS MOTOR ======
(% id="grossMotor" %)
|= |=|=0-25% |=25-50% |=50-75% |=75-95%
| Rolls over (71)| 3| 5| 7| 12| 36
| Sits alone (73)| 6| 9| 12| 20| 50
| Crawls (23)| 9| 11| 15| 19| 48
| Pulls to stand (57)| 9| 12| 16 | 23| 60
| Cruises (49)| 9| 14| 16| 24| 72
| Walks alone (54)| 12| 18| 24| 36| 120
| Runs (29)| 18| 28| 36| 48| 120
Good afternoon,
Not sure if this is the best way, and i'm sorry to bother you with this, but I'm trying to use HolidayRequest on my Xwiki intranet and i'm having a problem with used number of days.
I can't find a field anywhere to define this on a user. If you can give me the directions I would appreciate.
Best regards,
Ricardo Jesus
-----------------------------------------------------------------------------------
Esta mensagem pode conter informacao confidencial. Caso o receptor desta mensagem nao seja o destinatario indicado, e expressamente proibida a copia ou enderecamento desta informacao a terceiros, encontrando-se o destinatario na obrigacao de destruir a presente mensagem e de informar o emissor.
This message may contain confidential information, and is intended only for the individuals named. If you are not the intended recipient you should not distribute or copy this information and must delete this e-mail from your system and notify the sender immediately.
-----------------------------------------------------------------------------------
The XWiki development team is proud to announce the availability of
XWiki 5.4 Milestone 1.
This is an improvement and stability release for things started during
the 5.x cycle.
You can download it here:
http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few
hours for the binaries to propagate to the download servers if the
download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki54M1
Thanks
-The XWiki dev team
Hi,
In the wysiwyg section, I tried to customise the options in the menu, but I think I put in a bad value or made a typo, and clicked save. Now the menu won't show display the widgets any more. Please see http://i.imgur.com/FnVd6sE.png.
Is there another way to edit these settings?
Regards,
Sunil
Hi Clemens,
I don't think it's useful for me to make use of the version summary in this case. It doesn't do what I need it to do. I'll find a different approach to solve this problem.
Thanks for your help!
Regards,
Sunil
>Date: Tue, 07 Jan 2014 14:57:13 +0100
>From: Clemens Klein-Robbenhaar <c.robbenhaar(a)espresto.com>
>To: users(a)xwiki.org
>Subject: Re: [xwiki-users] Changing the version summary; was: Adding a
> custom field to a page
>Message-ID: <52CC07B9.7040707(a)espresto.com>
>Content-Type: text/plain; charset=ISO-8859-1
>
>Hi Sunil,
>
>> Hi,
>>
>> Is it possible to change the value of a page's 'version summary' after it saved? How can I do this using the UI?
>>
>
>You cannot do that via the UI; any change in wiki content should be versioned so everybody can see who changed what.
>In theory it would be possible to make the version summary itself versioned, but so far I know of no wiki system doing this.
>
>What you can do via the UI, however, is delete the revision with the version summary in case you have Admin rights.
>
>E.g. if the problem is concerning the most recent revision, just edit the page and type in the correct version summary, and save the page without changing anything else.
>This will create a new version with the correct version summary.
>Then you can look up the versions in the history tab and press the "Delete" link for the version with the misspelled version summary.
>
>Alternatively in case you do not want to delete the version but need to get rid of some version summary where someone pasted passwords by accident, you can do this directly in the database; the text is in the column XWR_COMMENT of the table xwikircs
>
>Hope this helps
>Clemens
>
>
Hi,
I have a class with a text field for holding a reference to a photo.
I would like to modify the sheet to add - modify objects of this class.
After the modification the sheet should display
- a default image if the object attribute 'photo' is empty (like the avatar
image for a xwiki user)
- a Button to modify the attribute
- When the user clicks on a pop-up like the image selector in the user
avatar.
My issue is that the class was developed in a very early version of XWiki.
On XWiki.org I found:
Attachment Selector Macro
This macro seems pretty close to what I want.
But the sheet is still in wiki version 1.
How can I use the macro in a sheet that is linked to the class?
Gerritjan
Hello XWiki team & users,
First of all thanks a lot for your great work.
I’ve set up XWiki as an intranet website (version 5.2.1).
Currenty I’m trying to customize it with some javascript to make life easier
for the users.
I experimented a bit with jQuery (as I have a bit of experience with it) and
have successfully integrated it into a test page via the jQuery Helpers
Extension
(http://extensions.xwiki.org/xwiki/bin/view/Extension/jQuery+Helpers)
Now I want to include a jQuery Plugin which extends the jQuery functions.
I’d like to try out the live tiles in Windows 8 style from Drew Greenwell
(http://www.drewgreenwell.com/projects/metrojs).
It’s no big deal to get the liveTiles working - On a local webserver without
Xwiki.
Here’s the problem: The functions from metrojs seem to collide with
prototype.js. I experimented a bit with jQuerynoConflict(); , I tried to
rename the functions inside metroJS.js, but nothing worked so far.
Firebug says ‘$ele.attr is not a function’ inside the metrojs-Code in the
console, which I believe is a problem with prototype.js. (See for the XWiki
test page code at the end of the mail – I won’t post the whole MetroJS-Code
here, it’s a little big).
My questions are:
a) Is there a possibility to deactivate / rename / “defuse” prototype.js, or
to listen for another shortcut than $ on this page (something like
prototypeNoConflict();) ?
b) Has anyone of you any experience with jQuery plugins (or even better,
Metrojs!) in XWiki and maybe a hint?
c) Is there a possibility of producing some kind of “liveTiles” with
prototype.js (which I’m not very experienced with)
I know it’s more of a javascript-related question, so thanks a lot for
reading this anyway.
Regards
Ruben
#################
Here’s the current code of my test page (ADMIN is the test space):
{{velocity}}
$xwiki.jsx.use("jQuery.jQuery", {'defer': false})
$xwiki.jsx.use("ADMIN.MetroJS")
$xwiki.ssx.use("ADMIN.MetroCSS")
{{/velocity}}
{{html}}
Carousel Mode: Simple
<div class="red">
<div id="tile1" data-mode="carousel" data-start-now="true"
class="live-tile" data-direction="horizontal" data-delay="3000">
<div> <http://www.drewgreenwell.com/images/sample/1tw.gif> </div>
<div> <http://www.drewgreenwell.com/images/sample/2tw.gif> </div>
<div class="accent emerald"><p class="metroExtraLarge">2 and a
half</p></div>
<div> <http://www.drewgreenwell.com/images/sample/3tw.gif> </div>
<div> <http://www.drewgreenwell.com/images/sample/4tw.gif> </div>
</div>
</div>
{{/html}}
--
View this message in context: http://xwiki.475771.n2.nabble.com/jQuery-plugin-Conflict-with-prototype-js-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I wanted a metawiki space, so as the "Admin" user, I created the "XWiki"
space. Realizing that we already had a "Wiki" space, I deleted the "XWiki"
space. The deletion to surprisinly long time, so I got suspicious and hit
"Cancel". I didn't think much of it until a few days later, when I was no
longer able to log in as "Admin". That was when I remembered that the
"XWiki" space is special. I had deleted a lot more than just a newly
created empty space.
Now I am no longer allowed to log in as "Admin" or "superadmin". Both
accounts worked before, but now both give me the error message "Invalid
credentials". Apparently, all users can log in with their ordinary user
account, but with no admin account I can no longer re-import the XWiki
pages from the XAR file.
The "superadmin" account was enabled when I upgraded to the current XWiki
5.2. It was tested and working, but not any longer.
How on earth to I get around this?
As as side note, I am very surprised that 1) I was able to create the
"XWiki" space, just as any other space, and 2) that I was able to delete
the "XWiki" space with no notification about this space being vital to
XWiki.
Any help or pointers are highly appreciated.
Kind regards,
Peter John Acklam
Xwiki friends,
We had installed Xwiki with default HSQL and have been using it for a couple
of months. We want to migrate to Oracle XE and I am looking for help to
understand if there are steps recommended for the migration (data and ui).
Any suggestions?
Thanks
Priti
--
View this message in context: http://xwiki.475771.n2.nabble.com/Help-Migration-from-HSQL-to-Oracle-db-tp7…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I want to use the space name in the page title. Is there a way to
create a reference to this?
Paul Pinkerton
KnowledgeNow Project Lead
pinkerp(a)lao.on.ca <mailto:pinkerp@lao.on.ca>
Association of Community Legal Clinics of Ontario
416-847-1418 or 1-866-965-1416x 5177
www.aclco.org <http://www.aclco.org>
Further to this - I seem to be having trouble displaying using the
docviewer macro as well! It seems to insert just fine, but there is no
output.
Paul Pinkerton
KnowledgeNow Project Lead
-----Original Message-----
From: users [mailto:users-bounces@xwiki.org] On Behalf Of
users-request(a)xwiki.org
Sent: January-07-14 1:11 PM
To: users(a)xwiki.org
Subject: users Digest, Vol 78, Issue 9
Send users mailing list submissions to
users(a)xwiki.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.xwiki.org/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
users-request(a)xwiki.org
You can reach the person managing the list at
users-owner(a)xwiki.org
When replying, please edit your Subject line so it is more specific than
"Re: Contents of users digest..."
Today's Topics:
1. Re: subwiki ldap authentication (Kelly Steinke)
2. Re: subwiki ldap authentication (Thomas Mortagne)
3. display external webpage in xwiki page (Paul Pinkerton (ACLCO))
4. Re: display external webpage in xwiki page (Thomas Mortagne)
5. Re: [xwiki-devs] [ANN] Welcome our new committer Clemens
Robbenhaar (Eduard Moraru)
----------------------------------------------------------------------
Message: 1
Date: Tue, 7 Jan 2014 09:15:49 -0700 (MST)
From: Kelly Steinke <ksteinke(a)steel-craft.ca>
To: XWiki Users <users(a)xwiki.org>
Subject: Re: [xwiki-users] subwiki ldap authentication
Message-ID: <31648105.233.1389111376992.JavaMail.ksteinke@EDM-DEV03>
Content-Type: text/plain; charset=utf-8
Thanks for your quick response Thomas, I was under the impression that
if I chose to set up the subwiki with the option of "Only local users
are available in the wiki" and then change the base_DN to define where
those local users should be authenticated from, that the subwiki could
be used as a totally separate instance where users could go straight to
the login of the subwiki instead of "requesting to join" from the main
wiki.
With your explanation I see that this is not possible, so I will have to
rethink my strategy. Perhaps by changing permissions on the main wiki
spaces so that the users of my subwiki do not see anything on the main
wiki but give them the ability to request to join the subwiki. I tried
this originally but was running into to many problems, as the request
functionality was failing due to them not being able to send
notifications with limited permissions.
If I have some time perhaps I will look into creating a new patch as you
have suggested.
----- Original Message -----
From: "Thomas Mortagne" <thomas.mortagne(a)xwiki.com>
To: "XWiki Users" <users(a)xwiki.org>
Sent: Tuesday, January 7, 2014 8:36:00 AM
Subject: Re: [xwiki-users] subwiki ldap authentication
This is actually a general XWiki behavior: first try to auth on the
current wiki and then on the main wiki and it's true for the LDAP auth
too. Note that this user is supposed to really have been authenticated
and created on main wiki, you should not have a new XWiki user on your
subwiki so you should have the behavior if you log on main wiki and then
go to subwiki (the session keeping the user from main wiki).
You could create a new feature issue on http://jira.xwiki.org for a new
parameter controlling if the LDAP auth should fallback on main wiki or
not for example (like we have an option to control the fallback on
standard auth) and even better provide a patch if you have some Java
experience (it should not be very hard to do, I can help you look at the
right place if you plan to look at it).
On Tue, Jan 7, 2014 at 4:25 PM, Kelly Steinke <ksteinke(a)steel-craft.ca>
wrote:
> I have performed the following steps:
>
> * Installed the LDAP Admin Application on the subwiki.
> * Changed the LDAP BASE_DN to point to a different location than the
main wiki . ( OU=Accounting,OU=myBranch,OU=All
Users,DC=mycompanyt,DC=com ) as opposed to ( OU=All
Users,DC=mycompanyt,DC=com) on the main.
> * Created a new group in my AD called "maintenance_wiki" that has a
membership of users that I wish to authenticate against (as there is the
odd user that I want to authenticate that will not reside in the
OU=Accounting,OU=myBranch,OU=All Users,DC=mycompanyt,DC=com branch).
> * Changed the "Restricted To Group" setting in the LDAP application to
point to my new maintenance_wiki group.
> * Restarted the tomcat services.
>
> After turning LDAP logging on and performing some tests it appears
that If I log on with a user that does not exist in the
"maintenance_wiki" group it will next try to authenticate using the Main
Wiki's search DN as opposed to the more granular one that I have defined
in the Subwiki. So instead of getting an "Invalid Credentials" message,
which I was hoping for, it instead creates the user in the main wiki and
lets the user into the subwiki with the message "ERROR you are not
allowed to view this document or perform this action".
>
> What I was hoping would happen is that the subwiki would only
authenticate users from the search DN defined in the subwiki or that
belong in the group that I defined, and not create accounts for users
that exist in the main wiki's search DN. Is this possible?
>
>
> Kelly Steinke
> Software Developer/System Support
> STEEL-CRAFT DOOR PRODUCTS LTD.
>
> 13504 St. Albert Trail
> Edmonton, AB T5L 4P4
> Bus: 780.453.3761 ext.3310
> Fax: 780.454.1584
> Toll Free: 1.800.463.3667
>
> www.steel-craft.ca
>
> Information contained in this communication may be confidential and is
intended only for the use of the individual(s) named above. If you are
not the named addressee you should not disseminate, distribute or copy
this e-mail. If you have received this e-mail in error please notify the
sender.
> ----- Original Message -----
>
> From: "Thomas Mortagne" <thomas.mortagne(a)xwiki.com>
> To: "XWiki Users" <users(a)xwiki.org>
> Sent: Tuesday, December 31, 2013 12:27:47 AM
> Subject: Re: [xwiki-users] subwiki ldap authentication
>
> Yes you have only one xwiki.cfg which contains the default
> configuration for each wiki but "You can also setup the LDAP
> configuration in the XWiki.XWikiPreferences page by going to the
> object editor. Simply replace xwiki.authentication.ldap. with ldap_.
> For example xwiki.authentication.ldap.base_DN becomes ldap_base_DN."
>
> You can install
> http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application
> which is doing exactly that (modifying XWikiPreferences page) in the
> wikis you want to modify.
>
> On Tue, Dec 31, 2013 at 12:52 AM, Kelly Steinke
<ksteinke(a)steel-craft.ca> wrote:
>> Hi all,
>>
>> I just recently upgraded to 5.3 and have now created a sub wiki for
the first time. My main wiki is configured to authenticate using LDAP
and has a base search DN set to an OU called "AllUsers". In Active
Directory the AllUsers OU contains several sub OU's which separate users
according to branch, department ect. Having the LDAP set up to search
the AllUsers OU allows for anyone in our company to use the main wiki by
logging in with their network credentials and works great.
>>
>> When I created the sub wiki, I went through the wizard and selected
to only have local users be available in it, as this sub wiki is to be
used and administrated by a specific department only. What I would like
to achieve now is to have the users of the sub wiki be authenticated
using a different search base than that of the main wiki (aka the OU
that contains only users for that department).
>>
>> So instead of using the following, which is defined in the xwiki.cfg:
>>
>> xwiki.authentication.ldap.base_DN=OU=All Users,DC=mycompanyt,DC=com
>>
>> The sub wiki would use this for authentication:
>>
>> xwiki.authentication.ldap.base_DN=OU=Accounting,OU=myBranch,OU=All
>> Users,DC=mycompanyt,DC=com
>>
>> I read in the documentation " Use cases of configuration to
authenticate users with LDAP " that each wiki in a multiwiki environment
can have its own LDAP configuration, however I am unable to determine
how to do this, as there is only one xwiki.cfg file that contains my
LDAP configuration and there is no mention of any LDAP settings in the
xwiki.preferences page of the sub wiki.
>>
>> any help is greatly appreciated!
>>
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
--
Thomas Mortagne
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
------------------------------
Message: 2
Date: Tue, 7 Jan 2014 17:35:32 +0100
From: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
To: XWiki Users <users(a)xwiki.org>
Subject: Re: [xwiki-users] subwiki ldap authentication
Message-ID:
<CAPnKnLF_4NYL7_htHYO7cF8vz6b=CR09Os4X3C3oWCA1ykOoeQ(a)mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Actually "Only local users are available in the wiki" is something new
in 5.3 and not everything take it into account, LDAP authenticator is
one of them. You might want to add your use case to
http://jira.xwiki.org/browse/XWIKI-9856 and watch the issue.
On Tue, Jan 7, 2014 at 5:15 PM, Kelly Steinke <ksteinke(a)steel-craft.ca>
wrote:
> Thanks for your quick response Thomas, I was under the impression that
if I chose to set up the subwiki with the option of "Only local users
are available in the wiki" and then change the base_DN to define where
those local users should be authenticated from, that the subwiki could
be used as a totally separate instance where users could go straight to
the login of the subwiki instead of "requesting to join" from the main
wiki.
>
> With your explanation I see that this is not possible, so I will have
to rethink my strategy. Perhaps by changing permissions on the main wiki
spaces so that the users of my subwiki do not see anything on the main
wiki but give them the ability to request to join the subwiki. I tried
this originally but was running into to many problems, as the request
functionality was failing due to them not being able to send
notifications with limited permissions.
>
> If I have some time perhaps I will look into creating a new patch as
you have suggested.
>
>
>
> ----- Original Message -----
>
> From: "Thomas Mortagne" <thomas.mortagne(a)xwiki.com>
> To: "XWiki Users" <users(a)xwiki.org>
> Sent: Tuesday, January 7, 2014 8:36:00 AM
> Subject: Re: [xwiki-users] subwiki ldap authentication
>
> This is actually a general XWiki behavior: first try to auth on the
> current wiki and then on the main wiki and it's true for the LDAP auth
> too. Note that this user is supposed to really have been authenticated
> and created on main wiki, you should not have a new XWiki user on your
> subwiki so you should have the behavior if you log on main wiki and
> then go to subwiki (the session keeping the user from main wiki).
>
> You could create a new feature issue on http://jira.xwiki.org for a
> new parameter controlling if the LDAP auth should fallback on main
> wiki or not for example (like we have an option to control the
> fallback on standard auth) and even better provide a patch if you have
> some Java experience (it should not be very hard to do, I can help you
> look at the right place if you plan to look at it).
>
> On Tue, Jan 7, 2014 at 4:25 PM, Kelly Steinke
<ksteinke(a)steel-craft.ca> wrote:
>> I have performed the following steps:
>>
>> * Installed the LDAP Admin Application on the subwiki.
>> * Changed the LDAP BASE_DN to point to a different location than the
main wiki . ( OU=Accounting,OU=myBranch,OU=All
Users,DC=mycompanyt,DC=com ) as opposed to ( OU=All
Users,DC=mycompanyt,DC=com) on the main.
>> * Created a new group in my AD called "maintenance_wiki" that has a
membership of users that I wish to authenticate against (as there is the
odd user that I want to authenticate that will not reside in the
OU=Accounting,OU=myBranch,OU=All Users,DC=mycompanyt,DC=com branch).
>> * Changed the "Restricted To Group" setting in the LDAP application
to point to my new maintenance_wiki group.
>> * Restarted the tomcat services.
>>
>> After turning LDAP logging on and performing some tests it appears
that If I log on with a user that does not exist in the
"maintenance_wiki" group it will next try to authenticate using the Main
Wiki's search DN as opposed to the more granular one that I have defined
in the Subwiki. So instead of getting an "Invalid Credentials" message,
which I was hoping for, it instead creates the user in the main wiki and
lets the user into the subwiki with the message "ERROR you are not
allowed to view this document or perform this action".
>>
>> What I was hoping would happen is that the subwiki would only
authenticate users from the search DN defined in the subwiki or that
belong in the group that I defined, and not create accounts for users
that exist in the main wiki's search DN. Is this possible?
>>
>>
>> Kelly Steinke
>> Software Developer/System Support
>> STEEL-CRAFT DOOR PRODUCTS LTD.
>>
>> 13504 St. Albert Trail
>> Edmonton, AB T5L 4P4
>> Bus: 780.453.3761 ext.3310
>> Fax: 780.454.1584
>> Toll Free: 1.800.463.3667
>>
>> www.steel-craft.ca
>>
>> Information contained in this communication may be confidential and
is intended only for the use of the individual(s) named above. If you
are not the named addressee you should not disseminate, distribute or
copy this e-mail. If you have received this e-mail in error please
notify the sender.
>> ----- Original Message -----
>>
>> From: "Thomas Mortagne" <thomas.mortagne(a)xwiki.com>
>> To: "XWiki Users" <users(a)xwiki.org>
>> Sent: Tuesday, December 31, 2013 12:27:47 AM
>> Subject: Re: [xwiki-users] subwiki ldap authentication
>>
>> Yes you have only one xwiki.cfg which contains the default
>> configuration for each wiki but "You can also setup the LDAP
>> configuration in the XWiki.XWikiPreferences page by going to the
>> object editor. Simply replace xwiki.authentication.ldap. with ldap_.
>> For example xwiki.authentication.ldap.base_DN becomes ldap_base_DN."
>>
>> You can install
>> http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application
>> which is doing exactly that (modifying XWikiPreferences page) in the
>> wikis you want to modify.
>>
>> On Tue, Dec 31, 2013 at 12:52 AM, Kelly Steinke
<ksteinke(a)steel-craft.ca> wrote:
>>> Hi all,
>>>
>>> I just recently upgraded to 5.3 and have now created a sub wiki for
the first time. My main wiki is configured to authenticate using LDAP
and has a base search DN set to an OU called "AllUsers". In Active
Directory the AllUsers OU contains several sub OU's which separate users
according to branch, department ect. Having the LDAP set up to search
the AllUsers OU allows for anyone in our company to use the main wiki by
logging in with their network credentials and works great.
>>>
>>> When I created the sub wiki, I went through the wizard and selected
to only have local users be available in it, as this sub wiki is to be
used and administrated by a specific department only. What I would like
to achieve now is to have the users of the sub wiki be authenticated
using a different search base than that of the main wiki (aka the OU
that contains only users for that department).
>>>
>>> So instead of using the following, which is defined in the
xwiki.cfg:
>>>
>>> xwiki.authentication.ldap.base_DN=OU=All Users,DC=mycompanyt,DC=com
>>>
>>> The sub wiki would use this for authentication:
>>>
>>> xwiki.authentication.ldap.base_DN=OU=Accounting,OU=myBranch,OU=All
>>> Users,DC=mycompanyt,DC=com
>>>
>>> I read in the documentation " Use cases of configuration to
authenticate users with LDAP " that each wiki in a multiwiki environment
can have its own LDAP configuration, however I am unable to determine
how to do this, as there is only one xwiki.cfg file that contains my
LDAP configuration and there is no mention of any LDAP settings in the
xwiki.preferences page of the sub wiki.
>>>
>>> any help is greatly appreciated!
>>>
>>> _______________________________________________
>>> users mailing list
>>> users(a)xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>>
>>
>>
>> --
>> Thomas Mortagne
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
--
Thomas Mortagne
------------------------------
Message: 3
Date: Tue, 7 Jan 2014 11:45:18 -0500
From: "Paul Pinkerton (ACLCO)" <pinkerp(a)lao.on.ca>
To: <users(a)xwiki.org>
Subject: [xwiki-users] display external webpage in xwiki page
Message-ID: <5ADF7493B6AD244BB1AA71BC4034DA3A09AF44AB(a)ontario.lao.res>
Content-Type: text/plain; charset="us-ascii"
I want to display an external webpage in a wiki page. I have tried a
variety of methods including html using both iframe and embed. I cannot
seem to get the page to display. Ideas?
Paul Pinkerton
KnowledgeNow Project Lead
pinkerp(a)lao.on.ca <mailto:pinkerp@lao.on.ca>
Association of Community Legal Clinics of Ontario
416-847-1418 or 1-866-965-1416x 5177
www.aclco.org <http://www.aclco.org>
------------------------------
Message: 4
Date: Tue, 7 Jan 2014 17:48:41 +0100
From: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
To: XWiki Users <users(a)xwiki.org>
Subject: Re: [xwiki-users] display external webpage in xwiki page
Message-ID:
<CAPnKnLGdC3n6AvUNoiykQn=CYhBP24WBa38u7+4uZsdfPse0eg(a)mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
iframe seems to work well for me, see
http://tuska.myxwiki.org/xwiki/bin/view/Test/Iframe (and
http://tuska.myxwiki.org/xwiki/bin/view/Test/Iframe?viewer=code).
On Tue, Jan 7, 2014 at 5:45 PM, Paul Pinkerton (ACLCO)
<pinkerp(a)lao.on.ca> wrote:
> I want to display an external webpage in a wiki page. I have tried a
> variety of methods including html using both iframe and embed. I
cannot
> seem to get the page to display. Ideas?
>
>
>
> Paul Pinkerton
>
> KnowledgeNow Project Lead
>
> pinkerp(a)lao.on.ca <mailto:pinkerp@lao.on.ca>
>
>
>
> Association of Community Legal Clinics of Ontario
>
> 416-847-1418 or 1-866-965-1416x 5177
>
> www.aclco.org <http://www.aclco.org>
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
--
Thomas Mortagne
------------------------------
Message: 5
Date: Tue, 7 Jan 2014 20:10:22 +0200
From: Eduard Moraru <enygma2002(a)gmail.com>
To: XWiki Users <users(a)xwiki.org>
Subject: Re: [xwiki-users] [xwiki-devs] [ANN] Welcome our new
committer Clemens Robbenhaar
Message-ID:
<CADGDyY+u4VS82QU0_pJwZKBVG7hGZUBuVqF8aGOiuxZLWH3sqQ(a)mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
Congrats Clemens!
-Eduard
On Tue, Jan 7, 2014 at 2:11 PM, Clemens Klein-Robbenhaar <
c.robbenhaar(a)espresto.com> wrote:
> Hi Thomas and all the others,
>
> thanks for the welcome :)
>
> Actually I have been watching the development of XWiki since somewhat
1.6
> (or so I think, it got a bit lost in the mists of my memory),
> but never got around to contribute until recently; so I am happy
> that after much procrastinating I finally managed to start
contributing.
>
> Thanks for the XWiki developer team to accept me into the team!
>
> Cheers,
> Clemens
>
>
> > Hi xwikiers,
> >
> > The committers discussed and voted to include Clemens Robbenhaar in
> > the team which he agreed so a warm welcome to him !
> >
> > He has been very active since he started working on XWiki, he
already
> > spend a lot of time answering questions on the mailing list and on
IRC
> > (more than me I think).
> >
> > On the technical aspect everything I saw from him was good and very
> > clean and he is clearly no afraid to look at advanced stuff (he
spent
> > a long time last month trying to help Kaisen and Denis on migration
> > stuff which I'm
> > sure was not that critically related to his own work).
> >
> > Note that he is working on XWiki for EsPresto AG (don't forget to
add
> > it to http://main.xwiki.org/xwiki/bin/view/Main/Support).
> >
> > I'm sure he will be great addition to the team and it's always a
nice
> bonus
> > to see non XWiki SAS members so active ;)
> >
> > Welcome !
> >
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
------------------------------
Subject: Digest Footer
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
------------------------------
End of users Digest, Vol 78, Issue 9
************************************
Hi xwikiers,
The committers discussed and voted to include Clemens Robbenhaar in
the team which he agreed so a warm welcome to him !
He has been very active since he started working on XWiki, he already
spend a lot of time answering questions on the mailing list and on IRC
(more than me I think).
On the technical aspect everything I saw from him was good and very
clean and he is clearly no afraid to look at advanced stuff (he spent
a long time last month trying to help Kaisen and Denis on migration
stuff which I'm
sure was not that critically related to his own work).
Note that he is working on XWiki for EsPresto AG (don't forget to add
it to http://main.xwiki.org/xwiki/bin/view/Main/Support).
I'm sure he will be great addition to the team and it's always a nice bonus
to see non XWiki SAS members so active ;)
Welcome !
--
Thomas Mortagne
I want to display an external webpage in a wiki page. I have tried a
variety of methods including html using both iframe and embed. I cannot
seem to get the page to display. Ideas?
Paul Pinkerton
KnowledgeNow Project Lead
pinkerp(a)lao.on.ca <mailto:pinkerp@lao.on.ca>
Association of Community Legal Clinics of Ontario
416-847-1418 or 1-866-965-1416x 5177
www.aclco.org <http://www.aclco.org>
Hi all,
I just recently upgraded to 5.3 and have now created a sub wiki for the first time. My main wiki is configured to authenticate using LDAP and has a base search DN set to an OU called "AllUsers". In Active Directory the AllUsers OU contains several sub OU's which separate users according to branch, department ect. Having the LDAP set up to search the AllUsers OU allows for anyone in our company to use the main wiki by logging in with their network credentials and works great.
When I created the sub wiki, I went through the wizard and selected to only have local users be available in it, as this sub wiki is to be used and administrated by a specific department only. What I would like to achieve now is to have the users of the sub wiki be authenticated using a different search base than that of the main wiki (aka the OU that contains only users for that department).
So instead of using the following, which is defined in the xwiki.cfg:
xwiki.authentication.ldap.base_DN=OU=All Users,DC=mycompanyt,DC=com
The sub wiki would use this for authentication:
xwiki.authentication.ldap.base_DN=OU=Accounting,OU=myBranch,OU=All Users,DC=mycompanyt,DC=com
I read in the documentation " Use cases of configuration to authenticate users with LDAP " that each wiki in a multiwiki environment can have its own LDAP configuration, however I am unable to determine how to do this, as there is only one xwiki.cfg file that contains my LDAP configuration and there is no mention of any LDAP settings in the xwiki.preferences page of the sub wiki.
any help is greatly appreciated!
hi all,
I have couple of classes they are similar, most of them are the same, but
some small parts are different. So that I want to use a arch that there is
a common class holds all the common properties, and the real classes are
inherited from the common.
But how to achieve that?
thanks!
Hello,
On monday I make the upgrade on our linux server from Xwiki 5.1 to Xwiki
5.3.
We are using Debian + POstgresql + Tomcat 7.
The migration was OK, after the debian step I went to the admin migration
tool inside Xwiki.
I think I answer to all the conflict questions.
And finally like said in the documentation I delete on the server the
/var/lib/xwiki/data/solr directory.
But something is not ok with solr.
On the Admin page of "Recherche", on the SOlr research result page , on
the top of the page I got this message :
"#if ($searchEngine != $searchExtension.id) "
At the bottom :
" <label
for="solrAdminAction">$services.localization.render('solr.admin.indexing.action.label')</label>
<span
class="xHint">$services.localization.render('solr.admin.indexing.action.hint')</span>
"
It sounds like some translations are not there.
But the real problem is there the research is very limited.
I ask Solr to recreate all indexes, reboot the server after a will, but
nothing change.
I know some very used words in our organisation, in pages or inside
attached documents, but Solr show a few of them.
Any idea ?
Thanks
Cordialement
Stéphane Lassire
Hello,
I put a new field in the user page to see the last login of each for
statistics purposes.
On november and december last year it rans perfectly.
But on january, the month is only on 1 letter !
The macro :
{{velocity}}
#set($date_ll = $datetool.getYear()+ '/' + $datetool.getMonth() + '/' +
$datetool.getDay())
#set($name = $xcontext.getLocalUser())
#set($myDoc = $xwiki.getDocument($name))
#set($obj = $myDoc.getObject('XWiki.XWikiUsers'))
#set($discard = $obj.set("last_login", "$date_ll"))
#set($discard = $myDoc.save())
{{/velocity}}
Result for today :
"2014/0/6"
Last month I got 2014/12/06 for example.
is there some strange behaviour withe the getMonth() function ?
thanks
Cordialement
Stéphane Lassire
Chargé de l'informatique et de la communication
Tél direct : 01 42 85 81 87
Courriel : slassire(a)cesap.asso.fr
http://ow.ly/sanLQ
Thanks for your hard work, for this nice product and even better community!
Warm regards,
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Je serai absent(e) à partir du 27/12/2013 de retour le 06/01/2014.
je suis en congés.
Je répondrai à vos messages dès mon retour.
En cas de problème technique lié aux progiciels du CESAP, veuillez
contacter SYNOX au 05 67 34 66 56.
Merci
Hi,
I'm trying to upgrade our 5.1 xwiki to 5.3 and I get a lot of warning
messages (5.1 to 5.2.2 upgrade has the same result):
WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of getter
[com.xpn.xwiki.api.DeprecatedContext.getMacro] in
xwiki:XWiki.XWikiUserSheet@78,32
WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of getter
[com.xpn.xwiki.a
pi.DeprecatedContext.getDatabase] in xwiki:XWiki.XWikiUserSheet@81,22
etc..
I tried different solutions (I'm using standalone version):
- replace war
- copy database and conf file on a fresh install
- export/import
What could I do to remove all these messages?
What is the less painfull way to migrate a wiki (I read the doc
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade).
I really think that there's should be a simpler way to upgrade xwiki for
standalone version. Each of the above solution has its drawbacks.
Thanks
We are using XWiki 5.2.1. One problem is, that every unregistered user
can view the profile pages of all registered useres.
I tried the following: In the XWiki space, I managed to prevent
unregistered users to view any page of the XWiki space. This removed the
mentioned problem.
But then two other problems occured: unregistered users cannot see the
logo in the top-left corner, and they cannot see the tag-cloud macro
contents, which is signalled by an red-coloured error message.
Are there any solve theses problems?
Thanks in advance
Matthias
Hi everyone,
I’d like to wish you some very good Christmas holidays and a happy new year since I’m going on holidays tonight for 1 week.
Several committers are already on holidays and next week there’ll be very few of us active so it’ll be a quite week :)
We’re charging up our batteries for the new XWiki 6.x development cycle next year!
If you wish to help please fill the quick survey about what you’d like to see in XWiki 6.x:
bit.ly/1c6evZQ
Thanks a lot to all
Merry Christmas
-Vincent Massol
Hi,
On http://l10n.xwiki.org/xwiki/bin/view/L10N/
the livetable "Latest Translations" do not display accurate info anymore.
When I do some transalation I'm used to check them thru the livetable but
yet only "old" (ie older than 10/15 minutes) translations are displayed.
Before it was "realtime".
Is there any explaination for this new delay?
regards,
--
View this message in context: http://xwiki.475771.n2.nabble.com/LiveTable-with-Latest-Translation-on-l10n…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
When accessing: view/Main/AllDocs?view=deletedDocs
I receive error: This document requires programming rights and needs to be
saved by an administrator of this Wiki.
How to correct this and allow me to definitivly remove old pages?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Unable-top-empty-Recycle-Bin-on-myxwiki-o…
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is proud to announce the availability of XWiki 5.3.
This release comes with a new syntax guide and brings improvements to
the Solr search, multi-wiki support and the Wiki Stream module. You
can now choose the user scope (local, global or both) and also create
wiki templates from the wiki creation wizard. The Wiki Stream can be
used to import large XARs and content from the Confluence wiki. The
Solr search UI has been polished: we added new facets and improved the
results display. The Solr index has been modified to support the
search for documents matching specific values in multiple object
properties and attachments. As a consequence you can now facet and
sort the search results based on property values and attachment meta
data. A lot of bug fixes (115) and many improvements (55) complete
this release and make it worth trying.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki53
Thanks
-The XWiki dev team
How do i get all pages without any Tags?
Tried this without luck:
{{velocity}}
#set($tagFilter = " and NOT IN elements(prop.list)")
#set($sql = ", BaseObject as obj, DBStringListProperty as prop where
obj.className='XWiki.TagClass' and obj.id=prop.id.id and prop.id.name='tags'
${tagFilter} order by doc.fullName asc")
##set ($list = $xwiki.searchDocuments($sql))
#foreach($item in $xwiki.searchDocuments($sql))
[[$item]]
#end
{{/velocity}}
Volker/Oslo
--
View this message in context: http://xwiki.475771.n2.nabble.com/all-pages-without-any-Tags-tp7586883.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have these main documents which I want to consist of a bunch of "subdocuments", which are included/transcluded (own context, so I'll use Display, I guess).
Main | -> A | -> B
This document has two versions, New and Old: Main_New | -> A_new | -> B_new
Main_Old | -> A_old | -> B_old
Which is all fine as long as there exists New documents. Now to the finicky part.
In some cases, there will be no "new" document for B. I then want this to happen:
Main_New | -> A_new | -> B_old
Main_Old | -> A_old | -> B_old So, I want the Main document to include a sub-document of it's own type if it exists, and if not, it should pick the "older" document. The selection is based on the "main" documents properties.
(Note: I'm having actual new/old documents, so it's not versions of the same document. Also, I have simplified my example a bit, the real case has multiple levels of inclusion. ) Q: How do I go about creating a good conditional inclusion?
Hello,
I really like the idea behind the ToDo Macro, as it is the easiest way to
get todos strait into wiki pages and review them with the ToDo List.
Unfortunately it seems there is a bug which make it nearly useless. As soon
as you added more ToDos to one page and you added this pages with the
WYSIWYG editor it could be that all content after and including the todos
itself are erased while "saving"
If you switch before between the Wiki editor and WYSIWYG editor you see in
the wiki editor that it is already missing. In the WYSIWYG editor all
content is shown normally but not saved.
That means. I create a page - add some todos - someone else edid this page
and put some additional content over the WYSIWYG editor to the page and
save it - all content behind the todo can get lost.
I tried it with different pages and also with different content. I just can
say that it is not related to the content before or after the todo.
Does someone see that before?
Regards Kai
Hello People,
How are you?
I am providing the XWiki tool to my IT department. We will use it as central point for exchange technical information!
In order to maintain an organized Wiki I am giving some tips to our users, for example: always use tags, try to kink other document and always verify the hierarchical relation of the document.
But I have some minor doubts that you maybe help me.
Do you establish some good practice to use tags? For example:
try always use just substantive ,
insert at least 3 tags for each document,
use just capital letters, etc
Other question is about the navigator, what do you think that work better with XWiki, I am using Firefox but I don’t know if the chrome works better. What do you suggest?
Danilo
Grupo Energisa
Danilo A. Oliveira
Analista Suporte Aplicacao TI - CTZ-C
e-mail: danilo.oliveira(a)energisa.com.br | tel: (32) 3429-6342
Esta mensagem contém informação confidencial. Se você a recebeu por engano, não divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e apague-a do computador.
Privileged and confidential. If this message has been received by mistake, do not disclose or copy its contents. Please notify sender and delete immediately.
Hello,
since a while I try to check out the possibilities of Xwiki.
First I installed a 5.1 over the standard Debian packages. My most problems
started when I try to install multiple wikis or subwikis.
As I wrote 5.2 will have it I decided not to wast to much time to try it
with 5.1
Now 5.2 is finally released I set up again a Debian7.1 machine and install
XWiki over the standard debian package xwiki-enterprise-tomcat7-mysql.
After I while I found out that I need to create templates first. So I click
on the link under Wiki that brings me to the template install.
As soon as I click on install template I get the following two error
messages.
Error installing wiki template. Error number 50035 in 5: Exception in plugin
[com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin]: Wiki
[workspacetemplate] database update failed
Wiki template features can not be installed without the wiki base template
being installed first.
I try to find something on google but the only result I found is that it is
a right problem on MySQL.
Last time I run the following command I crashed my complete xwiki so I'm not
how to proceed...
grant all on *.* to 'xwiki'@'127.0.0.1' identified by 'xwiki';
or
grant all on *.* to 'xwiki'@'localhost' identified by 'xwiki';
Best regards
Kai
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-5-2-Subwikis-Wiki-Template-Error-nu…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Anyone,
Does turning on email obfuscation break email notifications? When I had
it on I did not get either the daily report or hourly notifications (via
the watchlist).
Thanks,
Patrick
--
|| | | |||| || || | |||| ||| | |||
Patrick Masson
General Manager, Director & Secretary to the Board
Open Source Initiative
855 El Camino Real, Ste 13A, #270
Palo Alto, CA 94301
United States
Sk: massonpj
Ph: (970) 4MASSON
Em: massson(a)opensource.org <mailto:masson@opensource.org>
Ws: www.opensource.org <http://www.opensource.org>
Hello, newbie question:
My team wants to use markdown, and doesn't consider losing WYSIWYG abilites to be a problem. So, I've enabled Markdown 1.1 in our xwiki.
Q: Is there any way to make markdown the default syntax for all pages?
Having to select it for each new page is a bit annoying. Also, it would help a lot if imported pages were converted to markdown, instead of xwiki syntax.
/A