BigW Consortium Gitlab

  1. 24 May, 2016 1 commit
  2. 22 May, 2016 1 commit
  3. 20 May, 2016 1 commit
  4. 04 May, 2016 1 commit
  5. 28 Apr, 2016 1 commit
  6. 25 Apr, 2016 1 commit
  7. 19 Apr, 2016 1 commit
  8. 05 Apr, 2016 1 commit
    • Standardize the way we check for and display form errors · 7a2370f7
      Robert Speicher authored
      - Some views had a "Close" button. We've removed this, because we don't
        want users accidentally hiding the validation errors and not knowing
        what needs to be fixed.
      - Some views used `li`, some used `p`, some used `span`. We've
        standardized on `li`.
      - Some views only showed the first error. We've standardized on showing
        all of them.
      - Some views added an `#error_explanation` div, which we've made
        standard.
  9. 30 Mar, 2016 4 commits
  10. 29 Mar, 2016 1 commit
  11. 24 Mar, 2016 1 commit
  12. 21 Mar, 2016 1 commit
  13. 17 Mar, 2016 2 commits
  14. 15 Mar, 2016 1 commit
  15. 13 Mar, 2016 1 commit
    • Let `oauth/applications#index` handle the `profiles#applications` route · 8f21e2ae
      Robert Speicher authored
      Previously we were doing all of kinds of code gymnastics and flash abuse
      in order to work with a Doorkeeper controller but have it _appear_ at
      the `/profile/applications` path. Fortunately we can just tell Rails to
      use a different controller to handle that route, and we get the best of
      both worlds.
  16. 11 Mar, 2016 5 commits
  17. 04 Mar, 2016 3 commits
  18. 03 Mar, 2016 8 commits
  19. 02 Mar, 2016 5 commits