TurboGears 2.3.0b2 released

15 views
Skip to first unread message

Alessandro Molina

unread,
Jul 1, 2013, 11:18:10 AM7/1/13
to tg-trunk, TurboGears .
I just uploaded TG2.3.0b2 on http://tg.gy/230 and updated the website references and doc. Hope I didn't mess anything as Michael is our actual release process expert :D

The release can be installed as usual through: pip install -f http://tg.gy/230 tg.devtools

If you are quickstarting on Py3 make sure to provide the --skip-tw option to gearbox quickstart as ToscaWidgets is not yet available on py3.

The 2.3.0b2 release includes over the previous beta the following improvements:

- Bootstrap theme for quickstart updated to 2.3.2

- TurboGears flash styles are not provided inside style.css instead of patching the standard bootstrap alert styles. This makes easier to replace or upgrade the builtin bootstrap css file.

- Quickstart master.html now includes jquery.js reference aside to boostrap.js so that bootstrap javascript works out of the box

- tg.devtools comes with a testsuite for Py2.7, 3.2 and 3.3

- Fix for "lang" option being ignored if set inside of .ini instead of app_cfg.py

- If a beaker.cache.type option is set in configuration use that for template caching instead of using "memory" as default when no type is explicitly set in tg_cache template value.

- Fixed issue with add_auth_middleware not bing idempotent

- Refactoring of Request->Response flow. This improves speed and maintainability by hiding all the WSGI things behind TGApp and using only WebOb objects to communicate from TGApp to Dispatcher and vice versa.

- Various fixes at doc and cleanups in quickstart template
Reply all
Reply to author
Forward
0 new messages