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
Unknown Object (File)
Mon, Jun 22, 4:10 AM
Unknown Object (File)
Fri, Jun 12, 9:40 AM
Unknown Object (File)
Mar 5 2026, 10:39 AM
Unknown Object (File)
Feb 1 2026, 2:09 AM
Unknown Object (File)
Feb 1 2026, 2:09 AM
Unknown Object (File)
Jan 10 2026, 1:07 AM
Unknown Object (File)
Nov 18 2025, 8:46 PM
Unknown Object (File)
Oct 23 2025, 9:42 AM
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.)