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
|
255943d78f
|
User agents and generators changed to GNU social
|
2013-11-01 13:46:05 +01:00 |
|
Siebrand Mazeland
|
553a0c8b9b
|
i18n/L10n updates/fixes.
Translator documentation added/updated.
Whitespace updates.
|
2011-04-06 16: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 |
|
Siebrand Mazeland
|
3005f26aa2
|
Add onPluginVersion()
|
2010-09-20 19:42:56 +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 |
|