All Versions
152
Latest Version
Avg Release Cycle
45 days
Latest Release
1409 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v1.81.2 Changes
- π fixed bug in Auth
-
v1.81.1 Changes
- π rpx (janrain) support out of the box, allows login with Facebook, MySpace, etc. Thanks Mr Freeze
- π Increased security (escape single and double quotes, thanks Craig"
- π Fixed a bug with db.table.field.uploadseparate=True and autodelete
- π New welcome app with superfish and jQuery 1.4.2
- β Deleted openwysiwyg from admin
- 0οΈβ£ In XML and xmlescape quote defaults to True. Both ' and " are escaped. Thanks Craig Younkins
-
v1.80.1 Changes
- MARKMIN helper (no backward compatibility promise yet)
- self._last_reference, thanks Dave (no backward compatibility promise yet)
- IS_EQUAL_TO
- π zh-tw and better internationalization page, thanks Daniel Lin and Iceberg
- π better crud.search, thanks MrFreeze
- Rocket interfaces, thanks Nik Klever
- db.table.field.uploadseparate=True, thanks Gyuris
- SCOPE_IDENITY for MSSQL, thanks Jose
- fixed email attachment issue, thanks Bob_in_Comox
- fixed problem with groupby and IS_IN_DB
- π other bug fixes
- π new implementation for local_import
- ajax(..,...,null)
- π fixed Chrome bug in calendar.js, thanks Iceberg
- experimental scrips/web2py-setup-fedora.sh
- generic.load, thanks Iceberg
-
v1.79.2 Changes
- solved simplejson imcompatibility problem
-
v1.79.1 Changes
- x509 emails, thanks Gyuris
- attachment and html in Mail on GAE, thanks PanosJee
- π fixed docstring in SQLTABLE, thanks aabelyakov
- π· TAG(html) parese html into helpers (experimental, still some problems with unicode, , thanks RobertVa for unicode help)
- DIV.elements(find=re.compile(....))
- DIV.flatten()
- π DIV.elements('....') supports jQuery syntax in '....'
- π better it-it.py and it.py, thanks Marcello Della Longa
- π Many Bug fixes:
- π improved support for DAL and joins in postgresql/oracle, thanks Nico de Groot
- bux fixex in html.py, thanks Ian
- π fixed an issue with registration_key==None, thanks Jay Kelkar
- π fixed bug in gql.py, thanks NoNoNo
- π fixed problem with multiple and checkboxes, thanks MIchael Howden
- π fixed bug in gae, thanks NoNoNo
- βͺ restored 2.4 compatibility, thanks Paolo Gasparello
- β‘οΈ auth.update() when pictures in profile
- π formstyle can be a function, thanks Howden
- escape in sanitizer, thanks Howes
- β add missing settings, thanks Hamdy
- find and exclude return empty Rows instead of [], thanks iceberg
- simplejson 2.1.1 should fix compatibility problems
- β added sms_utils and Authorize.net in contrib
-
v1.78.3 Changes
- βͺ reverted temporarily to old template system because of backward compatibility issues
-
v1.78.1 Changes
- π new template system allows {{block name}}{{end}}, thanks Thadeus
- π fixed mime headers in emails, included PGP in emails, thanks Gyuris
- automatic database retry connect when pooling and lost connections
- OPTGROUP helper, thanks Iceberg
- web2py_ajax_trap captures all form submissions, thank you Skiros
- multicolumn checkwidget and arbitrary chars in multiple is_in_set, thanks hy
- QuΓ©bΓ©cois for welcome, thanks Chris
- crud.search(), thanks Mr Freeze
- DAL(...migrate,fake_migrate), thanks Thadeus
-
v1.77.3 Changes
- some cleanup of code in compileapp
-
v1.77.2 Changes
- π fixed x-index in calendar
-
v1.77.1 Changes
- π Replaced CherryPy with Rocket web server, thanks Tim
- CacheOnDisk allows to specify a folder
- IS_DATE/DATETIME can handle any year since 0
- SQLTABLE(...,headers='fieldname:capitalize')
- Field().with_alias, thanks Nathan and Mengu
- has_membership(group=...,role=...), thank Jonathan
- db.define_table(username=True), thanks Jonathan
- gluon.tools.prettydate
- can specify hostname in routes_out (same syntax as routes in), thanks Martin
- db.table.bulk_insert([...records...]) now works on GAE, thanks Jon
- IS_EMAIL validates on 'localhost', thanks Jonathan
- welcome/views/layout.html uses ez.css, thanks Yarko
- π mail attachments support utf8, thanks szimszon
- works with PyPy, thanks Joe
- π better Firebird support, thanks Jose
- π better Oracle support, thanks Gabriele
- π cron supports days of week
- π SQLFORM(...,formstyle="table3cols") or "table2cols" or "divs" or "ul"
- π crud.settings.formstyle
- web2py.py -f folder allows to specify locations of applications, thanks Iceberg
- π better/faster regex in template works in Jython
- π fixed lots of small bugs