2017-07-01から1ヶ月間の記事一覧

:don: 170729 v1.5.0rc2

今回はv1.5.0rc1~rc2の範囲が対象です。 https://github.com/tootsuite/mastodon/compare/v1.5.0rc1…v1.5.0rc2 比較的大きいやつ ドロップダウンメニューをスマホではモーダルとして表示するように fix(dropdown_menu): Open as modal on mobile by sorin-d…

:don: 170724 v1.5.0rc1

v1.5.0rc1 がリリースされました。 https://github.com/tootsuite/mastodon/releases/tag/v1.5.0rc1 末代鯖にはまだ入っていないものもありますが、ついでに紹介してしまいます。 そこそこでかいの デザイン変更色々 /about/more Redesign extended informat…

:don: 170723

比較的でかいの ロゴの変更 New logo by Gargron · Pull Request #4306 · tootsuite/mastodon こんなロゴになりました。 ほどほど 読み込み中のカラムタイトルを本来のものに揃える fix(columns_area): Show correct title for preview columns by sorin-dav…

:don: 170716-22

結局一週間空いてますね。細かいのや、メディアモーダルみたいにずっと直してるみたいなのは省略。 比較的でかいやつ ミュートしたアカウントからのあらゆる通知を表示しないように Fix #4172 - Mutes now block notifications by Gargron · Pull Request #4…

:don: 170715

bug 未知のアカウントに対する返信への返信がHomeに表示される Fix subsequent replies to unresolved status not being filtered from home by Gargron · Pull Request #4190 · tootsuite/mastodon A(未知)←B←C みたいに返信していったときに、BとCをフォロ…

:don: 170714

WebPush対応 Web Push Notifications by sorin-davidoi · Pull Request #3243 · tootsuite/mastodon ページを開いていないときでも機能するプッシュ通知ですね。Gmailやなんかでも使われてるやつ。スマホではAndroidのChromeが対応してるとかどうとか。 admi…

:don: 170713

Fix #1010 - When spoiler text is set, enforce sensitivity too by Gargron · Pull Request #4176 · tootsuite/mastodon これまでspoiler_text(CW)とsensitive(NSFW)は完全に独立した機能でしたが、spoiler_textが設定されている投稿に添付したメディアは…

:don: 170712

マージ済み Improve UI of admin site settings by Gargron · Pull Request #4163 · tootsuite/mastodon (beforeとafterを把握しきれていないので後で埋める) Fix #4067 - Do not make HTTP round-trip when resolving local URL by Gargron · Pull Request …

:don: 20170711

新ランディングページ がついにマージされました。マージされる前からmaster勢がこぞって挑戦し、日本語訳に関して議論を交わしていたのでいくつかメモ。 一番上に表示されているリンク Log in About Instance list について、 ログイン このインスタンスに…

:don: 170710

書いた CSPが設定されてるとiOS9等で動かない件 Update es5-ext to avoid CSP violation by unarist · Pull Request #4145 · tootsuite/mastodon Polyfill の中で global を取得するために new Function("return this") を使っている箇所があり、それが読み…

:don: 170709

書いた regression: 通知カラムをピン留めしていると初回ロードが走らない Make all reducers sync by sorin-davidoi · Pull Request #4125 · tootsuite/mastodon まあ面倒だもんね。で、 Fix initial loading of pinned Notifications column by unarist · …

:don: 170708

書いた regression: media_attachmentのtext_urlがおかしい Fix JSON serialization of media_attachment (regression from #4090) by unarist · Pull Request #4111 · tootsuite/mastodon · GitHub わかりやすいところでは投稿時に自動挿入されるリンクがこ…

:don: 170707

読んだ regression: JSON->AMS諸々 Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl by Gargron · Pull Request #4090 · tootsuite/mastodon これに関して、バグがぞろぞろと。 Add recursive object support to API …