Re: [web2py] Re: Active pages in plugin_wiki

2012-09-19 Thread Martin Weissenboeck
Great feature! I shall convert the application from plugin_wiki to auth.wiki Thank you, Massimo! 2012/9/17 Massimo Di Pierro > def index(): return auth.wiki(manage_permissions=True or False) > > It should be straightforward. If it is not something is wrong. Feel free > to ask questions here. > >

Re: [web2py] Re: Active pages in plugin_wiki

2012-09-17 Thread Massimo Di Pierro
def index(): return auth.wiki(manage_permissions=True or False) It should be straightforward. If it is not something is wrong. Feel free to ask questions here. I will write some documents asap. Use trunk because I renamed a field to avoid conflict. On Monday, 17 September 2012 15:26:02 UTC-5

Re: [web2py] Re: Active pages in plugin_wiki

2012-09-17 Thread Martin Weissenboeck
Ok - let's try auth.wiki Is there any manual or description? 2012/9/17 Massimo Di Pierro > I am not planning to support plugin_wiki any more. Except for comments and > ratings everything else is in auth.wiki() and works better. I plan to > revamp coe2py or cms2py to use auth.wiki() > > > On Mond

[web2py] Re: Active pages in plugin_wiki

2012-09-17 Thread Massimo Di Pierro
I am not planning to support plugin_wiki any more. Except for comments and ratings everything else is in auth.wiki() and works better. I plan to revamp coe2py or cms2py to use auth.wiki() On Monday, 17 September 2012 13:39:21 UTC-5, mweissen wrote: > > Ok - I have found the answer myself: > The