web2py v1.99.3 Release Notes

  • This is a major revision in peparation for web2py 2.0

    • ๐Ÿšš moved to GitHub and abandoned Lanchpad
    • ๐Ÿ†• new web site layout, thanks Anthony
    • ๐Ÿ†• new welcome app using skeleton, thanks Anthony
    • jQuery 1.7.1
    • modernizr 2.0.6 (customized)
    • define_table('thing', singluar='thing',plural='things')
    • CAS 1.0 and 2.0 compliant, thanks Olivier
    • fixed validate_and_insert and validate_and_update, thanks Anthony
    • request.user_agent().is_mobile etc., thanks Ross and Angelo
    • ๐Ÿ‘ better router, thanks Jonathan
    • app on/off buttons
    • ๐Ÿ‘Œ support for dropbox_login
    • ๐Ÿ‘Œ improved markmin recognizes qr code, supports auto audio/video/embed
    • โšก๏ธ response.optimize_css = 'concat,minify,inline', thanks Ross
    • โšก๏ธ response.optimize_js = 'concat,minify,inline' thanks Ross
    • db.define_table(...,common_filter=query), thanks Yair
    • db(...,ignore_common_filter=True)
    • ๐Ÿ‘Œ support for stripe payments
    • ๐Ÿ‘Œ support for DowCommerce payments, thanks Dave
    • ๐Ÿ‘ experimental PyPy support
    • ๐Ÿ‘ experimental mongodb support, thanks Mark
    • tickets in db now accessible from admin, thanks Niphlod