All Versions
152
Latest Version
Avg Release Cycle
45 days
Latest Release
1238 days ago

Changelog History
Page 9

  • v1.76.5 Changes

    • ๐Ÿ›  Fixed a typo in auth that created some registration problems
  • v1.76.4 Changes

    • SQLTABLE(db(db.auth_user.id>0).select(),headers='fieldname:capitalize')
    • Oracle limitby improved (thanks Sergey)
    • ๐Ÿ›  fixed migrations in Firebird, thanks Jose Jachuf
    • gluon/contrib/login_methods/linkedin_account.py (to be tested)
  • v1.76.1 Changes

    • editarea 0.8.2 + zencoding
    • ๐Ÿ†• new (better) cron locking meachnism
    • no storing session cookies on session.forget(), thank you Alvaro
    • routes_apps_raw allows disabling of request.args validation, thanks Jonathan and Denes
    • ๐Ÿ›  fixed problem with edit_languages ad multiple tabs, thanks Iceberg
    • crud captcha, thanks you Nathan
    • 0๏ธโƒฃ softcron disabled by default in wsgihandler and fcgihandler
  • v1.75.5 Changes

    • ๐Ÿ›  fixed behaviour with languages.py, thanks Iceberg
    • โž• added chinese (thanks Iceberg) and Hungarian (thanks Gyuris)
    • ๐Ÿ›  fixed problem with GAE deleted by id (thanks what_ho)
    • ๐Ÿ›  fixed bug in LOAD with custom views, thanks vhang
    • improved IS_IN_SET takes iterator, dict, list and list of tuples, thanks Iceberg
    • 0๏ธโƒฃ Auth(...,controller='default')
    • ๐Ÿ›  Fixed major bug in parsing repeated request.vars, thanks Ben
    • IS_DATE and IS_DATETIME can now handle any 0<year
    • ๐Ÿ‘ allow to disable editarea onload, thanks Alex
  • v1.75.4 Changes

    • customizable BEAUTIFY, thanks John
  • v1.75.3 Changes

    • โž• added support for PAM authentican for apps and for admin
    • โฌ†๏ธ INTRODUCED MAJOR BUG IN BEAUTIFY (upgrade to 1.75.4) IMMEDIATELY
  • v1.75.2 Changes

    • ๐Ÿ‘ fetch supports cache
    • โšก๏ธ curd.update(....,onaccept=crud.archive) magic
    • ๐Ÿ†• new UUID mechnism fixes session conflicts with cloned machine in cloud
    • ๐Ÿ‘ allow to upload app and overwrite existing old ones, thanks Jonathan
    • ๐Ÿ–จ print gluon.tools.prettydate(request.now,T), thanks Richard
  • v1.75.1 Changes

    • ๐Ÿ‘ better cron
    • ๐Ÿ‘ better fetch
    • ๐ŸŒฒ logging of email failures
    • ๐Ÿ†• new web2py.fedora.sh
    • ๐Ÿ†• new setup-web2py-ubuntu.sh
    • experimental autocomplete
    • menus work on IE6
  • v1.74.9 Changes

    • IS_IN_SET(((0,'label0'),(1,'label1'))), thanks Falko Krause
    • SQLFORM(...).accpets stores True or False in boolean types no None, thanks Frederik Wagner
    • SQLFORM.factory(...,table_name='no_table'), thanks Thedeus
    • jQuery 1.4.1
    • ๐Ÿ›  Fixed major problem with internationalization of multiple languages.
    • ๐Ÿ›  Fixed a serius security issue with login
    • ๐Ÿ›  Possibly fixed some issues with cron
  • v1.74.8 Changes

    • IS_SLUG, thanks Gustavo and Jonathan
    • web2py.py -nogui, thanks Jeff Bauer
    • solved a problem with jython, thanks Tim Farrel
    • login has "remember be option", thanks Piotr Banasziewicz
    • ๐Ÿ›  fixed problem with keepvalue in update forms, thanks Miguel Lopez