Hi,
I have trouble with the tagcloud and the spaces macro:
Unknown macro: spaces
The "spaces" macro is not in the list of registered macros ...
Same for tagcloud.
I have seen some similar issue in JIRA, but that was about the macros not working after an import. For me, these macros did work originally. At some point they stopped working. Unfortunately I can't remember having done anything suspiciuos. I have a XEM environment running, this is only happening in one wiki. (In the important one of course!) It originally occurred in 3.1, updating to 3.4 didn't make any difference.
Any hints greatly appreciated!
Cheers,
Olaf
Hi everyone,
somehow I created Spaces with broken Umlauts like:
Gesch�������¤ftsf�������¼hrung
or
Gesch�¤ftsf�¼hrung
see screenshot:
https://dl.dropbox.com/u/10128532/Schnappschuss%20%282012-12-13%2013.29.05%…
I cannot delete those. They are empty but after deleting from the spaces
menu they still stay in the Spaces-Lists (i.e. on the Dashboard).
Is there any way to get rid of them manually (Using Tomcat/MySQL)
Thanks a lot!
Ole
Hello everybody,
I would like to authenticate users via a SAML server.
I red this page
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication. I would
like to try the example project provided on Github:
https://github.com/xwiki-contrib/sandbox/tree/master/authenticators/xwiki-a…
'old').
When I want to build the project, I've got this error:
[WARNING] The POM for jfree:jfreechart:jar:1.0.0-rc1-xwiki is missing, no
dependency information available
I precise that I tried using Maven and Nexus XWiki repos.
Could you help me, please?
Thanks by advance,
Nicolas
Hi all,
When I create a page in a Space called "MySpace" using Title "a.b.c" , it
created a page call "c" under the space "a.b". (a.b: c)
Is there anyway I can allow users create document with dot on the Title
please? I would expect the document to be called "MySpace: a.b.c"
Many Thanks
Art
--
View this message in context: http://n2.nabble.com/Creating-a-page-with-dot-on-the-Title-tp1112070p111207…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
i have an adjacent problem with XWIKI 4.4 on Tomcat 6 and want to
connect with Apache from frontend:
The xwiki.war was moved to ROOT-context of Tomcat.
With direct connection to Tomcat XWIKI is working fine.
If i want to go over Apache with https://domain.xyz/ i receive well the
startpage of XWIKI with dashboard.
But if want to login i receive an URL
https://domain.xyz/bin/login/XWiki/XWikiLogin?xredirect=%2Fbin%2Fview%2FMai…
and the messsage
401 Unauthorized.
Does somebody have a clue ?
The problem is the same with xwiki.war/with ROOT-context and http
instead of https.
Thanks
Ingo
Mit besten Grüßen
Ingo Oellers
************************************************
Ingo Oellers
Entwickler E-Commerce - Innovations, Technologies & Products
ingo.oellers(a)3pagen.de
Tel.: 02404 / 980 188
Fax: 02404 / 980 73 188
************************************************
3Pagen Versand und Handelsges. mbH
St. Jöris Strasse 16-28
52477 Alsdorf
Reg.Gericht: Aachen HRB 999
Geschäftsführung: Eric Faintreny, Franz Hermanns
www.3suisses.de - www.3suisses.at - www.3-suisses.chwww.3pagen.de - www.3pagen.at
>>> Andrew Havens 20.02.13 1.30 Uhr >>>
Now that I've got XWiki up and running, how can I configure Tomcat or
whatever so that it's available at the root on port 80 instead of
wiki.example.com:8080/xwiki?
Thanks,
Andrew
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello,
I would like to discuss a little on writing of Selenium2 tests, as
described in test strategy [1], ie use Selenium 2 and apply Page Objects
pattern.
My particular use-case is that I'm on a mission : write some functional
tests for my mail archive application.
I also think these would be the best tests for my app, as it greatly relies
on 2 external interfaces (xwiki for persistence/conf, javamail and mail
accounts on another side). There are some good unit tests to write of
course, but the main logic of the app has more meaning to be tested in
"real life", or close to that.
To do that, I decided to try and plug myself in xwiki test framework, in
order to avoid redeveloping everything (such as deploying / launching an
xwiki instance from the tests).
I added 2 modules in my project:
- xwiki-contrib-mailarchive-test-pageobjects
- xwiki-contrib-mailarchive-test-ui
Both inherit from org.xwiki.enterprise:xwiki-enterprise-test pom, and are
greatly inspired from poms of xwiki-enterprise-test-pageobjects and
xwiki-enterprise-test-ui poms.
It's unfinished and untested, but I believe I'll be able to have xwiki
instance installed, launched, and tests run automatically.
My main question, is how should I do in order to also deploy my app in this
wiki instance prior to run the tests ?
For now I have several possible solutions that come to my mind, but I don't
know what would be the best... :
A-
- grab xwiki-standalone zip version x.y.z, unzip it, launch it
- make EM install my application (call some REST API ? GET some page with
proper parameters ?)
- run the tests
B-
- grab xwiki-standalone zip version x.y.z, unzip it
- "patch" it in some way with my application binaries, (ie, add things
directly under permanent directory / extension / repository ?)
- launch it and run the tests
I personnally prefer A-, but it supposes also that the xwiki instance knows
any of my "dev" maven repositories (either my local repository .m2, or my
local instance of Nexus), so it would mean an additional step would be to
"patch" the standalone wiki xwiki.properties to add my personal repo.
Or maybe I can add such repo programmatically in the wiki instance from
java by looking up and using the right component ?
Maybe this point has already been solved by anyone, so if you have any
samples it would be good enough. I did not search exhaustively, but I don't
remember having seen such use-cases on existing extensions on github.
Also, I think it might be interesting to extract from all this some kind of
maven archetype for functional testing of UI extension ? So contributors
could just call the archetype and get everything properly prepared, and
just have to add page objects and tests for their app ...
WDYT ?
BR,
Jeremie
[1]
http://dev.xwiki.org/xwiki/bin/view/Community/Testing#HSelenium2-basedFrame…
Hi,
I want to change the default xwiki logo with my custom logo say
MyProjectLogo.png. Is this configurable somewhere?
What i tried :-inside my tomcat directory i.e tomcat\myxwiki\skins\colibri
, i replaced default log.png with my custom logo(with same name). But it
still picks old logo.
Thanks in advance.
Sorry for coming back with a new question on this. I think I'm getting closer to understand how RSS feeds work in XWiki, but I do need the help of the community.
I'm now usinga XE 4.3 installation. I'm able to customize <channel> elements easily by editing, for instance, Main.WebRss, but, please, how to customize <item> elements? For instance, how to customize <description> element?
Thank you so much for your help!
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
Hello,
I'm trying to install the Extension Repository Application in my wiki,
in order to test importing, updating, and installation of my own
extension (before pushing it to xwiki.org)
I'm on xwiki 4.1.4.
When trying to install the ExRApp from extension manager, it fails to
find a dependency
(xwiki-platform-extension-repository-xwiki-server-api):
>From the install plan logs, the following returns 404:
"GET http://extensions.xwiki.org/xwiki/rest/repository/extensions/org.xwiki.plat…
HTTP/1.1[\r][\n]"
That seems normal since it's not published to the extension repository
on xwiki.org.
After that I suppose it tries the next configured repository (xwiki
nexus) but that also fails:
Could not find extension dependency
[org.xwiki.platform:xwiki-platform-extension-repository-xwiki-server-api-4.1.4]
in repository [maven-xwiki
(http://nexus.xwiki.org/nexus/content/groups/public)]
class org.xwiki.extension.ResolveException: Failed to resolve
extension [org.xwiki.platform:xwiki-platform-extension-repository-xwiki-server-api-4.1.4]
descriptor
at org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveMaven(AetherExtensionRepository.java:317)
at org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolve(AetherExtensionRepository.java:168)
at org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.resolve(DefaultExtensionRepositoryManager.java:168)
at org.xwiki.extension.job.internal.AbstractInstallPlanJob.resolveExtension(AbstractInstallPlanJob.java:712)
at org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:577)
at org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:552)
at org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:743)
at org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:662)
at org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:386)
at org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:333)
at org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:236)
at org.xwiki.extension.job.internal.InstallPlanJob.start(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.start(AbstractJob.java:134)
at org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:156)
at java.lang.Thread.run(Thread.java:619)
Caused by: $throwable.class: null
Surprising, because it's there on http://nexus.xwiki.org ...
Thanks for help,
Jeremie
Side Note: I was a bit surprised to see that updating logback.xml to
have most logs at "debug" level, impacts the install plan displayed by
the extension manager. For example now it dumps all details of
performed http requests, and I'm pretty sure it didn't with untouched
logback.xml. Not sure if I find it nice or not, but I wondered if this
is expected... I suppose it's because extension manager captures part
of the logs.