]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix email notifications for @-replies that come via OStatus.
authorBrion Vibber <brion@pobox.com>
Tue, 20 Apr 2010 10:06:54 +0000 (12:06 +0200)
committerBrion Vibber <brion@pobox.com>
Tue, 20 Apr 2010 11:49:29 +0000 (13:49 +0200)
commitc48caa85e12063c2df9913957dbd11af6b5e3ea6
treea17c3f1cba59c49de4f1810cf2ce26ccae6b0738
parent0e1be7e01b00a9ad5201845b96f9f5634ab10236
Fix email notifications for @-replies that come via OStatus.

* Moved notification sending from Notice::saveReplies to distrib queue handler, so it'll pull from the reply set we've saved regardless of how we got it.
* Set up gettext infrastructure for command-line scripts; gets localization mail notifications etc working from background queues.
* Adjusted locale switching: common_switch_locale() works at runtime for bg scripts, forces a message catalog update
classes/Notice.php
lib/distribqueuehandler.php
lib/mail.php
lib/util.php
scripts/commandline.inc