|
|
|
hoestreicher
|
Hey all,
I wanted to ask if there is something planned to organise Wiki Pages in a Tree Structure comparable to Tikiwiki for example (or like in Mediawiki where you make a new page with a simple list of Pages). ![]() I looked around and foundly nearly nothing :( I really like Xwiki but it startles me that this must-have Wiki-feature is seemingly missing. Or maybe I didn't look good enough? At least I'm pretty frustrated right now. Well, here is what I found: http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin seems to be outdated and not available anymore. http://code.xwiki.org/xwiki/bin/view/Plugins/SortedDocumentTreePlugin isn't user friendly and actually I don't know how the heck I can get it to work. What best-practices do you guys have for independently organising pages in a hierarchical structure that is easy to use? Thanks! Harry |
||||||||||||||||
|
Jean-Vincent Drean-3
|
Hi Harry,
Are you looking for this kind of tree : http://www.xwiki.org/xwiki/bin/view/Main/AllDocs?view=tree ? This tree display all the pages within the wiki by spaces and parent relationships. Thanks, JV. On Mon, Oct 19, 2009 at 5:22 PM, hoestreicher <[hidden email]> wrote: > > Hey all, > > I wanted to ask if there is something planned to organise Wiki Pages in a > Tree Structure comparable to Tikiwiki for example (or like in Mediawiki > where you make a new page with a simple list of Pages). > http://n2.nabble.com/file/n3849665/TikiWiki_structures.jpg > > > > I looked around and foundly nearly nothing :( I really like Xwiki but it > startles me that this must-have Wiki-feature is seemingly missing. Or maybe > I didn't look good enough? At least I'm pretty frustrated right now. > > Well, here is what I found: > http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin > seems to be outdated and not available anymore. > > http://code.xwiki.org/xwiki/bin/view/Plugins/SortedDocumentTreePlugin > isn't user friendly and actually I don't know how the heck I can get it to > work. > > What best-practices do you guys have for independently organising pages in a > hierarchical structure that is easy to use? > > Thanks! > Harry > > -- > View this message in context: http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3849665.html > Sent from the XWiki- Users mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > [hidden email] > http://lists.xwiki.org/mailman/listinfo/users > users mailing list [hidden email] http://lists.xwiki.org/mailman/listinfo/users |
||||||||||||||||
|
hoestreicher
|
Hey JV,
thanks for the quick reply! Is there a way to customize that view or move it into a panel which is always on the side? With customize I mean restricting it to specific Spaces for example. Cheers! Harry
|
||||
|
Jean-Vincent Drean-3
|
I plan to contribute this panel for a while but I'll need to fix the
following issue before that: http://jira.xwiki.org/jira/browse/XWIKI-3796 Anyway it's already usable even if not perfect, I've put it in our applications repo: http://code.xwiki.org/xwiki/bin/view/Applications/SpaceExplorerPanelApplication The tree is quite configurable, this is only one example of its possible uses. Thanks, JV. On Mon, Oct 19, 2009 at 6:31 PM, hoestreicher <[hidden email]> wrote: > > Hey JV, > > thanks for the quick reply! > Is there a way to customize that view or move it into a panel which is > always on the side? > With customize I mean restricting it to specific Spaces for example. > > Cheers! > Harry > > > Jean-Vincent Drean-3 wrote: >> >> Hi Harry, >> >> Are you looking for this kind of tree : >> http://www.xwiki.org/xwiki/bin/view/Main/AllDocs?view=tree ? >> This tree display all the pages within the wiki by spaces and parent >> relationships. >> >> Thanks, >> JV. >> >> On Mon, Oct 19, 2009 at 5:22 PM, hoestreicher >> <[hidden email]> wrote: >>> >>> Hey all, >>> >>> I wanted to ask if there is something planned to organise Wiki Pages in a >>> Tree Structure comparable to Tikiwiki for example (or like in Mediawiki >>> where you make a new page with a simple list of Pages). >>> http://n2.nabble.com/file/n3849665/TikiWiki_structures.jpg >>> >>> >>> >>> I looked around and foundly nearly nothing :( I really like Xwiki but it >>> startles me that this must-have Wiki-feature is seemingly missing. Or >>> maybe >>> I didn't look good enough? At least I'm pretty frustrated right now. >>> >>> Well, here is what I found: >>> http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin >>> seems to be outdated and not available anymore. >>> >>> http://code.xwiki.org/xwiki/bin/view/Plugins/SortedDocumentTreePlugin >>> isn't user friendly and actually I don't know how the heck I can get it >>> to >>> work. >>> >>> What best-practices do you guys have for independently organising pages >>> in a >>> hierarchical structure that is easy to use? >>> >>> Thanks! >>> Harry >>> >>> -- >>> View this message in context: >>> http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3849665.html >>> Sent from the XWiki- Users mailing list archive at Nabble.com. >>> _______________________________________________ >>> users mailing list >>> [hidden email] >>> http://lists.xwiki.org/mailman/listinfo/users >>> >> _______________________________________________ >> users mailing list >> [hidden email] >> http://lists.xwiki.org/mailman/listinfo/users >> >> > > -- > View this message in context: http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3850081.html > Sent from the XWiki- Users mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > [hidden email] > http://lists.xwiki.org/mailman/listinfo/users > users mailing list [hidden email] http://lists.xwiki.org/mailman/listinfo/users |
||||||||||||||||
|
hoestreicher
|
Hi JV,
we installed the panel, but it seems to crash on Firefox (the Single Panel Site and the Panel Explorer keep loading infinitly and you can't click anywhere on the site) and IE throws an error: The Panel says "loading data...", then IE pops a messagebox "Stack overflow at line: 79". Any idea? Cheers, Harry
|
||||||||||||||||
|
Jean-Vincent Drean-3
|
Is it a public website or can you give me an access so that I can reproduce ?
JV. On Tue, Oct 20, 2009 at 4:27 PM, hoestreicher <[hidden email]> wrote: > > Hi JV, > > we installed the panel, but it seems to crash on Firefox (the Single Panel > Site and the Panel Explorer keep loading infinitly and you can't click > anywhere on the site) and IE throws an error: > The Panel says "loading data...", then IE pops a messagebox "Stack overflow > at line: 79". > Any idea? > > Cheers, > Harry > > > Jean-Vincent Drean-3 wrote: >> >> I plan to contribute this panel for a while but I'll need to fix the >> following issue before that: >> http://jira.xwiki.org/jira/browse/XWIKI-3796 >> Anyway it's already usable even if not perfect, I've put it in our >> applications repo: >> http://code.xwiki.org/xwiki/bin/view/Applications/SpaceExplorerPanelApplication >> The tree is quite configurable, this is only one example of its possible >> uses. >> >> Thanks, >> JV. >> >> On Mon, Oct 19, 2009 at 6:31 PM, hoestreicher >> <[hidden email]> wrote: >>> >>> Hey JV, >>> >>> thanks for the quick reply! >>> Is there a way to customize that view or move it into a panel which is >>> always on the side? >>> With customize I mean restricting it to specific Spaces for example. >>> >>> Cheers! >>> Harry >>> >>> >>> Jean-Vincent Drean-3 wrote: >>>> >>>> Hi Harry, >>>> >>>> Are you looking for this kind of tree : >>>> http://www.xwiki.org/xwiki/bin/view/Main/AllDocs?view=tree ? >>>> This tree display all the pages within the wiki by spaces and parent >>>> relationships. >>>> >>>> Thanks, >>>> JV. >>>> >>>> On Mon, Oct 19, 2009 at 5:22 PM, hoestreicher >>>> <[hidden email]> wrote: >>>>> >>>>> Hey all, >>>>> >>>>> I wanted to ask if there is something planned to organise Wiki Pages in >>>>> a >>>>> Tree Structure comparable to Tikiwiki for example (or like in Mediawiki >>>>> where you make a new page with a simple list of Pages). >>>>> http://n2.nabble.com/file/n3849665/TikiWiki_structures.jpg >>>>> >>>>> >>>>> >>>>> I looked around and foundly nearly nothing :( I really like Xwiki but >>>>> it >>>>> startles me that this must-have Wiki-feature is seemingly missing. Or >>>>> maybe >>>>> I didn't look good enough? At least I'm pretty frustrated right now. >>>>> >>>>> Well, here is what I found: >>>>> http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin >>>>> seems to be outdated and not available anymore. >>>>> >>>>> http://code.xwiki.org/xwiki/bin/view/Plugins/SortedDocumentTreePlugin >>>>> isn't user friendly and actually I don't know how the heck I can get it >>>>> to >>>>> work. >>>>> >>>>> What best-practices do you guys have for independently organising pages >>>>> in a >>>>> hierarchical structure that is easy to use? >>>>> >>>>> Thanks! >>>>> Harry >>>>> >>>>> -- >>>>> View this message in context: >>>>> http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3849665.html >>>>> Sent from the XWiki- Users mailing list archive at Nabble.com. >>>>> _______________________________________________ >>>>> users mailing list >>>>> [hidden email] >>>>> http://lists.xwiki.org/mailman/listinfo/users >>>>> >>>> _______________________________________________ >>>> users mailing list >>>> [hidden email] >>>> http://lists.xwiki.org/mailman/listinfo/users >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3850081.html >>> Sent from the XWiki- Users mailing list archive at Nabble.com. >>> _______________________________________________ >>> users mailing list >>> [hidden email] >>> http://lists.xwiki.org/mailman/listinfo/users >>> >> _______________________________________________ >> users mailing list >> [hidden email] >> http://lists.xwiki.org/mailman/listinfo/users >> >> > > -- > View this message in context: http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3858921.html > Sent from the XWiki- Users mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > [hidden email] > http://lists.xwiki.org/mailman/listinfo/users > users mailing list [hidden email] http://lists.xwiki.org/mailman/listinfo/users |
||||||||||||||||
|
hoestreicher
|
Unfortunately it's only internal and we have no possibility to provide external access :(
Can I help you with any logs, debugging tools or anything?
|
||||||||||||||||
|
Jean-Vincent Drean-3
|
Can you install firebug (firefox extension) and see if there's useful
info in the console ? JV. On Tue, Oct 20, 2009 at 5:11 PM, hoestreicher <[hidden email]> wrote: > > Unfortunately it's only internal and we have no possibility to provide > external access :( > Can I help you with any logs, debugging tools or anything? > > > Jean-Vincent Drean-3 wrote: >> >> Is it a public website or can you give me an access so that I can >> reproduce ? >> >> JV. >> >> On Tue, Oct 20, 2009 at 4:27 PM, hoestreicher >> <[hidden email]> wrote: >>> >>> Hi JV, >>> >>> we installed the panel, but it seems to crash on Firefox (the Single >>> Panel >>> Site and the Panel Explorer keep loading infinitly and you can't click >>> anywhere on the site) and IE throws an error: >>> The Panel says "loading data...", then IE pops a messagebox "Stack >>> overflow >>> at line: 79". >>> Any idea? >>> >>> Cheers, >>> Harry >>> >>> >>> Jean-Vincent Drean-3 wrote: >>>> >>>> I plan to contribute this panel for a while but I'll need to fix the >>>> following issue before that: >>>> http://jira.xwiki.org/jira/browse/XWIKI-3796 >>>> Anyway it's already usable even if not perfect, I've put it in our >>>> applications repo: >>>> http://code.xwiki.org/xwiki/bin/view/Applications/SpaceExplorerPanelApplication >>>> The tree is quite configurable, this is only one example of its possible >>>> uses. >>>> >>>> Thanks, >>>> JV. >>>> >>>> On Mon, Oct 19, 2009 at 6:31 PM, hoestreicher >>>> <[hidden email]> wrote: >>>>> >>>>> Hey JV, >>>>> >>>>> thanks for the quick reply! >>>>> Is there a way to customize that view or move it into a panel which is >>>>> always on the side? >>>>> With customize I mean restricting it to specific Spaces for example. >>>>> >>>>> Cheers! >>>>> Harry >>>>> >>>>> >>>>> Jean-Vincent Drean-3 wrote: >>>>>> >>>>>> Hi Harry, >>>>>> >>>>>> Are you looking for this kind of tree : >>>>>> http://www.xwiki.org/xwiki/bin/view/Main/AllDocs?view=tree ? >>>>>> This tree display all the pages within the wiki by spaces and parent >>>>>> relationships. >>>>>> >>>>>> Thanks, >>>>>> JV. >>>>>> >>>>>> On Mon, Oct 19, 2009 at 5:22 PM, hoestreicher >>>>>> <[hidden email]> wrote: >>>>>>> >>>>>>> Hey all, >>>>>>> >>>>>>> I wanted to ask if there is something planned to organise Wiki Pages >>>>>>> in >>>>>>> a >>>>>>> Tree Structure comparable to Tikiwiki for example (or like in >>>>>>> Mediawiki >>>>>>> where you make a new page with a simple list of Pages). >>>>>>> http://n2.nabble.com/file/n3849665/TikiWiki_structures.jpg >>>>>>> >>>>>>> >>>>>>> >>>>>>> I looked around and foundly nearly nothing :( I really like Xwiki but >>>>>>> it >>>>>>> startles me that this must-have Wiki-feature is seemingly missing. Or >>>>>>> maybe >>>>>>> I didn't look good enough? At least I'm pretty frustrated right now. >>>>>>> >>>>>>> Well, here is what I found: >>>>>>> http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin >>>>>>> seems to be outdated and not available anymore. >>>>>>> >>>>>>> http://code.xwiki.org/xwiki/bin/view/Plugins/SortedDocumentTreePlugin >>>>>>> isn't user friendly and actually I don't know how the heck I can get >>>>>>> it >>>>>>> to >>>>>>> work. >>>>>>> >>>>>>> What best-practices do you guys have for independently organising >>>>>>> pages >>>>>>> in a >>>>>>> hierarchical structure that is easy to use? >>>>>>> >>>>>>> Thanks! >>>>>>> Harry >>>>>>> >>>>>>> -- >>>>>>> View this message in context: >>>>>>> http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3849665.html >>>>>>> Sent from the XWiki- Users mailing list archive at Nabble.com. >>>>>>> _______________________________________________ >>>>>>> users mailing list >>>>>>> [hidden email] >>>>>>> http://lists.xwiki.org/mailman/listinfo/users >>>>>>> >>>>>> _______________________________________________ >>>>>> users mailing list >>>>>> [hidden email] >>>>>> http://lists.xwiki.org/mailman/listinfo/users >>>>>> >>>>>> >>>>> >>>>> -- >>>>> View this message in context: >>>>> http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3850081.html >>>>> Sent from the XWiki- Users mailing list archive at Nabble.com. >>>>> _______________________________________________ >>>>> users mailing list >>>>> [hidden email] >>>>> http://lists.xwiki.org/mailman/listinfo/users >>>>> >>>> _______________________________________________ >>>> users mailing list >>>> [hidden email] >>>> http://lists.xwiki.org/mailman/listinfo/users >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3858921.html >>> Sent from the XWiki- Users mailing list archive at Nabble.com. >>> _______________________________________________ >>> users mailing list >>> [hidden email] >>> http://lists.xwiki.org/mailman/listinfo/users >>> >> _______________________________________________ >> users mailing list >> [hidden email] >> http://lists.xwiki.org/mailman/listinfo/users >> >> > > -- > View this message in context: http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3859177.html > Sent from the XWiki- Users mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > [hidden email] > http://lists.xwiki.org/mailman/listinfo/users > users mailing list [hidden email] http://lists.xwiki.org/mailman/listinfo/users |
||||||||||||||||
|
hoestreicher
|
Hey JV,
I sent you an email with the errors. In short: too much recursion .../xwiki/resources/js/smartclient/modules/ISC_Grids.js Line 79
|
||||||||||||||||
|
Sergiu Dumitriu-2
|
On 10/20/2009 06:29 PM, hoestreicher wrote:
> > Hey JV, > > I sent you an email with the errors. In short: > too much recursion > .../xwiki/resources/js/smartclient/modules/ISC_Grids.js > Line 79 > Do you by any chance have circular parent relations? Like Document.A has parent Document.B, which has parent Document.C, which has parent Document.A? -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [hidden email] http://lists.xwiki.org/mailman/listinfo/users |
||||||||||||||||
|
hoestreicher
|
I'll check this tomorrow, but I don't think we have - the Wiki is new and only has 2 or 3 pages. Could it be connected with the depth of the tree? Like this:
Level 1 -- Level 2 ---- Level 3 => Maybe this is too deep?
|
||||||||||||||||
| Free Embeddable Forum Powered by Nabble | Help |