Hi Alan
I was only talking about the specific feature of putting this into a view:
{{=auth.wiki('slug')}}
I really like auth.wiki(), but being used in that way (inside a view) it
misbehaves, as I described.
If it doesn't find a wiki page, I would sometimes prefer it to fail
silently and return "" or None, for example.
I especially don't want a broken redirect.
Regards, D
On Friday, October 19, 2012 5:43:17 PM UTC+1, Alan Etkin wrote:
>
> > If you request a page that doesn't exist, then you are directed to
> _create. It would be nice to be able to suppress that behaviour.
> > You have to be logged in to go on and create the page.
>
> That could be easily fixed by adding an auth.is_logged_in() check, but
> what would be the correct behavior in that case?
>
> BTW: I didn't get what feature is the one to be deprecated.
>
>
--