[xwiki-users] Nested pages livetable
Hi All, I have just updated our install of our Xwiki to Version 8 from 7.1.2 and I seem to have a problem with the new nested pages feature. The problem I am having is with the Pages (previously called documents) Macro that we use to list out the children of a particular page but it doesn't seem list the pages that are using the new Nested Pages format it only lists older format terminal page (That's what I believe they are called). What I wondering is this a bug or is there a new way to list nested pages in a livetable? -- View this message in context: http://xwiki.475771.n2.nabble.com/Nested-pages-livetable-tp7598571.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Carl,
On 21 Mar 2016, at 15:27, CarlJ <[email protected]> wrote:
Hi All,
I have just updated our install of our Xwiki to Version 8 from 7.1.2 and I seem to have a problem with the new nested pages feature.
The problem I am having is with the Pages (previously called documents) Macro that we use to list out the children of a particular page but it doesn't seem list the pages that are using the new Nested Pages format it only lists older format terminal page (That's what I believe they are called).
What I wondering is this a bug or is there a new way to list nested pages in a livetable?
Could you give us a link to the macro you’re using? Is it the {{documents}} macro (http://extensions.xwiki.org/xwiki/bin/view/Extension/Documents+Macro)? This macro still works but we’d need to see how you use it to see what problem you have with it . You probably want to use the {{documentTree}} macro now: http://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Macro Thanks -Vincent
Hi Vincent, Thanks for getting back to so quickly . That is the macro I am using, the code is from the page is {{documents parent="TEST Space"/}} and it is not displaying any results. I have attached a screenshot of the page show the children of TEST Space <http://xwiki.475771.n2.nabble.com/file/n7598575/Untitled.png> I would prefer to continue to use this macro -- View this message in context: http://xwiki.475771.n2.nabble.com/Nested-pages-livetable-tp7598571p7598575.h... Sent from the XWiki- Users mailing list archive at Nabble.com.
On 21 Mar 2016, at 16:00, CarlJ <[email protected]> wrote:
Hi Vincent,
Thanks for getting back to so quickly .
That is the macro I am using, the code is from the page is {{documents parent="TEST Space"/}} and it is not displaying any results.
Since you use “parent” it means you’re only displaying pages which have “TEST Space” as parent. Starting with XWiki 7.2+ the “parent” relationship has been deprecated and replaced with Nested Spaces, see http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization#HHisto... So it’ll continue to work but new pages are not going to have the “parent” set, which is why you won’t see them listed. Thanks -Vincent
I have attached a screenshot of the page show the children of TEST Space <http://xwiki.475771.n2.nabble.com/file/n7598575/Untitled.png>
I would prefer to continue to use this macro
Is there a way that I can have the new pages listed in a livetable in a similar way that I did using the documents macro displayed via parent? - Carl -- View this message in context: http://xwiki.475771.n2.nabble.com/Nested-pages-livetable-tp7598571p7598577.h... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Carl,
On 21 Mar 2016, at 16:49, CarlJ <[email protected]> wrote:
Is there a way that I can have the new pages listed in a livetable in a similar way that I did using the documents macro displayed via parent?
Good point, we missed that. I’ve created http://jira.xwiki.org/browse/XWIKI-13239 which you can watch to follow its progress. Thanks -Vincent
- Carl View this message in context: http://xwiki.475771.n2.nabble.com/Nested-pages-livetable-tp7598571p7598577.h...
On 21 Mar 2016, at 17:12, Vincent Massol <[email protected]> wrote:
Hi Carl,
On 21 Mar 2016, at 16:49, CarlJ <[email protected]> wrote:
Is there a way that I can have the new pages listed in a livetable in a similar way that I did using the documents macro displayed via parent?
Good point, we missed that. I’ve created http://jira.xwiki.org/browse/XWIKI-13239 which you can watch to follow its progress.
I’ve also put a workaround at http://jira.xwiki.org/browse/XWIKI-13239?focusedCommentId=90641&page=com.atl... Thanks -Vincent
Thanks -Vincent
- Carl View this message in context: http://xwiki.475771.n2.nabble.com/Nested-pages-livetable-tp7598571p7598577.h...
Hi Vincent, Thanks for your help, that's not quite what I am looking is for something that would display the children of a page that could be several pages down I hope that makes sense as I am still trying to get my head around how nested pages works. Thanks -- View this message in context: http://xwiki.475771.n2.nabble.com/Nested-pages-livetable-tp7598571p7598590.h... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, I hate to bug but is there no way to display the children of a page in a livetable, because if there isn't I am going to have restore my wiki back to before I upgraded from our backup. Thanks and sorry to bug. - Carl -- View this message in context: http://xwiki.475771.n2.nabble.com/Nested-pages-livetable-tp7598571p7598627.h... Sent from the XWiki- Users mailing list archive at Nabble.com.
This issue has kind of bitten us as well. The table format of listing all documents in a particular space is really useful (regardless of nested pages or not). Sadly the spaceIndex (which I think is slightly different but related to this) doesn't list the new type pages. Kind regards, Mahomed Hussein Custodian Data Centre Email: [email protected] http://www.CustodianDC.com -----Original Message----- From: users [mailto:[email protected]] On Behalf Of CarlJ Sent: 24 March 2016 11:51 To: [email protected] Subject: Re: [xwiki-users] Nested pages livetable Hi, I hate to bug but is there no way to display the children of a page in a livetable, because if there isn't I am going to have restore my wiki back to before I upgraded from our backup. Thanks and sorry to bug. - Carl -- View this message in context: http://xwiki.475771.n2.nabble.com/Nested-pages-livetable-tp7598571p7598627.h... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi CarlJ,
On 22 Mar 2016, at 13:49, CarlJ <[email protected]> wrote:
Hi Vincent,
Thanks for your help, that's not quite what I am looking is for something that would display the children of a page that could be several pages down
I hope that makes sense as I am still trying to get my head around how nested pages works.
I was waiting for you to comment in the jira issue to explain why what I put didn’t work for you. What I suggested at http://jira.xwiki.org/browse/XWIKI-13239 would display all children of a page… Thanks -Vincent
Thanks
participants (3)
-
CarlJ -
Mahomed Hussein -
Vincent Massol