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

Pluggy based Plugins #311

Merged
merged 57 commits into from Nov 18, 2017
Merged

Pluggy based Plugins #311

merged 57 commits into from Nov 18, 2017

Commits on Aug 1, 2017

  1. List pluggy as a dependency

    justanr committed Aug 1, 2017
    Copy the full SHA
    cfc7d9a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Copy the full SHA
    0511196 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    113fbbc View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

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

Commits on Sep 5, 2017

  1. Copy the full SHA
    d738e70 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    37bb1fb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a0e99ca View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    734f062 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Make Plugins work on CLI

    justanr committed Sep 7, 2017
    Copy the full SHA
    9b6ccb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

  1. Copy the full SHA
    63593d3 View commit details
    Browse the repository at this point in the history
  2. Make setting value types enum

    justanr committed Sep 10, 2017
    Copy the full SHA
    f503559 View commit details
    Browse the repository at this point in the history
  3. Fix merge issues

    justanr committed Sep 10, 2017
    Copy the full SHA
    c66dcc1 View commit details
    Browse the repository at this point in the history
  4. Make fixtures use enum values

    justanr committed Sep 10, 2017
    Copy the full SHA
    1e680d6 View commit details
    Browse the repository at this point in the history
  5. Clean up some stuff

    justanr committed Sep 10, 2017
    Copy the full SHA
    5c3f136 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    458d1b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. Copy the full SHA
    f883d51 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a0bd7a9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5430948 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    567aff0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Merge remote-tracking branch 'upstream/master' into Pluggy

    # Conflicts:
    #	flaskbb/extensions.py
    justanr committed Sep 19, 2017
    Copy the full SHA
    7fb6bab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1f59916 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e15146a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2017

  1. Copy the full SHA
    ecdd1b6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0450656 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bc9d73e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Merge plugin migration files

    sh4nks committed Sep 27, 2017
    Copy the full SHA
    b8be1f0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    37b5dfe View commit details
    Browse the repository at this point in the history
  3. Remove zombie plugins from db

    sh4nks committed Sep 27, 2017
    Copy the full SHA
    31b962e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2ea0f92 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Only remove the settings from the db

    The plugin has to be uninstalled via 'pip uninstall'
    in order to be completely removed from flaskbb.
    sh4nks committed Sep 28, 2017
    Copy the full SHA
    c130bdb View commit details
    Browse the repository at this point in the history
  2. Display plugins in admin overview

    plus some other small clean ups
    sh4nks committed Sep 28, 2017
    Copy the full SHA
    44eab45 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2017

  1. Add i18n support for plugins

    sh4nks committed Oct 7, 2017
    Copy the full SHA
    d120c9a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6a1ebc2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    63dc9fc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

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

Commits on Oct 12, 2017

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

Commits on Oct 19, 2017

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

Commits on Oct 27, 2017

  1. Working on some docs

    Work in progress..
    sh4nks committed Oct 27, 2017
    Copy the full SHA
    605b077 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    sh4nks committed Oct 27, 2017
    Copy the full SHA
    030efb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Remove fixed navbar from docs

    sh4nks committed Oct 31, 2017
    Copy the full SHA
    4454d09 View commit details
    Browse the repository at this point in the history
  2. Use singular for enum

    sh4nks committed Oct 31, 2017
    Copy the full SHA
    ee64c2a View commit details
    Browse the repository at this point in the history
  3. Add missing hooks

    sh4nks committed Oct 31, 2017
    Copy the full SHA
    75ee7f8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    987bfc4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    69b035b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2017

  1. Update plugin documentation

    sh4nks committed Nov 4, 2017
    Copy the full SHA
    6a7ccdb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

  1. Copy the full SHA
    104976d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f06d02b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cc2fb24 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

  1. Copy the full SHA
    8b234d4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b821094 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d51e23b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. Merge branch 'master' into Pluggy

    # Conflicts:
    #	flaskbb/configs/default.py
    justanr committed Nov 18, 2017
    Copy the full SHA
    8d6155a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1d7e983 View commit details
    Browse the repository at this point in the history
  3. Clarify plugin docs

    justanr committed Nov 18, 2017
    Copy the full SHA
    311f8bf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9d1dca3 View commit details
    Browse the repository at this point in the history