Skip to content
Snippets Groups Projects
  1. Jul 17, 2023
  2. Mar 15, 2023
  3. Mar 26, 2022
    • Eugen Rochko's avatar
      Refactor formatter (#17828) · cefa526c
      Eugen Rochko authored
      * Refactor formatter
      
      * Move custom emoji pre-rendering logic to view helpers
      
      * Move more methods out of Formatter
      
      * Fix code style issues
      
      * Remove Formatter
      
      * Add inline poll options to RSS feeds
      
      * Remove unused helper method
      
      * Fix code style issues
      
      * Various fixes and improvements
      
      * Fix test
      cefa526c
  4. May 05, 2021
  5. Apr 28, 2020
    • ThibG's avatar
      Fix end-user-facing uses of inline CSS (#13438) · 0e362b76
      ThibG authored
      
      * Move some inline styles to CSS files
      
      * Move default_account_display_name span to fix useless tags with duplicate id
      
      * Change handling of public pages spoiler text from inline CSS to dataset attribute
      
      * Use the `dir` HTML attribute instead of inline CSS
      
      * Move status action bar inline CSS to CSS file
      
      * Hide logo resources from CSS file, not inline CSS
      
      Fixes #11601
      
      * Move translation prompt styling from inline CSS to CSS file
      
      * Move “invited by” styling on registration form from inline to CSS file
      
      * Use the progress tag to display poll results in JS fallback
      
      * Fix poll results JS-less fallback when the user has voted for an option
      
      * Change account public page “moved” notice to use img tags instead of inline CSS
      
      * Move OTP hint inline CSS to SCSS file
      
      * Hide JS-less fallback vote progressbars from accessibility tools
      
      Co-authored-by: default avatarEugen Rochko <eugen@zeonfederated.com>
      0e362b76
  6. Apr 07, 2020
  7. Apr 02, 2020
    • Sasha Sorokin's avatar
      Improve polls: option lengths & redesign (#13257) · 37b3985b
      Sasha Sorokin authored
      This commit redesign the polls and increases characters limit for the
      options from 25 to 50 characters, giving pollsters more freedom.
      
      Summarizing, the redesign is making the polls more adaptive for upcoming
      changes to the options characters limit: the bar, or a "chart", is now
      displayed separately from the option itself; vote check mark is moved
      next to the option text, making the percentages take less space. Option
      lengths are taken into account and text is wrapped to multiple lines
      if necessary to avoid overflow.
      37b3985b
  8. Sep 29, 2019
  9. Sep 22, 2019
  10. Jul 07, 2019
  11. Mar 20, 2019
  12. Mar 07, 2019
  13. Mar 05, 2019
    • Eugen Rochko's avatar
      Fix various issues in polls (#10165) · a198add8
      Eugen Rochko authored
      * Fix ActivityPub poll results being serialized even with hide_totals
      
      * Fix poll refresh button having a different font size
      
      * Display poll in OpenGraph description
      
      * Fix NoMethodError when serializing votes
      
      Regression from #10158
      
      * Fix polls on public pages being broken for non-logged-in users
      
      * Do not show time remaining if poll has no expiration date
      a198add8
  14. Mar 04, 2019
Loading