Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

bring back the takes UI #4077

Merged
merged 31 commits into from
Aug 9, 2016
Merged

bring back the takes UI #4077

merged 31 commits into from
Aug 9, 2016

Commits on Aug 9, 2016

  1. Configuration menu
    Copy the full SHA
    fc14af0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dd0dc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8613fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af5eb68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f710b3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e421009 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    729f8e7 View commit details
    Browse the repository at this point in the history
  8. Switch from ids to classes

    IDs are brittle, I guess? Classes feel more betterer.
    chadwhitacre committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    7f4dde3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    871c325 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bcb496c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b50b2e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00e2de9 View commit details
    Browse the repository at this point in the history
  13. Remove redundant method check

    @Nashe points out that we only allow POST in the first place.
    
    #4077 (comment)
    chadwhitacre committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    bc633c1 View commit details
    Browse the repository at this point in the history
  14. Fix team navbar

    The team navbar's behaviour was broken since some months, it's now
    fixed ans some tests were added.
    nashe authored and chadwhitacre committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    5e6bc57 View commit details
    Browse the repository at this point in the history
  15. Make "Takes" errors more verbose

    nashe authored and chadwhitacre committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    54e71bb View commit details
    Browse the repository at this point in the history
  16. Localize the "Distributing" page

    nashe authored and chadwhitacre committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    e1a6c73 View commit details
    Browse the repository at this point in the history
  17. Revert admin sidebar localization

    nashe authored and chadwhitacre committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    d4e5f3b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    59c952b View commit details
    Browse the repository at this point in the history
  19. Restrict access of the "Distributing" page

    Make it available only to the administrators, owners and members of the
    team.
    nashe authored and chadwhitacre committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    32a2010 View commit details
    Browse the repository at this point in the history
  20. Revert Takes error messages localization

    nashe authored and chadwhitacre committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    05d367c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    64703a7 View commit details
    Browse the repository at this point in the history
  22. Revert "Restrict access of the "Distributing" page"

    This reverts commit d39d411.
    nashe authored and chadwhitacre committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    1f540ce View commit details
    Browse the repository at this point in the history
  23. Fix error message

    Maybe got caught in a global search/replace?
    chadwhitacre committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    2e93876 View commit details
    Browse the repository at this point in the history
  24. Roll our own confirm instead of using browser's

    This gives us more control over the UX ... and helps us dodge difficulty
    with browser testing.
    chadwhitacre committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    76e2601 View commit details
    Browse the repository at this point in the history
  25. Remove now-obsolete testing helper

    In the previous commit, we stopped using the browser's native confirm
    dialog.
    chadwhitacre committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    7ee0f8e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    121c5da View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    425f723 View commit details
    Browse the repository at this point in the history
  28. Refactor team sidebar tests

    - remove redundant test class
    - aim for one assert per test case
    chadwhitacre committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    2197d8b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fff6eb5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1229fdf View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    14a5f24 View commit details
    Browse the repository at this point in the history