1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 10:22:42 +01:00
phorge-phorge/src/applications/owners
Nick Harper b8d372c4bc Fix bugs when saving package changes due to commit changes
Summary:
Because of the way PhabricatorOwnersPackage works, the code to save package
changes when parsing commit changes was raising a few undefined index errors,
and was throwing an exception trying to call a method on null (because not
all of the phids related to the package had their handles loaded). This fix
doesn't load the missing handles, it just avoids trying to use them.

Test Plan:
./scripts/repository/reparse.php on a commit with path changes that triggered
a package change

Reviewers: epriestley, vrana

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4236
2012-12-19 10:53:04 -08:00
..
application Use application icons for "Eye" menu and Crumbs 2012-12-07 13:37:28 -08:00
controller Allow excluding paths from package 2012-12-07 16:33:16 -08:00
mail Allow excluding paths from package 2012-12-07 16:33:16 -08:00
query Delete license headers from files 2012-11-05 11:16:51 -08:00
storage Fix bugs when saving package changes due to commit changes 2012-12-19 10:53:04 -08:00
OwnersPackageReplyHandler.php Delete license headers from files 2012-11-05 11:16:51 -08:00