ok, I think out a method:
when a group was created, the program should auto creat a new user"GPadmin" which can't be seen by any users , when any group member post any group notice, the "GPadmin" should auto became the writer too. then when you de…
you should open the.po file in /locale/yourlanguage, then search some piece of words like "a micro-blogging service based on", if you find it, you can change it to whatever you like, then save it (you'd better use poedit, since it can auto creat the…
ok, I know now, the file size judgement is done by this:
static function fromUpload($param='upload')
{
switch ($_FILES[$param]['error']) {
case UPLOAD_ERR_OK: // success, jump out
break;
case UPLOAD_ERR_INI_…
that's good way to config the plugin as the 0.8, I think statusnet official developer should disable all the plugin as default, and make the plugin readme with more detail.
well~~, the latest spaz and mustard has been able to get the public timeline now, the version of mustard I tried is 0.1.7.6, and spaz is 0.84, they are working fine with statusnet 0.9 beta3,but search function can't wok on spaz still, the mustard is…
we have doubted about the "reverseUsernameAuthentication"plugin, and tried adding this to config.php:
addPlugin('reverseUsernameAuthentication', array(
'provider_name'=>'swisen',
'password_changeable'=>false,
'authoritative'=>…