discourse/lib/plugin
Robin Ward 37f2d8c73c Adds more helpers for plugin authors
`add_class_method` can be used to add a class method that only
executes when the plugin is enabled.

`add_model_callback` can be used to attach a callback to an
ActiveRecord model such as `before_save` that will only execute
when the plugin is enabled.
2015-08-21 11:29:45 -04:00
..
auth_provider.rb PluginStore for plugin specific bits of storage 2013-08-26 12:59:17 +10:00
filter_manager.rb (experimental) added framework for filtering all sorts of internals in discourse and consuming by plugins 2013-10-10 18:45:40 +11:00
filter.rb (experimental) added framework for filtering all sorts of internals in discourse and consuming by plugins 2013-10-10 18:45:40 +11:00
instance.rb Adds more helpers for plugin authors 2015-08-21 11:29:45 -04:00
metadata.rb Allow plugins to specify a minimum requires version 2015-04-27 13:07:12 -04:00