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

Turn Theme into Plain Old Ruby Object #45

Merged
merged 6 commits into from Jul 2, 2014
Merged

Turn Theme into Plain Old Ruby Object #45

merged 6 commits into from Jul 2, 2014

Commits on Jun 28, 2014

  1. replace theme model with plain ruby object

    register themes via configuration instead of creating them in database
    migrations.
    
    BREAKING CHANGE: the default theme has to be registered in the
    pageflow initializer.
    tf committed Jun 28, 2014
    Copy the full SHA
    d4073c1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ee511d3 View commit details
    Browse the repository at this point in the history
  3. theme generator

    add a rails generator to copy the default theme into the main app for
    modification
    tf committed Jun 28, 2014
    Copy the full SHA
    9f043c5 View commit details
    Browse the repository at this point in the history
  4. editing theming attributes through account admin

    allow changing imprint/copyright link text/url of account's nested
    default theming
    tf committed Jun 28, 2014
    Copy the full SHA
    b01d970 View commit details
    Browse the repository at this point in the history
  5. ensure theming belongs to account

    * associate theming with account on creation
    * allow entry theming selection based on account name
    tf committed Jun 28, 2014
    Copy the full SHA
    f0b3f1a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2014

  1. Copy the full SHA
    1c9607b View commit details
    Browse the repository at this point in the history