]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Added basic language support for sending out invitations:
authorRoland Haeder <roland@mxchange.org>
Tue, 10 Mar 2015 02:11:53 +0000 (03:11 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 10 Mar 2015 02:20:19 +0000 (03:20 +0100)
commit73da5d8467b9bfc3b659aad01d778f919168d6b9
tree14073ae719d32d2a0c77a18512fa797fa8e2de7a
parent801a54226b81eaed25cd6d0b54a5bcf84a67a629
Added basic language support for sending out invitations:
- This allows for example sending German mails from an English instance
- Added some checked type-hints (all around language stuff)

Some code improvement:
- array $foo=null and then an is_null($foo) makes no sense,
  better use array $foo=array() directly.
- onTitle()'s parameter $paths now always must be an array

Signed-off-by: Roland Haeder <roland@mxchange.org>
This conflict was because 'master' has StatusNet as class, but 'nigtly' already
has GNUSocial as class name.

Conflicts:
lib/docfile.php

Signed-off-by: Roland Haeder <roland@mxchange.org>
actions/invite.php
lib/docfile.php
lib/inviteform.php
plugins/EmailRegistration/EmailRegistrationPlugin.php
plugins/EmailReminder/EmailReminderPlugin.php