gnu-social/plugins/QnA
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
..
actions StatusNet class renamed GNUsocial 2015-02-27 12:44:15 +01:00
classes utf8mb4 conversion on database with index adjusts 2015-02-12 18:18:55 +01:00
css Moved QnA CSS into the plugin directory 2014-06-03 11:36:32 +02:00
forms HTML5 required attribute for some input forms 2014-04-06 11:27:41 +02:00
js Initial move towards microformats2 2014-06-22 17:11:04 +02:00
lib Added adaptNoticeListItem and QnAListItem 2014-08-17 13:37:43 -04:00
locale Snapshot of the Transifex translation project - February 2015 2015-03-08 09:34:38 +01:00
QnAPlugin.php Plugins didn't match lib/plugin.php onPluginVersion function definition 2015-06-06 22:04:01 +02:00