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
|
83b852312a
|
Events on user registrations now strictly typed
|
2013-09-14 18:37:05 +02:00 |
|
Siebrand Mazeland
|
0b81532cbc
|
Fix a todo wrt plural support.
Update translator documentation.
Whitespace updates.
|
2011-06-17 22:36:35 +02:00 |
|
Siebrand Mazeland
|
14456cbbb2
|
Fix gettext domain for messages in plugins "_()" to "_m()".
Some other i18n and L10n updates, too.
i18n/L10n review not complete.
|
2011-03-30 22:31:23 +02:00 |
|
Brion Vibber
|
95b534c5ce
|
Move standalone plugin files into subdirectories so they can have locale data, etc added to them at leisure.
|
2010-09-15 14:10:18 -07:00 |
|