@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 incorrect old name for Asana auth provider in provider migration

Summary: The old class name isn't quite correct.

I'm just updating the migration rather than adding a new one to fix it since
this was very recently introduced and affects only installs using Asana auth,
so it's realistic that the number of affected installs might be 0.

Affected installs can use `--apply` to safely rerun the migration.

Auditors: joshuaspence

+1 -1
+1 -1
resources/sql/autopatches/20140722.renameauth.php
··· 2 2 3 3 $map = array( 4 4 'PhabricatorAuthProviderOAuthAmazon' => 'PhabricatorAmazonAuthProvider', 5 - 'PhabricatorAsanaAuthProvider' => 'PhabricatorAsanaAuthProvider', 5 + 'PhabricatorAuthProviderOAuthAsana' => 'PhabricatorAsanaAuthProvider', 6 6 'PhabricatorAuthProviderOAuth1Bitbucket' 7 7 => 'PhabricatorBitbucketAuthProvider', 8 8 'PhabricatorAuthProviderOAuthDisqus' => 'PhabricatorDisqusAuthProvider',