Re: [web2py] Re: problems with wiki create

2013-01-21 Thread paolo.vall...@gmail.com
Hi Alan, good catch, I don't know how wiki works but if it is only to add a field to the table and handle it during insert/update it is worth to do that. isn't it? When a user is editing a page he/she can choose from a dropdow list the render engine to use. Paolo 2013/1/21 Alan Etkin > ... In

Re: [web2py] Re: problems with wiki create

2013-01-21 Thread Alan Etkin
> > ... In the meanwhile I have opened a issue for having the render option at > page ... > Perhaps it's possible to add a .render record field and have the wiki collect the option from the record on document reads. When calling auth.wiki(render=...) the wiki object should set the .render fie

[web2py] Re: problems with wiki create

2013-01-20 Thread Alan Etkin
> > Hi all, I've just updated web2py to trunk and it seems that wiki _create >> is broken. I got this ticket: >> > I'll open an issue (I found a possible patch) --

[web2py] Re: problems with wiki create

2013-01-20 Thread Alan Etkin
> > Hi all, I've just updated web2py to trunk and it seems that wiki _create > is broken. I got this ticket: > This is a new bug related to wiki template validation after re-enabling templates (I think the problem is with the IS_IN_DB validator arguments in the Wiki class) Does it fail withou