TXP 4.0.6 リリースしてたよ
2008-02-12Category: Web
Tags: textpattern
Textpattern 4.0.6 released · Textpattern
アップデートしたよ。
でも眠いしやる気があんまりないからあとで追記するよ。
追記したよ。
Changes in 4.0.6: (4.0.6 の変更点)
- Security (public side):
- セキュリティ (記事発行)
- safer use of txp_login cookie + nonce (note: users are logged out after upgrading!)
- ログイン時のクッキーがより安全になった (ログアウト後に有効)
- fixed XSS vulnerability (thanks DSecRG) and input validation in setup script.
- XSS の脆弱性を修正、セットアップ時のスクリプトの入力バリデーションを追加
- fixed XSS vulnerability and parameter value overflow in comments preview (thanks DSecRG)
- XSS の脆弱性を修正、コメントプレビュー時のパラメータ値のオーバーフローを修正
- Security (admin side):
- セキュリティ (admin)
- add missing escape in SQL query (admin side)
- SQL クエリのエスケープ漏れを修正した
- fixed local file include vulnerability (publisher only) in textpattern/index.php (thanks DSecRG and Victor)
textpattern/index.php にあるローカルファイルを含む脆弱性 (発行に限る) を修正
- escape request method as shown on logs tab (thanks Victor)
- ログのタブにリクエストメソッドをエスケープ
- New languages: Croatian, Korean, Português (Brasil), Serbian (Latin + Cyrillic), Turkish and Vietnamese
- 新しい言語 : クロアチア語、韓国語、 ブラジル語、セルビア語 (ラテン+キリル文字) 、トルコ語、ベトナム語
- New tags:
- 新しいタグ (省略します)
<txp:if_search_results> </txp:if_search_results>
<txp:search_term />
- Changed tags:
- 変更されたタグ
<txp:thumbnail /> allows non-JS links to the full-size image
<txp:thumbnail /> は JavaScript を使用しない場合フルサイズの画像にリンクできるようにした
<txp:article_custom /> allows comma-separated lists for category, section and author attributes (thanks Manfre)
<txp:article_custom /> はカテゴリ、セクション、筆者のアトリビュートをカンマ区切りリストで追加できるようにした
<txp:linklist /> allows comma-separated list for category attribute
<txp:linklist /> はカテゴリのアトリビュートをカンマ区切りリストで追加できるようにした
<txp:file_download_list /> allows comma-separated list for category attribute
<txp:file_download_list /> はカテゴリのアトリビュートをカンマ区切りリストで追加できるようにした
<txp:recent_articles /> allows comma-separated lists for category and section attribute
<txp:recent_articles /> はカテゴリ、セクションのアトリビュートをカンマ区切りリストで追加できるようにした
<txp:related_articles /> allows comma-separated list for section attribute
<txp:related_articles /> はセクションのアトリビュートをカンマ区切りリストで追加できるようにした
<txp:search_result_excerpt /> allows a custom “break” attribute defaulting to an ellipsis
<txp:search_result_excerpt /> はデフォルトでは省略されているが、“break”アトリビュートを追加した
- Several tags have been deprecated and will be replaced automatically during the upgrade:
<txp:sitename />, <txp:request_uri />, <txp:s />, <txp:c />, <txp:q />, <txp:id />, <txp:pg />
- いくつかのタグは非推奨で、これらはアップグレード時に自動的に置き換えられる : (/releases/4.0.6/source/HISTORY.txt – Textpattern Development – Trac)
- Added ‘password reset’ functionality (with confirmation email) on the login screen
- ログイン画面でパスワードリセット (要メールアドレス) を追加した
- Update to jQuery 1.2.2 as a default JavaScript library
- デフォルトの JavaScript が jQuery 1.2.2 にアップグレードした
- Fix textile list incompatibility with PHP 5.2.4 (and higher)
- PHP 5.2.4 以上に伴い Textile リストの非互換性を修正した
- Fix http-auth when using lighttpd or (mostly) apache+fcgi
- lighttpd と (殆どの) apache+fcgi 使用時の http 認証 について修正した
- Fix HTTPS protocol check for ISAPI with IIS
- https プロトコルをチェックするための IIS 上の ISAPI を修正した
- Fix use of article tags on a sticky article page
- Sticky 状態の記事のページにある記事用のタグを修正した
- Speed improvements (less SQL queries needed)
- 速度の改善 (必要に応じて SQL クエリを少なくする)
- Pages, sections and styles can no longer be accidentally deleted if they are used on other tabs.
- ページ、セクション、CSS で、他のタブを使用していた場合、事故によって削除されないようにした
- Corrections in the tag builder
- タグビルダーを訂正した
- Refrain from showing sticky articles from non-frontpage sections in search results
- フロントページではないセクションで Sticky 状態の記事を検索結果に表示するようにした
- Enable separate search section for messy URL mode
- messy URL モードでもセクション別の検索を有効にした
- Plugin developers should note that using
add_privs() for admin-side plugins is now required (used to be optional for publisher-only plugins) and the included HISTORY.txt contains other useful information.
- プラグイン開発者は、admin 側のプラグインを作成するときに
add_privs() を使用する際には有用な情報を記載の上、これを一緒に同梱するようにすること (admin では必須だが、発行に関するプラグインではこれはオプションである)
Special Thanx
翻訳を手伝っていただいたというか、専門用語的な部分をほぼ補填していただきました。ありがとうございました。
yuki_neko_nyan [ 猫的怠惰Days ]