Confluence 1.0rc6 ではさらにバグを修正しています。ほとんどのバグです。報告するべき新機能や注目の機能はそれほどありませんが、メール アドレスをマスクしてサインアップの公開を防ぐなど、要望の多い機能を実装しました。その中でも、特に Confluence を 1.0 ラベルに引き上げるための障害となる、細かい問題を解消するために取り組みました。
See also: Issues Resolved for 1.0rc6
非公開の Confluence 設定
非公開モードで Confluence にユーザーを追加する唯一の方法は、管理インターフェイスを使用することです。ユーザー自身はサインアップできません。これによって、ランダムなユーザーが Confluence インストールにサインオンすることを防げます。サイト管理者は、一般管理設定でこれを設定できます。
メール アドレスのプライバシー
もう 1 つ、多くのリクエストを集めた機能として、サイト管理者に対してメール アドレスのプライバシーに関する 3 つのオプションが用意されました。
管理者には、プライベート モードであっても confluence-admin グループの全員が管理者ページに (そのメール アドレスと併せて) リストされますが、そのアドレスはマスクされています。
Jira でユーザー管理を共有する
Confluence と Jira の両方がインストールされているサイトでは、ユーザー管理を Jira に委任するように Confluence を設定できます。
テンプレート フィールド タイプ
テンプレートでは、ドロップダウン メニューとテキスト入力領域がサポートされるようになりました。
@variablename|textarea(5,10)@ では、「variablename」と呼ばれる 5 x 10 のテキスト領域が用意されています。 @variablename|list(one,two,three,four)@ では、「variablename」と呼ばれるドロップダウン リストと 1 - 4 のオプションが用意されています。

\{html\}
<p>This HTML is <b>inserted</b> into the page</p>
\{html\}
|
ランダムな MySQL 切断
Confluence のビルトイン データソースを使用して MySQL に対して Confluence を実行している場合は、非アクティブ状態が長期間続くとデータベース サーバーとの接続が失われる可能性があります。この問題に関する修正は施してありますが、バグが出現するまでに数時間かかるため、rc6 のリリース前に修正をテストできませんでした。
The good news is that if we are right, it will only require a quick edit of your configuration file to implement the fix. Further announcements will be made both on confluence.atlassian.com, and the confluence-user mailing-list.
In the meantime, the workaround is to not use Confluence's built-in datasource, but to configure Confluence to use your application-server's JNDI datasources instead. Instructions for doing this with Tomcat can be found here, and if you need more help, don't hesitate to contact us at confluence-support@atlassian.com.
Resin の Latin 文字
We've tested creating pages with non-ASCII titles and content across several different browsers and several different operating systems, and they seem to be working reliably now... except on Resin. This will be quite noticeable since confluence.atlassian.com itself is running under Resin, but we have so far been unable to come up with a solution that works on this application server.
この機能を必要とするユーザーには、Tomcat で実行することをお勧めします。
その他