Iceberg: could you debug / trace? I too thought the behavior you asked for was already the case, so it is probably getting "short circuited" somewhere - would be good to see where.
- Yarko On Jun 7, 1:11 pm, mdipierro <mdipie...@cs.depaul.edu> wrote: > Not sure I understand. This should be already the default behavior. > > On Jun 7, 2:59 am, Iceberg <iceb...@21cn.com> wrote: > > > Off topic: The last commit of chinese translation of admin app somehow > > missed the > > word "shell". No wonder I can't find the [shell] feature in chinese > > UI. It happened before and it will probably happen in the future. So, > > instead of just patching the missing translation, I suggest Massimo to > > adjust the translation mechanism a little bit (pseudo code below): > > if the_original_string not in current_language: > > translated_msg = the_original_string > > else: > > translated_msg = current_language.get(the_original_string) > > > On Jun7, 5:02am, mdipierro <mdipie...@cs.depaul.edu> wrote: > > > > There is a button [shell] from the admin/edit page for each app. > > > > On Jun 6, 3:15 pm, Tomas Pelka <tompe...@gmail.com> wrote: > > > > > Hi all, > > > > if I'm correct web2py had a web (java script) python console. I can't > > > > find it now, is it still included? > > > > > Thanks > > > > > -- > > > > Tomas Pelka