Page MenuHomePhabricator

Update Notifications for handleRequest
ClosedPublic

Authored by chad on Aug 1 2015, 2:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 30, 8:21 AM
Unknown Object (File)
Sun, Dec 29, 8:55 PM
Unknown Object (File)
Sat, Dec 28, 7:46 PM
Unknown Object (File)
Sat, Dec 28, 2:42 PM
Unknown Object (File)
Fri, Dec 27, 7:04 PM
Unknown Object (File)
Dec 18 2024, 4:01 AM
Unknown Object (File)
Dec 15 2024, 1:37 PM
Unknown Object (File)
Dec 14 2024, 12:27 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 7468
Build 7976: [Placeholder Plan] Wait for 30 Seconds
Build 7975: 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
10

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.