1. 07 10月, 2015 3 次提交
  2. 02 10月, 2015 1 次提交
  3. 01 10月, 2015 1 次提交
  4. 25 9月, 2015 1 次提交
  5. 24 9月, 2015 3 次提交
  6. 20 9月, 2015 2 次提交
  7. 16 9月, 2015 5 次提交
  8. 09 9月, 2015 4 次提交
  9. 02 9月, 2015 2 次提交
  10. 31 8月, 2015 1 次提交
  11. 28 8月, 2015 1 次提交
  12. 26 8月, 2015 2 次提交
  13. 24 8月, 2015 1 次提交
  14. 21 8月, 2015 1 次提交
  15. 19 8月, 2015 2 次提交
  16. 18 8月, 2015 1 次提交
  17. 15 8月, 2015 1 次提交
  18. 14 8月, 2015 1 次提交
  19. 13 8月, 2015 1 次提交
  20. 11 8月, 2015 2 次提交
  21. 10 8月, 2015 1 次提交
  22. 29 7月, 2015 2 次提交
    • S
      Replace Rugments with Rouge · f736721c
      Stefan Tatschner 提交于
      I have mainly created the rugments fork for the purpose of improving
      gitlab's highlighting. Nowadays IMO it works way better than the old
      highlight.js solution. But the development is stuck on my side because
      of a couple of personal reasons:
      
        * I have finished my studies; last months I was writing my master
          thesis. So there was a huge time problem. I am sorry for that.
      
        * I had to move to Munich due to getting a (paid) job. Searching a
          flat here is horrible... :)
      
        * Last but not least, maintaining the same code base in two seperate
          projects is a mess.
      
      I have decided to switch back to rouge due to several reasons:
      
        * In the beginning I was quite motivated, but since I start
          working on my new job next week, the best solution IMO is
          switching back to upstream rouge.
      
        * Rouge is continously improving:
          https://github.com/jneen/rouge/blob/master/CHANGELOG.md
          http://rouge.jneen.net/
      
        * There should be absolutely no regressions with this change. Most
          likely this pull request will almost fix some minor bugs.
      
        * One less gem in gitlab is a good thing. since Gitlab is quite a
          huge bundle of gems. Reducing complexity should be a major
          milestone.
      
      Thanks a lot to @stanhu and @jneen for the review!
      f736721c
    • S
      c22b4061
  23. 18 7月, 2015 1 次提交
    • Y
      Only load byebug on MRI · 58b94be9
      Yorick Peterse 提交于
      This Gem relies on MRI specific debugging APIs. This at least allows
      installation on Rubinius/JRuby.
      58b94be9