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
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
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.
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.
Hello,
I've been using the Tabs Macro [1], and have some feedback on it.
First a very positive because I really like that macro ;-)
But ... :
- in extension page [1], it is said that it's not compatible with 4.x,
though I use it without any issue on a 4.4.1 instance.
- only issue I have (already with XE 3.x) is that several empty lines are
added BEFORE the tabs.
The empty lines consist of 5 lines of :
<div class="wikimodel-emptyline"></div>
To fix the issue, I updated the Macro.TabsMacro macro code, there was a
misplaced empty line in it:
///// BEGIN //////
{{velocity}}
$xwiki.jsx.use("Macro.TabsMacro")
#set ($tabsSortedMapString = $context.macro.params.idsToLabels)
## split incoming string into 2 velocity arrays
#set ($tabMapEntriesStringArray = $tabsSortedMapString.split(','))
#set( $tabIdsArray = [])
#set( $tabNamesArray = [])
#foreach($tabEntryString in $tabMapEntriesStringArray )
#if ("$!tabEntryString" == "" )
## ignore null or empty (see
http://wiki.apache.org/velocity/CheckingForNull)
#else
#set ($tabEntryArray = $tabEntryString.trim().split('='))
#if ($tabEntryArray.size()!=2)
{{error}}Parameter $tabEntryString is not a valid key=value
pair in the provided map: $tabsSortedMapString{{/error}}
#else
#set ($addResult =
$tabIdsArray.add($tabEntryArray.get(0).trim()))
#set ($addResult =
$tabNamesArray.add($tabEntryArray.get(1).trim()))
#end
(*)
#end
#end
## generate tabs (**)
{{html}}
<div class="floatcontainer">
///// END /////
I had to remove line marked with (*), and add 2 empty lines right after
(**). This result in having only 1 empty line added before the tabs, which
is not perfect but better.
As I didn't find a JIRA project for this macro, I'm posting it here ...
BR,
Jeremie
[1] http://extensions.xwiki.org/xwiki/bin/view/Extension/Tabs+Macro
Hi everyone!
I have just tried this fantastic wiki using the Windows EXE (v4.5) and I
have to say I'm impressed.
LDAP config just works out of the box and as stated in the config page:
*Ldap **Enable or not LDAP authentication for this wiki. If enabled and
configured properly, a local user will be created whenever a LDAP user
visit this wiki for the first time.*
What I really need is to manually disable local user creation from LDAP. I
don't want anybody in the company to create a new user ;)
I know I can restrict by LDAP groups but almost all users are in the same
cn (I'm not the one who made it!).
Do anyone has found a workaround for this? I haven't found any "disable
ldap user creation" option.
Thanks in advance!