hm.. generated htmls are the same... but during POST var parsing in main.py 267-283 dpost[key] (where key is 'query') gives 'list' [<cgi.MiniFieldStorage 0x2a3d9b8>, <cgi.FieldStorage 0x2a3d9b8>] under 2.6 and just simply object <cgi.FieldStorage 0xXXXXXXX> under 2.5. The both objects under 2.6 have value field equal 'db.image.id>0' and this returns at the end ['db.image.id>0','db.image.id>0'] in request.vars.query.
On Feb 17, 10:37 pm, mdipierro <[email protected]> wrote: > I have no clue. Can you compare the html in the same page with 2.5 and > 2.6? > > On Feb 17, 3:29 pm, Oleg <[email protected]> wrote: > > > Strange :) I have tried with different browsers (firefox 3, IE7, > > Safari) the same result. > > Then, I have tried python 2.5... everything works without problems... > > hm :) > > > On Feb 17, 2:54 pm, mdipierro <[email protected]> wrote: > > > > works for me (python 2.5). What browser do you have? can you try a > > > different one? > > > > On Feb 17, 6:03 am, Oleg <[email protected]> wrote: > > > > > oki :) > > > > > 1. Download last version > > > > 2. Click on "design" for Example App > > > > 3. Click on "database administration" > > > > 4. Click on "db.users" > > > > 5. Click on "submit" > > > > 6. -> Error Ticket issued > > > > > Hm.. I am using Python 2.6.. but don't thing that is relevant for this > > > > problem > > > > > Oleg > > > > > On Feb 17, 5:42 am, mdipierro <[email protected]> wrote: > > > > > > I cannot reproduce this. Perhaps I do not understand. > > > > > Could your provide a step by step example to reproduce it? > > > > > > Massimo > > > > > > On Feb 16, 4:27 pm, Oleg <[email protected]> wrote: > > > > > > > Seems there is one more mistake in appadmin... If you try to submit > > > > > > default query to the db table -> error ticket is issued. > > > > > > Something like post and get queries make vars.query to array.. and > > > > > > it > > > > > > is not accepted by regex.match(request.vars.query) (appadmin.py 157) > > > > > > anymore. > > > > > > > On Feb 16, 10:16 pm, mdipierro <[email protected]> wrote: > > > > > > > > I spend hours during the week-end trying to fix this. I messed up > > > > > > > SVN > > > > > > > so badly that I can no longer update this one file > > > > > > > > applications/examples/static/styles.css > > > > > > > > and only this file. Any help here will be appreciated. > > > > > > > > Massimo > > > > > > > > On Feb 16, 2:49 pm, DenesL <[email protected]> wrote: > > > > > > > > > On Feb 16, 3:34 pm, mdipierro <[email protected]> wrote: > > > > > > > > > > I am having lots of trouble with this. epydoc is listed in my > > > > > > > > > svnignore and bzrignore but yet it is not been ignored. > > > > > > > > > Please tell me how to fix this and I will. > > > > > > > > > Sorry, I have no idea how to fix it... > > > > > > > > other than pray to the svn/bzr gods. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

