Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
diogo
/
gnu-social
Seguir
19
Destacar
39
Fork
35
Ficheiros
Incidencias
116
Pull Requests
5
Wiki
Árbore:
v1.1.3rele
Ramas
Etiquetas
1.1.x
1.2.x
1.20.x
1.5
experimental
master
nightly
v3
v2.0.0beta0
v1.20.9release
v1.2.0beta4
v1.1.3release
gnu-social
/
plugins
/
FirePHP
Mikael Nordfeldth
f110fc5c9a
Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION
%!s(int64=11) %!d(string=hai) anos
..
extlib
9349d823ee
Add FirePHP plugin - uses FirePHP as an output method for logging
%!s(int64=15) %!d(string=hai) anos
locale
51b28eda19
Localisation updates from http://translatewiki.net.
%!s(int64=12) %!d(string=hai) anos
FirePHPPlugin.php
f110fc5c9a
Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION
%!s(int64=11) %!d(string=hai) anos
README
ea82086297
Update translator documentation.
%!s(int64=14) %!d(string=hai) anos
README
The FirePHP plugin writes StatusNet's log output to FirePHP.
Using FirePHP on production sites can expose sensitive information.
You must protect the security of your application by disabling FirePHP logging
on your live site!
Installation
============
add "addPlugin('FirePHP',
array('setting'=>'value', 'setting2'=>'value2', ...);"
to the bottom of your config.php
Settings
========
None at the moment.
Example
=======
addPlugin('FirePHP', array());