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

Separate edit profile page #157

Merged
merged 16 commits into from
Feb 5, 2021
Merged

Separate edit profile page #157

merged 16 commits into from
Feb 5, 2021

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    d7e6a2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf0c121 View commit details
    Browse the repository at this point in the history
  3. Regenerate devise views

    Surprisingly, all the devise views saved in app/views/users were not actually used by devise because in devise.rb, config.scoped_views needed to be enabled first. After enabling it, it turned out that the users views were not configured with devise-bootstrap-views until now. So I regenerated them and as another consequence, it turned out that their corresponding i18n data were missing, too, so I also added devise-i18n-bootstrap to the Gemfile. Sigh ...
    LinqLover committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    cf9060f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0caa105 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbc0819 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    6d9d6d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    09f9270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2b3219 View commit details
    Browse the repository at this point in the history
  3. Add missing newlines

    LinqLover authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    71abe1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    753ac62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ded09d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1e2db2 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'extract-edit-profile' of github.com:hpi-swt2/connection…

    …s-portal into extract-edit-profile
    LinqLover committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    3b2d0eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24c7565 View commit details
    Browse the repository at this point in the history
  9. Fix a failure

    LinqLover committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    5c2f4e7 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'extract-edit-profile' of github.com:hpi-swt2/connection…

    …s-portal into extract-edit-profile
    LinqLover committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    aff5907 View commit details
    Browse the repository at this point in the history