@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.

Clean up some old "www.phabricator.com" references

Summary: We've decomissioned this host.

Test Plan: `git grep www.phabricator.com`

Reviewers: chad

Reviewed By: chad

Subscribers: epriestley

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

+8 -9
+1 -1
scripts/install/install_rhel-derivs.sh
··· 142 142 echo 143 143 echo "Install probably worked mostly correctly. Continue with the 'Configuration Guide':"; 144 144 echo 145 - echo " http://www.phabricator.com/docs/phabricator/article/Configuration_Guide.html"; 145 + echo " https://secure.phabricator.com/book/phabricator/article/configuration_guide/";
+1 -1
scripts/install/install_ubuntu.sh
··· 87 87 echo 88 88 echo "Install probably worked mostly correctly. Continue with the 'Configuration Guide':"; 89 89 echo 90 - echo " http://www.phabricator.com/docs/phabricator/article/Configuration_Guide.html"; 90 + echo " https://secure.phabricator.com/book/phabricator/article/configuration_guide/"; 91 91 echo 92 92 echo "You can delete any php5-* stuff that's left over in this directory if you want.";
+2 -6
src/docs/contributor/bug_reports.diviner
··· 56 56 example, an old stack trace may not have the right line numbers, which will 57 57 make it more difficult for us to figure out what's going wrong.) 58 58 59 - To update Phabricator, use a script like this one: 60 - 61 - http://www.phabricator.com/rsrc/install/update_phabricator.sh 62 - 63 - This script will require some adjustments depending on how your setup is 64 - configured, which webserver you are using, etc. 59 + To update Phabricator, use a script like the one described in 60 + @{article:Upgrading Phabricator}. 65 61 66 62 **If you can not update** for some reason, please include the version of 67 63 Phabricator you are running in your report. The version is just the Git hash
+3
src/docs/user/upgrading.diviner
··· 53 53 54 54 IMPORTANT: You **MUST** restart Apache or PHP-FPM after upgrading. 55 55 56 + IMPORTANT: You **MUST** upgrade `libphutil`, `arcanist` and `phabricator` at 57 + the same time. 58 + 56 59 Phabricator runs on many different systems, with many different webservers. 57 60 Given this diversity, we don't currently maintain a comprehensive upgrade 58 61 script which can work on any system. However, the general steps are the same
+1 -1
src/docs/user/userguide/arcanist.diviner
··· 12 12 document provides an overview of common workflows and installation. 13 13 14 14 Arcanist has technical, contributor-focused documentation here: 15 - <http://www.phabricator.com/docs/arcanist/> 15 + <https://secure.phabricator.com/book/arcanist/> 16 16 17 17 = Quick Start = 18 18