Hi all, I'm really happy to announce that TurboGears has just been updated to 1.0.3
What is TurboGears? ------------------------------ TurboGears is a rapid development "front-to-back" web meta-framework. Its aim is to simplify and speed up the development of modern web applications written in the Python programming language. Please visit the TurboGears homepage at www.turbogears.org to learn more about the project and its goals. Some of the new features: -------------------------------------- * A much better on-line documentation * Since version 0.9.4, Kid supports different "output formats" (e.g. "simple_blanks" for stripping duplicate whitespace, using "educated" quotes etc.). From 1.0.3 so does TurboGears! * SA support has been upgraded to take into account that SelectResult is now deprecated * i18n is now also available for the javascript files. * If session_filter.on is set, then cherrypy.session is added to the Global Template Variables under the name tg.session. * When using SAprovider for identity management, passwords are now encrypted on the fly if a identity.saprovider.encryption_algorithm is set to 'md5' or 'sha1' in app.conf. * Added a standard translation for slovenian! * An alternative quick-start model is proposed that uses Elixir (using -e switch). A similar one will become the default in 1.1 A countless number of bugs perished during the preparation of this release, and we don't feel really sorry for them. How do I install TurboGears? ----------------------------------------- Please visit http://docs.turbogears.org/1.0/Install and follow the installation instructions for your operating system. To upgrade your install: ---------------------------------- easy_install -U TurboGears The CHANGELOG: ---------------------------- * Elixir quickstart by FredLin * Adding encryption on the fly for SA identity on in the template as per discussion here: http://groups.google.co.in/group/turbogears/browse_thread/thread/f4b43e9f148c3a9a fixes ticket #1415 * Added slovenian translation thanks to mte on ticket #1190. * Japanese Calendar ticket #1395 thanks to tmatsuo * Handle locales in egg creation thanks to Christoph Zwerschke * ticket #1434. Now handles SA Query in addition of SelectResults which will be deprecated in the near future. * ticket #1325 Fix visit entries created more than once in the database. * Fixed toolbox config loading during startup. * Applied patch from Simon Wittber on ticket #1284: Safari Unicode fix * Fix for i18n for testsuites not run in the same directory as the project * Patch for ticket #1319: @paginate barfs if you try to sort on a column whose data is generated from SQL. thanks to Alastair * Patch from ticket 1318: @paginate doesn't support SQLAlchemy list properties. thanks to alastair! * Fixes ticket #1321: Fixed paginate href. Thanks to alastair! * Enable custom: plugins outside TG source tree thx to aalbrecht fixes ticket #1178 *Contributors*: --------------------- Simon Wittber, Christopher Arndt, Christoph Zwerschke, Paul Johnston, FredLin, jtate, Ian Charnas, Alastair Houghton, Ian Charnas, Alberto Valverde Gonzales, Florent Aide. Thanks to everyone who helped us! Florent. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

