Page MenuHomePhabricator

Update Notifications for handleRequest
ClosedPublic

Authored by chad on Aug 1 2015, 2:18 AM.
Tags
None
Referenced Files
F13292261: D13767.id33267.diff
Wed, Jun 5, 3:07 AM
F13292260: D13767.id33244.diff
Wed, Jun 5, 3:07 AM
F13292259: D13767.diff
Wed, Jun 5, 3:07 AM
F13286637: D13767.diff
Tue, Jun 4, 7:29 AM
F13264654: D13767.id33244.diff
Mon, May 27, 7:55 PM
F13257268: D13767.id33294.diff
Sat, May 25, 10:14 PM
F13253692: D13767.diff
Sat, May 25, 2:51 AM
F13241831: D13767.id33294.diff
Wed, May 22, 11:53 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.