All Versions
152
Latest Version
Avg Release Cycle
45 days
Latest Release
846 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v1.87.1-2 Changes
- ๐ new layout for examples, thanks Bruno and Martin
- admin allow
DEMO_MODE=True
andFILTER_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