Chimo
|
2c5cba28b6
|
Change status.net/wiki URLs to git.gnu.io
|
2016-02-08 17:48:10 +00:00 |
|
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 |
|
Siebrand Mazeland
|
9358a34384
|
Add translator documentation.
|
2011-06-06 00:36:50 +02:00 |
|
Siebrand Mazeland
|
2460301d24
|
Add punctuation for consistency.
|
2011-01-14 21:53:01 +01:00 |
|
Brion Vibber
|
0e7a283883
|
only run explain on selects
|
2010-12-17 12:08:46 -08:00 |
|
Brion Vibber
|
66b89de256
|
SQLProfile: quickie plugin to run DB queries through 'explain' and log ones that trigger filesort or temporary table
|
2010-12-17 11:41:40 -08:00 |
|