[OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.2.9-37-g5d4a1f8

Back to archive index

upsil****@users***** upsil****@users*****
2015年 10月 20日 (火) 22:29:23 JST


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "open-tween" repository
containing the "opentween" project.

The branch, master has been updated
       via  5d4a1f81f4f84a95c404685230a7d3555dbf042d (commit)
       via  09f64a609e595c1c968f7370f37d9d14c7bd892d (commit)
       via  ec9417951e8e940a481978060c0e01af68b39b48 (commit)
       via  33d5a8344c11829f7ce8c5d3046ffda54404e5e2 (commit)
       via  a8b603585bafe9065510191f190f182582cca7f8 (commit)
      from  6902adaa3c2df648e6fd893dc7898f79d31cb335 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5d4a1f81f4f84a95c404685230a7d3555dbf042d
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue Oct 20 22:21:37 2015 +0900

    プロフィール画面でのdescriptionのサニタイズ処理を除去
    
    API から返るテキストにエスケープ漏れがあった場合を想定して HtmlEncode を通していたが、
    1346ff67 の修正以降は TweetFormatter を通すようになったため、エスケープ処理も TweetFormatter で適切に行われる

commit 09f64a609e595c1c968f7370f37d9d14c7bd892d
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue Oct 20 18:27:45 2015 +0900

    user.entities に含まれない hashtags, user_mentions をテキストから生成する
    
    プロフィール画面の description のリンク化に影響する

commit ec9417951e8e940a481978060c0e01af68b39b48
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue Oct 20 18:10:44 2015 +0900

    TweetExtractorクラスにハッシュタグとメンションを抽出するメソッドを追加
    
    正規表現は Twitter.CreateHtmlAnchorAsync で使用していたパターンを元にした

commit 33d5a8344c11829f7ce8c5d3046ffda54404e5e2
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue Oct 20 17:06:40 2015 +0900

    テキストからURLを抽出してTwitterEntityUrlとして出力するExtractUrlEntitiesメソッドを追加

commit a8b603585bafe9065510191f190f182582cca7f8
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue Oct 20 00:07:46 2015 +0900

    Twitter.ExtractUrlsメソッドをTweetExtractorクラスに移動

-----------------------------------------------------------------------

Summary of changes:
 OpenTween.Tests/OpenTween.Tests.csproj |    1 +
 OpenTween.Tests/TweetExtractorTest.cs  |  130 +++++++++++++++++++++++
 OpenTween.Tests/TwitterTest.cs         |   21 ----
 OpenTween/OpenTween.csproj             |    1 +
 OpenTween/TweetExtractor.cs            |  159 ++++++++++++++++++++++++++++
 OpenTween/Twitter.cs                   |  178 +-------------------------------
 OpenTween/UserInfoDialog.cs            |    8 +-
 7 files changed, 296 insertions(+), 202 deletions(-)
 create mode 100644 OpenTween.Tests/TweetExtractorTest.cs
 create mode 100644 OpenTween/TweetExtractor.cs


hooks/post-receive
-- 
open-tween (opentween)




OpenTween-git メーリングリストの案内
Back to archive index