@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make HTTP/403 say "Yikes!"

Summary: This text is significantly more clear and helpful for users.

Test Plan: Tried to do something I'm not suppposed to, hit the 403 page.

Differential Revision: https://secure.phabricator.com/D20847

+1 -1
+1 -1
src/aphront/response/Aphront403Response.php
··· 28 28 $dialog = id(new AphrontDialogView()) 29 29 ->setUser($user) 30 30 ->setTitle(pht('403 Forbidden')) 31 - ->addCancelButton('/', pht('Peace Out')) 31 + ->addCancelButton('/', pht('Yikes!')) 32 32 ->appendParagraph($forbidden_text); 33 33 34 34 $view = id(new PhabricatorStandardPageView())