Page MenuHomePhabricator

Add a "Send Test Notification" button to make testing the server easier
ClosedPublic

Authored by epriestley on Feb 16 2014, 11:16 PM.
Tags
None
Referenced Files
F13235059: D8255.diff
Tue, May 21, 4:13 AM
F13220320: D8255.id19668.diff
Sun, May 19, 12:50 AM
F13215836: D8255.diff
Fri, May 17, 8:13 PM
F13215835: D8255.diff
Fri, May 17, 8:12 PM
F13215834: D8255.diff
Fri, May 17, 8:12 PM
F13215826: D8255.diff
Fri, May 17, 8:09 PM
F13215824: D8255.diff
Fri, May 17, 8:09 PM
F13215823: D8255.diff
Fri, May 17, 8:09 PM
Subscribers

Details

Summary

Ref T4324. Currently, it's a bit of a pain to send yourself notifications, and often involves multiple browsers. Instead, add a button to send them.

Test Plan

{F114495}

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

src/applications/notification/controller/PhabricatorNotificationIndividualController.php
29

(This fixes an issue where a renderer might return array($some_node), which is the same as $some_node when rendering in PHP, but which the JS stuff chokes on.)