Hello all,
I have trouble to use this new extension module
when I search on multi-page export page, it always give me back
$cplugin.escapeForXML($wptext)
I tried the page on xwki.org and it is the same results
I have trouble with installation for templates.
what should I exactly do in order to add printmulti.vm and pdfmulti.vm to
my wiki
thank you for your help
yann
Hi everyone,
On the 15th of December (i.e. in a month's time), it will be **10 years**
since the first commit on the XWiki open source project.
Ludovic did the first commit in CVS on Sourceforge:
"
15.12.2003 10:13:33, by ludovic
Initial revision
"
(Can be seen at
http://svnsearch.org/svnsearch/repos/XWIKI/search?from=20030101&to=20040101
)
10 years is starting to be some respectable milestone!
I invite everyone to join us in celebrating by adding your own story about
your interaction with the XWiki community or the XWiki software at
http://dev.xwiki.org/xwiki/bin/view/Drafts/TenYearsOfXWiki
<XWiki SAS hat>
Since I'm also the CTO of the XWiki SAS company, I'd like to officially
invite all the members of this great community to join us in celebrating
the 10 days of the XWiki project at the XWiki SAS office in Paris, France
on the 12th of December 2013.
Here's the invitation:
http://www.xwiki.com/lang/en/News/XWiki+10th+Anniversary
See you there!
</XWiki SAS hat>
Well done everyone!
-Vincent Massol
Good morning,
This snippet is awesome
I am asking if there is a way to make it show only the 10 first results
(alphabetic for example or just any limited set)
and add a link "show full list" that would redirect you to another page
with the classic snippet with complete list
Does that make any sense ?
Best Regards,
--
*BHY*
Hi,
I'm trying to use XWQL query language to select count of authors and would
like to order this by descending order of this count.
I ended up having this work fine :
"select count(myobject.author), myobject.author from Document as doc,
doc.object(Space.MyClass) as myobject group by myobject.author"
But adding " order by count(myobject.author) desc" leads to an error for
translating the query ...
Adding "AS" in the select expression does not seem to work either.
Is this possible in XWQL and how ?
Thanks,
Jeremie
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWQL-order-by-count-tp6904819p6904819.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
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.
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.
Hi!
I am running Xwiki 5.2 and trying to create a new wiki from the Wiki
Manager.
If fails with the following message in container logs: Access denied
for user 'xwiki'@'localhost' to database 'ezr' (where 'ezr' is the wiki
name).
I verified my installation reading the steps specified here :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL
My guess is the 'xwiki' user can't create a new database : what if the
official documentation about xwiki MySQL user for multi-tenant usage ?
Do I have to modify something in MySQL privileges ?
Here is the resulting privileges of "grant all privileges on xwiki.* to
xwiki@localhost identified by 'xxx'"
+--------------------------------------------------------------------------------------------------------------+
| Grants for xwiki@localhost |
+--------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'xwiki'@'localhost' IDENTIFIED BY PASSWORD '***' |
| GRANT ALL PRIVILEGES ON `xwiki`.* TO 'xwiki'@'localhost' |
+--------------------------------------------------------------------------------------------------------------+
From my understanding of the above , xwiki user only have all
privileges access to xwiki db... So the user can't create any additional
xwiki database !?
Thanks !
--
Martin Hamant
IT Administrator OW2 www.ow2.org
The open source community for infrastructure software
Hello XWiki,
I am trying to paste an image in the WYSIWYG editor, without attach it, but I am getting an error... When I paste the image in the WYSIWYG editor the image looks fine but when I save and view the document the image crashes.
See:
http://playground.xwiki.org/xwiki/bin/view/Sandbox/TestPage1
Thank You
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.
-----Mensagem original-----
De: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] Em nome de Sergiu Dumitriu
Enviada em: quinta-feira, 28 de novembro de 2013 20:59
Para: XWiki Users
Assunto: Re: [xwiki-users] How to enable Google Analytics for Xwiki?
On 11/27/2013 04:49 PM, xrichard wrote:
> Hi,
>
> One more question before I (may) give up: is there anyone who managed
> to make Google Analystics works for a Wiki hosted on myxwiki.org ?
>
> Thanks for your answers,
>
Oh, if this is about enabling GA on myxwiki.org, then the issue is very
simple: only extensions saved by users with programming rights can be used in the whole wiki. A farm admin will have to re-save the GA settings page for you. Which wiki are you referring to?
--
Sergiu Dumitriu
http://purl.org/net/sergiu
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users