BigW Consortium Gitlab

  1. 22 Jul, 2016 1 commit
  2. 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”
  3. 02 Sep, 2015 1 commit
  4. 22 Jun, 2015 1 commit
  5. 26 May, 2015 1 commit
  6. 07 Apr, 2015 1 commit
  7. 07 May, 2014 1 commit
  8. 05 May, 2014 1 commit
  9. 20 Mar, 2013 1 commit
    • Fix the Cancel button on the Edit Wiki page. · 8300ae36
      Dan Knox authored
      The Cancel button on the Edit Wiki page was still redirecting back
      to the "Index" page which is no longer the default Wiki page.
      
      This commit changes the Cancel button in the following ways:
      
        * Pressing Cancel while editing an existing Wiki page will now
          redirect you back to the latest version of that page.
        * Pressing Cancel while editing a brand new Wiki home page that
          does not yet exist will redirect you to back to the same Edit
          Wiki Home page.
  10. 10 Mar, 2013 1 commit
    • Add Spinach coverage for Gollum Wiki system and correct the Delete link. · 1479f172
      Dan Knox authored
      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.
  11. 29 Nov, 2012 1 commit
  12. 10 Sep, 2012 2 commits
  13. 03 Aug, 2012 1 commit
  14. 15 Jun, 2012 1 commit
    • Cucumber: · 5bbf3ccf
      Dmitriy Zaporozhets authored
      * Profile
      * Browse code
      * Sceleton for main features
      * Wiki
      * Commits