On Wednesday, June 12, 2019 at 1:13:38 PM UTC-7, Jim Gregory wrote: > > I will be moving a legacy application from my old shared host to a new > VPS, and would like to upgrade web2py at the same time from 2.08 to the > current version (2.18.5). How should I go about doing this? What changes > will I need to make? I'm satisfied for now with the currently layout > (which uses Bootstrap 2), so I don't want to change it if I don't need to. > TIA. >
Current versions use Bootstrap 4, and along the way nested menus got limited to one child level. For mobile devices (or small screens), the navbar becomes a "hamburger" menu. I don't remember what other Bootstrap changes you'll notice; most things are compatible. One other change is the introduction of the appconfig.ini in myapp/private, which lets you take site-specific items out of models/db.py. Look at the latest [web2py/applications/welcome/models/db.py for an example. Javascript changes are mostly under the hood, and pydal changes are likewise. /dps /dps -- 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 message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/f0f32dbe-dd6e-4436-9ff2-ca703b7b7040%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

