Skip to content
Snippets Groups Projects
  1. Sep 20, 2017
  2. Sep 19, 2017
  3. Sep 18, 2017
  4. Sep 17, 2017
  5. Sep 16, 2017
    • unarist's avatar
      ec36df97
    • Mingye Wang's avatar
      Minor Chinese check & jsx addition (#4973) · c8969dca
      Mingye Wang authored
      * zh-*: transition from "like" back to "fav"
      
      This commit reverts the translation for the yellow-star "fav" button
      back to "fav" in Chinese. Some ambuiguity between "like" and "fav" is
      deliberately used in zh-TW/HK by using the existing phrase "最爱"
      (favorite (adj.), lit. love-most) instead of "收藏" (favourite (v.),
      "collect") in some instances.
      
      Fixes #3511.
      
      * zh-*: apply suggestions for PR #4557
      
      * zh-cn: de-monetize ya account
      
      In Chinese two separate characters, 账 and 帐, can be used to spell the
      word for account (账/帐户). However, the one with a 贝 on the left is
      evolved from the latter specifically for monetary purposes. Since
      people usually can't figure out which one to use, it might be a good
      idea to use the original not-so-money one.
      
      * zh-*: complete jsx translation
      c8969dca
    • Lynx Kotoura's avatar
      Adjust landing pages 2 (#4967) · 1e3b1d72
      Lynx Kotoura authored
      * Adjust landing pages 2
      
      Fix styles of terms page
      Remove action buttons from timeline in about page
      Adjust styles of short description
      Adjust form inputs
      Set autocomplete off for username and email box in registration form. Remove line breakings.
      
      * Revert removing action buttons
      1e3b1d72
    • unarist's avatar
      Fix an error in ReplyDistributionWorker when replied status was deleted (#4974) · 0698c610
      unarist authored
      Reply distribution is proceed by Sidekiq, so replied status may be deleted before this.
      0698c610
    • ふぁぼ原's avatar
    • unarist's avatar
      Fix AP serialization error when thread is missing (#4970) · c30e6433
      unarist authored
      `Status#reply?` may returns true even if the thread is missing.
      e.g. the replied status was deleted or couldn't be fetched.
      
      Then it raises NoMethodError on various AP json serialization.
      
      This issue won't happen on Atom serialization because it checks thread
      existence using `StreamEntry#threaded?` instead.
      c30e6433
Loading