Re: [xwiki-users] ToDo Macro

2009-10-19 Thread Marius Dumitru Florea
Hi Michael,

Michael Beetz wrote:
 Hi Ludovic,
 
 I've imported the ToDo macro into one of my wikis, part of a path based wiki 
 farm.
 
 It fails:  Unknown macro: todo  / The todo macro is not in the list of 
 registered macros. Verify the spelling or contact your administrator.
 

 Are there any restrictions / additional hints running it in a farm?

See 
http://platform.xwiki.org/xwiki/bin/view/DevGuide/WikiMacroTutorial#HPrerequisites
 
. It states:

As of XWiki version 2.0, Wiki macros can only be defined inside the 
main wiki, though they can be used throughout a farm. (In the future, 
each wiki will have the possibility of defining its own list of macros).

Hope this helps,
Marius

 
 I am running xwiki 2.0.1, xem 2.0.1.1
 
 Thanks
 mb
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] ToDo Macro

2009-10-19 Thread Guillaume Lerouge
Hi Michael,

On Mon, Oct 19, 2009 at 6:20 AM, Michael Beetz michael.be...@infor.comwrote:

 Hi Ludovic,

 I've imported the ToDo macro into one of my wikis, part of a path based
 wiki farm.

 It fails:  Unknown macro: todo  / The todo macro is not in the list of
 registered macros. Verify the spelling or contact your administrator.

 Are there any restrictions / additional hints running it in a farm?


Yes. Right now you need to import the macro document in the Main wiki of
your farm for the macro to be registered. It's a limitation of the current
macro implementation and will be fixed in coming releases with the
introduction of macro realms.

In the meanwhile you'll have to import the macro on the main wiki.

Feel free to edit the ToDo macro documentation to reflect this ;-)

Guillaume


 I am running xwiki 2.0.1, xem 2.0.1.1

 Thanks
 mb
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Guillaume Lerouge
Product Manager - XWiki SAS
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] MultiPage Export - doesn't work (?on a farm?)

2009-10-19 Thread Guillaume Lerouge
Hi Michael,

On Mon, Oct 19, 2009 at 6:54 AM, Michael Beetz michael.be...@infor.comwrote:

 Hi all,

 I've installed the multi page export on my wiki farm, finished the install
 page ... and added the jar.  The WebHome looks quite fine; however the
 search doesn't return anything.


You've been experimenting a lot over the week-end ;-)

I had the same issue once, I suspect that it's because the groovy service
called to retrieve the list of pages wasn't saved with programming rights.
Please verify that all the pages you imported (especially the ones with
Groovy in them) are saved with an admin who has programming rights.

By the way, this import thing is another inonvenience we're working on
fixing for the next release. Thanks for incidentally confirming that we're
on the right track ;-)

Guillaume


 I am running xem 2.0.1.1, the wiki pages are based on 2.0.1.

 Thanks
 mb
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Guillaume Lerouge
Product Manager - XWiki SAS
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] MultiPage Export - doesn't work (?on a farm?)

2009-10-19 Thread Ludovic Dubost

You did add the CollectionPlugin declaration in the xwiki.cfg file ?

You also need to visit the MultiPageExport.Install and confirm setting 
the programming rights.

Otherwise you need to use Firebug to check what the search service 
returned to you on your search.

Ludovic

Michael Beetz a écrit :
 Hi all,

 I've installed the multi page export on my wiki farm, finished the install 
 page ... and added the jar.  The WebHome looks quite fine; however the search 
 doesn't return anything.

 I am running xem 2.0.1.1, the wiki pages are based on 2.0.1.

 Thanks
 mb
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

   


-- 
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Hierarchy / Document Tree in Xwiki

2009-10-19 Thread 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).
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
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Hierarchy / Document Tree in Xwiki

2009-10-19 Thread Jean-Vincent Drean
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
hoestreic...@chimera-entertainment.de 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
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Hierarchy / Document Tree in Xwiki

2009-10-19 Thread 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 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
 hoestreic...@chimera-entertainment.de 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
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 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
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Hierarchy / Document Tree in Xwiki

2009-10-19 Thread Jean-Vincent Drean
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
hoestreic...@chimera-entertainment.de 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
 hoestreic...@chimera-entertainment.de 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
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 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
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users