Hello,
In http://l10n.xwiki.org form (or releases scripts) could you automatically replace this character ' (straight quote mark) by this one ’(right curly quote mark) to avoid french translation problem?
An example, xe.blog.code.readpost was not fully displayed on blog application because ' character "Lire l" was displayed instead of "Lire l’article complet".
WDYT?
Thxs
Pascal BASTIEN
Hello XWiki experts,
we seem to be encountering a few HQL queries which return us document names with the wrong casing! E.g. richard instead of Richard.
One case where we do not even have any curriki specific is Main/SpaceIndex?space=Coll_anntoniaowens which shows documents of Coll_AnntoniaOwens (only).
Is there something I can suspect for this issue?
Would there be somewhere a case-insensitivty default in MySQL? (the question at http://stackoverflow.com/questions/7857669/mysql-case-sensitive-query seems to say so). However changing SQL is not really an option.
thanks in advance.
Paul
The XWiki development team is proud to announce the availability of XWiki
6.3 Milestone 2.
This milestone brings a couple of improvements to Extension Manager, Panels
Application and the Space Deletion UI, together with a couple of developer
oriented features such as a JSON service for Solr and a better and cleaner
(HTML5-friendly) way of storing and obtaining in JavaScript information
about the current document.
Also, 31 bugs were fixed in this release, so this makes it yet another
reason to upgrade and try it out.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki63M2
Thanks
-The XWiki dev team
Hi,
I encountered a probem with my /skins/flamingo/menus_create.vm. I had "Create" button empty and I wondered why.
I tried to debug and I found that $hasCreateSpace was true but with ACL it must be false (it was false in page content).
To fix it I must insert this line
#set ($hasCreateSpace = $xwiki.hasAccessLevel('edit', "${reservedSpaceName}.DocumentReservedForInternalXWikiUsage"))
before
#set($displayCreateSubmenu= $hasCreateSpace || $hasCreatePage || $displayCreateWiki)
Perhaps #template("xwikivars.vm") is missing at the begining of menus_create.vm?
Could you check it?
Thanks
Pascal BASTIEN
Hi devs,
I`ve currently noticed a problematic/blocker issue for the release of 6.3M2:
* http://jira.xwiki.org/browse/XWIKI-11193 - see my comment on it, since it
seems that it (most likely) has introduced a visibility issue for macros
defined in templates.
I will try to see if I can do anything about it, but most likely Thomas is
the one that should be most qualified here, whenever he is available to
help out.
I will keep you posted if I find anything else.
Thanks,
Eduard
Hello.
I have worked a bit on http://jira.xwiki.org/browse/XWIKI-10333
<http://jira.xwiki.org/browse/XWIKI-10844>, to be able to remove some
applications from the left bar. I wanted to propose it before 6.3M2 is
released, so I have made a prototype (without doing a proper proposal)
which is working quite well.
You can see a screenshot there:
http://jira.xwiki.org/secure/attachment/29296/customizable-app-bar.png
The principle is very simple: on the left, you have the applications that
you want to have in the app bar. On the left, the others (stored in a
blacklist actually). You just need to drag&drop the icon from the left to
the right, or from the right to the left, to change your settings. Then you
click on "save" and voila.
It is written with jQuery and jQuery-ui (loaded via a webjar).
If you like it, I can commit it on master. FYI, you can already see the
code there: https://github.com/gdelhumeau/xwiki-platform/compare/panels
Here is my +1 to put it on master.
WDYT?
Thanks
--
Guillaume Delhumeau (gdelhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project
Hello fellow XWikiers,
we have a situation where some code must be clearing jsfx somehow.
The code that adds to jsfx is there and changing it does output some text.
A common code in other pages works flawlessly but does not in a family of pages (Group_*/Discussions) we have.
What code can I look for that would be guilty of clearing the jsfx additions?
thanks in advance.
Paul