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

Fix broken link to PHPExcel site

Summary:
phpexcel.net currently serves a 500 page, and the top Google hit for
PHPExcel (on codeplex) gives you a site warning you that it is 3 years
out of date, and to see GitHub instead.

Update the link from Maniphest's 'please install PHPExcel to enable
export' prompt.

Test Plan:
- Click 'Export to Excel' from Maniphest query result page without PHPExcel installed
- Follow suggested link to install it
- See code rather than a HTTP 500 error

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

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

+3 -1
+3 -1
src/applications/maniphest/controller/ManiphestExportController.php
··· 31 31 '<p>%s</p>'. 32 32 '<br />'. 33 33 '<p>'. 34 - '<a href="http://www.phpexcel.net/">http://www.phpexcel.net/</a>'. 34 + '<a href="https://github.com/PHPOffice/PHPExcel">'. 35 + 'https://github.com/PHPOffice/PHPExcel'. 36 + '</a>'. 35 37 '</p>'. 36 38 '<br />'. 37 39 '<p>%s</p>',