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

Convert bin/storage workflow to presume utf8mb4 as the default encoding

Summary: see comments on rP68904d941c54

Test Plan: run ,/bin/storage upgrade

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin

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

+1 -1
+1 -1
src/infrastructure/storage/management/workflow/PhabricatorStorageManagementShellWorkflow.php
··· 31 31 } 32 32 33 33 return phutil_passthru( 34 - 'mysql --protocol=TCP --default-character-set=utf8 '. 34 + 'mysql --protocol=TCP --default-character-set=utf8mb4 '. 35 35 '-u %s %C -h %s %C', 36 36 $api->getUser(), 37 37 $flag_password,