to keep track of that, I have opened an issue http://code.google.com/p/web2py/issues/detail?id=1303
On Friday, January 25, 2013 3:32:55 PM UTC+1, Paolo valleri wrote: > > Dear all, I've just came across the fact that with the following code: > def wiki(): > return auth.wiki(render='html') > and visiting something like app/controller/wiki/about > in the view I will get only the 'content' field without any > other useful wiki's field such as Title, modified_on just to name a few. > Checking the code, I figured out that the problem is due to the test: > extension==html (see tools.py:5090) > Could we return the other fields too? > > Paolo > --

