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
F14398653: D8255.id19668.diff
Sun, Dec 22, 2:30 PM
F14398652: D8255.id.diff
Sun, Dec 22, 2:30 PM
F14398648: D8255.id19638.diff
Sun, Dec 22, 2:29 PM
F14398590: D8255.diff
Sun, Dec 22, 2:17 PM
Unknown Object (File)
Thu, Dec 5, 9:39 AM
Unknown Object (File)
Thu, Nov 28, 11:34 AM
Unknown Object (File)
Wed, Nov 27, 4:46 AM
Unknown Object (File)
Sun, Nov 24, 12:06 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.)