Mikael Nordfeldth
|
871912a00a
|
Plugins didn't match lib/plugin.php onPluginVersion function definition
I ran:
for i in `grep -R onPluginVersion...version plugins/|cut -d: -f1`; do sed -i '{ s/\(onPluginVersion(\)\(\&\$versions\)/\1array \2/ }' $i; done
|
2015-06-06 22:04:01 +02:00 |
|
Mikael Nordfeldth
|
f110fc5c9a
|
Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION
|
2013-11-01 13:51:41 +01:00 |
|
Mikael Nordfeldth
|
362b6ad2fc
|
ForceGroup and some qvitter API stuff still used staticGet
|
2013-10-25 13:20:53 +02:00 |
|
Joshua Judson Rosen
|
9844ec76e9
|
Make the ForceGroup plugin work consistently for notices from remote users.
|
2013-09-29 23:12:40 +02:00 |
|
Mikael Nordfeldth
|
83b852312a
|
Events on user registrations now strictly typed
|
2013-09-14 18:37:05 +02:00 |
|
Siebrand Mazeland
|
ea82086297
|
Update translator documentation.
Whitespace updates.
Header updates.
Break long lines in README.
Indentation updates.
|
2011-04-08 18:47:07 +02:00 |
|
Brion Vibber
|
541dfa04fe
|
Switch things from calling Group_member::join & leave & calling events manually to running through Profile::joinGroup() && Profile::leaveGroup(), with the events encapsulated.
|
2011-03-21 14:35:29 -07:00 |
|
Siebrand Mazeland
|
267d7b6bff
|
* i18n review
* onPluginVersion() added
|
2010-10-01 21:53:20 +02:00 |
|
Brion Vibber
|
55a080ea4e
|
ForceGroup plugin: optionally force new users to join a particular group or set of groups on registration; and/or to force posts by members of particular groups to be posted into those groups even if not explicitly mentioned. The posting feature requires a couple quick hook additions in core.
|
2010-09-30 16:25:15 -07:00 |
|