1. 07 4月, 2017 1 次提交
  2. 01 12月, 2016 3 次提交
  3. 01 11月, 2016 1 次提交
  4. 30 6月, 2016 1 次提交
  5. 28 6月, 2016 2 次提交
  6. 22 6月, 2016 3 次提交
  7. 07 6月, 2016 1 次提交
  8. 03 6月, 2016 2 次提交
  9. 26 5月, 2016 1 次提交
  10. 09 2月, 2016 1 次提交
  11. 08 2月, 2016 1 次提交
  12. 02 12月, 2015 1 次提交
  13. 17 9月, 2015 1 次提交
  14. 01 5月, 2015 1 次提交
  15. 14 3月, 2015 1 次提交
  16. 15 2月, 2015 1 次提交
    • V
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada 提交于
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  17. 10 4月, 2014 1 次提交
    • H
      Better title format for wiki page · bca528a5
      Hiroyuki Sato 提交于
      The title format for wiki page may be unintelligible.
      For example 'GitLab' is converted to 'Git Lab', 'MySQL' is converted to
      'My Sql', etc.
      bca528a5
  18. 09 4月, 2014 1 次提交
  19. 02 1月, 2014 2 次提交
  20. 11 12月, 2013 1 次提交
  21. 13 7月, 2013 1 次提交
  22. 24 6月, 2013 1 次提交
  23. 22 6月, 2013 1 次提交
  24. 19 3月, 2013 1 次提交
  25. 15 3月, 2013 2 次提交
  26. 11 3月, 2013 1 次提交
    • D
      Add Spinach coverage for Gollum Wiki system and correct the Delete link. · 1479f172
      Dan Knox 提交于
      The previously failing Spinach steps have been fixed with this commit.
      I have also added new steps that cover the entire usage of the Wiki
      system.
      
      The new Spinach steps revealed a minor bug in the Delete page process.
      The path for the "Delete this page" button was previously set to
      `project_wikis_page(@project, @wiki)` when it should have been
      using the singular `project_wiki_page(@project, @wiki)` path helper.
      
      The link has been corrected and all steps are now passing.
      1479f172
  27. 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
  28. 30 1月, 2013 3 次提交
  29. 12 1月, 2013 1 次提交
  30. 26 7月, 2012 1 次提交