(以下是翻譯)
TurboGears 版本剛更新到了 1.0.3
TurboGears 是什麼?
------------------------------
TurboGears 是一個處理"前端到後端'網站快速開發的集成框架.
他的目的是簡化和提昇使用Python 程式語言開發現代網頁應用程式的速度.
請參訪 TurboGears 官方網站 www.turbogears.org 以取得更多關於本專案和目標的訊息.
這個版本的一些新特色:
--------------------------------------
* 更佳的線上文件
* 自 0.9.4 版後, Kid 支援不同的 "輸出格式" (如.
"simple_blanks" 能去除多餘空格,. 1.0.3 版後 TurboGears 也能辦到了!
* 更新 SQLAlchemy 支援, 淘汰 SelectResult
* i18n 涵蓋 javascript 檔案本地化支援.
* 若設定了 session_filter.on ,cherrypy.session 將加入
Global Template 變數 tg.session 中.
* 使用 SAprovider 做認證管理( identity management)時, 密碼被自動加密.可在app.conf 中使用
identity.saprovider.encryption_algorithm指定用 'md5' 或 'sha1'加密
* 加入斯洛維尼亞文(slovenian)翻譯!
* 快速啟動(quick-start)模型裡加入 Elixir 樣板 (使用
-e 參數). 這將會成為 1.1 版快速啟動的預設值.
許多臭蟲在本版本也已被清除
如何安裝 TurboGears?
-----------------------------------------
請參訪 http://docs.turbogears.org/1.0/Install 並依照你的作業系統選擇安裝程序.
如何更新你的TurboGears:
------------------------------------
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/f4b4...
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!
--
Fred