BigW Consortium Gitlab

  1. 20 Apr, 2016 1 commit
  2. 15 Mar, 2016 1 commit
  3. 29 Jan, 2016 1 commit
  4. 14 Jan, 2016 1 commit
    • Relax constraints for wiki slug · aac65984
      Douglas Barbosa Alexandre authored
      Since GitHub doesn’t apply these constraints to theirs wiki slug
      allowing characters like `,`, `:`, `*`, etc, we need to relax our
      constraints or some wiki pages will not be available after they were
      imported.
      
      For an example the Devise project have a wiki page with the following
      slug: “How To: Add sign_in, sign_out, and sign_up links to your layout
      template”
  5. 22 Mar, 2015 1 commit
  6. 03 Feb, 2015 1 commit
  7. 25 Sep, 2014 1 commit
  8. 05 May, 2014 1 commit
  9. 30 Apr, 2014 1 commit
  10. 28 Apr, 2014 1 commit
  11. 11 Apr, 2014 1 commit
  12. 10 Apr, 2014 1 commit
    • Better title format for wiki page · bca528a5
      Hiroyuki Sato authored
      The title format for wiki page may be unintelligible.
      For example 'GitLab' is converted to 'Git Lab', 'MySQL' is converted to
      'My Sql', etc.
  13. 09 Apr, 2014 1 commit
  14. 16 Aug, 2013 1 commit
  15. 29 Jul, 2013 1 commit
  16. 01 Apr, 2013 1 commit
  17. 10 Mar, 2013 1 commit
    • Replace current Wiki system with Gollum Wikis. · ea9b3687
      Dan Knox authored
      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.