December 2006 - 文章

Visual Studio 2005 Service Pack 1 正式發表

中文版 Visual Studio 2005的用戶等了很久,終於可以更新SP1了,如果您要在Vista上使用,這個更新就是必要的

另外 ASP.Net 也支援Web Application模式,這樣您就不需要每次更新一些內容就需要重新編譯 (微軟終於知道這是一個很麻煩又不切實際的步驟)

檔案下載:
點此下載

版本資訊(建議安裝前先看一下,以免遇到奇怪的情況):
http://support.microsoft.com/default.aspx?scid=928957

Posted 作者 dmwc with no comments

Google Apps for Your Domain 新功能

The start page
Start page 可以簡單的讓你建立一個獨立、隨機的地方給您的使用者找到有關的、必要的資訊,預覽收件夾與行事曆和搜尋網頁. 您可以自訂一個配置,表頭區域和重頭到尾的顏色組合,和頁面的的預設聯絡資料一樣,你可以包含 Google Personalized Homepage 模組,您的擁有資料和連結,RSS feeds. 之後您的使用者登入,他們可以更進一步的客製 start page 所以他們總是對的. 想要建立與發佈您的網域的 start page,登入您的控制台.

支援新的語言
我們最近增加一整批整個的新與煙到管理員控制台, 所以如果英文不是您的母語,試看看 Google Apps for Your Domain 在這些其他的語言中: Chinese (Simplified), Chinese (Traditional), Danish, Dutch, Finnish, French, German, Italian, Japanese, Korean, Norwegian, Portuguese, Russian, Spanish, Swedish, Turkish or UK English. 如果您想要使用上述語言於控制台上, 登入控制台並按下 'Domain Settings' 來編輯進階設定.

自訂網址給您網域的 Google-powered apps
現在您可以設定一個簡單的網址於您擁有網域名稱給 Google 服務. 舉個例子,您的使用者可以存取他們的 email 帳號於 mail.wimax.tw. 登入控制台去編輯這個連結.

支援多重域名
如果您的商業或組織有其他的網域名稱給原本的網址附加用, 您現在可以關連所有的網域名稱在一起. 此方法,當email 和行事曆行程邀請傳送給您的次要網域名稱帳號,這個訊息與邀請將會轉到正確的帳號上面.
Posted 作者 dmwc with no comments
分類:

CommunityServer 2.1 SP2 發佈

Community Server 2.1 Service Pack 2 已經發佈. 如果您目前使用 Community Server 2.1 建議您立即安裝.

 下載地點>> http://communityserver.org/files/folders/cs_service_packs/entry554124.aspx

Service Pack 2 已經包含所有 Service Pack 1 更新項目. 請注意,如果您下載 Community Server 2.1 於此公告後,那個版本就是已經包含了 Service Pack 2,不需要再更新.

以下是 SP2 改進與修正項目:

改進使用者反饋經驗

  • 更新錯誤頁面 (error page) 文字從一般的 'Site Unavailable'. 我們已經產生一個預設的錯誤訊息讓他更多一點點的友善,但是依然建議您更新成為您專屬的內容.

整理與改進求助文字 (Help text) 

  • 校正翻譯錯誤於 Error-NotFound.aspx 網頁
  • 重新整理 Messages.xml 於翻譯與一致性
  • 重新整理 Resources.xml 於翻譯與一致性
  • 重新整理 Emails.xml 於翻譯與一致性

加強安全性

  • 修正潛在性濫用檢舉 (Report Post) 功能
  • 在使用者已從 全域/預設 權限移除後做區域權限檢查, 將可使使用者的討論區訂閱更正確
  • 更嚴警的安全性在 MarkAsAnswer 於討論區上
  • 效率提升:確保所有的搜尋桶 (Search Barrel) 預儲程序被呼叫的時候有獨立的條件來增加資料庫效率; 這不會引響到 Enterprise Search

功能強化與錯誤修正

  • 增加支援 MetaWeblog API newMediaObject 方法以允許圖片 & 檔案被上傳儲存從 MetaWeblog 用戶端軟體. 需要檔案系統寫入權限.
  • 確保 RSS feeds 的抬頭總是用 HTML 編碼
  • 修正: 存取 會員個人資料 網頁當使用者名稱有特別字元的時候可能會造成無限迴圈
  • 校正 required ID 與 nested 內容重複問題於 ContentPart 控制項
  • 更新 最終用戶同意合約(EULA) 文字與圖片與 Commercial 與 Personal 版本
  • 修正: 個人資料 sidebar 是找不到使用者,他是顯示訪客 (anonymous)
  • 修正: 資源於 FileAdmin 控制台是不存在當到不正確 scoping
  • 修正: Blog 訂閱時傳送出 不正確/不玩整 emails
  • 修正: 設定一個討論區當他有一個上層目錄可能會導致網站當掉並且造成無法提供服務 (unavailable)
  • 修正: 最新張貼的回應 Permalinks 網址錯誤
  • 修正: Regex 錯誤在 Email 格式化
Posted 作者 dmwc with no comments

修正BBCodes 轉換不正確 for CS 2.1 sp1

參考: http://communityserver.org/forums/thread/558395.aspx

 

BB code 轉 HTML 的時候可能會style 刪除掉,所以轉換後可能字體顏色就不見了,修正方式是開啟 communityserver.config 裡面的 <CSModules> 要做點順序調整

<add name = "AutoApproveForumModule" type="CommunityServer.Discussions.Components.AutoApproveForumModule, CommunityServer.Discussions" />
<add name = "BBcodeToHtml" type = "CommunityServer.Discussions.Components.BBcodeToHtmlModule, CommunityServer.Discussions" />
<add name = "IrcCommands" type = "CommunityServer.Discussions.Components.IrcCommandsModule, CommunityServer.Discussions" />
<add name = "ForumCensorship" type = "CommunityServer.Discussions.Components.CensorshipModule, CommunityServer.Discussions" />
<add name = "ForumEmoticon" type = "CommunityServer.Discussions.Components.EmoticonModule, CommunityServer.Discussions" />
<add name = "ForumSourceCode" type = "CommunityServer.Discussions.Components.SourceCodeModule, CommunityServer.Discussions" />
<add name = "ForumPlainText" type = "CommunityServer.Discussions.Components.PlainTextModule, CommunityServer.Discussions" />
<add name = "ForumHtmlScrubbing" type = "CommunityServer.Discussions.Components.HtmlScrubbingModule, CommunityServer.Discussions" />
<add name = "ForumCollapse" type = "CommunityServer.Discussions.Components.CollapseModule, CommunityServer.Discussions" />

改為:

<add name = "AutoApproveForumModule" type="CommunityServer.Discussions.Components.AutoApproveForumModule, CommunityServer.Discussions" />
<add name = "IrcCommands" type = "CommunityServer.Discussions.Components.IrcCommandsModule, CommunityServer.Discussions" />
<add name = "ForumCensorship" type = "CommunityServer.Discussions.Components.CensorshipModule, CommunityServer.Discussions" />
<add name = "ForumSourceCode" type = "CommunityServer.Discussions.Components.SourceCodeModule, CommunityServer.Discussions" />
<add name = "ForumPlainText" type = "CommunityServer.Discussions.Components.PlainTextModule, CommunityServer.Discussions" />
<add name = "ForumHtmlScrubbing" type = "CommunityServer.Discussions.Components.HtmlScrubbingModule, CommunityServer.Discussions" />
<add name = "BBcodeToHtml" type = "CommunityServer.Discussions.Components.BBcodeToHtmlModule, CommunityServer.Discussions" />
<add name = "ForumEmoticon" type = "CommunityServer.Discussions.Components.EmoticonModule, CommunityServer.Discussions" />
<add name = "ForumCollapse" type = "CommunityServer.Discussions.Components.CollapseModule, CommunityServer.Discussions" />
Posted 作者 dmwc with no comments