brunoccast 1e4063254b [OpenID] Added synchronization button and corresponding action
UI:
- "Delete" area is now "Actions" area
- Updated themes to better reflect the changes

Routes:
- index.php?action=finishsyncopenid => finishsyncopenid

Translations:
- Updated OpenID translation files
- Updated OpenID POT file

Versioning:
- Bump OpenID minor version
- Bump GS patch version

Why would have labeling the Synchronize button of Sync been of bad taste? - answered by XRevan86:

In "synchronise" "ch" is a digraph meaning /k/ (actually /x/ turned into /k/ in English but whatever).
So… not separate letters.
It's like "ph" in "alphabet", or "sh" in "sheep", or "ch" in "chop" -- "ch" can mean a whole variety of sounds.
2019-06-09 17:04:26 +01:00
..
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2016-02-08 17:48:37 +00:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2016-02-08 17:48:37 +00:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01:00
2019-06-09 16:10:03 +01: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: