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
Hello XWiki Devs,
I have a specific class in the XWiki (TestClass) with more than 50 items.
However I would like to retrieve, through the HQL statement, just 5 random
results.
I know how to set the limit, using the "setlimit", however I don't know and
I did not find if there is a way to retrieve a random result.
Is it possible, or I will need to make a hql that returns all results and
after that take 5 itens randomly?
Thanks
--
Danilo Amaral de Oliveira
Engenheiro de Computação
celular (32) 9111 - 6867
Hi everyone,
I've released today a new version of the File Manager Application [1].
This application lets your organize your files inside XWiki using a
tree hierarchy of folders. It supports all standard operations like
move, rename, copy, delete on both files and folders. You can use drag
& drop to upload new files and to modify the folder hierarchy. A wide
range of files types can be viewed or played (in case of audio and
video files) directly from the wiki. This includes PDF and office
documents.
The entire application has been redesigned. The UI is now written
using Angular JS while the backend supports batch operations using
jobs (running as daemon threads).
Those upgrading from an older version can migrate their data (files)
with a click of a button.
I hope you'll find it useful. Feedback, bug reports [2] and
contributions [3] are more than welcomed.
Thanks,
Marius
[1] http://extensions.xwiki.org/xwiki/bin/view/Extension/File+Manager+Applicati…
[2] http://jira.xwiki.org/browse/FILEMAN
[3] https://github.com/xwiki-contrib/application-filemanager