1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/src/applications/repository
epriestley b2890eeb0e Add "final" to all Phabricator "Controller" classes
Summary:
These are all unambiguously unextensible. Issues I hit:

  - Maniphest Change/Diff controllers, just consolidated them.
  - Some search controllers incorrectly extend from "Search" but should extend from "SearchBase". This has no runtime effects.
  - D1836 introduced a closure, which we don't handle correctly (somewhat on purpose; we target PHP 5.2). See T962.

Test Plan: Ran "testEverythingImplemented" unit test to identify classes extending from `final` classes. Resolved issues.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran, epriestley

Maniphest Tasks: T795

Differential Revision: https://secure.phabricator.com/D1843
2012-03-09 15:46:25 -08:00
..
constants/repositorytype Remove some Mercurial and Google caveats 2012-01-05 14:14:06 -08:00
controller Add "final" to all Phabricator "Controller" classes 2012-03-09 15:46:25 -08:00
daemon When updating git repositories, use --prune to prune old branches 2012-03-08 13:24:25 -08:00
parser Add transaction-oriented editing to projects 2012-01-24 09:44:35 -08:00
storage Revert "PhabricatorRepository: temporarily change the localPath" 2012-03-09 10:54:24 -08:00
worker Improve Diffusion parsing of submoudule changes 2012-03-07 14:24:43 -08:00