Hi devs,
6.3RC1 release is planned for today and I'm the designated RM.
ci.xwiki.org looks good ATM (thanks Edy!). There are a couple of JIRA
issues opened and with fix version set to 6.3RC1.
* 3 are assigned to me, 2 of which are already fixed but I need to
document them. XWIKI-11176 (Use jsTree to rewrite and improve the
trees we currently have in XWiki) is not ready yet. I still need to
integrate the new tree in the WYSIWYG editor and for this I will
probably need 2 more days. There are two options: (1) merge what I
have in feature-tree branch and release 6.3RC1 today or (2) wait 2
more days.
* 2 issues are assigned to Edy. What's the status?
* No one is assigned to XWIKI-10446 (The "Activity Stream" doesn't
work on a subwiki created with a user not having Programming Rights)
but it is marked as Critical and from the comment I see Vincent
considers it very important. Is anyone willing to fix this before the
6.3RC1 release?
Thanks,
Marius
Hello developers.
For the 6.3 release, I worked on stabilizing Flamingo but I have not fixed
the 3 following issues:
- http://jira.xwiki.org/browse/XWIKI-11027 : The "templates" directory has
VMs from Colibri
After a discussion with Anca & Vincent, it has been delayed to the 7.x
cycle.
- http://jira.xwiki.org/browse/XWIKI-11034 : Use LESS4J for the
implementation of LESSCompiler
We are blocked by some bugs discovered in the upstream project. I have
created issues on their bug tracker and it is going to be fixed, but it is
too late for XWiki 6.3.
- http://jira.xwiki.org/browse/XWIKI-10736 : Make Tables responsive.
I just forget this issue, sorry. Actually, I have already implemented this
for the livetable but the solution is not generic and must be approached
one component at a time.
Thanks,
--
Guillaume Delhumeau (gdelhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project
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