Hello,
I would like to request the creation of a new account on nexus.xwiki.org to
be used for the release of extensions.
Desired username: vrachieru
Thanks,
Victor
Hello XWiki devs,
A while ago I started the publication workflow application (
https://github.com/xwiki-contrib/workflow-publication/ ), but didn't set it
up with a Jira Project at that point.
Could someone please create the Jira issue for this project, please?
Thanks a lot,
Anca
Hi devs,
from time to time we get a proposed merge which is not very accurate
in a conflict for a single line field which can sometime be quite a
pain when that content is velocity like in document titles. Many users
just clic "continue" button without looking at the conflict and end up
with a bad title.
By default we pretty much have two choices for single line fields:
1/ continue trying to do a 3 ways merge
2/ do not do any 3 ways merge (or see it as a line based merge which
pretty much mean the same thing). Like at any level merge default on
current in case of conflict so the proposed merge for this field would
be to do nothing basically
WDYT ?
1/ support simple use case without displaying an annoying conflict UI
but it also means being almost sure to have bad title in more complex
use cases if you just click continue
I guess 2/ is a bit safer.
--
Thomas Mortagne
Hello Devs,
I am trying to configure a custom modal popup in my XWiki 6.1 ( I am using
Flamingo), I am following this site as reference:
http://getbootstrap.com/javascript/
Well, I created mycustom modal (It will show a youtube video):
<div class="modal fade" id="myModal" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span
aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="myModalLabel">Trailer</h4>
</div>
<div class="modal-body">
{{youtube vID="5DO-nDW43Ik?html5=1" /}}
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary">Ok</button>
</div>
</div>
</div>
</div>
if I call it from a button, it works:
<button class="btn btn-primary btn-lg" data-toggle="modal"
data-target="#myModal">
Launch demo modal
</button>
However If a call from my JS function, it not works:
$('#myModal').modal('show');
How Can I call it from the XWiki?
Thanks!
Danilo
--
Danilo Amaral de Oliveira
Engenheiro de Computação
celular (32) 9111 - 6867
Hi devs,
The current codestyle for wildcard type parameters is to use spaces
around it, as in:
List< ? >
Map< ? , ? >
Map<String, ? >
As opposed to specific parameters:
List<String>
List<T>
Map<String, String>
Map<T, T>
This might have a historical reason, when we defined the codestyle,
Eclipse couldn't make the difference between "?" as a wildcard type and
"?" as the ternary operator.
The standard Java, Eclipse, and IDEA style conventions don't use the
extra space.
Personally, I don't think that the wildcard needs the extra space, so +1
for this change.
--
Sergiu Dumitriu
http://purl.org/net/sergiu
Hi,
I recently made a small application for expense report managing called Expense Report and made on XWiki HR team specifications.
So, I would need a Github repository and a JIRA task so as to publish it. My github username is alphindia.
Thanks by advance,
Adrien
Hello Community,
I am needing to host a new site based on xwiki on the internet. Do you have
some suggestion for it? I googled in the internet but there are millions of
hosts and I could not find some reliable suggestion opinion.
Thanks.
Danili
--
Danilo Amaral de Oliveira
Engenheiro de Computação
celular (32) 9111 - 6867