Page MenuHomePhabricator

Fix method visibility for `PhabricatorPolicyAwareQuery` subclasses
ClosedPublic

Authored by joshuaspence on Jan 13 2015, 11:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 20 2025, 10:46 AM
Unknown Object (File)
May 8 2025, 10:10 AM
Unknown Object (File)
Apr 20 2025, 5:49 PM
Unknown Object (File)
Apr 20 2025, 11:40 AM
Unknown Object (File)
Apr 19 2025, 10:39 AM
Unknown Object (File)
Apr 15 2025, 11:05 PM
Unknown Object (File)
Apr 10 2025, 10:32 PM
Unknown Object (File)
Apr 9 2025, 1:32 AM

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.