|
2641 | 2641 | 'PhabricatorPhrictionApplication' => 'applications/phriction/application/PhabricatorPhrictionApplication.php',
|
2642 | 2642 | 'PhabricatorPhrictionConfigOptions' => 'applications/phriction/config/PhabricatorPhrictionConfigOptions.php',
|
2643 | 2643 | 'PhabricatorPhurlApplication' => 'applications/phurl/application/PhabricatorPhurlApplication.php',
|
| 2644 | + 'PhabricatorPhurlConfigOptions' => 'applications/config/option/PhabricatorPhurlConfigOptions.php', |
2644 | 2645 | 'PhabricatorPhurlController' => 'applications/phurl/controller/PhabricatorPhurlController.php',
|
2645 | 2646 | 'PhabricatorPhurlDAO' => 'applications/phurl/storage/PhabricatorPhurlDAO.php',
|
2646 | 2647 | 'PhabricatorPhurlLinkRemarkupRule' => 'applications/phurl/remarkup/PhabricatorPhurlLinkRemarkupRule.php',
|
2647 | 2648 | 'PhabricatorPhurlRemarkupRule' => 'applications/phurl/remarkup/PhabricatorPhurlRemarkupRule.php',
|
2648 | 2649 | 'PhabricatorPhurlSchemaSpec' => 'applications/phurl/storage/PhabricatorPhurlSchemaSpec.php',
|
| 2650 | + 'PhabricatorPhurlShortURLController' => 'applications/phurl/controller/PhabricatorPhurlShortURLController.php', |
| 2651 | + 'PhabricatorPhurlShortURLDefaultController' => 'applications/phurl/controller/PhabricatorPhurlShortURLDefaultController.php', |
2649 | 2652 | 'PhabricatorPhurlURL' => 'applications/phurl/storage/PhabricatorPhurlURL.php',
|
2650 | 2653 | 'PhabricatorPhurlURLAccessController' => 'applications/phurl/controller/PhabricatorPhurlURLAccessController.php',
|
2651 | 2654 | 'PhabricatorPhurlURLEditController' => 'applications/phurl/controller/PhabricatorPhurlURLEditController.php',
|
|
2954 | 2957 | 'PhabricatorSetupIssue' => 'applications/config/issue/PhabricatorSetupIssue.php',
|
2955 | 2958 | 'PhabricatorSetupIssueUIExample' => 'applications/uiexample/examples/PhabricatorSetupIssueUIExample.php',
|
2956 | 2959 | 'PhabricatorSetupIssueView' => 'applications/config/view/PhabricatorSetupIssueView.php',
|
| 2960 | + 'PhabricatorShortSite' => 'aphront/site/PhabricatorShortSite.php', |
2957 | 2961 | 'PhabricatorSimpleEditType' => 'applications/transactions/edittype/PhabricatorSimpleEditType.php',
|
2958 | 2962 | 'PhabricatorSite' => 'aphront/site/PhabricatorSite.php',
|
2959 | 2963 | 'PhabricatorSlowvoteApplication' => 'applications/slowvote/application/PhabricatorSlowvoteApplication.php',
|
|
6774 | 6778 | 'PhabricatorPhrictionApplication' => 'PhabricatorApplication',
|
6775 | 6779 | 'PhabricatorPhrictionConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
6776 | 6780 | 'PhabricatorPhurlApplication' => 'PhabricatorApplication',
|
| 6781 | + 'PhabricatorPhurlConfigOptions' => 'PhabricatorApplicationConfigOptions', |
6777 | 6782 | 'PhabricatorPhurlController' => 'PhabricatorController',
|
6778 | 6783 | 'PhabricatorPhurlDAO' => 'PhabricatorLiskDAO',
|
6779 | 6784 | 'PhabricatorPhurlLinkRemarkupRule' => 'PhutilRemarkupRule',
|
6780 | 6785 | 'PhabricatorPhurlRemarkupRule' => 'PhabricatorObjectRemarkupRule',
|
6781 | 6786 | 'PhabricatorPhurlSchemaSpec' => 'PhabricatorConfigSchemaSpec',
|
| 6787 | + 'PhabricatorPhurlShortURLController' => 'PhabricatorPhurlController', |
| 6788 | + 'PhabricatorPhurlShortURLDefaultController' => 'PhabricatorPhurlController', |
6782 | 6789 | 'PhabricatorPhurlURL' => array(
|
6783 | 6790 | 'PhabricatorPhurlDAO',
|
6784 | 6791 | 'PhabricatorPolicyInterface',
|
|
7167 | 7174 | 'PhabricatorSetupIssue' => 'Phobject',
|
7168 | 7175 | 'PhabricatorSetupIssueUIExample' => 'PhabricatorUIExample',
|
7169 | 7176 | 'PhabricatorSetupIssueView' => 'AphrontView',
|
| 7177 | + 'PhabricatorShortSite' => 'PhabricatorSite', |
7170 | 7178 | 'PhabricatorSimpleEditType' => 'PhabricatorEditType',
|
7171 | 7179 | 'PhabricatorSite' => 'AphrontSite',
|
7172 | 7180 | 'PhabricatorSlowvoteApplication' => 'PhabricatorApplication',
|
|
0 commit comments