Remove dust from page construction
Summary: ^\s+(['"])dust\1\s*=>\s*true,?\s*$\n Test Plan: Looked through the diff. Reviewers: chad Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D6769
This commit is contained in:
		| @@ -78,7 +78,6 @@ final class PhabricatorAuditListController extends PhabricatorAuditController { | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Audits'), |         'title' => pht('Audits'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -85,7 +85,6 @@ final class PhabricatorAuthConfirmLinkController | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => pht('Confirm External Account Link'), |         'title' => pht('Confirm External Account Link'), | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -24,7 +24,6 @@ abstract class PhabricatorAuthController extends PhabricatorController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|  |  | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -130,7 +130,6 @@ final class PhabricatorAuthLinkController | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -204,7 +204,6 @@ final class PhabricatorAuthLoginController | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Login'), |         'title' => pht('Login'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -381,7 +381,6 @@ final class PhabricatorAuthRegisterController | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -139,7 +139,6 @@ final class PhabricatorAuthStartController | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Login to Phabricator'), |         'title' => pht('Login to Phabricator'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -153,7 +153,6 @@ EOBODY; | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Forgot Password'), |         'title' => pht('Forgot Password'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -74,7 +74,6 @@ final class PhabricatorEmailVerificationController | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Verify Email'), |         'title' => pht('Verify Email'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -279,7 +279,6 @@ final class PhabricatorAuthEditController | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -97,7 +97,6 @@ final class PhabricatorAuthListController | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => pht('Authentication Providers'), |         'title' => pht('Authentication Providers'), | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -95,7 +95,6 @@ final class PhabricatorAuthNewController | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => pht('Add Authentication Provider'), |         'title' => pht('Add Authentication Provider'), | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -36,7 +36,6 @@ final class PhabricatorChatLogChannelListController | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Channel List'), |         'title' => pht('Channel List'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
| } | } | ||||||
|   | |||||||
| @@ -194,7 +194,6 @@ final class PhabricatorChatLogChannelLogController | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Channel Log'), |         'title' => pht('Channel Log'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -414,7 +414,6 @@ final class PhabricatorConduitAPIController | |||||||
|       array( |       array( | ||||||
|         'title' => 'Method Call Result', |         'title' => 'Method Call Result', | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -125,7 +125,6 @@ final class PhabricatorConduitConsoleController | |||||||
|       array( |       array( | ||||||
|         'title' => $method->getAPIMethodName(), |         'title' => $method->getAPIMethodName(), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -53,7 +53,6 @@ final class PhabricatorConduitLogController | |||||||
|       array( |       array( | ||||||
|         'title' => 'Conduit Logs', |         'title' => 'Conduit Logs', | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -61,7 +61,6 @@ final class PhabricatorConduitTokenController | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Certificate Install Token'), |         'title' => pht('Certificate Install Token'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
| } | } | ||||||
|   | |||||||
| @@ -93,7 +93,6 @@ final class PhabricatorConfigAllController | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -46,7 +46,6 @@ final class PhabricatorConfigGroupController | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -38,7 +38,6 @@ final class PhabricatorConfigListController | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -137,7 +137,6 @@ final class PhabricatorCountdownEditController | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Edit Countdown'), |         'title' => pht('Edit Countdown'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
| } | } | ||||||
|   | |||||||
| @@ -60,7 +60,6 @@ final class PhabricatorCountdownViewController | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -185,7 +185,6 @@ final class PhabricatorDaemonConsoleController | |||||||
|       $nav, |       $nav, | ||||||
|       array( |       array( | ||||||
|         'title' => pht('Console'), |         'title' => pht('Console'), | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -34,7 +34,6 @@ final class PhabricatorDaemonLogListController | |||||||
|       array( |       array( | ||||||
|         'title' => pht('All Daemons'), |         'title' => pht('All Daemons'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -67,7 +67,6 @@ final class PhabricatorWorkerTaskDetailController | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -102,7 +102,6 @@ final class DifferentialDiffCreateController extends DifferentialController { | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Create Diff'), |         'title' => pht('Create Diff'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -161,7 +161,6 @@ final class DifferentialDiffViewController extends DifferentialController { | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => pht('Diff View'), |         'title' => pht('Diff View'), | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -198,7 +198,6 @@ final class DifferentialRevisionEditController extends DifferentialController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -120,7 +120,6 @@ final class DiffusionBrowseController extends DiffusionController { | |||||||
|       $nav, |       $nav, | ||||||
|       array( |       array( | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|         'title' => array( |         'title' => array( | ||||||
|           nonempty(basename($drequest->getPath()), '/'), |           nonempty(basename($drequest->getPath()), '/'), | ||||||
|           $drequest->getRepository()->getCallsign().' Repository', |           $drequest->getRepository()->getCallsign().' Repository', | ||||||
|   | |||||||
| @@ -76,7 +76,6 @@ final class DiffusionChangeController extends DiffusionController { | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Change'), |         'title' => pht('Change'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -361,7 +361,6 @@ final class DiffusionCommitController extends DiffusionController { | |||||||
|       array( |       array( | ||||||
|         'title' => $commit_id, |         'title' => $commit_id, | ||||||
|         'pageObjects' => array($commit->getPHID()), |         'pageObjects' => array($commit->getPHID()), | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -93,7 +93,6 @@ final class DiffusionCommitEditController extends DiffusionController { | |||||||
|       array( |       array( | ||||||
|         'title' => $page_title, |         'title' => $page_title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -131,7 +131,6 @@ final class DiffusionExternalController extends DiffusionController { | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Unresolvable External'), |         'title' => pht('Unresolvable External'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -96,7 +96,6 @@ final class DiffusionHistoryController extends DiffusionController { | |||||||
|       $nav, |       $nav, | ||||||
|       array( |       array( | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|         'title' => array( |         'title' => array( | ||||||
|           pht('History'), |           pht('History'), | ||||||
|           pht('%s Repository', $drequest->getRepository()->getCallsign()), |           pht('%s Repository', $drequest->getRepository()->getCallsign()), | ||||||
|   | |||||||
| @@ -200,7 +200,6 @@ final class DiffusionHomeController extends DiffusionController { | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Diffusion'), |         'title' => pht('Diffusion'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -147,7 +147,6 @@ final class DiffusionLintController extends DiffusionController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|         )); |         )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -99,7 +99,6 @@ final class DiffusionLintDetailsController extends DiffusionController { | |||||||
|       $nav, |       $nav, | ||||||
|       array( |       array( | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|         'title' => |         'title' => | ||||||
|           array( |           array( | ||||||
|             pht('Lint'), |             pht('Lint'), | ||||||
|   | |||||||
| @@ -129,7 +129,6 @@ final class DiffusionRepositoryController extends DiffusionController { | |||||||
|       $content, |       $content, | ||||||
|       array( |       array( | ||||||
|         'title' => $drequest->getRepository()->getName(), |         'title' => $drequest->getRepository()->getName(), | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -39,7 +39,6 @@ final class DiffusionRepositoryCreateController extends DiffusionController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -108,7 +108,6 @@ final class DiffusionRepositoryEditBasicController extends DiffusionController { | |||||||
|       $content, |       $content, | ||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -63,7 +63,6 @@ final class DiffusionRepositoryEditController extends DiffusionController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -93,7 +93,6 @@ final class DiffusionRepositoryEditEncodingController | |||||||
|       $content, |       $content, | ||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -149,7 +149,6 @@ final class DiffusionSymbolController extends DiffusionController { | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Find Symbol'), |         'title' => pht('Find Symbol'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -71,7 +71,6 @@ final class PhabricatorDirectoryMainController | |||||||
|       array( |       array( | ||||||
|         'title' => 'Phabricator', |         'title' => 'Phabricator', | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -136,7 +136,6 @@ final class DivinerAtomController extends DivinerController { | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => $symbol->getTitle(), |         'title' => $symbol->getTitle(), | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -72,7 +72,6 @@ final class DivinerBookController extends DivinerController { | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => $book->getTitle(), |         'title' => $book->getTitle(), | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -64,7 +64,6 @@ final class DivinerFindController extends DivinerController { | |||||||
|       $list, |       $list, | ||||||
|       array( |       array( | ||||||
|         'title' => 'derp', |         'title' => 'derp', | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -53,7 +53,6 @@ final class DivinerLegacyController extends DivinerController { | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => pht('Documentation'), |         'title' => pht('Documentation'), | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -45,7 +45,6 @@ final class PhabricatorFeedDetailController extends PhabricatorFeedController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -84,7 +84,6 @@ final class HeraldNewController extends HeraldController { | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Create Herald Rule'), |         'title' => pht('Create Herald Rule'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -196,7 +196,6 @@ final class HeraldRuleController extends HeraldController { | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => pht('Edit Rule'), |         'title' => pht('Edit Rule'), | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -52,7 +52,6 @@ final class HeraldRuleEditHistoryController extends HeraldController { | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Rule Edit History'), |         'title' => pht('Rule Edit History'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -42,7 +42,6 @@ final class HeraldRuleViewController extends HeraldController { | |||||||
|       array( |       array( | ||||||
|         'title' => $rule->getName(), |         'title' => $rule->getName(), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -139,7 +139,6 @@ final class HeraldTestConsoleController extends HeraldController { | |||||||
|       $nav, |       $nav, | ||||||
|       array( |       array( | ||||||
|         'title' => pht('Test Console'), |         'title' => pht('Test Console'), | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -96,7 +96,6 @@ final class HeraldTranscriptController extends HeraldController { | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Transcript'), |         'title' => pht('Transcript'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -110,7 +110,6 @@ final class HeraldTranscriptListController extends HeraldController { | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Herald Transcripts'), |         'title' => pht('Herald Transcripts'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -189,7 +189,6 @@ final class LegalpadDocumentEditController extends LegalpadController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -140,7 +140,6 @@ final class LegalpadDocumentSignController extends LegalpadController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|         'pageObjects' => array($document->getPHID()), |         'pageObjects' => array($document->getPHID()), | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -99,7 +99,6 @@ final class LegalpadDocumentViewController extends LegalpadController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|         'pageObjects' => array($document->getPHID()), |         'pageObjects' => array($document->getPHID()), | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -133,7 +133,6 @@ final class PhabricatorMailingListsEditController | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Edit Mailing List'), |         'title' => pht('Edit Mailing List'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -428,7 +428,6 @@ final class ManiphestTaskListController extends ManiphestController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -30,7 +30,6 @@ final class PhabricatorApplicationsListController | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -224,7 +224,6 @@ final class PhabricatorOwnersDetailController | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => pht("Package %s", $package->getName()), |         'title' => pht("Package %s", $package->getName()), | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -267,7 +267,6 @@ final class PhabricatorOwnersEditController | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -208,7 +208,6 @@ final class PhabricatorOwnersListController | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => pht('Package Index'), |         'title' => pht('Package Index'), | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -115,7 +115,6 @@ final class PhabricatorPeopleEditController | |||||||
|       array( |       array( | ||||||
|         'title' => pht('Edit User'), |         'title' => pht('Edit User'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -63,7 +63,6 @@ final class PhabricatorPeopleLdapController | |||||||
|       array( |       array( | ||||||
|         'title'  => pht('Import Ldap Users'), |         'title'  => pht('Import Ldap Users'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust'   => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -86,7 +86,6 @@ final class PhabricatorPeopleProfileController | |||||||
|       array( |       array( | ||||||
|         'title' => $user->getUsername(), |         'title' => $user->getUsername(), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -82,7 +82,6 @@ final class PhabricatorPeopleProfileEditController | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
| } | } | ||||||
|   | |||||||
| @@ -294,7 +294,6 @@ final class PhabricatorPeopleProfilePictureController | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
| } | } | ||||||
|   | |||||||
| @@ -191,7 +191,6 @@ final class PhameBlogEditController | |||||||
|       array( |       array( | ||||||
|         'title' => $page_title, |         'title' => $page_title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
| } | } | ||||||
|   | |||||||
| @@ -64,7 +64,6 @@ final class PhameBlogListController extends PhameController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -75,7 +75,6 @@ final class PhameBlogViewController extends PhameController { | |||||||
|       array( |       array( | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'title' => $blog->getName(), |         'title' => $blog->getName(), | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -194,7 +194,6 @@ final class PhamePostEditController | |||||||
|       array( |       array( | ||||||
|         'title' => $page_title, |         'title' => $page_title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -94,7 +94,6 @@ final class PhamePostListController extends PhameController { | |||||||
|       array( |       array( | ||||||
|         'title'   => $title, |         'title'   => $title, | ||||||
|         'device'  => true, |         'device'  => true, | ||||||
|         'dust'    => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -125,7 +125,6 @@ final class PhamePostNewController extends PhameController { | |||||||
|       array( |       array( | ||||||
|         'title'   => $title, |         'title'   => $title, | ||||||
|         'device'  => true, |         'device'  => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
| } | } | ||||||
|   | |||||||
| @@ -77,7 +77,6 @@ final class PhamePostViewController extends PhameController { | |||||||
|       array( |       array( | ||||||
|         'title' => $post->getTitle(), |         'title' => $post->getTitle(), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -189,7 +189,6 @@ final class PhluxEditController extends PhluxController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -45,7 +45,6 @@ final class PhluxListController extends PhluxController { | |||||||
|       array( |       array( | ||||||
|         'title'  => $title, |         'title'  => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust'   => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -94,7 +94,6 @@ final class PhluxViewController extends PhluxController { | |||||||
|       array( |       array( | ||||||
|         'title'  => $title, |         'title'  => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust'   => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -179,7 +179,6 @@ final class PhortuneAccountBuyController | |||||||
|       array( |       array( | ||||||
|         'title'   => $title, |         'title'   => $title, | ||||||
|         'device'  => true, |         'device'  => true, | ||||||
|         'dust'    => true, |  | ||||||
|       )); |       )); | ||||||
|  |  | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -73,7 +73,6 @@ final class PhortuneAccountViewController extends PhortuneController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -177,7 +177,6 @@ final class PhortunePaymentMethodEditController | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -16,7 +16,6 @@ final class PhortunePaymentMethodListController extends PhabricatorController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -14,7 +14,6 @@ final class PhortunePaymentMethodViewController extends PhabricatorController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -157,7 +157,6 @@ final class PhortuneProductEditController extends PhabricatorController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -61,7 +61,6 @@ final class PhortuneProductListController extends PhabricatorController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -92,7 +92,6 @@ final class PhortuneProductViewController extends PhortuneController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -52,7 +52,6 @@ final class PhortuneProviderController extends PhortuneController { | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -192,7 +192,6 @@ final class PhrictionDocumentController | |||||||
|         'pageObjects' => array($document->getPHID()), |         'pageObjects' => array($document->getPHID()), | ||||||
|         'title'   => $page_title, |         'title'   => $page_title, | ||||||
|         'device'  => true, |         'device'  => true, | ||||||
|         'dust'    => true, |  | ||||||
|       )); |       )); | ||||||
|  |  | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -261,7 +261,6 @@ final class PhrictionEditController | |||||||
|       array( |       array( | ||||||
|         'title'   => pht('Edit Document'), |         'title'   => pht('Edit Document'), | ||||||
|         'device'  => true, |         'device'  => true, | ||||||
|         'dust'    => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -161,7 +161,6 @@ final class PhrictionHistoryController | |||||||
|       array( |       array( | ||||||
|         'title'     => pht('Document History'), |         'title'     => pht('Document History'), | ||||||
|         'device'    => true, |         'device'    => true, | ||||||
|         'dust'      => true, |  | ||||||
|       )); |       )); | ||||||
|  |  | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -109,7 +109,6 @@ final class PonderAnswerEditController extends PonderController { | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => pht('Edit Answer'), |         'title' => pht('Edit Answer'), | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|  |  | ||||||
|   | |||||||
| @@ -65,7 +65,6 @@ final class PonderAnswerHistoryController extends PonderController { | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => pht('Answer History'), |         'title' => pht('Answer History'), | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -136,7 +136,6 @@ final class PonderQuestionEditController extends PonderController { | |||||||
|       array( |       array( | ||||||
|         'title'  => pht('Ask a Question'), |         'title'  => pht('Ask a Question'), | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -60,7 +60,6 @@ final class PonderQuestionHistoryController extends PonderController { | |||||||
|       ), |       ), | ||||||
|       array( |       array( | ||||||
|         'title' => pht('Question History'), |         'title' => pht('Question History'), | ||||||
|         'dust' => true, |  | ||||||
|         'device' => true, |         'device' => true, | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -70,7 +70,6 @@ final class PonderQuestionViewController extends PonderController { | |||||||
|       array( |       array( | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'title' => 'Q'.$question->getID().' '.$question->getTitle(), |         'title' => 'Q'.$question->getID().' '.$question->getTitle(), | ||||||
|         'dust' => true, |  | ||||||
|         'pageObjects' => array($question->getPHID()), |         'pageObjects' => array($question->getPHID()), | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -122,7 +122,6 @@ final class PhabricatorProjectCreateController | |||||||
|         array( |         array( | ||||||
|           'title' => pht('Create New Project'), |           'title' => pht('Create New Project'), | ||||||
|           'device' => true, |           'device' => true, | ||||||
|           'dust' => true, |  | ||||||
|         )); |         )); | ||||||
|     } |     } | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -132,7 +132,6 @@ final class PhabricatorProjectMembersEditController | |||||||
|       array( |       array( | ||||||
|         'title' => $title, |         'title' => $title, | ||||||
|         'device' => true, |         'device' => true, | ||||||
|         'dust' => true, |  | ||||||
|       )); |       )); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user
	 epriestley
					epriestley