]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Added basic language support for sending out invitations: features-nightly/language-invite
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:11:53 +0000 (03:11 +0100)
commit4afffd01bd018db0b1cf575a352f3023f2646d1c
treee2590c0265b8712dd0e24ac77473fc7a28ac2862
parenta1d3db0b0f02b1b177a5c788bbd4acd876edad70
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>
actions/invite.php
lib/docfile.php
lib/inviteform.php
plugins/EmailRegistration/EmailRegistrationPlugin.php
plugins/EmailReminder/EmailReminderPlugin.php