1. 09 5月, 2016 1 次提交
  2. 20 3月, 2016 1 次提交
    • Y
      Cache output of Repository#exists? · 68a4c98f
      Yorick Peterse 提交于
      This caches the output of Repository#exists? in Redis while making sure
      it's flushed properly when creating new repositories, deleting them,
      etc.
      
      For the ProjectWiki tests to work I had to make ProjectWiki#create_repo!
      public as testing private methods in RSpec is a bit of a pain.
      68a4c98f
  3. 14 1月, 2016 1 次提交
  4. 09 12月, 2015 1 次提交
  5. 17 11月, 2015 1 次提交
  6. 04 11月, 2015 1 次提交
  7. 03 10月, 2015 1 次提交
  8. 23 6月, 2015 1 次提交
  9. 13 2月, 2015 1 次提交
  10. 08 8月, 2014 1 次提交
  11. 01 8月, 2014 1 次提交
  12. 07 6月, 2014 1 次提交
  13. 09 4月, 2014 1 次提交
  14. 03 3月, 2014 1 次提交
  15. 05 11月, 2013 2 次提交
  16. 09 10月, 2013 1 次提交
  17. 01 4月, 2013 1 次提交
  18. 10 3月, 2013 1 次提交
    • D
      Replace current Wiki system with Gollum Wikis. · ea9b3687
      Dan Knox 提交于
      This commit replaces the old database backed Wiki system with the
      excellent Gollum git based Wiki system.
      
      The UI has been updated to allow for utilizing the extra features
      that Gollum provides. Specifically:
      
      * Edit page now allows you to choose the content format.
      * Edit page allows you to provide a commit message for the change.
      * History page now shows Format, Commit Message, and Commit Hash.
      * A new Git Access page has been added with the Wiki Repo URL.
      * The default page has been changed to Home from Index to match
      the Gollum standard.
      
      The old Wiki model has been left in tact to provide for the
      development of a migration script that will move all content stored
      in the old Wiki system into new Gollum Wikis.
      ea9b3687