Skip to content

Commit 751cd54

Browse files
author
epriestley
committed
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
1 parent e1d2523 commit 751cd54

File tree

118 files changed

+0
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+0
-119
lines changed

src/applications/audit/controller/PhabricatorAuditListController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public function processRequest() {
7878
array(
7979
'title' => pht('Audits'),
8080
'device' => true,
81-
'dust' => true,
8281
));
8382
}
8483

src/applications/auth/controller/PhabricatorAuthConfirmLinkController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public function processRequest() {
8585
),
8686
array(
8787
'title' => pht('Confirm External Account Link'),
88-
'dust' => true,
8988
'device' => true,
9089
));
9190
}

src/applications/auth/controller/PhabricatorAuthController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ protected function renderErrorPage($title, array $messages) {
2424
array(
2525
'title' => $title,
2626
'device' => true,
27-
'dust' => true,
2827
));
2928

3029
}

src/applications/auth/controller/PhabricatorAuthLinkController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ public function processRequest() {
130130
),
131131
array(
132132
'title' => $title,
133-
'dust' => true,
134133
'device' => true,
135134
));
136135
}

src/applications/auth/controller/PhabricatorAuthLoginController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ public function buildProviderPageResponse(
204204
array(
205205
'title' => pht('Login'),
206206
'device' => true,
207-
'dust' => true,
208207
));
209208
}
210209

src/applications/auth/controller/PhabricatorAuthRegisterController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ public function processRequest() {
381381
array(
382382
'title' => $title,
383383
'device' => true,
384-
'dust' => true,
385384
));
386385
}
387386

src/applications/auth/controller/PhabricatorAuthStartController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ public function processRequest() {
139139
array(
140140
'title' => pht('Login to Phabricator'),
141141
'device' => true,
142-
'dust' => true,
143142
));
144143
}
145144

src/applications/auth/controller/PhabricatorEmailLoginController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ public function processRequest() {
153153
array(
154154
'title' => pht('Forgot Password'),
155155
'device' => true,
156-
'dust' => true,
157156
));
158157
}
159158

src/applications/auth/controller/PhabricatorEmailVerificationController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public function processRequest() {
7474
array(
7575
'title' => pht('Verify Email'),
7676
'device' => true,
77-
'dust' => true,
7877
));
7978
}
8079

src/applications/auth/controller/config/PhabricatorAuthEditController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ public function processRequest() {
279279
),
280280
array(
281281
'title' => $title,
282-
'dust' => true,
283282
'device' => true,
284283
));
285284
}

src/applications/auth/controller/config/PhabricatorAuthListController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public function processRequest() {
9797
),
9898
array(
9999
'title' => pht('Authentication Providers'),
100-
'dust' => true,
101100
'device' => true,
102101
));
103102
}

src/applications/auth/controller/config/PhabricatorAuthNewController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public function processRequest() {
9595
),
9696
array(
9797
'title' => pht('Add Authentication Provider'),
98-
'dust' => true,
9998
'device' => true,
10099
));
101100
}

src/applications/chatlog/controller/PhabricatorChatLogChannelListController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public function processRequest() {
3636
array(
3737
'title' => pht('Channel List'),
3838
'device' => true,
39-
'dust' => true,
4039
));
4140
}
4241
}

src/applications/chatlog/controller/PhabricatorChatLogChannelLogController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ public function processRequest() {
194194
array(
195195
'title' => pht('Channel Log'),
196196
'device' => true,
197-
'dust' => true,
198197
));
199198
}
200199

src/applications/conduit/controller/PhabricatorConduitAPIController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ private function buildHumanReadableResponse(
414414
array(
415415
'title' => 'Method Call Result',
416416
'device' => true,
417-
'dust' => true,
418417
));
419418
}
420419

src/applications/conduit/controller/PhabricatorConduitConsoleController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ public function processRequest() {
125125
array(
126126
'title' => $method->getAPIMethodName(),
127127
'device' => true,
128-
'dust' => true,
129128
));
130129
}
131130

src/applications/conduit/controller/PhabricatorConduitLogController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public function processRequest() {
5353
array(
5454
'title' => 'Conduit Logs',
5555
'device' => true,
56-
'dust' => true,
5756
));
5857
}
5958

src/applications/conduit/controller/PhabricatorConduitTokenController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public function processRequest() {
6161
array(
6262
'title' => pht('Certificate Install Token'),
6363
'device' => true,
64-
'dust' => true,
6564
));
6665
}
6766
}

src/applications/config/controller/PhabricatorConfigAllController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public function processRequest() {
9393
array(
9494
'title' => $title,
9595
'device' => true,
96-
'dust' => true,
9796
));
9897
}
9998

src/applications/config/controller/PhabricatorConfigGroupController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public function processRequest() {
4646
array(
4747
'title' => $title,
4848
'device' => true,
49-
'dust' => true,
5049
));
5150
}
5251

src/applications/config/controller/PhabricatorConfigListController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public function processRequest() {
3838
array(
3939
'title' => $title,
4040
'device' => true,
41-
'dust' => true,
4241
));
4342
}
4443

src/applications/countdown/controller/PhabricatorCountdownEditController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ public function processRequest() {
137137
array(
138138
'title' => pht('Edit Countdown'),
139139
'device' => true,
140-
'dust' => true,
141140
));
142141
}
143142
}

src/applications/countdown/controller/PhabricatorCountdownViewController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public function processRequest() {
6060
array(
6161
'title' => $title,
6262
'device' => true,
63-
'dust' => true,
6463
));
6564
}
6665

src/applications/daemon/controller/PhabricatorDaemonConsoleController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ public function processRequest() {
185185
$nav,
186186
array(
187187
'title' => pht('Console'),
188-
'dust' => true,
189188
));
190189
}
191190

src/applications/daemon/controller/PhabricatorDaemonLogListController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function processRequest() {
3434
array(
3535
'title' => pht('All Daemons'),
3636
'device' => true,
37-
'dust' => true,
3837
));
3938
}
4039

src/applications/daemon/controller/PhabricatorWorkerTaskDetailController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public function processRequest() {
6767
),
6868
array(
6969
'title' => $title,
70-
'dust' => true,
7170
'device' => true,
7271
));
7372
}

src/applications/differential/controller/DifferentialDiffCreateController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public function processRequest() {
102102
array(
103103
'title' => pht('Create Diff'),
104104
'device' => true,
105-
'dust' => true,
106105
));
107106
}
108107

src/applications/differential/controller/DifferentialDiffViewController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ public function processRequest() {
161161
),
162162
array(
163163
'title' => pht('Diff View'),
164-
'dust' => true,
165164
));
166165
}
167166

src/applications/differential/controller/DifferentialRevisionEditController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ public function processRequest() {
198198
array(
199199
'title' => $title,
200200
'device' => true,
201-
'dust' => true,
202201
));
203202
}
204203

src/applications/diffusion/controller/DiffusionBrowseController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public function processRequest() {
120120
$nav,
121121
array(
122122
'device' => true,
123-
'dust' => true,
124123
'title' => array(
125124
nonempty(basename($drequest->getPath()), '/'),
126125
$drequest->getRepository()->getCallsign().' Repository',

src/applications/diffusion/controller/DiffusionChangeController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public function processRequest() {
7676
array(
7777
'title' => pht('Change'),
7878
'device' => true,
79-
'dust' => true,
8079
));
8180
}
8281

src/applications/diffusion/controller/DiffusionCommitController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ public function processRequest() {
361361
array(
362362
'title' => $commit_id,
363363
'pageObjects' => array($commit->getPHID()),
364-
'dust' => true,
365364
));
366365
}
367366

src/applications/diffusion/controller/DiffusionCommitEditController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public function processRequest() {
9393
array(
9494
'title' => $page_title,
9595
'device' => true,
96-
'dust' => true,
9796
));
9897
}
9998

src/applications/diffusion/controller/DiffusionExternalController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ public function processRequest() {
131131
array(
132132
'title' => pht('Unresolvable External'),
133133
'device' => true,
134-
'dust' => true,
135134
));
136135
}
137136

src/applications/diffusion/controller/DiffusionHistoryController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public function processRequest() {
9696
$nav,
9797
array(
9898
'device' => true,
99-
'dust' => true,
10099
'title' => array(
101100
pht('History'),
102101
pht('%s Repository', $drequest->getRepository()->getCallsign()),

src/applications/diffusion/controller/DiffusionHomeController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ public function processRequest() {
200200
array(
201201
'title' => pht('Diffusion'),
202202
'device' => true,
203-
'dust' => true,
204203
));
205204
}
206205

src/applications/diffusion/controller/DiffusionLintController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ public function processRequest() {
147147
array(
148148
'title' => $title,
149149
'device' => true,
150-
'dust' => true,
151150
));
152151
}
153152

src/applications/diffusion/controller/DiffusionLintDetailsController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public function processRequest() {
9999
$nav,
100100
array(
101101
'device' => true,
102-
'dust' => true,
103102
'title' =>
104103
array(
105104
pht('Lint'),

src/applications/diffusion/controller/DiffusionRepositoryController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ public function processRequest() {
129129
$content,
130130
array(
131131
'title' => $drequest->getRepository()->getName(),
132-
'dust' => true,
133132
'device' => true,
134133
));
135134
}

src/applications/diffusion/controller/DiffusionRepositoryCreateController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public function processRequest() {
3939
array(
4040
'title' => $title,
4141
'device' => true,
42-
'dust' => true,
4342
));
4443
}
4544

src/applications/diffusion/controller/DiffusionRepositoryEditBasicController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ public function processRequest() {
108108
$content,
109109
array(
110110
'title' => $title,
111-
'dust' => true,
112111
'device' => true,
113112
));
114113
}

src/applications/diffusion/controller/DiffusionRepositoryEditController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public function processRequest() {
6363
array(
6464
'title' => $title,
6565
'device' => true,
66-
'dust' => true,
6766
));
6867
}
6968

src/applications/diffusion/controller/DiffusionRepositoryEditEncodingController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public function processRequest() {
9393
$content,
9494
array(
9595
'title' => $title,
96-
'dust' => true,
9796
'device' => true,
9897
));
9998
}

src/applications/diffusion/controller/DiffusionSymbolController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ interface_exists($this->name, false)) {
149149
array(
150150
'title' => pht('Find Symbol'),
151151
'device' => true,
152-
'dust' => true,
153152
));
154153
}
155154

src/applications/directory/controller/PhabricatorDirectoryMainController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ private function buildMainResponse($nav, array $projects) {
7171
array(
7272
'title' => 'Phabricator',
7373
'device' => true,
74-
'dust' => true,
7574
));
7675
}
7776

src/applications/diviner/controller/DivinerAtomController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ public function processRequest() {
136136
),
137137
array(
138138
'title' => $symbol->getTitle(),
139-
'dust' => true,
140139
'device' => true,
141140
));
142141
}

src/applications/diviner/controller/DivinerBookController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public function processRequest() {
7272
),
7373
array(
7474
'title' => $book->getTitle(),
75-
'dust' => true,
7675
'device' => true,
7776
));
7877
}

src/applications/diviner/controller/DivinerFindController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public function processRequest() {
6464
$list,
6565
array(
6666
'title' => 'derp',
67-
'dust' => true,
6867
'device' => true,
6968
));
7069
}

src/applications/diviner/controller/DivinerLegacyController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public function processRequest() {
5353
),
5454
array(
5555
'title' => pht('Documentation'),
56-
'dust' => true,
5756
'device' => true,
5857
));
5958
}

src/applications/feed/controller/PhabricatorFeedDetailController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public function processRequest() {
4545
array(
4646
'title' => $title,
4747
'device' => true,
48-
'dust' => true,
4948
));
5049
}
5150

0 commit comments

Comments
 (0)