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

Add support for multiple themes #4959

Merged
merged 11 commits into from
Sep 19, 2017
Merged

Add support for multiple themes #4959

merged 11 commits into from
Sep 19, 2017

Commits on Sep 15, 2017

  1. Add support for selecting a theme

    Chronister committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    98fe896 View commit details
    Browse the repository at this point in the history
  2. Fix codeclimate issues

    Chronister committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    e1e394b View commit details
    Browse the repository at this point in the history
  3. Look up site default style if current user is not available due to e.…

    …g. not being logged in
    Chronister committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    160ceac View commit details
    Browse the repository at this point in the history
  4. Remove outdated comment in common.js

    Chronister committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    f9ad20d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Address requested changes in themes PR

    Chronister committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    8780db6 View commit details
    Browse the repository at this point in the history
  2. Fix codeclimate issues

    Chronister committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    8b13827 View commit details
    Browse the repository at this point in the history
  3. Explicitly check current_account in application controller and only c…

    …heck theme availability if non-nil
    Chronister committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    aa4d7ac View commit details
    Browse the repository at this point in the history
  4. codeclimate

    Chronister committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    efdf672 View commit details
    Browse the repository at this point in the history
  5. explicit precedence with &&

    Chronister committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    3fc70b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Fix code style in application_controller according to @nightpool's su…

    …ggestion, use default style in embedded.html.haml
    Chronister committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    142ac69 View commit details
    Browse the repository at this point in the history
  2. codeclimate: indentation + return

    Chronister committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    b3d0e48 View commit details
    Browse the repository at this point in the history