Page MenuHomePhabricator

Update Notifications for handleRequest
ClosedPublic

Authored by chad on Aug 1 2015, 2:18 AM.
Tags
None
Referenced Files
F14060687: D13767.diff
Mon, Nov 18, 2:59 AM
F14046167: D13767.diff
Wed, Nov 13, 6:56 PM
F14042599: D13767.diff
Tue, Nov 12, 4:43 AM
F14039342: D13767.id33294.diff
Mon, Nov 11, 5:18 AM
F14034941: D13767.diff
Sun, Nov 10, 3:05 AM
F14023482: D13767.id33294.diff
Thu, Nov 7, 2:17 AM
F14021724: D13767.diff
Wed, Nov 6, 11:44 AM
F14016034: D13767.diff
Mon, Nov 4, 4:30 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.