[xwiki-devs] [VOTE] Release XE/Core 1.4.2 and delete 1.4 branch
Hi devs, I'm planning to release XE/Core 1.4.2 tomorrow and then remove the 1.4 branch (since 1.5 stable is now out). Ok for everyone ? -- Thomas Mortagne
+1 On Tue, Sep 2, 2008 at 4:14 PM, Thomas Mortagne <[email protected]> wrote:
Hi devs,
I'm planning to release XE/Core 1.4.2 tomorrow and then remove the 1.4 branch (since 1.5 stable is now out).
Ok for everyone ?
-- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Jean-Vincent Drean
+1
Hi devs,
I'm planning to release XE/Core 1.4.2 tomorrow and then remove the 1.4 branch (since 1.5 stable is now out).
Ok for everyone ?
-- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Thomas Mortagne wrote:
Hi devs,
I'm planning to release XE/Core 1.4.2 tomorrow and then remove the 1.4 branch (since 1.5 stable is now out).
Ok for everyone ?
OK for me, +1 -- Sergiu Dumitriu http://purl.org/net/sergiu/
5 +1, no 0 and no -1, starting now On Tue, Sep 2, 2008 at 4:14 PM, Thomas Mortagne <[email protected]> wrote:
Hi devs,
I'm planning to release XE/Core 1.4.2 tomorrow and then remove the 1.4 branch (since 1.5 stable is now out).
Ok for everyone ?
-- Thomas Mortagne
-- Thomas Mortagne
Hello, I have a large Wiki and it can't appear in treeview if i use the Main.Treeview implementation. Have you already set a new dynamic implementation or is it for future? Thx Gerem
Hi, The xwiki treeview is dynamic since XE 1.4, see : http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise14#H5Per... JV. On Wed, Sep 3, 2008 at 12:26 PM, Gerem <[email protected]> wrote:
Hello,
I have a large Wiki and it can't appear in treeview if i use the Main.Treeview implementation. Have you already set a new dynamic implementation or is it for future?
Thx
Gerem
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Jean-Vincent Drean wrote:
Hi,
The xwiki treeview is dynamic since XE 1.4, see : http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise14#H5Per...
Not exactly. It is dynamic meaning that the content of a node is loaded only when the node is opened, but it will still load all the documents in one space at once. A better approach would be: when clicking on a node to open it, load the first N (=50) documents, and if there are still more documents to display, then the last entry is "...show more..." which when clicked will load the next N document, and so on. The current treeview works well when there are many documents uniformly split in small spaces, but fails when there are some very large spaces.
JV.
On Wed, Sep 3, 2008 at 12:26 PM, Gerem <[email protected]> wrote:
Hello,
I have a large Wiki and it can't appear in treeview if i use the Main.Treeview implementation. Have you already set a new dynamic implementation or is it for future?
Thx
-- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (6)
-
Gerem -
Jean-Vincent Drean -
Marius Dumitru Florea -
Sergiu Dumitriu -
Thomas Mortagne -
Vincent Massol