1. 24 4月, 2015 6 次提交
  2. 23 4月, 2015 3 次提交
  3. 22 4月, 2015 1 次提交
  4. 21 4月, 2015 5 次提交
  5. 20 4月, 2015 1 次提交
    • L
      do not prepend relative_url_root to avatar · f2a817f0
      Leo Antunes 提交于
      The commit.author.icon variable contains a full URL, which gets broken
      when prepended by the relative_url_root setting (generating hrefs like
      "/gitlabhttps://...".
      f2a817f0
  6. 19 4月, 2015 5 次提交
  7. 18 4月, 2015 1 次提交
  8. 17 4月, 2015 1 次提交
    • D
      Fix auto-selection of URL field with X11 selection · 92544df8
      Dmitry Medvinsky 提交于
      We use `focusin` event instead of `click` because when using the latter,
      when the selection is created it isn't put into X11 PRIMARY selection.
      And as a Linux user I'm very used to such behaviour that when something
      gets selected, it's ready for pasting, which is the primary purpose of
      the clone URL field.
      
      When `focusin` is used, the selection is copied to X11 buffer
      automatically, so it works as expected (tested in Firefox and Chrome).
      92544df8
  9. 14 4月, 2015 5 次提交
  10. 09 4月, 2015 1 次提交
  11. 07 4月, 2015 1 次提交
  12. 03 4月, 2015 1 次提交
  13. 02 4月, 2015 2 次提交
    • S
      Support configurable attachment size via Application Settings · dfd256f2
      Stan Hu 提交于
      Fix bug where error messages from Dropzone would not be displayed on the issues page
      
      Closes #1258
      dfd256f2
    • D
      Fix event-title max-width in the dashboard · eaf919ec
      Dominik Sander 提交于
      For view port sizes between 1260px and 1200px pixels the event-title was
      too wide, thus not truncated and got pushed into a second line.
      
      100% - 174px was chosen as the max-width because 141px is the widest
      .event-item-timestamp can get (with 'less than a minute ago') + 24px for
      the avatar + 8px avatar margin + 1px to fit into the gap.
      eaf919ec
  14. 01 4月, 2015 2 次提交
  15. 31 3月, 2015 3 次提交
  16. 30 3月, 2015 1 次提交
  17. 29 3月, 2015 1 次提交