Mikael Nordfeldth 63c087a255 Consistent behaviour for ScopingNoticeStream $scoped
We don't guess the current profile anymore if the value of the profile === -1

Also sets $this->scoped for all ScopingNoticeStream inheritors, which just
like in an Action can be null if we're not scoped in any way (logged in).
2016-03-01 14:51:47 +01:00
..
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2015-06-14 11:59:46 -04:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2015-06-14 12:05:54 -04:00

Several example plugins are included in the plugins/ directory. You can enable a plugin with the following line in config.php:

    addPlugin('Example', array('param1' => 'value1',
                               'param2' => 'value2'));

This will look for and load files named 'ExamplePlugin.php' or 'Example/ExamplePlugin.php' either in the plugins/ directory (for plugins that ship with StatusNet) or in the local/ directory (for plugins you write yourself or that you get from somewhere else) or local/plugins/.

Plugins are documented in their own directories.

Additional information on using and developing plugins can be found at the following locations: