Page MenuHomePhabricator

Fix method visibility for `PhabricatorPolicyAwareQuery` subclasses
ClosedPublic

Authored by joshuaspence on Jan 13 2015, 11:45 AM.
Tags
None
Referenced Files
F19076361: D11367.id27300.diff
Dec 1 2025, 12:08 PM
F18846709: D11367.id.diff
Oct 29 2025, 8:41 PM
F18841743: D11367.diff
Oct 28 2025, 10:57 AM
F18708938: D11367.diff
Sep 28 2025, 11:25 PM
F18698168: D11367.diff
Sep 27 2025, 10:56 AM
F18673948: D11367.id27315.diff
Sep 25 2025, 12:39 PM
F18619664: D11367.id27300.diff
Sep 15 2025, 3:04 AM
F18565721: D11367.id.diff
Sep 9 2025, 1:39 PM

Details

Summary

Ref T6822.

Test Plan

grep for the following:

  • ->willFilterPage(
  • ->loadPage(
  • ->didFilterPage(
  • ->getReversePaging(
  • ->didFilterPage(
  • ->willExecute(
  • ->nextPage(

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Fix method visibility for polciy query.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.

Nice, this one's a big one since misusing this API violates policies.

This revision is now accepted and ready to land.Jan 13 2015, 1:36 PM
joshuaspence retitled this revision from Fix method visibility for polciy query to Fix method visibility for `PhabricatorPolicyAwareQuery` subclasses.Jan 13 2015, 7:55 PM
joshuaspence updated this object.
joshuaspence edited edge metadata.
This revision was automatically updated to reflect the committed changes.