1) request_password_reset and password reset verification
2) python web2py.py -S app -M -R script.py -A arg1 arg2 arg3
3) support for T("%(a)s") % dict(a="hello")
I still have a couple of pending patches and I will try to include
them during them tomorrow.
Meanwhile please test this.
Massimo
T("%(a)s") % dict(a="hello")
is new syntax equivalent to
T("%(a)s",dict(a="hello"))
T could already translated fields and values from your database
(although I would not use it to translate values).
On Jan 24, 12:42 am, Jason Brower <encomp...@gmail.com> wrote: