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
}

0 commit comments

Comments
 (0)