1. 10 8月, 2017 1 次提交
    • Y
      Cache Appearance instances in Redis · 26bb5041
      Yorick Peterse 提交于
      This caches the result of Appearance.first in a similar fashion to how
      ApplicationSetting instances are cached. We also add some NOT NULL
      constraints to the table and correct the timestamp types.
      
      Fixes gitlab-org/gitlab-ce#36066, fixes gitlab-org/gitlab-ce#31698
      26bb5041
  2. 07 10月, 2016 1 次提交
    • N
      Enable CacheMarkdownField for the remaining models · 99205515
      Nick Thomas 提交于
      This commit alters views for the following models to use the markdown cache if
      present:
      
      * AbuseReport
      * Appearance
      * ApplicationSetting
      * BroadcastMessage
      * Group
      * Issue
      * Label
      * MergeRequest
      * Milestone
      * Project
      
      At the same time, calls to `escape_once` have been moved into the `single_line`
      Banzai pipeline, so they can't be missed out by accident and the work is done
      at save, rather than render, time.
      99205515
  3. 01 10月, 2016 2 次提交
  4. 29 9月, 2016 2 次提交
  5. 19 8月, 2016 1 次提交
  6. 13 7月, 2016 1 次提交
  7. 05 7月, 2016 1 次提交
  8. 09 6月, 2016 1 次提交
  9. 26 2月, 2016 1 次提交
    • Z
      Branded login page also in CE · 9a2869ab
      Zeger-Jan van de Weg 提交于
      The only major difference with the EE version is the change from a light and dark logo to only a header logo
      The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
      9a2869ab
  10. 21 10月, 2015 1 次提交
    • J
      Animate the logo on hover · dd0552c3
      Job van der Voort 提交于
      The logo is now rendered as pure SVG, rather than image referencing a
      svg. The SVG has an id and the shapes of the logo have a shared class.
      The shapes change their fill color on hover with a transition.
      dd0552c3
  11. 09 9月, 2015 1 次提交
  12. 26 8月, 2015 1 次提交
  13. 19 6月, 2015 1 次提交
  14. 25 2月, 2015 2 次提交
  15. 14 7月, 2014 1 次提交
  16. 11 7月, 2014 3 次提交