I'm trying to inject xwiki logger using
@Inject
Logger logger;
But when I start xwiki I get totally broken app and following errors in my
logs:
https://gist.github.com/edvorg/f6d5205b51ae32b71faf527d9a80302c
Has anybody met this before?
Thanks, Edward.
Hello guys,
I would like to know what would you recommend me to use in order to generate references (like citations in a scientific paper) in an object of a given class. My class has a couple of textAreas in which I would like to allow end-user to cite papers/books/etc. Then in another textArea I would like to generate a list of those cited references.
I have tried some extensions like Citation, Annotation and Footnotes, but found some drawbacks for each one of them.
1. Citation seems a good choice but forces end-user to add a citation object first, before being able to cite it.
2. Annotation looks promising if we consider that for the end-user it is easy to create an annotation and fill in the reference data, but it allows multiple annotations at the same place (for example, I can add multiple annotations at the same word) and the annotations tab is now merged with the comments tab so it won't really look like a paper references section.
3. Footnotes seems really interesting because we can use footnote macro with the reference and it automatically generates a reference-like content at the bottom at the textArea. The main problem is that it generates a footnote for each textArea which contains the footnote macro, even if I place putFootnotes in another textArea at the end of the class (and using macros is not exactly user-friendly for end-users).
So, the main question is: is there any other extension that I'm missing which might solve my problem straightforward or should I customize one of those?
E.G.:
Class properties
- Title (title: String)
- Section1 (first: TextArea) <- Users might add citations here (as friendly as possible)
- Section1 (second: TextArea) <- Users might add citations here
- Section1 (third: TextArea) <- Users might add citations here
- References (references: TextArea) <-- References should be rendered here.
Regards,Fernando
Hello,
I have a problem using XWiki in multilingual mode. Fresh XWiki (8.2.1). In
Administration, Localization, I configured as described:
MULTILINGUAL=Yes
SUPPORTED LANGUAGES=fr,en
DEFAULT LANGUAGE=fr
And I saved.
But no any visual changes ... In menu (right-upper corner) appeared submenu
Languages but only English presents in this submenu, no French.
If I put MULTILINGUAL=No and changed DEFAULT LANGUAGE=fr - screen language
immediately changed after I pressed Save, but I cannot change language in
menu (right-upper corner).
I made all as described at Internationalization
<http://platform.xwiki.org/xwiki/bin/view/Features/I18N>
Whats the problem?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Using-xwiki-in-multilingual-mode-problem-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
When users deletes a page I get and page saying that I should wait until
page is deleted. I check browser console and I see 500 response from xwiki
and nothing happens. If I go to some parent page, I see that page is
deleted. Checked xwiki log and see an exception:
https://gist.github.com/edvorg/9519c5055011ecdb319f6dcbdee39a76
does anybody know why could it happen?
Hello,
This is a request for a new wiki.
Details follow.
description: I would like to use Xwiki to build a knowledge base for my
children’s school and share it with the calandreta schools network.
owner name: Pascal Conil-lacoste
wiki name: calandreta
Thank you,
—
Pascal Conil-lacoste
Hi,
I have an issue with a template.
I created Dashboard.CustomerDocsDashboard with the following content:
```
{{velocity}}
#if ($context.display == 'edit')
{{info}}
Du bist im Begriff den neuen Kunden-Dokument-Bereich "//$doc.title//" zu
erstellen.
Um fortzufahren wähle eine der unten stehenden Buttons.
{{/info}}
#else
{{dashboard/}}
#end
{{/velocity}}
```
So far so good. When I enter WYSIWYG edit mode I get the info message, in
wiki edit mode I get the source code, exactly how I want it.
I also defined a template provider via XWiki administration. Creating a new
document with the template also works as intended.
Now the issue:
I have an application with a button leading to the page creation:
http://localhost:8080/xwiki/bin/inline/Customer+Docs/Test+Customer+2/WebHom…
The link worked correctly before without the velocity code and only
```{{dashboard/}}``` in the template but now via the URL I get
"
Failed to execute the [velocity] macro.
org.xwiki.rendering.macro.MacroExecutionException: The execution of the
[velocity] script macro is not allowed. Check the rights of its last author
or the parameters if it's rendered from another script.
"
instead of the info message.
Can somebody help me, please?
Thansk in advance,
Dennis
Hi,
I am trying to enable statistics in XWiki without any success. My xwiki.cfg
for the settings look like this:
*#-# Stats configuration allows to globally activate/deactivate stats
module (launch storage thread, register events...).*
*#-# Enabled by default.*
*xwiki.stats=1*
*#-# When statistics are globally enabled, storage can be enabled/disabled
by wiki using the XWikiPreference property*
*#-# "statistics".*
*#-# Note: Statistics are disabled by default for improved
performances/space.*
*xwiki.stats.default=1*
I have restarted my server after changing this but to no effect. The
statistics application still says it is disabled. Anyone knows why?
XWiki 8.2.1 on Jetty 9.3.11 and Java 8
Thanks,
Dib