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 --

