Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few bug fixes and improvements for the next release #75

Merged
merged 7 commits into from Oct 27, 2017
Merged

Commits on Oct 27, 2017

  1. Add test for Issue #74

    test that user with the default permissions can view the comments
    form widget when executing test cases.
    atodorov committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    d1e69c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    323775d View commit details
    Browse the repository at this point in the history
  3. Fix 500 ISE when viewing other user profiles

    this was caused by a bad import statement. Also added test for it.
    atodorov committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    c08d0ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c235c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d7dcbf View commit details
    Browse the repository at this point in the history
  6. Add a more visible link to register account in the MOTD section

    the register account link is in the top-right menu, under
    "Welcome Guest". This change adds a bit of text into the MOTD area
    of the login screen to make registrations easier!
    atodorov committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    09d8128 View commit details
    Browse the repository at this point in the history
  7. Temporary fix: ignore pyflake errors

    there's a new flake8 version and we have to ignore a few errors
    
    E722: bare Except
    E501: line too long
    atodorov committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    e5d4429 View commit details
    Browse the repository at this point in the history