私は今日はこれ以降は作業できないかもしれません。
問題なければ、どなたかタグを作ってリリースをお願いします。
更新箇所:
ja/branches/2.8以下で次を更新しました。
・akismet.phpソース内に何ヵ所かバージョンが入るようになってました。
・readme.php内のバージョン番号を2.8.3にしました。
・ja.po,moで以下を追加しました。
You do not have sufficient permissions to edit categories for this blog.
このブログのカテゴリーを編集できる権限がありません。
You do not have sufficient permissions to edit categories for this blog.
このブログのカテゴリーを編集する権限がありません。
You do not have sufficient permissions to export the content of this blog.
このブログのコンテンツをエクスポートする権限がありません。
You do not have sufficient permissions to edit tags for this blog.
このブログのタグを編集するする権限がありません。
You do not have sufficient permissions to import content in this blog.
このブログにコンテンツをインポートする権限がありません。
You do not have sufficient permissions to add links to this blog.
このブログにリンクを追加する権限がありません。
You do not have sufficient permissions to manage options for this blog.
このブログのオプションを管理する権限がありません。
You do not have sufficient permissions to manage plugins for this blog.
このブログのプラグインを管理する権限がありません。
You do not have sufficient permissions to activate plugins for this blog.
このブログのプラグインを有効化する権限がありません。
You do not have sufficient permissions to deactivate plugins for this blog.
このブログのプラグインを無効化する権限がありません。
**
以上、よろしくお願いします。
--
Tai
JOTAKI, "Tai"suke / 上滝 太祐
tek...@gmail.com
2009/8/4 tai <tek...@gmail.com>:
You do not have sufficient permissions to edit tags for this blog.
このブログのタグを編集するする権限がありません。
→ このブログのタグを編集する権限がありません。
You do not have sufficient permissions to manage options for this blog.
このブログのオプションを管理する権限がありません。
→ このブログの設定を管理する権限がありません。
告知:
http://ja.wordpress.org/2009/08/04/wordpress-2-8-3-security-release/
ちょっといまネット回線が遅すぎるので、タグ作成は三好さんが手伝ってくれました。ありがとうございます!
2009/8/4 Naoko McCracken <nao...@gmail.com>:
内容をチェックしていましたが既にリリースされた後でした。
事後ですが問題ないと思います。
いくつか気になった点:
WordPress 2.8.3 セキュリティリリース
http://ja.wordpress.org/2009/08/04/wordpress-2-8-3-security-release/
↑こちらで公式ブログの訳兼日本語版リリースのお知らせという形でしょうか?
それから上記のパッケージリンク先は
http://ja.wordpress.org/release-archive/ja/wordpress-2.8.3-ja.zip
より
http://ja.wordpress.org/wordpress-2.8.3-ja.zip
が良いと思います。
あとタグがある場合はパッケージはタグから生成した方が良いと思います。
以上細かいことですが。
tenpura
ご確認、コメントありがとうございます。
遅くなりすみません、日本語版告知も書いておきました。
http://ja.wordpress.org/2009/08/04/wordpress-283-ja/
> それから上記のパッケージリンク先は
> http://ja.wordpress.org/release-archive/ja/wordpress-2.8.3-ja.zip
> より
> http://ja.wordpress.org/wordpress-2.8.3-ja.zip
> が良いと思います。
修正しました。
> あとタグがある場合はパッケージはタグから生成した方が良いと思います。
了解です。
普段みなさんにお任せ状態だったので、今回は色々と勉強になりました。
忘れないようステップをメモしておきたいと思います。
Nao
タグはローカルのワーキングコピーで作ってコミットするより、リポジトリ上で作っちゃったほうが楽っすよ!
回線が遅くても関係ないですし。
例:
svn copy http://svn.automattic.com/wordpress-i18n/ja/branches/2.8/
http://svn.automattic.com/wordpress-i18n/ja/tags/2.8.1/ -m "ja 2.8.1
tag"
2009/8/4 Naoko McCracken <nao...@gmail.com>:
--