Re: [web2py] another python 3 minor bug in 2.18.2: b'Logged in'

2019-03-03 Thread Kevin Keller
Changing the logged in message to a custom one did not change the situation (see screenshot) nor did trying to fiddle some more with jquery.. I think I had a syntax error before.. flash.text( flash.text(message).replace('b', '') ); On Sunday, 3 March 2019 13:33:41 UTC+1, Kevin Keller wrote: >

Re: [web2py] another python 3 minor bug in 2.18.2: b'Logged in'

2019-03-03 Thread Kevin Keller
Tried flash.text(message).replace('b', ''); in static web2py.js without success.. any other ideas? On Saturday, 2 March 2019 19:47:36 UTC+1, Kevin Keller wrote: > > Tried to fix it in gluon/html.py and gluon/tools.py but can't fix it > > Would appreciate some help. > > It's minor but super annoy

Re: [web2py] another python 3 minor bug in 2.18.2: b'Logged in'

2019-03-02 Thread Kevin Keller
Tried to fix it in gluon/html.py and gluon/tools.py but can't fix it Would appreciate some help. It's minor but super annoying. I also see a big T in front of table names when using app creation wizard. Fixed it by renaming the table name labels manually. -- Resources: - http://web2py.com

Re: [web2py] another python 3 minor bug in 2.18.2: b'Logged in'

2019-02-27 Thread 黄祥
already created https://github.com/web2py/web2py/issues/2110 best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this messa

Re: [web2py] another python 3 minor bug in 2.18.2: b'Logged in'

2019-02-27 Thread Kevin Keller
Could you open a ticket on github please with some supporting info. On Wed, 27 Feb 2019, 12:32 黄祥, wrote: > similar issues happen during : > - clear session, cache from web2py admin > - remove app from web2py admin > > best regards, > stifan > > -- > Resources: > - http://web2py.com > - http:/

Re: [web2py] another python 3 minor bug in 2.18.2: b'Logged in'

2019-02-27 Thread 黄祥
similar issues happen during : - clear session, cache from web2py admin - remove app from web2py admin best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (R

Re: [web2py] another python 3 minor bug in 2.18.2: b'Logged in'

2019-02-27 Thread Kevin Keller
Can you file an issue on github please? On Tue, 26 Feb 2019, 20:36 Yi Liu, wrote: > b'Logged In' in flash message: > > [image: Screen Shot 2019-02-26 at 12.33.29.png] > This is in auth, not something in my app, right? > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Document

[web2py] another python 3 minor bug in 2.18.2: b'Logged in'

2019-02-26 Thread Yi Liu
b'Logged In' in flash message: [image: Screen Shot 2019-02-26 at 12.33.29.png] This is in auth, not something in my app, right? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/lis