Page MenuHomePhabricator

D11039.diff
No OneTemporary

D11039.diff

diff --git a/src/applications/project/controller/PhabricatorProjectEditMainController.php b/src/applications/project/controller/PhabricatorProjectEditMainController.php
--- a/src/applications/project/controller/PhabricatorProjectEditMainController.php
+++ b/src/applications/project/controller/PhabricatorProjectEditMainController.php
@@ -5,6 +5,12 @@
private $id;
+ public function shouldAllowPublic() {
+ // This page shows project history and some detailed information, and
+ // it's reasonable to allow public access to it.
+ return true;
+ }
+
public function willProcessRequest(array $data) {
$this->id = idx($data, 'id');
}

File Metadata

Mime Type
text/plain
Expires
Fri, May 10, 11:30 PM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6284364
Default Alt Text
D11039.diff (661 B)

Event Timeline