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

Changelog History
Page 7

  • v1.87.1-2 Changes

    • ๐Ÿ†• new layout for examples, thanks Bruno and Martin
    • admin allow DEMO_MODE=True and FILTER_APPS=['welcome']
    • ๐Ÿ›  fixed a possible problem with CRON and paths
  • v1.86.3 Changes

    • Error reporting on save, thanks Mariano recalled
  • v1.85.1-3 Changes

    • ๐Ÿ›  fixed some bugs
    • โž• added pyfpdf, thank Mariano
  • v1.84.1-4 Changes

    • flash now stays put in the top right corner
    • ๐Ÿ‘Œ improved behavior for URL and T objects
    • ๐Ÿ†• new app level logging with logging.conf (thanks Jonathan)
    • ๐Ÿ‘Œ improved OpenID (thanks Michele)
    • web2py_ajax handles prepend, append, hide (thanks Juris)
    • web2py_ajax also handels pre-validation of decimal fields
    • ๐ŸŒ ru-ru translation (thanks Michele)
    • ๐ŸŒ sk-sk translation (thanks Julius)
    • migrations save .table only if changed and after each ALTER TABLE (no more mysql inconsistencies)
    • fixed bugs in SQLCustomField, Field(default=...), IS_IMAGE, IS_DECIMAL_IN_RANGE and a few more.
    • Better validators (IS_DECIMAL_IN_RANGE, IS_INT_IN_RANGE, etc) thanks Jonatham
    • ๐Ÿ‘ Polymmodel support on GAE
    • Experimental ListWidget
    • ๐Ÿšš moved DAL and routes to thread.local (thanks Jonathan, again)
    • scripts/extract_mysql_models.py, thanks Falko Krause and Ron McOuat
    • scripts/dbsessions2trash.py, thanks Scott
  • v1.83.2 Changes

    • mostly cleanup
  • v1.83.1 Changes

    • ๐Ÿ†• New error reporting mechanism (thanks Mariano)
    • ๐Ÿ†• New routing system with app level routing (thanks Jonathan)
    • โ†” Integrated GAE appstat and GAE precompilation (thanks Scott)
    • ๐Ÿ†• New Field types "list:string", "list:integer", "list:reference"
    • request.cid, request.ajax, A(cid=request.cid), response.js
  • v1.82.1 Changes

    • request.ajax to detect if action is called via ajax, tahnks Jonathan and David Mako
    • more captcha options, thanks Vidul
    • openid and oauth2 thanks Michele and Keith
    • ๐Ÿ‘ better PluginManager and load components
    • ๐Ÿ†• new template system, thanks Thadeus
    • ๐Ÿ†• new db.table(id,[field=value]) and db.table(query) syntax
    • URL('index') (no more r=request), thanks Thadeus
    • mail.send(message='...', ....)
    • DAL([....]) for load balancing
    • @service.soap(...) with mysimplesoap, thanks Mariano
    • hideerror
  • v1.81.5 Changes

    • ๐Ÿ›  Fixed a few bugs. The most important bugs we fixed are in memcache (thanks Scott) and in a process starvation issue with Rocket (thanks Mike Ellis and Tim).
  • v1.81.4 Changes

    • ๐Ÿ›  Fixed gluon.tools to work work with load and base.css to nowrap labels
  • v1.81.3 Changes

    • ๐Ÿ›  fixed bug in label names in formstyle
    • ๐Ÿ›  fixed id names in admin test.html page