Skip to content
Snippets Groups Projects
  1. Nov 30, 2015
  2. Sep 02, 2015
  3. Jun 12, 2015
  4. May 26, 2015
  5. Apr 30, 2015
  6. Apr 07, 2015
  7. Feb 14, 2015
    • 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
  8. Sep 23, 2014
  9. Sep 22, 2014
  10. May 07, 2014
  11. May 06, 2014
  12. May 05, 2014
  13. Apr 10, 2014
  14. Apr 09, 2014
  15. Feb 23, 2014
  16. Jan 02, 2014
  17. Aug 08, 2013
  18. Aug 02, 2013
  19. May 05, 2013
  20. Mar 20, 2013
    • 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
  21. Mar 10, 2013
    • 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
  22. Sep 10, 2012
Loading