Page MenuHomePhabricator

Update Notifications for handleRequest
ClosedPublic

Authored by chad on Aug 1 2015, 2:18 AM.
Tags
None
Referenced Files
F15520514: D13767.id33294.diff
Sun, Apr 20, 7:06 AM
F15489750: D13767.diff
Fri, Apr 11, 11:54 AM
F15469368: D13767.diff
Fri, Apr 4, 12:28 PM
F15468725: D13767.id33244.diff
Fri, Apr 4, 4:55 AM
F15468724: D13767.id33267.diff
Fri, Apr 4, 4:55 AM
F15463093: D13767.id.diff
Tue, Apr 1, 8:12 PM
F15443253: D13767.id33267.diff
Mar 27 2025, 3:19 AM
F15440239: D13767.id33244.diff
Mar 26 2025, 11:36 AM
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.