Page MenuHomePhabricator

Update Notifications for handleRequest
ClosedPublic

Authored by chad on Aug 1 2015, 2:18 AM.
Tags
None
Referenced Files
F19030337: D13767.diff
Mon, Nov 24, 8:54 PM
F18876375: D13767.diff
Thu, Nov 6, 12:03 AM
F18835249: D13767.diff
Sun, Oct 26, 2:29 PM
F18834521: D13767.id33244.diff
Sun, Oct 26, 9:19 AM
F18770615: D13767.id33244.diff
Oct 8 2025, 1:42 PM
F18762462: D13767.id.diff
Oct 6 2025, 7:11 PM
F18758864: D13767.diff
Oct 6 2025, 12:10 AM
F18624748: D13767.id33244.diff
Sep 15 2025, 8:59 PM
Subscribers

Details

Summary

Updates Notifcations for handleRequest

Test Plan

Test as much as I could, mark all, view, lists.

Diff Detail

Repository
rP Phabricator
Branch
notifications-process
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 7457
Build 7954: [Placeholder Plan] Wait for 30 Seconds
Build 7953: arc lint + arc unit

Event Timeline

chad retitled this revision from to Update Notifications for handleRequest.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/notification/controller/PhabricatorNotificationClearController.php
8

getStr() and getURIData() are not the same.

getStr() reads values out of the query parameters, like /?chronoKey=123. getURIData() reads the route regexps.

For example, a URI like /task/edit/123/?id=456 might return 123 from getURIData(), but 456 from getInt().

This should stay as getStr().

This revision now requires changes to proceed.Aug 1 2015, 10:36 PM
chad marked an inline comment as done.Aug 2 2015, 12:08 AM

thanks for the info!

chad edited edge metadata.
  • Fix getStr
epriestley edited edge metadata.
This revision is now accepted and ready to land.Aug 4 2015, 4:32 PM
This revision was automatically updated to reflect the committed changes.