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

Make it possible to attach items to a given plugin #53

Closed
wants to merge 7 commits into from

Commits on Dec 10, 2013

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

Commits on Jan 25, 2014

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

Commits on Feb 2, 2014

  1. Configuration menu
    Copy the full SHA
    49a267c View commit details
    Browse the repository at this point in the history
  2. - add sh.get_plugin() to return the plugin instance by plugin name

      and get_plugin_ident() to return the thead ident for a given plugin
      instance
    ohinckel committed Feb 2, 2014
    Configuration menu
    Copy the full SHA
    34ccf54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c3058a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2014

  1. - introduce plugin option for items to restrict item handling (e.g. u…

    …pdates) to
    
      a given plugin
    # useful when registering a plugin multiple time with different names
    ohinckel committed Feb 7, 2014
    Configuration menu
    Copy the full SHA
    fb90633 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2014

  1. - change item plugin setup:

      . configure all plugins not listed in the plugin setting
      . skip plugins of the same class of listed plugins in plugin settings
    ohinckel committed Aug 23, 2014
    Configuration menu
    Copy the full SHA
    cb346c8 View commit details
    Browse the repository at this point in the history