Index: head/devel/arcanist/Makefile =================================================================== --- head/devel/arcanist/Makefile +++ head/devel/arcanist/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= arcanist -PORTVERSION= 20150423 +PORTVERSION= 20150602 CATEGORIES= devel PKGNAMEPREFIX= php5- @@ -9,6 +9,7 @@ COMMENT= Command line interface for Phabricator LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS= arc-* @@ -18,7 +19,7 @@ USE_GITHUB= yes NO_BUILD= yes GH_ACCOUNT= phacility -GH_TAGNAME= 9ddf37b +GH_TAGNAME= 8c589f1 do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR} Index: head/devel/arcanist/distinfo =================================================================== --- head/devel/arcanist/distinfo +++ head/devel/arcanist/distinfo @@ -1,2 +1,2 @@ -SHA256 (phacility-arcanist-20150423-9ddf37b_GH0.tar.gz) = 7c7512165be70a46c385b55433d57f71282af66624fbeb6eb5eb89f54a759e34 -SIZE (phacility-arcanist-20150423-9ddf37b_GH0.tar.gz) = 473096 +SHA256 (phacility-arcanist-20150602-8c589f1_GH0.tar.gz) = f00c87d46654d4b5d333e031d35cf923b7f0168e5fc6a2440f7688ffd1d4e27c +SIZE (phacility-arcanist-20150602-8c589f1_GH0.tar.gz) = 458899 Index: head/devel/arcanist/pkg-plist =================================================================== --- head/devel/arcanist/pkg-plist +++ head/devel/arcanist/pkg-plist @@ -6,8 +6,6 @@ lib/php/arcanist/bin/arc.bat lib/php/arcanist/externals/README lib/php/arcanist/externals/includes/README -lib/php/arcanist/externals/pep8/README -lib/php/arcanist/externals/pep8/pep8.py lib/php/arcanist/resources/arclint/cornucopia.arclint.example lib/php/arcanist/resources/arclint/general-purpose.arclint.example lib/php/arcanist/resources/arclint/include-exclude.arclint.example @@ -38,14 +36,12 @@ lib/php/arcanist/src/exception/ArcanistUsageException.php lib/php/arcanist/src/exception/usage/ArcanistNoEffectException.php lib/php/arcanist/src/exception/usage/ArcanistNoEngineException.php -lib/php/arcanist/src/exception/usage/ArcanistUncommittedChangesException.php lib/php/arcanist/src/exception/usage/ArcanistUserAbortException.php lib/php/arcanist/src/extensions/README lib/php/arcanist/src/hgdaemon/ArcanistHgClientChannel.php lib/php/arcanist/src/hgdaemon/ArcanistHgProxyClient.php lib/php/arcanist/src/hgdaemon/ArcanistHgProxyServer.php lib/php/arcanist/src/hgdaemon/ArcanistHgServerChannel.php -lib/php/arcanist/src/infrastructure/testing/ArcanistTestCase.php lib/php/arcanist/src/internationalization/ArcanistUSEnglishTranslation.php lib/php/arcanist/src/lint/ArcanistLintMessage.php lib/php/arcanist/src/lint/ArcanistLintPatcher.php @@ -62,8 +58,6 @@ lib/php/arcanist/src/lint/linter/ArcanistChmodLinter.php lib/php/arcanist/src/lint/linter/ArcanistClosureLinter.php lib/php/arcanist/src/lint/linter/ArcanistCoffeeLintLinter.php -lib/php/arcanist/src/lint/linter/ArcanistCommitLinter.php -lib/php/arcanist/src/lint/linter/ArcanistConduitLinter.php lib/php/arcanist/src/lint/linter/ArcanistCppcheckLinter.php lib/php/arcanist/src/lint/linter/ArcanistCpplintLinter.php lib/php/arcanist/src/lint/linter/ArcanistExternalLinter.php @@ -100,7 +94,6 @@ lib/php/arcanist/src/lint/linter/__tests__/ArcanistChmodLinterTestCase.php lib/php/arcanist/src/lint/linter/__tests__/ArcanistClosureLinterTestCase.php lib/php/arcanist/src/lint/linter/__tests__/ArcanistCoffeeLintLinterTestCase.php -lib/php/arcanist/src/lint/linter/__tests__/ArcanistCommitLinterTestCase.php lib/php/arcanist/src/lint/linter/__tests__/ArcanistCppcheckLinterTestCase.php lib/php/arcanist/src/lint/linter/__tests__/ArcanistCpplintLinterTestCase.php lib/php/arcanist/src/lint/linter/__tests__/ArcanistExternalLinterTestCase.php @@ -143,8 +136,6 @@ lib/php/arcanist/src/lint/linter/__tests__/coffeelint/no_throwing_strings.lint-test lib/php/arcanist/src/lint/linter/__tests__/coffeelint/no_trailing_semicolons.lint-test lib/php/arcanist/src/lint/linter/__tests__/coffeelint/no_trailing_whitespace.lint-test -lib/php/arcanist/src/lint/linter/__tests__/commit/nocommit-hook.lint-test -lib/php/arcanist/src/lint/linter/__tests__/commit/nocommit-nohook.lint-test lib/php/arcanist/src/lint/linter/__tests__/cppcheck/file1.lint-test lib/php/arcanist/src/lint/linter/__tests__/cppcheck/inline-suppr.lint-test lib/php/arcanist/src/lint/linter/__tests__/cppcheck/ok.lint-test @@ -274,11 +265,14 @@ lib/php/arcanist/src/lint/linter/__tests__/text/line-wrap.lint-test lib/php/arcanist/src/lint/linter/__tests__/text/trailing-whitespace.lint-test lib/php/arcanist/src/lint/linter/__tests__/text/variable-dividers.lint-test +lib/php/arcanist/src/lint/linter/__tests__/xhpast/alias-functions.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/array-comma.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/array-index.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/blacklisted.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/call-parens-hug-closing.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/call-time-pass-by-reference.lint-test +lib/php/arcanist/src/lint/linter/__tests__/xhpast/cast-spacing.lint-test +lib/php/arcanist/src/lint/linter/__tests__/xhpast/class-name-literal.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/conditional-usage.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/constant-case.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/constructor-parentheses.lint-test @@ -299,11 +293,17 @@ lib/php/arcanist/src/lint/linter/__tests__/xhpast/implicit-visibility.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/index-function.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/inner-function.lint-test +lib/php/arcanist/src/lint/linter/__tests__/xhpast/instanceof-operator.lint-test +lib/php/arcanist/src/lint/linter/__tests__/xhpast/invalid-default-paramter.lint-test +lib/php/arcanist/src/lint/linter/__tests__/xhpast/invalid-modifiers.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/keyword-casing.lint-test +lib/php/arcanist/src/lint/linter/__tests__/xhpast/lamba-func-function.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/language-construct-parentheses.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/logical-operators.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/lowercase-functions.lint-test +lib/php/arcanist/src/lint/linter/__tests__/xhpast/modifier-ordering.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/naming-conventions.lint-test +lib/php/arcanist/src/lint/linter/__tests__/xhpast/no-parent-scope.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/no-segfault-on-abstract.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/no-segfault-on-exit.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/nowdoc.lint-test @@ -333,10 +333,12 @@ lib/php/arcanist/src/lint/linter/__tests__/xhpast/syntax-error.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/tautological-expressions.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/todo.lint-test +lib/php/arcanist/src/lint/linter/__tests__/xhpast/tostring-exception.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/undeclared-variables.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/unnecessary-final-modifier.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/unreasonably-deep-nesting.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/use-of-this-in-static-method.lint-test +lib/php/arcanist/src/lint/linter/__tests__/xhpast/useless-overriding-method.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/variable-variables.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/windows.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/wrong-concat-operator.lint-test @@ -372,7 +374,75 @@ lib/php/arcanist/src/lint/linter/reporter.js lib/php/arcanist/src/lint/linter/xhpast/ArcanistXHPASTLintNamingHook.php lib/php/arcanist/src/lint/linter/xhpast/ArcanistXHPASTLintSwitchHook.php +lib/php/arcanist/src/lint/linter/xhpast/ArcanistXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/__tests__/ArcanistXHPASTLintNamingHookTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistAliasFunctionXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistArrayIndexSpacingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistArraySeparatorXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistBinaryExpressionSpacingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistBlacklistedFunctionXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistBraceFormattingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistCallTimePassByReferenceXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistCastSpacingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistClassFilenameMismatchXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistClassNameLiteralXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistClosingCallParenthesesXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistClosingDeclarationParenthesesXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistCommentSpacingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistCommentStyleXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistConcatenationOperatorXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistConstructorParenthesesXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistControlStatementSpacingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistDefaultParametersXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistDoubleQuoteXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistDuplicateKeysInArrayXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistDuplicateSwitchCaseXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistDynamicDefineXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistElseIfUsageXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistEmptyStatementXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistExitExpressionXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistExtractUseXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistFormattedStringXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistImplicitConstructorXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistImplicitFallthroughXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistImplicitVisibilityXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistInnerFunctionXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistInstanceOfOperatorXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistInvalidDefaultParameterXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistInvalidModifiersXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistKeywordCasingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistLambdaFuncFunctionXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistLanguageConstructParenthesesXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistLogicalOperatorsXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistLowercaseFunctionsXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistModifierOrderingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistNamingConventionsXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistNoParentScopeXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPHPCloseTagXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPHPCompatibilityXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPHPEchoTagXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPHPOpenTagXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPHPShortTagXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistParenthesesSpacingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPlusOperatorOnStringsXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPregQuoteMisuseXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistReusedAsIteratorXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistReusedIteratorReferenceXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistReusedIteratorXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistSelfMemberReferenceXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistSemicolonSpacingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistSlownessXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistStaticThisXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistSyntaxErrorXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistTautologicalExpressionXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistToStringExceptionXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistTodoCommentXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUnableToParseXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUndeclaredVariableXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUnnecessaryFinalModifierXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUnnecessarySemicolonXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUselessOverridingMethodXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistVariableVariableXHPASTLinterRule.php lib/php/arcanist/src/lint/renderer/ArcanistCheckstyleXMLLintRenderer.php lib/php/arcanist/src/lint/renderer/ArcanistCompilerLintRenderer.php lib/php/arcanist/src/lint/renderer/ArcanistConsoleLintRenderer.php @@ -501,8 +571,6 @@ lib/php/arcanist/src/repository/api/__tests__/state/git_basic.git.tgz lib/php/arcanist/src/repository/api/__tests__/state/hg_basic.hg.tgz lib/php/arcanist/src/repository/api/__tests__/state/svn_basic.svn.tgz -lib/php/arcanist/src/repository/hookapi/ArcanistHookAPI.php -lib/php/arcanist/src/repository/hookapi/ArcanistSubversionHookAPI.php lib/php/arcanist/src/repository/parser/ArcanistMercurialParser.php lib/php/arcanist/src/repository/parser/__tests__/ArcanistMercurialParserTestCase.php lib/php/arcanist/src/repository/parser/__tests__/mercurial/branches-basic.txt @@ -513,7 +581,6 @@ lib/php/arcanist/src/repository/parser/__tests__/mercurial/status-basic.txt lib/php/arcanist/src/repository/parser/__tests__/mercurial/status-moves.txt lib/php/arcanist/src/unit/ArcanistUnitTestResult.php -lib/php/arcanist/src/unit/engine/ArcanistBaseUnitTestEngine.php lib/php/arcanist/src/unit/engine/ArcanistUnitTestEngine.php lib/php/arcanist/src/unit/engine/CSharpToolsTestEngine.php lib/php/arcanist/src/unit/engine/NoseTestEngine.php @@ -523,10 +590,10 @@ lib/php/arcanist/src/unit/engine/XUnitTestEngine.php lib/php/arcanist/src/unit/engine/__tests__/PhpunitTestEngineTestCase.php lib/php/arcanist/src/unit/engine/__tests__/PhutilUnitTestEngineTestCase.php -lib/php/arcanist/src/unit/engine/phutil/ArcanistPhutilTestCase.php -lib/php/arcanist/src/unit/engine/phutil/testcase/ArcanistPhutilTestCaseTestCase.php -lib/php/arcanist/src/unit/engine/phutil/testcase/ArcanistPhutilTestSkippedException.php -lib/php/arcanist/src/unit/engine/phutil/testcase/ArcanistPhutilTestTerminatedException.php +lib/php/arcanist/src/unit/engine/phutil/PhutilTestCase.php +lib/php/arcanist/src/unit/engine/phutil/testcase/PhutilTestCaseTestCase.php +lib/php/arcanist/src/unit/engine/phutil/testcase/PhutilTestSkippedException.php +lib/php/arcanist/src/unit/engine/phutil/testcase/PhutilTestTerminatedException.php lib/php/arcanist/src/unit/parser/ArcanistGoTestResultParser.php lib/php/arcanist/src/unit/parser/ArcanistPhpunitTestResultParser.php lib/php/arcanist/src/unit/parser/ArcanistTestResultParser.php @@ -548,11 +615,12 @@ lib/php/arcanist/src/unit/parser/__tests__/testresults/xunit.simple lib/php/arcanist/src/unit/renderer/ArcanistUnitConsoleRenderer.php lib/php/arcanist/src/unit/renderer/ArcanistUnitRenderer.php +lib/php/arcanist/src/upload/ArcanistFileDataRef.php +lib/php/arcanist/src/upload/ArcanistFileUploader.php lib/php/arcanist/src/workflow/ArcanistAliasWorkflow.php lib/php/arcanist/src/workflow/ArcanistAmendWorkflow.php lib/php/arcanist/src/workflow/ArcanistAnoidWorkflow.php lib/php/arcanist/src/workflow/ArcanistBackoutWorkflow.php -lib/php/arcanist/src/workflow/ArcanistBaseWorkflow.php lib/php/arcanist/src/workflow/ArcanistBookmarkWorkflow.php lib/php/arcanist/src/workflow/ArcanistBranchWorkflow.php lib/php/arcanist/src/workflow/ArcanistBrowseWorkflow.php @@ -567,7 +635,6 @@ lib/php/arcanist/src/workflow/ArcanistFeatureWorkflow.php lib/php/arcanist/src/workflow/ArcanistFlagWorkflow.php lib/php/arcanist/src/workflow/ArcanistGetConfigWorkflow.php -lib/php/arcanist/src/workflow/ArcanistGitHookPreReceiveWorkflow.php lib/php/arcanist/src/workflow/ArcanistHelpWorkflow.php lib/php/arcanist/src/workflow/ArcanistInstallCertificateWorkflow.php lib/php/arcanist/src/workflow/ArcanistLandWorkflow.php @@ -583,7 +650,6 @@ lib/php/arcanist/src/workflow/ArcanistShellCompleteWorkflow.php lib/php/arcanist/src/workflow/ArcanistStartWorkflow.php lib/php/arcanist/src/workflow/ArcanistStopWorkflow.php -lib/php/arcanist/src/workflow/ArcanistSvnHookPreCommitWorkflow.php lib/php/arcanist/src/workflow/ArcanistTasksWorkflow.php lib/php/arcanist/src/workflow/ArcanistTimeWorkflow.php lib/php/arcanist/src/workflow/ArcanistTodoWorkflow.php Index: head/devel/libphutil/Makefile =================================================================== --- head/devel/libphutil/Makefile +++ head/devel/libphutil/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libphutil -PORTVERSION= 20150423 +PORTVERSION= 20150602 CATEGORIES= devel PKGNAMEPREFIX= php5- @@ -9,13 +9,14 @@ COMMENT= Collection of PHP utility classes LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE PHP_DESTDIR= lib/php/libphutil USE_PHP= xml USE_GITHUB= yes NO_BUILD= yes GH_ACCOUNT= phacility -GH_TAGNAME= 20d4310 +GH_TAGNAME= afc05a9 do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR} Index: head/devel/libphutil/distinfo =================================================================== --- head/devel/libphutil/distinfo +++ head/devel/libphutil/distinfo @@ -1,2 +1,2 @@ -SHA256 (phacility-libphutil-20150423-20d4310_GH0.tar.gz) = 0b90baf22396de306d9abe6e312b47e9832fb61d040d516461d52b866ac7e540 -SIZE (phacility-libphutil-20150423-20d4310_GH0.tar.gz) = 1325023 +SHA256 (phacility-libphutil-20150602-afc05a9_GH0.tar.gz) = 88470ae17d895e230b5c75c7bcd1f3cc16131e123026063467ac316924933527 +SIZE (phacility-libphutil-20150602-afc05a9_GH0.tar.gz) = 1343953 Index: head/devel/libphutil/pkg-plist =================================================================== --- head/devel/libphutil/pkg-plist +++ head/devel/libphutil/pkg-plist @@ -12,7 +12,7 @@ lib/php/libphutil/resources/ssl/default.pem lib/php/libphutil/resources/test/diverse_symbols.php.example lib/php/libphutil/scripts/__init_script__.php -lib/php/libphutil/scripts/build_xhpast.sh +lib/php/libphutil/scripts/build_xhpast.php lib/php/libphutil/scripts/daemon/exec/exec_daemon.php lib/php/libphutil/scripts/daemon/launch_daemon.php lib/php/libphutil/scripts/daemon/torture/resist-death.php @@ -59,7 +59,6 @@ lib/php/libphutil/src/aphront/storage/exception/AphrontSchemaQueryException.php lib/php/libphutil/src/aphront/writeguard/AphrontScopedUnguardedWriteCapability.php lib/php/libphutil/src/aphront/writeguard/AphrontWriteGuard.php -lib/php/libphutil/src/aphront/writeguard/event/AphrontWriteGuardExitEventListener.php lib/php/libphutil/src/auth/PhutilAmazonAuthAdapter.php lib/php/libphutil/src/auth/PhutilAsanaAuthAdapter.php lib/php/libphutil/src/auth/PhutilAuthAdapter.php @@ -163,6 +162,8 @@ lib/php/libphutil/src/events/PhutilEventListener.php lib/php/libphutil/src/events/constant/PhutilEventConstants.php lib/php/libphutil/src/events/constant/PhutilEventType.php +lib/php/libphutil/src/exception/PhutilInvalidStateException.php +lib/php/libphutil/src/exception/__tests__/PhutilInvalidStateExceptionTestCase.php lib/php/libphutil/src/extensions/README lib/php/libphutil/src/filesystem/FileFinder.php lib/php/libphutil/src/filesystem/FileList.php @@ -232,7 +233,6 @@ lib/php/libphutil/src/grammar/code/PhutilCodeSnippetContextFreeGrammar.php lib/php/libphutil/src/grammar/code/PhutilJavaCodeSnippetContextFreeGrammar.php lib/php/libphutil/src/grammar/code/PhutilPHPCodeSnippetContextFreeGrammar.php -lib/php/libphutil/src/infrastructure/testing/PhutilTestCase.php lib/php/libphutil/src/internationalization/PhutilLocale.php lib/php/libphutil/src/internationalization/PhutilNumber.php lib/php/libphutil/src/internationalization/PhutilPerson.php @@ -423,6 +423,7 @@ lib/php/libphutil/src/object/__tests__/PhutilTestPhobject.php lib/php/libphutil/src/parser/PhutilBugtraqParser.php lib/php/libphutil/src/parser/PhutilDocblockParser.php +lib/php/libphutil/src/parser/PhutilEditorConfig.php lib/php/libphutil/src/parser/PhutilEmailAddress.php lib/php/libphutil/src/parser/PhutilGitURI.php lib/php/libphutil/src/parser/PhutilJSON.php @@ -435,6 +436,7 @@ lib/php/libphutil/src/parser/PhutilURI.php lib/php/libphutil/src/parser/__tests__/PhutilBugtraqParserTestCase.php lib/php/libphutil/src/parser/__tests__/PhutilDocblockParserTestCase.php +lib/php/libphutil/src/parser/__tests__/PhutilEditorConfigTestCase.php lib/php/libphutil/src/parser/__tests__/PhutilEmailAddressTestCase.php lib/php/libphutil/src/parser/__tests__/PhutilGitURITestCase.php lib/php/libphutil/src/parser/__tests__/PhutilJSONParserTestCase.php @@ -455,6 +457,10 @@ lib/php/libphutil/src/parser/__tests__/docblock/multiline-special.docblock lib/php/libphutil/src/parser/__tests__/docblock/specials-with-hyphen.docblock lib/php/libphutil/src/parser/__tests__/docblock/specials.docblock +lib/php/libphutil/src/parser/__tests__/editorconfig/.editorconfig +lib/php/libphutil/src/parser/__tests__/editorconfig/empty/.editorconfig +lib/php/libphutil/src/parser/__tests__/editorconfig/externals/.editorconfig +lib/php/libphutil/src/parser/__tests__/editorconfig/subdir/.editorconfig lib/php/libphutil/src/parser/__tests__/json/base64.data lib/php/libphutil/src/parser/__tests__/json/base64.json lib/php/libphutil/src/parser/__tests__/languageguesser/bash.shebang @@ -590,8 +596,10 @@ lib/php/libphutil/src/utils/viewutils.php lib/php/libphutil/src/xsprintf/PhutilCommandString.php lib/php/libphutil/src/xsprintf/PhutilQsprintfInterface.php +lib/php/libphutil/src/xsprintf/PhutilTerminalString.php lib/php/libphutil/src/xsprintf/__tests__/PhutilCsprintfTestCase.php lib/php/libphutil/src/xsprintf/__tests__/PhutilHgsprintfTestCase.php +lib/php/libphutil/src/xsprintf/__tests__/PhutilTsprintfTestCase.php lib/php/libphutil/src/xsprintf/__tests__/PhutilUrisprintfTestCase.php lib/php/libphutil/src/xsprintf/csprintf.php lib/php/libphutil/src/xsprintf/exception/XsprintfUnknownConversionException.php @@ -600,6 +608,7 @@ lib/php/libphutil/src/xsprintf/ldapsprintf.php lib/php/libphutil/src/xsprintf/qsprintf.php lib/php/libphutil/src/xsprintf/queryfx.php +lib/php/libphutil/src/xsprintf/tsprintf.php lib/php/libphutil/src/xsprintf/urisprintf.php lib/php/libphutil/src/xsprintf/xsprintf.php lib/php/libphutil/support/parser/generate-type-parser.php Index: head/devel/phabricator/Makefile =================================================================== --- head/devel/phabricator/Makefile +++ head/devel/phabricator/Makefile @@ -1,16 +1,16 @@ # $FreeBSD$ PORTNAME= phabricator -PORTVERSION= 20150423 +PORTVERSION= 20150602 CATEGORIES= devel PKGNAMEPREFIX= php5- MAINTAINER= grembo@FreeBSD.org -COMMENT= Open source software development platform +COMMENT= Open source, software engineering platform LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -PHP_DESTDIR= lib/php/phabricator RUN_DEPENDS= php5-libphutil>0:${PORTSDIR}/devel/libphutil \ php5-arcanist>0:${PORTSDIR}/devel/arcanist \ git:${PORTSDIR}/devel/git @@ -32,7 +32,7 @@ RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:${PORTSDIR}/devel/pecl-APCu . else USE_PHP+= apc -. endif +. endif .endif USE_GITHUB= yes @@ -40,7 +40,9 @@ USE_RC_SUBR= phd SUB_FILES= pkg-message GH_ACCOUNT= phacility -GH_TAGNAME= cf154ae +GH_TAGNAME= 55c73b2 + +PHP_DESTDIR= lib/php/phabricator do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR} Index: head/devel/phabricator/distinfo =================================================================== --- head/devel/phabricator/distinfo +++ head/devel/phabricator/distinfo @@ -1,2 +1,2 @@ -SHA256 (phabricator-20150423_GH0.tar.gz) = 6227abba6a54393ab82700e9490ddf1f46820b66695167c14cae559d6d58d5e0 -SIZE (phabricator-20150423_GH0.tar.gz) = 5524168 +SHA256 (phabricator-20150602_GH0.tar.gz) = 9a976007f629940c64c91c8c46a31118e014935f12c66bc9c678f5123a4a3eaa +SIZE (phabricator-20150602_GH0.tar.gz) = 5671025 Index: head/devel/phabricator/pkg-plist =================================================================== --- head/devel/phabricator/pkg-plist +++ head/devel/phabricator/pkg-plist @@ -1,3 +1,4 @@ +etc/rc.d/phd lib/php/phabricator/LICENSE lib/php/phabricator/NOTICE lib/php/phabricator/README.md @@ -335,6 +336,9 @@ lib/php/phabricator/externals/wordlist/password.lst lib/php/phabricator/externals/xhprof/LICENSE lib/php/phabricator/externals/xhprof/xhprof_lib.php +lib/php/phabricator/resources/builtin/image-100x100.png +lib/php/phabricator/resources/builtin/image-220x220.png +lib/php/phabricator/resources/builtin/image-280x210.png lib/php/phabricator/resources/builtin/macro/phabricator1/angelic.png lib/php/phabricator/resources/builtin/macro/phabricator1/capn.png lib/php/phabricator/resources/builtin/macro/phabricator1/disapprovey.png @@ -921,6 +925,45 @@ lib/php/phabricator/resources/sql/autopatches/20150410.nukeruleedit.sql lib/php/phabricator/resources/sql/autopatches/20150420.invoice.1.sql lib/php/phabricator/resources/sql/autopatches/20150420.invoice.2.sql +lib/php/phabricator/resources/sql/autopatches/20150425.isclosed.sql +lib/php/phabricator/resources/sql/autopatches/20150427.calendar.1.edge.sql +lib/php/phabricator/resources/sql/autopatches/20150427.calendar.1.xaction.sql +lib/php/phabricator/resources/sql/autopatches/20150427.calendar.2.xaction.sql +lib/php/phabricator/resources/sql/autopatches/20150428.calendar.1.iscancelled.sql +lib/php/phabricator/resources/sql/autopatches/20150428.calendar.1.name.sql +lib/php/phabricator/resources/sql/autopatches/20150429.calendar.1.invitee.sql +lib/php/phabricator/resources/sql/autopatches/20150430.calendar.1.policies.sql +lib/php/phabricator/resources/sql/autopatches/20150430.multimeter.1.sql +lib/php/phabricator/resources/sql/autopatches/20150430.multimeter.2.host.sql +lib/php/phabricator/resources/sql/autopatches/20150430.multimeter.3.viewer.sql +lib/php/phabricator/resources/sql/autopatches/20150430.multimeter.4.context.sql +lib/php/phabricator/resources/sql/autopatches/20150430.multimeter.5.label.sql +lib/php/phabricator/resources/sql/autopatches/20150501.calendar.1.reply.sql +lib/php/phabricator/resources/sql/autopatches/20150501.calendar.2.reply.php +lib/php/phabricator/resources/sql/autopatches/20150501.conpherencepics.sql +lib/php/phabricator/resources/sql/autopatches/20150503.repositorysymbols.1.sql +lib/php/phabricator/resources/sql/autopatches/20150503.repositorysymbols.2.php +lib/php/phabricator/resources/sql/autopatches/20150503.repositorysymbols.3.sql +lib/php/phabricator/resources/sql/autopatches/20150504.symbolsproject.1.php +lib/php/phabricator/resources/sql/autopatches/20150504.symbolsproject.2.sql +lib/php/phabricator/resources/sql/autopatches/20150506.calendarunnamedevents.1.php +lib/php/phabricator/resources/sql/autopatches/20150507.calendar.1.isallday.sql +lib/php/phabricator/resources/sql/autopatches/20150513.user.cache.1.sql +lib/php/phabricator/resources/sql/autopatches/20150514.calendar.status.sql +lib/php/phabricator/resources/sql/autopatches/20150514.phame.blog.xaction.sql +lib/php/phabricator/resources/sql/autopatches/20150514.user.cache.2.sql +lib/php/phabricator/resources/sql/autopatches/20150515.phame.post.xaction.sql +lib/php/phabricator/resources/sql/autopatches/20150515.project.mailkey.1.sql +lib/php/phabricator/resources/sql/autopatches/20150515.project.mailkey.2.php +lib/php/phabricator/resources/sql/autopatches/20150519.calendar.calendaricon.sql +lib/php/phabricator/resources/sql/autopatches/20150521.releephrepository.sql +lib/php/phabricator/resources/sql/autopatches/20150525.diff.hidden.1.sql +lib/php/phabricator/resources/sql/autopatches/20150526.owners.mailkey.1.sql +lib/php/phabricator/resources/sql/autopatches/20150526.owners.mailkey.2.php +lib/php/phabricator/resources/sql/autopatches/20150526.owners.xaction.sql +lib/php/phabricator/resources/sql/autopatches/20150527.calendar.recurringevents.sql +lib/php/phabricator/resources/sql/autopatches/20150601.spaces.1.namespace.sql +lib/php/phabricator/resources/sql/autopatches/20150601.spaces.2.xaction.sql lib/php/phabricator/resources/sql/patches/000.project.sql lib/php/phabricator/resources/sql/patches/0000.legacy.sql lib/php/phabricator/resources/sql/patches/001.maniphest_projects.sql @@ -1344,10 +1387,10 @@ lib/php/phabricator/scripts/ssh/ssh-auth.php lib/php/phabricator/scripts/ssh/ssh-connect.php lib/php/phabricator/scripts/ssh/ssh-exec.php -lib/php/phabricator/scripts/symbols/clear_project_symbols.php +lib/php/phabricator/scripts/symbols/clear_repository_symbols.php lib/php/phabricator/scripts/symbols/generate_ctags_symbols.php lib/php/phabricator/scripts/symbols/generate_php_symbols.php -lib/php/phabricator/scripts/symbols/import_project_symbols.php +lib/php/phabricator/scripts/symbols/import_repository_symbols.php lib/php/phabricator/scripts/user/account_admin.php lib/php/phabricator/scripts/user/add_user.php lib/php/phabricator/scripts/util/add_macro.php @@ -1502,7 +1545,6 @@ lib/php/phabricator/src/applications/audit/management/PhabricatorAuditManagementWorkflow.php lib/php/phabricator/src/applications/audit/query/PhabricatorAuditTransactionQuery.php lib/php/phabricator/src/applications/audit/query/PhabricatorCommitSearchEngine.php -lib/php/phabricator/src/applications/audit/storage/PhabricatorAuditDAO.php lib/php/phabricator/src/applications/audit/storage/PhabricatorAuditInlineComment.php lib/php/phabricator/src/applications/audit/storage/PhabricatorAuditTransaction.php lib/php/phabricator/src/applications/audit/storage/PhabricatorAuditTransactionComment.php @@ -1642,22 +1684,35 @@ lib/php/phabricator/src/applications/cache/storage/PhabricatorMarkupCache.php lib/php/phabricator/src/applications/calendar/__tests__/CalendarTimeUtilTestCase.php lib/php/phabricator/src/applications/calendar/application/PhabricatorCalendarApplication.php -lib/php/phabricator/src/applications/calendar/constants/CalendarColors.php -lib/php/phabricator/src/applications/calendar/constants/CalendarConstants.php -lib/php/phabricator/src/applications/calendar/controller/PhabricatorCalendarBrowseController.php +lib/php/phabricator/src/applications/calendar/command/PhabricatorCalendarEventEmailCommand.php +lib/php/phabricator/src/applications/calendar/command/PhabricatorCalendarEventRSVPEmailCommand.php lib/php/phabricator/src/applications/calendar/controller/PhabricatorCalendarController.php -lib/php/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventDeleteController.php +lib/php/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventCancelController.php +lib/php/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventCommentController.php +lib/php/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventDragController.php lib/php/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventEditController.php +lib/php/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventEditIconController.php +lib/php/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventJoinController.php lib/php/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventListController.php lib/php/phabricator/src/applications/calendar/controller/PhabricatorCalendarEventViewController.php -lib/php/phabricator/src/applications/calendar/controller/PhabricatorCalendarViewController.php -lib/php/phabricator/src/applications/calendar/exception/PhabricatorCalendarEventInvalidEpochException.php +lib/php/phabricator/src/applications/calendar/editor/PhabricatorCalendarEventEditor.php +lib/php/phabricator/src/applications/calendar/icon/PhabricatorCalendarIcon.php +lib/php/phabricator/src/applications/calendar/mail/PhabricatorCalendarEventMailReceiver.php +lib/php/phabricator/src/applications/calendar/mail/PhabricatorCalendarReplyHandler.php lib/php/phabricator/src/applications/calendar/phid/PhabricatorCalendarEventPHIDType.php +lib/php/phabricator/src/applications/calendar/query/PhabricatorCalendarEventInviteeQuery.php lib/php/phabricator/src/applications/calendar/query/PhabricatorCalendarEventQuery.php lib/php/phabricator/src/applications/calendar/query/PhabricatorCalendarEventSearchEngine.php +lib/php/phabricator/src/applications/calendar/query/PhabricatorCalendarEventTransactionQuery.php +lib/php/phabricator/src/applications/calendar/remarkup/PhabricatorCalendarRemarkupRule.php +lib/php/phabricator/src/applications/calendar/search/PhabricatorCalendarEventSearchIndexer.php lib/php/phabricator/src/applications/calendar/storage/PhabricatorCalendarDAO.php lib/php/phabricator/src/applications/calendar/storage/PhabricatorCalendarEvent.php +lib/php/phabricator/src/applications/calendar/storage/PhabricatorCalendarEventInvitee.php +lib/php/phabricator/src/applications/calendar/storage/PhabricatorCalendarEventTransaction.php +lib/php/phabricator/src/applications/calendar/storage/PhabricatorCalendarEventTransactionComment.php lib/php/phabricator/src/applications/calendar/storage/PhabricatorCalendarHoliday.php +lib/php/phabricator/src/applications/calendar/storage/PhabricatorCalendarSchemaSpec.php lib/php/phabricator/src/applications/calendar/storage/__tests__/PhabricatorCalendarHolidayTestCase.php lib/php/phabricator/src/applications/calendar/util/CalendarTimeUtil.php lib/php/phabricator/src/applications/calendar/view/AphrontCalendarEventView.php @@ -1740,7 +1795,7 @@ lib/php/phabricator/src/applications/config/check/PhabricatorCacheSetupCheck.php lib/php/phabricator/src/applications/config/check/PhabricatorDaemonsSetupCheck.php lib/php/phabricator/src/applications/config/check/PhabricatorDatabaseSetupCheck.php -lib/php/phabricator/src/applications/config/check/PhabricatorElasticSetupCheck.php +lib/php/phabricator/src/applications/config/check/PhabricatorElasticSearchSetupCheck.php lib/php/phabricator/src/applications/config/check/PhabricatorExtensionsSetupCheck.php lib/php/phabricator/src/applications/config/check/PhabricatorExtraConfigSetupCheck.php lib/php/phabricator/src/applications/config/check/PhabricatorFileinfoSetupCheck.php @@ -1837,6 +1892,7 @@ lib/php/phabricator/src/applications/conpherence/conduit/ConpherenceUpdateThreadConduitAPIMethod.php lib/php/phabricator/src/applications/conpherence/config/ConpherenceConfigOptions.php lib/php/phabricator/src/applications/conpherence/constants/ConpherenceConstants.php +lib/php/phabricator/src/applications/conpherence/constants/ConpherenceImageData.php lib/php/phabricator/src/applications/conpherence/constants/ConpherenceParticipationStatus.php lib/php/phabricator/src/applications/conpherence/constants/ConpherenceSettings.php lib/php/phabricator/src/applications/conpherence/constants/ConpherenceTransactionType.php @@ -1875,9 +1931,11 @@ lib/php/phabricator/src/applications/conpherence/storage/ConpherenceTransactionComment.php lib/php/phabricator/src/applications/conpherence/view/ConpherenceDurableColumnView.php lib/php/phabricator/src/applications/conpherence/view/ConpherenceFileWidgetView.php +lib/php/phabricator/src/applications/conpherence/view/ConpherenceFormDragAndDropUploadControl.php lib/php/phabricator/src/applications/conpherence/view/ConpherenceLayoutView.php lib/php/phabricator/src/applications/conpherence/view/ConpherenceMenuItemView.php lib/php/phabricator/src/applications/conpherence/view/ConpherencePeopleWidgetView.php +lib/php/phabricator/src/applications/conpherence/view/ConpherencePicCropControl.php lib/php/phabricator/src/applications/conpherence/view/ConpherenceThreadListView.php lib/php/phabricator/src/applications/conpherence/view/ConpherenceTransactionView.php lib/php/phabricator/src/applications/conpherence/view/ConpherenceWidgetView.php @@ -2064,7 +2122,6 @@ lib/php/phabricator/src/applications/differential/controller/DifferentialRevisionListController.php lib/php/phabricator/src/applications/differential/controller/DifferentialRevisionViewController.php lib/php/phabricator/src/applications/differential/customfield/DifferentialApplyPatchField.php -lib/php/phabricator/src/applications/differential/customfield/DifferentialArcanistProjectField.php lib/php/phabricator/src/applications/differential/customfield/DifferentialAsanaRepresentationField.php lib/php/phabricator/src/applications/differential/customfield/DifferentialAuditorsField.php lib/php/phabricator/src/applications/differential/customfield/DifferentialAuthorField.php @@ -2129,6 +2186,7 @@ lib/php/phabricator/src/applications/differential/parser/DifferentialCustomFieldDependsOnParser.php lib/php/phabricator/src/applications/differential/parser/DifferentialCustomFieldRevertsParser.php lib/php/phabricator/src/applications/differential/parser/DifferentialHunkParser.php +lib/php/phabricator/src/applications/differential/parser/DifferentialLineAdjustmentMap.php lib/php/phabricator/src/applications/differential/parser/__tests__/DifferentialChangesetParserTestCase.php lib/php/phabricator/src/applications/differential/parser/__tests__/DifferentialCommitMessageParserTestCase.php lib/php/phabricator/src/applications/differential/parser/__tests__/DifferentialCustomFieldDependsOnParserTestCase.php @@ -2174,6 +2232,7 @@ lib/php/phabricator/src/applications/differential/storage/DifferentialDiffProperty.php lib/php/phabricator/src/applications/differential/storage/DifferentialDiffTransaction.php lib/php/phabricator/src/applications/differential/storage/DifferentialDraft.php +lib/php/phabricator/src/applications/differential/storage/DifferentialHiddenComment.php lib/php/phabricator/src/applications/differential/storage/DifferentialHunk.php lib/php/phabricator/src/applications/differential/storage/DifferentialInlineComment.php lib/php/phabricator/src/applications/differential/storage/DifferentialLegacyHunk.php @@ -2183,6 +2242,7 @@ lib/php/phabricator/src/applications/differential/storage/DifferentialSchemaSpec.php lib/php/phabricator/src/applications/differential/storage/DifferentialTransaction.php lib/php/phabricator/src/applications/differential/storage/DifferentialTransactionComment.php +lib/php/phabricator/src/applications/differential/storage/__tests__/DifferentialAdjustmentMapTestCase.php lib/php/phabricator/src/applications/differential/storage/__tests__/DifferentialDiffTestCase.php lib/php/phabricator/src/applications/differential/storage/__tests__/DifferentialHunkTestCase.php lib/php/phabricator/src/applications/differential/storage/__tests__/diff/copy_overlay.diff @@ -2197,6 +2257,14 @@ lib/php/phabricator/src/applications/differential/storage/__tests__/hunk/trailing_newline_absent.diff lib/php/phabricator/src/applications/differential/storage/__tests__/hunk/trailing_newline_added.diff lib/php/phabricator/src/applications/differential/storage/__tests__/hunk/trailing_newline_removed.diff +lib/php/phabricator/src/applications/differential/storage/__tests__/map/add.diff +lib/php/phabricator/src/applications/differential/storage/__tests__/map/chain.adjust.1.diff +lib/php/phabricator/src/applications/differential/storage/__tests__/map/chain.adjust.2.diff +lib/php/phabricator/src/applications/differential/storage/__tests__/map/chain.adjust.3.diff +lib/php/phabricator/src/applications/differential/storage/__tests__/map/change.diff +lib/php/phabricator/src/applications/differential/storage/__tests__/map/context.diff +lib/php/phabricator/src/applications/differential/storage/__tests__/map/insert.diff +lib/php/phabricator/src/applications/differential/storage/__tests__/map/remove.diff lib/php/phabricator/src/applications/differential/view/DifferentialAddCommentView.php lib/php/phabricator/src/applications/differential/view/DifferentialChangesetDetailView.php lib/php/phabricator/src/applications/differential/view/DifferentialChangesetFileTreeSideNavBuilder.php @@ -2271,6 +2339,7 @@ lib/php/phabricator/src/applications/diffusion/controller/DiffusionPushEventViewController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionPushLogController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionPushLogListController.php +lib/php/phabricator/src/applications/diffusion/controller/DiffusionRefTableController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionRepositoryController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionRepositoryCreateController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionRepositoryDefaultController.php @@ -2284,11 +2353,13 @@ lib/php/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditEncodingController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditHostingController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditMainController.php +lib/php/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditStagingController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditStorageController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditSubversionController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionRepositoryEditUpdateController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionRepositoryListController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionRepositoryNewController.php +lib/php/phabricator/src/applications/diffusion/controller/DiffusionRepositorySymbolsController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionServeController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionSymbolController.php lib/php/phabricator/src/applications/diffusion/controller/DiffusionTagListController.php @@ -2374,7 +2445,10 @@ lib/php/phabricator/src/applications/diffusion/ssh/__tests__/hgwiredata/capabilities2.txt lib/php/phabricator/src/applications/diffusion/ssh/__tests__/hgwiredata/getbundle.txt lib/php/phabricator/src/applications/diffusion/ssh/__tests__/hgwiredata/unbundle.txt -lib/php/phabricator/src/applications/diffusion/typeahead/DiffusionArcanistProjectDatasource.php +lib/php/phabricator/src/applications/diffusion/symbol/DiffusionExternalSymbolQuery.php +lib/php/phabricator/src/applications/diffusion/symbol/DiffusionExternalSymbolsSource.php +lib/php/phabricator/src/applications/diffusion/symbol/DiffusionPhpExternalSymbolsSource.php +lib/php/phabricator/src/applications/diffusion/symbol/DiffusionPythonExternalSymbolsSource.php lib/php/phabricator/src/applications/diffusion/typeahead/DiffusionAuditorDatasource.php lib/php/phabricator/src/applications/diffusion/typeahead/DiffusionRepositoryDatasource.php lib/php/phabricator/src/applications/diffusion/typeahead/DiffusionSymbolDatasource.php @@ -2562,13 +2636,6 @@ lib/php/phabricator/src/applications/feed/storage/PhabricatorFeedStoryData.php lib/php/phabricator/src/applications/feed/storage/PhabricatorFeedStoryReference.php lib/php/phabricator/src/applications/feed/story/PhabricatorFeedStory.php -lib/php/phabricator/src/applications/feed/story/PhabricatorFeedStoryAggregate.php -lib/php/phabricator/src/applications/feed/story/PhabricatorFeedStoryAudit.php -lib/php/phabricator/src/applications/feed/story/PhabricatorFeedStoryCommit.php -lib/php/phabricator/src/applications/feed/story/PhabricatorFeedStoryDifferential.php -lib/php/phabricator/src/applications/feed/story/PhabricatorFeedStoryDifferentialAggregate.php -lib/php/phabricator/src/applications/feed/story/PhabricatorFeedStoryManiphestAggregate.php -lib/php/phabricator/src/applications/feed/story/PhabricatorFeedStoryPhriction.php lib/php/phabricator/src/applications/feed/worker/FeedPublisherHTTPWorker.php lib/php/phabricator/src/applications/feed/worker/FeedPublisherWorker.php lib/php/phabricator/src/applications/feed/worker/FeedPushWorker.php @@ -2596,6 +2663,7 @@ lib/php/phabricator/src/applications/files/controller/PhabricatorFileInfoController.php lib/php/phabricator/src/applications/files/controller/PhabricatorFileListController.php lib/php/phabricator/src/applications/files/controller/PhabricatorFileTransformController.php +lib/php/phabricator/src/applications/files/controller/PhabricatorFileTransformListController.php lib/php/phabricator/src/applications/files/controller/PhabricatorFileUploadController.php lib/php/phabricator/src/applications/files/controller/PhabricatorFileUploadDialogController.php lib/php/phabricator/src/applications/files/edge/PhabricatorFileHasObjectEdgeType.php @@ -2637,6 +2705,9 @@ lib/php/phabricator/src/applications/files/storage/PhabricatorFileTransactionComment.php lib/php/phabricator/src/applications/files/storage/PhabricatorTransformedFile.php lib/php/phabricator/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php +lib/php/phabricator/src/applications/files/transform/PhabricatorFileImageTransform.php +lib/php/phabricator/src/applications/files/transform/PhabricatorFileThumbnailTransform.php +lib/php/phabricator/src/applications/files/transform/PhabricatorFileTransform.php lib/php/phabricator/src/applications/files/view/PhabricatorGlobalUploadTargetView.php lib/php/phabricator/src/applications/flag/application/PhabricatorFlagsApplication.php lib/php/phabricator/src/applications/flag/conduit/FlagConduitAPIMethod.php @@ -2949,7 +3020,6 @@ lib/php/phabricator/src/applications/maniphest/config/ManiphestStatusConfigOptionType.php lib/php/phabricator/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php lib/php/phabricator/src/applications/maniphest/constants/ManiphestConstants.php -lib/php/phabricator/src/applications/maniphest/constants/ManiphestTaskOwner.php lib/php/phabricator/src/applications/maniphest/constants/ManiphestTaskPriority.php lib/php/phabricator/src/applications/maniphest/constants/ManiphestTaskStatus.php lib/php/phabricator/src/applications/maniphest/constants/__tests__/ManiphestTaskStatusTestCase.php @@ -3020,7 +3090,6 @@ lib/php/phabricator/src/applications/meta/typeahead/PhabricatorApplicationDatasource.php lib/php/phabricator/src/applications/meta/view/PhabricatorApplicationLaunchView.php lib/php/phabricator/src/applications/meta/view/PhabricatorApplicationStatusView.php -lib/php/phabricator/src/applications/metamta/PhabricatorMail.php lib/php/phabricator/src/applications/metamta/PhabricatorMetaMTAWorker.php lib/php/phabricator/src/applications/metamta/action/PhabricatorMetaMTAErrorMailAction.php lib/php/phabricator/src/applications/metamta/adapter/PhabricatorMailImplementationAdapter.php @@ -3078,6 +3147,18 @@ lib/php/phabricator/src/applications/metamta/view/PhabricatorMetaMTAMailBody.php lib/php/phabricator/src/applications/metamta/view/PhabricatorMetaMTAMailSection.php lib/php/phabricator/src/applications/metamta/view/__tests__/PhabricatorMetaMTAMailBodyTestCase.php +lib/php/phabricator/src/applications/multimeter/application/PhabricatorMultimeterApplication.php +lib/php/phabricator/src/applications/multimeter/controller/MultimeterController.php +lib/php/phabricator/src/applications/multimeter/controller/MultimeterSampleController.php +lib/php/phabricator/src/applications/multimeter/data/MultimeterControl.php +lib/php/phabricator/src/applications/multimeter/garbagecollector/MultimeterEventGarbageCollector.php +lib/php/phabricator/src/applications/multimeter/storage/MultimeterContext.php +lib/php/phabricator/src/applications/multimeter/storage/MultimeterDAO.php +lib/php/phabricator/src/applications/multimeter/storage/MultimeterDimension.php +lib/php/phabricator/src/applications/multimeter/storage/MultimeterEvent.php +lib/php/phabricator/src/applications/multimeter/storage/MultimeterHost.php +lib/php/phabricator/src/applications/multimeter/storage/MultimeterLabel.php +lib/php/phabricator/src/applications/multimeter/storage/MultimeterViewer.php lib/php/phabricator/src/applications/notification/application/PhabricatorNotificationsApplication.php lib/php/phabricator/src/applications/notification/builder/PhabricatorNotificationBuilder.php lib/php/phabricator/src/applications/notification/client/PhabricatorNotificationClient.php @@ -3177,22 +3258,21 @@ lib/php/phabricator/src/applications/owners/conduit/OwnersQueryConduitAPIMethod.php lib/php/phabricator/src/applications/owners/config/PhabricatorOwnersConfigOptions.php lib/php/phabricator/src/applications/owners/controller/PhabricatorOwnersController.php -lib/php/phabricator/src/applications/owners/controller/PhabricatorOwnersDeleteController.php lib/php/phabricator/src/applications/owners/controller/PhabricatorOwnersDetailController.php lib/php/phabricator/src/applications/owners/controller/PhabricatorOwnersEditController.php lib/php/phabricator/src/applications/owners/controller/PhabricatorOwnersListController.php -lib/php/phabricator/src/applications/owners/editor/PhabricatorOwnersPackageEditor.php +lib/php/phabricator/src/applications/owners/controller/PhabricatorOwnersPathsController.php +lib/php/phabricator/src/applications/owners/editor/PhabricatorOwnersPackageTransactionEditor.php lib/php/phabricator/src/applications/owners/mail/OwnersPackageReplyHandler.php -lib/php/phabricator/src/applications/owners/mail/PackageCreateMail.php -lib/php/phabricator/src/applications/owners/mail/PackageDeleteMail.php -lib/php/phabricator/src/applications/owners/mail/PackageMail.php -lib/php/phabricator/src/applications/owners/mail/PackageModifyMail.php lib/php/phabricator/src/applications/owners/phid/PhabricatorOwnersPackagePHIDType.php lib/php/phabricator/src/applications/owners/query/PhabricatorOwnerPathQuery.php lib/php/phabricator/src/applications/owners/query/PhabricatorOwnersPackageQuery.php +lib/php/phabricator/src/applications/owners/query/PhabricatorOwnersPackageSearchEngine.php +lib/php/phabricator/src/applications/owners/query/PhabricatorOwnersPackageTransactionQuery.php lib/php/phabricator/src/applications/owners/storage/PhabricatorOwnersDAO.php lib/php/phabricator/src/applications/owners/storage/PhabricatorOwnersOwner.php lib/php/phabricator/src/applications/owners/storage/PhabricatorOwnersPackage.php +lib/php/phabricator/src/applications/owners/storage/PhabricatorOwnersPackageTransaction.php lib/php/phabricator/src/applications/owners/storage/PhabricatorOwnersPath.php lib/php/phabricator/src/applications/owners/storage/__tests__/PhabricatorOwnersPackageTestCase.php lib/php/phabricator/src/applications/owners/typeahead/PhabricatorOwnersPackageDatasource.php @@ -3264,13 +3344,11 @@ lib/php/phabricator/src/applications/people/application/PhabricatorPeopleApplication.php lib/php/phabricator/src/applications/people/capability/PeopleBrowseUserDirectoryCapability.php lib/php/phabricator/src/applications/people/capability/PeopleCreateUsersCapability.php -lib/php/phabricator/src/applications/people/conduit/UserAddStatusConduitAPIMethod.php lib/php/phabricator/src/applications/people/conduit/UserConduitAPIMethod.php lib/php/phabricator/src/applications/people/conduit/UserDisableConduitAPIMethod.php lib/php/phabricator/src/applications/people/conduit/UserEnableConduitAPIMethod.php lib/php/phabricator/src/applications/people/conduit/UserFindConduitAPIMethod.php lib/php/phabricator/src/applications/people/conduit/UserQueryConduitAPIMethod.php -lib/php/phabricator/src/applications/people/conduit/UserRemoveStatusConduitAPIMethod.php lib/php/phabricator/src/applications/people/conduit/UserWhoAmIConduitAPIMethod.php lib/php/phabricator/src/applications/people/config/PhabricatorUserConfigOptions.php lib/php/phabricator/src/applications/people/controller/PhabricatorPeopleApproveController.php @@ -3329,6 +3407,7 @@ lib/php/phabricator/src/applications/people/storage/PhabricatorUserTransaction.php lib/php/phabricator/src/applications/people/storage/__tests__/PhabricatorUserEmailTestCase.php lib/php/phabricator/src/applications/people/storage/__tests__/PhabricatorUserTestCase.php +lib/php/phabricator/src/applications/people/typeahead/PhabricatorPeopleAnyOwnerDatasource.php lib/php/phabricator/src/applications/people/typeahead/PhabricatorPeopleDatasource.php lib/php/phabricator/src/applications/people/typeahead/PhabricatorPeopleNoOwnerDatasource.php lib/php/phabricator/src/applications/people/typeahead/PhabricatorPeopleOwnerDatasource.php @@ -3360,17 +3439,22 @@ lib/php/phabricator/src/applications/phame/controller/post/PhamePostPublishController.php lib/php/phabricator/src/applications/phame/controller/post/PhamePostUnpublishController.php lib/php/phabricator/src/applications/phame/controller/post/PhamePostViewController.php +lib/php/phabricator/src/applications/phame/editor/PhameBlogEditor.php +lib/php/phabricator/src/applications/phame/editor/PhamePostEditor.php lib/php/phabricator/src/applications/phame/phid/PhabricatorPhameBlogPHIDType.php lib/php/phabricator/src/applications/phame/phid/PhabricatorPhamePostPHIDType.php lib/php/phabricator/src/applications/phame/query/PhameBlogQuery.php lib/php/phabricator/src/applications/phame/query/PhamePostQuery.php +lib/php/phabricator/src/applications/phame/query/PhamePostTransactionQuery.php lib/php/phabricator/src/applications/phame/skins/PhameBasicBlogSkin.php lib/php/phabricator/src/applications/phame/skins/PhameBasicTemplateBlogSkin.php lib/php/phabricator/src/applications/phame/skins/PhameBlogSkin.php lib/php/phabricator/src/applications/phame/skins/PhameSkinSpecification.php lib/php/phabricator/src/applications/phame/storage/PhameBlog.php +lib/php/phabricator/src/applications/phame/storage/PhameBlogTransaction.php lib/php/phabricator/src/applications/phame/storage/PhameDAO.php lib/php/phabricator/src/applications/phame/storage/PhamePost.php +lib/php/phabricator/src/applications/phame/storage/PhamePostTransaction.php lib/php/phabricator/src/applications/phame/storage/PhameSchemaSpec.php lib/php/phabricator/src/applications/phame/view/PhamePostView.php lib/php/phabricator/src/applications/phid/PhabricatorMetaMTAApplicationEmailPHIDType.php @@ -3380,8 +3464,6 @@ lib/php/phabricator/src/applications/phid/conduit/PHIDInfoConduitAPIMethod.php lib/php/phabricator/src/applications/phid/conduit/PHIDLookupConduitAPIMethod.php lib/php/phabricator/src/applications/phid/conduit/PHIDQueryConduitAPIMethod.php -lib/php/phabricator/src/applications/phid/handle/const/PhabricatorObjectHandleConstants.php -lib/php/phabricator/src/applications/phid/handle/const/PhabricatorObjectHandleStatus.php lib/php/phabricator/src/applications/phid/handle/pool/PhabricatorHandleList.php lib/php/phabricator/src/applications/phid/handle/pool/PhabricatorHandlePool.php lib/php/phabricator/src/applications/phid/handle/pool/__tests__/PhabricatorHandlePoolTestCase.php @@ -3419,7 +3501,6 @@ lib/php/phabricator/src/applications/pholio/controller/PholioImageUploadController.php lib/php/phabricator/src/applications/pholio/controller/PholioInlineController.php lib/php/phabricator/src/applications/pholio/controller/PholioInlineListController.php -lib/php/phabricator/src/applications/pholio/controller/PholioInlineThumbController.php lib/php/phabricator/src/applications/pholio/controller/PholioMockCommentController.php lib/php/phabricator/src/applications/pholio/controller/PholioMockEditController.php lib/php/phabricator/src/applications/pholio/controller/PholioMockListController.php @@ -3626,7 +3707,6 @@ lib/php/phabricator/src/applications/phriction/conduit/PhrictionHistoryConduitAPIMethod.php lib/php/phabricator/src/applications/phriction/conduit/PhrictionInfoConduitAPIMethod.php lib/php/phabricator/src/applications/phriction/config/PhabricatorPhrictionConfigOptions.php -lib/php/phabricator/src/applications/phriction/constants/PhrictionActionConstants.php lib/php/phabricator/src/applications/phriction/constants/PhrictionChangeType.php lib/php/phabricator/src/applications/phriction/constants/PhrictionConstants.php lib/php/phabricator/src/applications/phriction/constants/PhrictionDocumentStatus.php @@ -3782,6 +3862,7 @@ lib/php/phabricator/src/applications/project/icon/PhabricatorProjectIcon.php lib/php/phabricator/src/applications/project/interface/PhabricatorProjectInterface.php lib/php/phabricator/src/applications/project/lipsum/PhabricatorProjectTestDataGenerator.php +lib/php/phabricator/src/applications/project/mail/ProjectReplyHandler.php lib/php/phabricator/src/applications/project/phid/PhabricatorProjectColumnPHIDType.php lib/php/phabricator/src/applications/project/phid/PhabricatorProjectProjectPHIDType.php lib/php/phabricator/src/applications/project/query/PhabricatorProjectColumnPositionQuery.php @@ -3819,7 +3900,6 @@ lib/php/phabricator/src/applications/releeph/commitfinder/ReleephCommitFinderException.php lib/php/phabricator/src/applications/releeph/conduit/ReleephConduitAPIMethod.php lib/php/phabricator/src/applications/releeph/conduit/ReleephGetBranchesConduitAPIMethod.php -lib/php/phabricator/src/applications/releeph/conduit/ReleephProjectInfoConduitAPIMethod.php lib/php/phabricator/src/applications/releeph/conduit/ReleephQueryBranchesConduitAPIMethod.php lib/php/phabricator/src/applications/releeph/conduit/ReleephQueryProductsConduitAPIMethod.php lib/php/phabricator/src/applications/releeph/conduit/ReleephQueryRequestsConduitAPIMethod.php @@ -3906,19 +3986,16 @@ lib/php/phabricator/src/applications/releeph/view/branch/ReleephBranchTemplate.php lib/php/phabricator/src/applications/releeph/view/request/ReleephRequestTypeaheadControl.php lib/php/phabricator/src/applications/remarkup/conduit/RemarkupProcessConduitAPIMethod.php -lib/php/phabricator/src/applications/repository/application/PhabricatorRepositoriesApplication.php lib/php/phabricator/src/applications/repository/conduit/RepositoryConduitAPIMethod.php lib/php/phabricator/src/applications/repository/conduit/RepositoryCreateConduitAPIMethod.php lib/php/phabricator/src/applications/repository/conduit/RepositoryQueryConduitAPIMethod.php lib/php/phabricator/src/applications/repository/config/PhabricatorRepositoryConfigOptions.php lib/php/phabricator/src/applications/repository/constants/PhabricatorRepositoryType.php lib/php/phabricator/src/applications/repository/constants/PhabricatorRepositoryVersion.php -lib/php/phabricator/src/applications/repository/controller/PhabricatorRepositoryArcanistProjectDeleteController.php -lib/php/phabricator/src/applications/repository/controller/PhabricatorRepositoryArcanistProjectEditController.php -lib/php/phabricator/src/applications/repository/controller/PhabricatorRepositoryController.php -lib/php/phabricator/src/applications/repository/controller/PhabricatorRepositoryListController.php lib/php/phabricator/src/applications/repository/customfield/PhabricatorCommitBranchesField.php lib/php/phabricator/src/applications/repository/customfield/PhabricatorCommitCustomField.php +lib/php/phabricator/src/applications/repository/customfield/PhabricatorCommitMergedCommitsField.php +lib/php/phabricator/src/applications/repository/customfield/PhabricatorCommitRepositoryField.php lib/php/phabricator/src/applications/repository/customfield/PhabricatorCommitTagsField.php lib/php/phabricator/src/applications/repository/daemon/PhabricatorGitGraphStream.php lib/php/phabricator/src/applications/repository/daemon/PhabricatorMercurialGraphStream.php @@ -4001,7 +4078,6 @@ lib/php/phabricator/src/applications/repository/worker/PhabricatorRepositoryCommitParserWorker.php lib/php/phabricator/src/applications/repository/worker/PhabricatorRepositoryPushMailWorker.php lib/php/phabricator/src/applications/repository/worker/__tests__/PhabricatorChangeParserTestCase.php -lib/php/phabricator/src/applications/repository/worker/commitchangeparser/PhabricatorOwnersPackagePathValidator.php lib/php/phabricator/src/applications/repository/worker/commitchangeparser/PhabricatorRepositoryCommitChangeParserWorker.php lib/php/phabricator/src/applications/repository/worker/commitchangeparser/PhabricatorRepositoryGitCommitChangeParserWorker.php lib/php/phabricator/src/applications/repository/worker/commitchangeparser/PhabricatorRepositoryMercurialCommitChangeParserWorker.php @@ -4011,6 +4087,7 @@ lib/php/phabricator/src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryMercurialCommitMessageParserWorker.php lib/php/phabricator/src/applications/repository/worker/commitmessageparser/PhabricatorRepositorySvnCommitMessageParserWorker.php lib/php/phabricator/src/applications/search/application/PhabricatorSearchApplication.php +lib/php/phabricator/src/applications/search/applicationpanel/PhabricatorSearchApplicationStorageEnginePanel.php lib/php/phabricator/src/applications/search/config/PhabricatorSearchConfigOptions.php lib/php/phabricator/src/applications/search/constants/PhabricatorSearchField.php lib/php/phabricator/src/applications/search/constants/PhabricatorSearchRelationship.php @@ -4024,10 +4101,10 @@ lib/php/phabricator/src/applications/search/controller/PhabricatorSearchOrderController.php lib/php/phabricator/src/applications/search/controller/PhabricatorSearchSelectController.php lib/php/phabricator/src/applications/search/engine/PhabricatorApplicationSearchEngine.php +lib/php/phabricator/src/applications/search/engine/PhabricatorElasticSearchEngine.php lib/php/phabricator/src/applications/search/engine/PhabricatorJumpNavHandler.php +lib/php/phabricator/src/applications/search/engine/PhabricatorMySQLSearchEngine.php lib/php/phabricator/src/applications/search/engine/PhabricatorSearchEngine.php -lib/php/phabricator/src/applications/search/engine/PhabricatorSearchEngineElastic.php -lib/php/phabricator/src/applications/search/engine/PhabricatorSearchEngineMySQL.php lib/php/phabricator/src/applications/search/index/PhabricatorSearchAbstractDocument.php lib/php/phabricator/src/applications/search/index/PhabricatorSearchDocumentIndexer.php lib/php/phabricator/src/applications/search/index/PhabricatorSearchIndexer.php @@ -4039,8 +4116,6 @@ lib/php/phabricator/src/applications/search/query/PhabricatorSavedQueryQuery.php lib/php/phabricator/src/applications/search/query/PhabricatorSearchApplicationSearchEngine.php lib/php/phabricator/src/applications/search/query/PhabricatorSearchDocumentQuery.php -lib/php/phabricator/src/applications/search/selector/PhabricatorDefaultSearchEngineSelector.php -lib/php/phabricator/src/applications/search/selector/PhabricatorSearchEngineSelector.php lib/php/phabricator/src/applications/search/storage/PhabricatorNamedQuery.php lib/php/phabricator/src/applications/search/storage/PhabricatorSavedQuery.php lib/php/phabricator/src/applications/search/storage/PhabricatorSearchDAO.php @@ -4059,6 +4134,7 @@ lib/php/phabricator/src/applications/settings/panel/PhabricatorActivitySettingsPanel.php lib/php/phabricator/src/applications/settings/panel/PhabricatorConduitCertificateSettingsPanel.php lib/php/phabricator/src/applications/settings/panel/PhabricatorConpherencePreferencesSettingsPanel.php +lib/php/phabricator/src/applications/settings/panel/PhabricatorDateTimeSettingsPanel.php lib/php/phabricator/src/applications/settings/panel/PhabricatorDeveloperPreferencesSettingsPanel.php lib/php/phabricator/src/applications/settings/panel/PhabricatorDiffPreferencesSettingsPanel.php lib/php/phabricator/src/applications/settings/panel/PhabricatorDisplayPreferencesSettingsPanel.php @@ -4100,6 +4176,24 @@ lib/php/phabricator/src/applications/slowvote/storage/PhabricatorSlowvoteTransaction.php lib/php/phabricator/src/applications/slowvote/storage/PhabricatorSlowvoteTransactionComment.php lib/php/phabricator/src/applications/slowvote/view/SlowvoteEmbedView.php +lib/php/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php +lib/php/phabricator/src/applications/spaces/application/PhabricatorSpacesApplication.php +lib/php/phabricator/src/applications/spaces/capability/PhabricatorSpacesCapabilityCreateSpaces.php +lib/php/phabricator/src/applications/spaces/capability/PhabricatorSpacesCapabilityDefaultEdit.php +lib/php/phabricator/src/applications/spaces/capability/PhabricatorSpacesCapabilityDefaultView.php +lib/php/phabricator/src/applications/spaces/controller/PhabricatorSpacesController.php +lib/php/phabricator/src/applications/spaces/controller/PhabricatorSpacesEditController.php +lib/php/phabricator/src/applications/spaces/controller/PhabricatorSpacesListController.php +lib/php/phabricator/src/applications/spaces/controller/PhabricatorSpacesViewController.php +lib/php/phabricator/src/applications/spaces/editor/PhabricatorSpacesNamespaceEditor.php +lib/php/phabricator/src/applications/spaces/interface/PhabricatorSpacesInterface.php +lib/php/phabricator/src/applications/spaces/phid/PhabricatorSpacesNamespacePHIDType.php +lib/php/phabricator/src/applications/spaces/query/PhabricatorSpacesNamespaceQuery.php +lib/php/phabricator/src/applications/spaces/query/PhabricatorSpacesNamespaceSearchEngine.php +lib/php/phabricator/src/applications/spaces/query/PhabricatorSpacesNamespaceTransactionQuery.php +lib/php/phabricator/src/applications/spaces/storage/PhabricatorSpacesDAO.php +lib/php/phabricator/src/applications/spaces/storage/PhabricatorSpacesNamespace.php +lib/php/phabricator/src/applications/spaces/storage/PhabricatorSpacesNamespaceTransaction.php lib/php/phabricator/src/applications/subscriptions/application/PhabricatorSubscriptionsApplication.php lib/php/phabricator/src/applications/subscriptions/command/PhabricatorSubscriptionsSubscribeEmailCommand.php lib/php/phabricator/src/applications/subscriptions/command/PhabricatorSubscriptionsUnsubscribeEmailCommand.php @@ -4239,7 +4333,6 @@ lib/php/phabricator/src/applications/uiexample/examples/PhabricatorAphrontBarUIExample.php lib/php/phabricator/src/applications/uiexample/examples/PhabricatorBarePageUIExample.php lib/php/phabricator/src/applications/uiexample/examples/PhabricatorBusyUIExample.php -lib/php/phabricator/src/applications/uiexample/examples/PhabricatorFormUIExample.php lib/php/phabricator/src/applications/uiexample/examples/PhabricatorGestureUIExample.php lib/php/phabricator/src/applications/uiexample/examples/PhabricatorHovercardUIExample.php lib/php/phabricator/src/applications/uiexample/examples/PhabricatorListFilterUIExample.php @@ -4331,7 +4424,6 @@ lib/php/phabricator/src/docs/user/userguide/arcanist_coverage.diviner lib/php/phabricator/src/docs/user/userguide/arcanist_diff.diviner lib/php/phabricator/src/docs/user/userguide/arcanist_extending_lint.diviner -lib/php/phabricator/src/docs/user/userguide/arcanist_hooks.diviner lib/php/phabricator/src/docs/user/userguide/arcanist_lint.diviner lib/php/phabricator/src/docs/user/userguide/arcanist_lint_script_and_regex.diviner lib/php/phabricator/src/docs/user/userguide/arcanist_lint_unit.diviner @@ -4389,6 +4481,7 @@ lib/php/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldDate.php lib/php/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldHeader.php lib/php/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php +lib/php/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldLink.php lib/php/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php lib/php/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldRemarkup.php lib/php/phabricator/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php @@ -4401,11 +4494,11 @@ lib/php/phabricator/src/infrastructure/daemon/PhabricatorDaemon.php lib/php/phabricator/src/infrastructure/daemon/bot/PhabricatorBot.php lib/php/phabricator/src/infrastructure/daemon/bot/PhabricatorBotMessage.php -lib/php/phabricator/src/infrastructure/daemon/bot/adapter/PhabricatorBaseProtocolAdapter.php -lib/php/phabricator/src/infrastructure/daemon/bot/adapter/PhabricatorBotBaseStreamingProtocolAdapter.php lib/php/phabricator/src/infrastructure/daemon/bot/adapter/PhabricatorBotFlowdockProtocolAdapter.php lib/php/phabricator/src/infrastructure/daemon/bot/adapter/PhabricatorCampfireProtocolAdapter.php lib/php/phabricator/src/infrastructure/daemon/bot/adapter/PhabricatorIRCProtocolAdapter.php +lib/php/phabricator/src/infrastructure/daemon/bot/adapter/PhabricatorProtocolAdapter.php +lib/php/phabricator/src/infrastructure/daemon/bot/adapter/PhabricatorStreamingProtocolAdapter.php lib/php/phabricator/src/infrastructure/daemon/bot/handler/PhabricatorBotDebugLogHandler.php lib/php/phabricator/src/infrastructure/daemon/bot/handler/PhabricatorBotFeedNotificationHandler.php lib/php/phabricator/src/infrastructure/daemon/bot/handler/PhabricatorBotHandler.php @@ -4468,6 +4561,7 @@ lib/php/phabricator/src/infrastructure/diff/view/PHUIDiffInlineCommentUndoView.php lib/php/phabricator/src/infrastructure/diff/view/PHUIDiffInlineCommentView.php lib/php/phabricator/src/infrastructure/diff/view/PHUIDiffOneUpInlineCommentRowScaffold.php +lib/php/phabricator/src/infrastructure/diff/view/PHUIDiffRevealIconView.php lib/php/phabricator/src/infrastructure/diff/view/PHUIDiffTwoUpInlineCommentRowScaffold.php lib/php/phabricator/src/infrastructure/diff/view/PhabricatorInlineSummaryView.php lib/php/phabricator/src/infrastructure/edges/__tests__/PhabricatorEdgeTestCase.php @@ -4618,24 +4712,21 @@ lib/php/phabricator/src/view/form/control/AphrontFormCheckboxControl.php lib/php/phabricator/src/view/form/control/AphrontFormChooseButtonControl.php lib/php/phabricator/src/view/form/control/AphrontFormControl.php -lib/php/phabricator/src/view/form/control/AphrontFormCropControl.php lib/php/phabricator/src/view/form/control/AphrontFormDateControl.php +lib/php/phabricator/src/view/form/control/AphrontFormDateControlValue.php lib/php/phabricator/src/view/form/control/AphrontFormDividerControl.php lib/php/phabricator/src/view/form/control/AphrontFormFileControl.php -lib/php/phabricator/src/view/form/control/AphrontFormImageControl.php lib/php/phabricator/src/view/form/control/AphrontFormMarkupControl.php lib/php/phabricator/src/view/form/control/AphrontFormPasswordControl.php lib/php/phabricator/src/view/form/control/AphrontFormPolicyControl.php lib/php/phabricator/src/view/form/control/AphrontFormRadioButtonControl.php lib/php/phabricator/src/view/form/control/AphrontFormRecaptchaControl.php -lib/php/phabricator/src/view/form/control/AphrontFormSectionControl.php lib/php/phabricator/src/view/form/control/AphrontFormSelectControl.php lib/php/phabricator/src/view/form/control/AphrontFormStaticControl.php lib/php/phabricator/src/view/form/control/AphrontFormSubmitControl.php lib/php/phabricator/src/view/form/control/AphrontFormTextAreaControl.php lib/php/phabricator/src/view/form/control/AphrontFormTextControl.php lib/php/phabricator/src/view/form/control/AphrontFormTextWithSubmitControl.php -lib/php/phabricator/src/view/form/control/AphrontFormToggleButtonsControl.php lib/php/phabricator/src/view/form/control/AphrontFormTokenizerControl.php lib/php/phabricator/src/view/form/control/AphrontFormTypeaheadControl.php lib/php/phabricator/src/view/form/control/PHUIFormDividerControl.php @@ -4691,6 +4782,7 @@ lib/php/phabricator/src/view/phui/PHUITimelineView.php lib/php/phabricator/src/view/phui/PHUIWorkboardView.php lib/php/phabricator/src/view/phui/PHUIWorkpanelView.php +lib/php/phabricator/src/view/phui/calendar/PHUICalendarDayView.php lib/php/phabricator/src/view/phui/calendar/PHUICalendarListView.php lib/php/phabricator/src/view/phui/calendar/PHUICalendarMonthView.php lib/php/phabricator/src/view/phui/calendar/PHUICalendarWidgetView.php @@ -4739,7 +4831,9 @@ lib/php/phabricator/webroot/rsrc/css/application/base/notification-menu.css lib/php/phabricator/webroot/rsrc/css/application/base/phabricator-application-launch-view.css lib/php/phabricator/webroot/rsrc/css/application/base/standard-page-view.css +lib/php/phabricator/webroot/rsrc/css/application/calendar/calendar-icon.css lib/php/phabricator/webroot/rsrc/css/application/chatlog/chatlog.css +lib/php/phabricator/webroot/rsrc/css/application/conduit/conduit-api.css lib/php/phabricator/webroot/rsrc/css/application/config/config-options.css lib/php/phabricator/webroot/rsrc/css/application/config/config-template.css lib/php/phabricator/webroot/rsrc/css/application/config/config-welcome.css @@ -4864,14 +4958,14 @@ lib/php/phabricator/webroot/rsrc/externals/font/fontawesome/fontawesome-webfont.woff lib/php/phabricator/webroot/rsrc/externals/font/fontawesome/fontawesome-webfont.woff2 lib/php/phabricator/webroot/rsrc/externals/font/sourcesans/LICENSE -lib/php/phabricator/webroot/rsrc/externals/font/sourcesans/SourceSansPro-Bold.woff2 -lib/php/phabricator/webroot/rsrc/externals/font/sourcesans/SourceSansPro-BoldIt.woff -lib/php/phabricator/webroot/rsrc/externals/font/sourcesans/SourceSansPro-BoldIt.woff2 lib/php/phabricator/webroot/rsrc/externals/font/sourcesans/SourceSansPro-It.woff lib/php/phabricator/webroot/rsrc/externals/font/sourcesans/SourceSansPro-It.woff2 lib/php/phabricator/webroot/rsrc/externals/font/sourcesans/SourceSansPro-Regular.woff2 +lib/php/phabricator/webroot/rsrc/externals/font/sourcesans/SourceSansPro-Semibold.woff +lib/php/phabricator/webroot/rsrc/externals/font/sourcesans/SourceSansPro-Semibold.woff2 +lib/php/phabricator/webroot/rsrc/externals/font/sourcesans/SourceSansPro-SemiboldIt.woff +lib/php/phabricator/webroot/rsrc/externals/font/sourcesans/SourceSansPro-SemiboldIt.woff2 lib/php/phabricator/webroot/rsrc/externals/font/sourcesans/SourceSansPro.woff -lib/php/phabricator/webroot/rsrc/externals/font/sourcesans/SourceSansProBold.woff lib/php/phabricator/webroot/rsrc/externals/javelin/LICENSE lib/php/phabricator/webroot/rsrc/externals/javelin/README lib/php/phabricator/webroot/rsrc/externals/javelin/core/Event.js @@ -4989,22 +5083,6 @@ lib/php/phabricator/webroot/rsrc/image/icon/fatcow/source/mobile.png lib/php/phabricator/webroot/rsrc/image/icon/fatcow/source/tablet.png lib/php/phabricator/webroot/rsrc/image/icon/fatcow/source/web.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/default.p100.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/default160x120.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/default280x210.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/default60x45.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/image.p100.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/image160x120.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/image280x210.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/image60x45.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/pdf.p100.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/pdf160x120.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/pdf280x210.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/pdf60x45.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/zip.p100.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/zip160x120.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/zip280x210.png -lib/php/phabricator/webroot/rsrc/image/icon/fatcow/thumbnails/zip60x45.png lib/php/phabricator/webroot/rsrc/image/icon/lightbox/close-2.png lib/php/phabricator/webroot/rsrc/image/icon/lightbox/close-hover-2.png lib/php/phabricator/webroot/rsrc/image/icon/lightbox/left-arrow-2.png @@ -5020,13 +5098,6 @@ lib/php/phabricator/webroot/rsrc/image/icon/tango/upload.png lib/php/phabricator/webroot/rsrc/image/icon/unsubscribe.png lib/php/phabricator/webroot/rsrc/image/lightblue-header.png -lib/php/phabricator/webroot/rsrc/image/loading.gif -lib/php/phabricator/webroot/rsrc/image/loading/boating_24.gif -lib/php/phabricator/webroot/rsrc/image/loading/compass_24.gif -lib/php/phabricator/webroot/rsrc/image/loading/loading_24.gif -lib/php/phabricator/webroot/rsrc/image/loading/loading_48.gif -lib/php/phabricator/webroot/rsrc/image/loading/loading_d48.gif -lib/php/phabricator/webroot/rsrc/image/loading/loading_w24.gif lib/php/phabricator/webroot/rsrc/image/main_texture.png lib/php/phabricator/webroot/rsrc/image/menu_texture.png lib/php/phabricator/webroot/rsrc/image/people/harding.png @@ -5037,8 +5108,6 @@ lib/php/phabricator/webroot/rsrc/image/people/washington.png lib/php/phabricator/webroot/rsrc/image/phrequent_active.png lib/php/phabricator/webroot/rsrc/image/phrequent_inactive.png -lib/php/phabricator/webroot/rsrc/image/search-white.png -lib/php/phabricator/webroot/rsrc/image/search.png lib/php/phabricator/webroot/rsrc/image/sprite-gradient.png lib/php/phabricator/webroot/rsrc/image/sprite-login-X2.png lib/php/phabricator/webroot/rsrc/image/sprite-login.png @@ -5065,8 +5134,12 @@ lib/php/phabricator/webroot/rsrc/js/application/aphlict/behavior-aphlict-listen.js lib/php/phabricator/webroot/rsrc/js/application/aphlict/behavior-aphlict-status.js lib/php/phabricator/webroot/rsrc/js/application/auth/behavior-persona-login.js +lib/php/phabricator/webroot/rsrc/js/application/calendar/behavior-day-view.js +lib/php/phabricator/webroot/rsrc/js/application/calendar/behavior-event-all-day.js +lib/php/phabricator/webroot/rsrc/js/application/calendar/behavior-recurring-edit.js lib/php/phabricator/webroot/rsrc/js/application/config/behavior-reorder-fields.js lib/php/phabricator/webroot/rsrc/js/application/conpherence/ConpherenceThreadManager.js +lib/php/phabricator/webroot/rsrc/js/application/conpherence/behavior-drag-and-drop-photo.js lib/php/phabricator/webroot/rsrc/js/application/conpherence/behavior-durable-column.js lib/php/phabricator/webroot/rsrc/js/application/conpherence/behavior-menu.js lib/php/phabricator/webroot/rsrc/js/application/conpherence/behavior-pontificate.js @@ -5124,7 +5197,6 @@ lib/php/phabricator/webroot/rsrc/js/application/policy/behavior-policy-control.js lib/php/phabricator/webroot/rsrc/js/application/policy/behavior-policy-rule-editor.js lib/php/phabricator/webroot/rsrc/js/application/ponder/behavior-votebox.js -lib/php/phabricator/webroot/rsrc/js/application/projects/behavior-boards-dropdown.js lib/php/phabricator/webroot/rsrc/js/application/projects/behavior-project-boards.js lib/php/phabricator/webroot/rsrc/js/application/projects/behavior-project-create.js lib/php/phabricator/webroot/rsrc/js/application/projects/behavior-reorder-columns.js @@ -5199,14 +5271,15 @@ lib/php/phabricator/webroot/rsrc/js/core/behavior-scrollbar.js lib/php/phabricator/webroot/rsrc/js/core/behavior-search-typeahead.js lib/php/phabricator/webroot/rsrc/js/core/behavior-select-on-click.js +lib/php/phabricator/webroot/rsrc/js/core/behavior-time-typeahead.js lib/php/phabricator/webroot/rsrc/js/core/behavior-toggle-class.js lib/php/phabricator/webroot/rsrc/js/core/behavior-tokenizer.js lib/php/phabricator/webroot/rsrc/js/core/behavior-tooltip.js lib/php/phabricator/webroot/rsrc/js/core/behavior-watch-anchor.js lib/php/phabricator/webroot/rsrc/js/core/behavior-workflow.js lib/php/phabricator/webroot/rsrc/js/core/phtize.js +lib/php/phabricator/webroot/rsrc/js/phui/behavior-phui-dropdown-menu.js lib/php/phabricator/webroot/rsrc/js/phui/behavior-phui-object-box-tabs.js -lib/php/phabricator/webroot/rsrc/js/phui/behavior-phui-timeline-dropdown-menu.js lib/php/phabricator/webroot/rsrc/js/phuix/PHUIXActionListView.js lib/php/phabricator/webroot/rsrc/js/phuix/PHUIXActionView.js lib/php/phabricator/webroot/rsrc/js/phuix/PHUIXDropdownMenu.js