An error occurred fetching the project authors.
  1. 05 Sep, 2018 1 commit
  2. 11 Jul, 2018 2 commits
  3. 06 Jul, 2018 1 commit
  4. 05 Jul, 2018 2 commits
  5. 29 May, 2018 1 commit
  6. 18 May, 2018 1 commit
  7. 07 May, 2018 1 commit
  8. 22 Dec, 2017 2 commits
  9. 13 Oct, 2017 1 commit
  10. 07 Oct, 2017 1 commit
    • Jacopo's avatar
      Replaces `tag: true` into `:tag` in the specs · 0ce67858
      Jacopo authored
      Replaces all the explicit include metadata syntax in the specs (tag:
      true) into the implicit one (:tag).
      Added a cop to prevent future errors and handle autocorrection.
      0ce67858
  11. 02 Aug, 2017 2 commits
  12. 01 Aug, 2017 2 commits
  13. 27 Jul, 2017 3 commits
  14. 26 Jul, 2017 1 commit
  15. 06 Jul, 2017 2 commits
  16. 05 Jul, 2017 2 commits
  17. 29 Jun, 2017 2 commits
  18. 19 Jun, 2017 2 commits
  19. 17 Jun, 2017 1 commit
  20. 09 Jun, 2017 1 commit
  21. 12 May, 2017 1 commit
  22. 06 Apr, 2017 1 commit
  23. 25 Jul, 2016 1 commit
    • Timothy Andrew's avatar
      `WikiPage` should have a slug even when not persisted. · 42a00f74
      Timothy Andrew authored
      1. So we can build the markdown preview URL for it.
      
      2. We can't skip the slug in this case, because the slug is used to
      construct relative markdown URLs.
      
      3. Add rspec feature tests to cover creating wiki pages with
         spaces/hyphens in the name.
      
      4. Add rspec feature tests for markdown preview URL rewriting, which was
         only covered by unit tests up to this point.
      42a00f74