Skip to content
Snippets Groups Projects
  1. Jul 26, 2018
  2. Jun 05, 2017
  3. Apr 16, 2017
  4. Oct 07, 2016
    • Nick Thomas's avatar
      Add markdown cache columns to the database, but don't use them yet · e94cd6fd
      Nick Thomas authored
      This commit adds a number of _html columns and, with the exception of Note,
      starts updating them whenever the content of their partner fields changes.
      
      Note has a collision with the note_html attr_accessor; that will be fixed later
      
      A background worker for clearing these cache columns is also introduced - use
      `rake cache:clear` to set it off. You can clear the database or Redis caches
      separately by running `rake cache:clear:db` or `rake cache:clear:redis`,
      respectively.
      e94cd6fd
  5. Jun 03, 2016
  6. May 09, 2016
  7. Mar 15, 2016
  8. Jan 16, 2016
  9. Jan 13, 2016
  10. Jan 04, 2016
  11. Sep 29, 2015
    • Rémy Coutable's avatar
      Streamline the "Report button" · ea72d53e
      Rémy Coutable authored
      This simplifies the "Report button" to not use open a dropdown and
      adds a tooltip on this button.
      This also removes an extra spec and adds missing specs.
      ea72d53e
  12. Sep 06, 2015
  13. Aug 06, 2015
Loading