An error occurred fetching the project authors.
  1. 24 Jul, 2016 1 commit
  2. 22 Jul, 2016 1 commit
  3. 09 Jun, 2016 1 commit
    • Timothy Andrew's avatar
      Hook up the updated `WikiLinkFilter` to the wiki controllers. · e6b1d166
      Timothy Andrew authored
      - Need to pass in a `page_slug` to the filter, so it can rewrite based
        on the current page (all links are rewritten to the level of the app root).
      - The earlier `markdown_preview` endpoint was at the level of the wiki.
        We need to know the current page (for rewriting, as above), so this
        commit moves the endpoint to the level of a wiki page.
      - Fix all tests
      e6b1d166
  4. 05 Apr, 2016 1 commit
  5. 08 Feb, 2016 1 commit
  6. 25 Jan, 2016 1 commit
    • Jacob Schatz's avatar
      Adds base64 background search icon. · d3f24a22
      Jacob Schatz authored
      All inputs of type `search` will have the gray background
      and search icon centered.
      Because the search magnifier is a bg image,
      I had to hide it with `[value=""]`.
      I added a little javascript to make sure each input always has it's
      own value.
      d3f24a22
  7. 14 Jan, 2016 1 commit
    • Douglas Barbosa Alexandre's avatar
      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”
      aac65984
  8. 03 Dec, 2015 1 commit
  9. 02 Dec, 2015 1 commit
  10. 02 Sep, 2015 1 commit
  11. 12 Jun, 2015 2 commits
  12. 26 May, 2015 1 commit
  13. 30 Apr, 2015 1 commit
  14. 07 Apr, 2015 1 commit
  15. 14 Feb, 2015 1 commit
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      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
  16. 23 Sep, 2014 1 commit
  17. 22 Sep, 2014 1 commit
  18. 07 May, 2014 1 commit
  19. 06 May, 2014 1 commit
  20. 05 May, 2014 1 commit
  21. 10 Apr, 2014 1 commit
    • Hiroyuki Sato's avatar
      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.
      bca528a5
  22. 09 Apr, 2014 1 commit
  23. 23 Feb, 2014 1 commit
  24. 02 Jan, 2014 1 commit
  25. 08 Aug, 2013 1 commit
  26. 02 Aug, 2013 1 commit
  27. 05 May, 2013 1 commit
  28. 20 Mar, 2013 1 commit
    • Dan Knox's avatar
      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.
      8300ae36
  29. 10 Mar, 2013 1 commit
    • Dan Knox's avatar
      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.
      1479f172
  30. 10 Sep, 2012 1 commit