Re: [web2py] new style of welcome app

2018-03-09 Thread Al Ex
Probably, you also need to add "dropdown-menu-right" to this: Final: For explanations see: https://v4-alpha.getbootstrap.com/components/dropdowns/#menu-alignment On March 5, 2018 at 2:12:54, Andrea Fae' (and...@gmail.com) wrote: I have different apps in my web2py environments. Web2py app

[web2py] Re: web2py_osx.zip seems way out of date ???

2018-03-09 Thread marco mansilla
I recently got this problem in Linux Debian, after upgrading web2py, fixed with $sudo pip install pydal -U On Saturday, February 24, 2018 at 3:03:05 AM UTC-3, jim kaubisch wrote: > > Thanks for the reply, Dave. > > There have been a number of issues surrounding the last couple of versions > o

[web2py] Re: new style of welcome app

2018-03-09 Thread Leonel Câmara
You probably updated the bootstrap 4 version, the new ones don't have navbar-right you're supposed to use the new flex utilities. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/l

Re: [web2py] Re: new style of welcome app

2018-03-09 Thread Andrea Fae'
This is working! Thanks...Why? Il giorno venerdì 9 marzo 2018 12:42:18 UTC+1, alex ha scritto: > > In layout.html, instead of > > > > you can try: > > > > > > > On March 9, 2018 at 05:12:50, Andrea Fae' (and...@gmail.com ) > wrote: > > Yes, I clear the cache > > Look attached file. Thanks > >

[web2py] Re: Unexpected behaviour executing a query with DAL and record versioning enabled

2018-03-09 Thread Leonel Câmara
This is definitely a bug, the solution doesn't seem easy, The problem is that it should not apply the common filters on the alias used on the left join again as they are already applied on the left join ON query itself. Please file an issue here: https://github.com/web2py/pydal/issues -- Re

Re: [web2py] Re: new style of welcome app

2018-03-09 Thread Al Ex
In layout.html, instead of you can try: On March 9, 2018 at 05:12:50, Andrea Fae' (and...@gmail.com) wrote: Yes, I clear the cache Look attached file. Thanks Il giorno giovedì 8 marzo 2018 03:00:53 UTC+1, Anthony ha scritto: > > > > On Wednesday, March 7, 2018 at 2:40:02 PM UTC-5, Andre

[web2py] Re: Unexpected behaviour executing a query with DAL and record versioning enabled

2018-03-09 Thread 'Awe' via web2py-users
Hello Anthony, Richard: Here is a link to download a demo app: https://c.gmx.net/@316857413586131071/y6xMeU53Ql2MtJz-wr0-CQ Just install it, on the main page click the link. I just did the input written in the very first post. Additionally I attached a screenshot showing my result. Many thanks t