[commits] Horde branch master updated. cd965a3eefdce9d2c2cc2fee1dba3884c09b33dd
Jan Schneider
jan at horde.org
Wed Nov 5 09:07:07 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 2a1ef494a39217db2246eaf7584832be64290c1b
343e5b1 Czech translation update
e46d962 Czech translation update
6af8b12 Czech translation update
385e2ec Sync with upstream.
a87d33d Sync with upstream.
2002178 Merge remote-tracking branch 'upstream/master'
32d4163 Revert accidental deletion
80be8f1 Merge branch 'master' of git://github.com/MichaelGrafnetter/horde
cd965a3 Update cs translation.
Summary: http://github.com/horde/horde/compare/2a1ef494a39217db2246eaf7584832be64290c1b...cd965a3eefdce9d2c2cc2fee1dba3884c09b33dd
-----------------------------------------------------------------------
commit 343e5b154643c46fd47aeabfe2bd27164fc477fb
Author: MichaelGrafnetter <outlook.commichael.grafnetter at outlook.com>
Date: Mon Nov 3 17:38:34 2014 +0100
Czech translation update
Localized dozens of strings to the Czech language
framework/Core/locale/cs/LC_MESSAGES/Horde_Core.po | 39 +-
horde/locale/cs/LC_MESSAGES/horde.po | 39 +-
imp/locale/cs/LC_MESSAGES/imp.mo | Bin 182882 -> 98005 bytes
imp/locale/cs/LC_MESSAGES/imp.po | 509 ++++++++------------
ingo/locale/cs/LC_MESSAGES/ingo.po | 7 +-
kronolith/locale/cs/LC_MESSAGES/kronolith.po | 384 ++++++---------
mnemo/locale/cs/LC_MESSAGES/mnemo.po | 67 ++--
nag/locale/cs/LC_MESSAGES/nag.po | 132 +++---
turba/locale/cs/LC_MESSAGES/turba.po | 29 +-
9 files changed, 491 insertions(+), 715 deletions(-)
http://github.com/horde/horde/commit/343e5b154643c46fd47aeabfe2bd27164fc477fb
-----------------------------------------------------------------------
commit e46d9624b020f684db7bd30362b981218a4c39d2
Author: MichaelGrafnetter <outlook.commichael.grafnetter at outlook.com>
Date: Tue Nov 4 16:23:25 2014 +0100
Czech translation update
horde/locale/cs/LC_MESSAGES/horde.po | 53 ++++++++++-------------------
imp/locale/cs/LC_MESSAGES/imp.po | 61 ++++++++++++++-------------------
ingo/locale/cs/LC_MESSAGES/ingo.po | 2 +-
nag/locale/cs/LC_MESSAGES/nag.po | 2 +-
turba/locale/cs/LC_MESSAGES/turba.po | 4 +-
5 files changed, 48 insertions(+), 74 deletions(-)
http://github.com/horde/horde/commit/e46d9624b020f684db7bd30362b981218a4c39d2
-----------------------------------------------------------------------
commit 6af8b12b1f27c7de8a9513357946657d3c033344
Author: MichaelGrafnetter <outlook.commichael.grafnetter at outlook.com>
Date: Tue Nov 4 16:52:48 2014 +0100
Czech translation update
kronolith/locale/cs/LC_MESSAGES/kronolith.po | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/6af8b12b1f27c7de8a9513357946657d3c033344
-----------------------------------------------------------------------
commit 385e2ec77635b5e0c20c4442951be9f5ccceb79f
Merge: 6af8b12 18e6add
Author: MichaelGrafnetter <outlook.commichael.grafnetter at outlook.com>
Date: Tue Nov 4 18:11:45 2014 +0100
Sync with upstream.
ansel/lib/Api.php | 28 -
ansel/test/Ansel/phpunit.xml | 2 +-
chora/locale/cs/LC_MESSAGES/chora.mo | Bin 71525 -> 65256 bytes
components/bundle/composer.json | 8 +
components/bundle/composer.lock | 757 +
components/bundle/vendor/autoload.php | 7 +
components/bundle/vendor/bin/pdepend | 1 +
components/bundle/vendor/bin/phpcpd | 1 +
components/bundle/vendor/bin/phpdcd | 1 +
components/bundle/vendor/bin/phploc | 1 +
components/bundle/vendor/bin/phpmd | 1 +
components/bundle/vendor/composer/ClassLoader.php | 383 +
components/bundle/vendor/composer/autoload_classmap.php | 219 +
components/bundle/vendor/composer/autoload_namespaces.php | 16 +
components/bundle/vendor/composer/autoload_psr4.php | 9 +
components/bundle/vendor/composer/autoload_real.php | 54 +
components/bundle/vendor/composer/include_paths.php | 10 +
components/bundle/vendor/composer/installed.json | 772 +
components/bundle/vendor/pdepend/pdepend/CHANGELOG | 416 +
components/bundle/vendor/pdepend/pdepend/LICENSE | 31 +
components/bundle/vendor/pdepend/pdepend/build.properties | 24 +
components/bundle/vendor/pdepend/pdepend/composer.json | 21 +
components/bundle/vendor/pdepend/pdepend/scripts/compare.sh | 13 +
.../bundle/vendor/pdepend/pdepend/scripts/update-version.php | 186 +
components/bundle/vendor/pdepend/pdepend/src/bin/pdepend | 72 +
components/bundle/vendor/pdepend/pdepend/src/bin/pdepend.bat | 46 +
components/bundle/vendor/pdepend/pdepend/src/bin/pdepend.php | 67 +
.../bundle/vendor/pdepend/pdepend/src/conf/phar_bootstrap.stub | 61 +
.../vendor/pdepend/pdepend/src/main/php/PDepend/Application.php | 198 +
.../pdepend/pdepend/src/main/php/PDepend/DbusUI/ResultPrinter.php | 198 +
.../PDepend/DependencyInjection/Compiler/ProcessListenerPass.php | 69 +
.../src/main/php/PDepend/DependencyInjection/Configuration.php | 120 +
.../src/main/php/PDepend/DependencyInjection/Extension.php | 136 +
.../src/main/php/PDepend/DependencyInjection/ExtensionManager.php | 93 +
.../src/main/php/PDepend/DependencyInjection/PdependExtension.php | 127 +
.../bundle/vendor/pdepend/pdepend/src/main/php/PDepend/Engine.php | 688 +
.../pdepend/src/main/php/PDepend/Input/CompositeFilter.php | 89 +
.../pdepend/src/main/php/PDepend/Input/ExcludePathFilter.php | 123 +
.../pdepend/src/main/php/PDepend/Input/ExtensionFilter.php | 84 +
.../vendor/pdepend/pdepend/src/main/php/PDepend/Input/Filter.php | 61 +
.../pdepend/pdepend/src/main/php/PDepend/Input/Iterator.php | 118 +
.../pdepend/src/main/php/PDepend/Metrics/AbstractAnalyzer.php | 147 +
.../src/main/php/PDepend/Metrics/AbstractCachingAnalyzer.php | 137 +
.../pdepend/src/main/php/PDepend/Metrics/AggregateAnalyzer.php | 69 +
.../pdepend/pdepend/src/main/php/PDepend/Metrics/Analyzer.php | 96 +
.../src/main/php/PDepend/Metrics/Analyzer/ClassLevelAnalyzer.php | 409 +
.../src/main/php/PDepend/Metrics/Analyzer/CodeRankAnalyzer.php | 236 +
.../Metrics/Analyzer/CodeRankAnalyzer/CodeRankStrategyI.php | 61 +
.../Metrics/Analyzer/CodeRankAnalyzer/InheritanceStrategy.php | 151 +
.../PDepend/Metrics/Analyzer/CodeRankAnalyzer/MethodStrategy.php | 148 +
.../Metrics/Analyzer/CodeRankAnalyzer/PropertyStrategy.php | 130 +
.../PDepend/Metrics/Analyzer/CodeRankAnalyzer/StrategyFactory.php | 125 +
.../src/main/php/PDepend/Metrics/Analyzer/CohesionAnalyzer.php | 155 +
.../src/main/php/PDepend/Metrics/Analyzer/CouplingAnalyzer.php | 455 +
.../src/main/php/PDepend/Metrics/Analyzer/CrapIndexAnalyzer.php | 272 +
.../php/PDepend/Metrics/Analyzer/CyclomaticComplexityAnalyzer.php | 464 +
.../src/main/php/PDepend/Metrics/Analyzer/DependencyAnalyzer.php | 480 +
.../src/main/php/PDepend/Metrics/Analyzer/HierarchyAnalyzer.php | 318 +
.../src/main/php/PDepend/Metrics/Analyzer/InheritanceAnalyzer.php | 355 +
.../main/php/PDepend/Metrics/Analyzer/NPathComplexityAnalyzer.php | 567 +
.../src/main/php/PDepend/Metrics/Analyzer/NodeCountAnalyzer.php | 329 +
.../src/main/php/PDepend/Metrics/Analyzer/NodeLocAnalyzer.php | 485 +
.../pdepend/src/main/php/PDepend/Metrics/AnalyzerCacheAware.php | 66 +
.../pdepend/src/main/php/PDepend/Metrics/AnalyzerFactory.php | 88 +
.../pdepend/src/main/php/PDepend/Metrics/AnalyzerFilterAware.php | 56 +
.../pdepend/src/main/php/PDepend/Metrics/AnalyzerIterator.php | 75 +
.../pdepend/src/main/php/PDepend/Metrics/AnalyzerListener.php | 71 +
.../pdepend/src/main/php/PDepend/Metrics/AnalyzerNodeAware.php | 72 +
.../pdepend/src/main/php/PDepend/Metrics/AnalyzerProjectAware.php | 70 +
.../pdepend/pdepend/src/main/php/PDepend/ProcessListener.php | 120 +
.../pdepend/src/main/php/PDepend/Report/CodeAwareGenerator.php | 62 +
.../pdepend/src/main/php/PDepend/Report/FileAwareGenerator.php | 61 +
.../pdepend/pdepend/src/main/php/PDepend/Report/Jdepend/Chart.php | 248 +
.../pdepend/pdepend/src/main/php/PDepend/Report/Jdepend/Xml.php | 351 +
.../pdepend/pdepend/src/main/php/PDepend/Report/Jdepend/chart.svg | 587 +
.../pdepend/src/main/php/PDepend/Report/NoLogOutputException.php | 66 +
.../pdepend/src/main/php/PDepend/Report/Overview/Pyramid.php | 333 +
.../pdepend/src/main/php/PDepend/Report/Overview/pyramid.svg | 769 +
.../pdepend/src/main/php/PDepend/Report/ReportGenerator.php | 79 +
.../src/main/php/PDepend/Report/ReportGeneratorFactory.php | 118 +
.../pdepend/pdepend/src/main/php/PDepend/Report/Summary/Xml.php | 415 +
.../src/main/php/PDepend/Source/AST/ASTAllocationExpression.php | 82 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTArguments.php | 80 +
.../pdepend/pdepend/src/main/php/PDepend/Source/AST/ASTArray.php | 78 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTArrayElement.php | 112 +
.../src/main/php/PDepend/Source/AST/ASTArrayIndexExpression.php | 80 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTArtifact.php | 76 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTArtifactList.php | 228 +
.../php/PDepend/Source/AST/ASTArtifactList/ArtifactFilter.php | 63 +
.../Source/AST/ASTArtifactList/CollectionArtifactFilter.php | 120 +
.../php/PDepend/Source/AST/ASTArtifactList/NullArtifactFilter.php | 66 +
.../PDepend/Source/AST/ASTArtifactList/PackageArtifactFilter.php | 102 +
.../src/main/php/PDepend/Source/AST/ASTAssignmentExpression.php | 67 +
.../src/main/php/PDepend/Source/AST/ASTBooleanAndExpression.php | 69 +
.../src/main/php/PDepend/Source/AST/ASTBooleanOrExpression.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTBreakStatement.php | 83 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTCastExpression.php | 181 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTCatchStatement.php | 67 +
.../pdepend/pdepend/src/main/php/PDepend/Source/AST/ASTClass.php | 204 +
.../src/main/php/PDepend/Source/AST/ASTClassFqnPostfix.php | 81 +
.../AST/ASTClassOrInterfaceRecursiveInheritanceException.php | 71 +
.../main/php/PDepend/Source/AST/ASTClassOrInterfaceReference.php | 126 +
.../PDepend/Source/AST/ASTClassOrInterfaceReferenceIterator.php | 89 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTClassReference.php | 83 +
.../src/main/php/PDepend/Source/AST/ASTCloneExpression.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTClosure.php | 145 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTComment.php | 67 +
.../src/main/php/PDepend/Source/AST/ASTCompilationUnit.php | 404 +
.../PDepend/Source/AST/ASTCompilationUnitNotFoundException.php | 65 +
.../src/main/php/PDepend/Source/AST/ASTCompoundExpression.php | 83 +
.../src/main/php/PDepend/Source/AST/ASTCompoundVariable.php | 79 +
.../src/main/php/PDepend/Source/AST/ASTConditionalExpression.php | 75 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTConstant.php | 69 +
.../src/main/php/PDepend/Source/AST/ASTConstantDeclarator.php | 135 +
.../src/main/php/PDepend/Source/AST/ASTConstantDefinition.php | 77 +
.../src/main/php/PDepend/Source/AST/ASTConstantPostfix.php | 74 +
.../src/main/php/PDepend/Source/AST/ASTContinueStatement.php | 83 +
.../src/main/php/PDepend/Source/AST/ASTDeclareStatement.php | 130 +
.../src/main/php/PDepend/Source/AST/ASTDoWhileStatement.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTEchoStatement.php | 69 +
.../src/main/php/PDepend/Source/AST/ASTElseIfStatement.php | 84 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTEvalExpression.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTExitExpression.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTExpression.php | 69 +
.../src/main/php/PDepend/Source/AST/ASTFieldDeclaration.php | 181 +
.../src/main/php/PDepend/Source/AST/ASTFinallyStatement.php | 67 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTForInit.php | 73 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTForStatement.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTForUpdate.php | 75 +
.../src/main/php/PDepend/Source/AST/ASTForeachStatement.php | 69 +
.../src/main/php/PDepend/Source/AST/ASTFormalParameter.php | 107 +
.../src/main/php/PDepend/Source/AST/ASTFormalParameters.php | 87 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTFunction.php | 176 +
.../src/main/php/PDepend/Source/AST/ASTFunctionPostfix.php | 79 +
.../src/main/php/PDepend/Source/AST/ASTGlobalStatement.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTGotoStatement.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTHeredoc.php | 87 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTIdentifier.php | 70 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTIfStatement.php | 81 +
.../src/main/php/PDepend/Source/AST/ASTIncludeExpression.php | 108 +
.../src/main/php/PDepend/Source/AST/ASTIndexExpression.php | 56 +
.../src/main/php/PDepend/Source/AST/ASTInstanceOfExpression.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTInterface.php | 145 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTInvocation.php | 60 +
.../src/main/php/PDepend/Source/AST/ASTIssetExpression.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTLabelStatement.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTListExpression.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTLiteral.php | 69 +
.../src/main/php/PDepend/Source/AST/ASTLogicalAndExpression.php | 69 +
.../src/main/php/PDepend/Source/AST/ASTLogicalOrExpression.php | 69 +
.../src/main/php/PDepend/Source/AST/ASTLogicalXorExpression.php | 69 +
.../src/main/php/PDepend/Source/AST/ASTMemberPrimaryPrefix.php | 99 +
.../pdepend/pdepend/src/main/php/PDepend/Source/AST/ASTMethod.php | 233 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTMethodPostfix.php | 79 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTNamespace.php | 319 +
.../pdepend/pdepend/src/main/php/PDepend/Source/AST/ASTNode.php | 540 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTParameter.php | 395 +
.../src/main/php/PDepend/Source/AST/ASTParentReference.php | 130 +
.../src/main/php/PDepend/Source/AST/ASTPostfixExpression.php | 69 +
.../src/main/php/PDepend/Source/AST/ASTPreDecrementExpression.php | 69 +
.../src/main/php/PDepend/Source/AST/ASTPreIncrementExpression.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTPrimitiveType.php | 81 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTProperty.php | 369 +
.../src/main/php/PDepend/Source/AST/ASTPropertyPostfix.php | 83 +
.../src/main/php/PDepend/Source/AST/ASTRequireExpression.php | 108 +
.../src/main/php/PDepend/Source/AST/ASTReturnStatement.php | 83 +
.../pdepend/pdepend/src/main/php/PDepend/Source/AST/ASTScope.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTScopeStatement.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTSelfReference.php | 149 +
.../src/main/php/PDepend/Source/AST/ASTShiftLeftExpression.php | 83 +
.../src/main/php/PDepend/Source/AST/ASTShiftRightExpression.php | 83 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTStatement.php | 69 +
.../src/main/php/PDepend/Source/AST/ASTStaticReference.php | 86 +
.../main/php/PDepend/Source/AST/ASTStaticVariableDeclaration.php | 83 +
.../pdepend/pdepend/src/main/php/PDepend/Source/AST/ASTString.php | 81 +
.../src/main/php/PDepend/Source/AST/ASTStringIndexExpression.php | 75 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTSwitchLabel.php | 109 +
.../src/main/php/PDepend/Source/AST/ASTSwitchStatement.php | 67 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTThrowStatement.php | 69 +
.../pdepend/pdepend/src/main/php/PDepend/Source/AST/ASTTrait.php | 123 +
.../src/main/php/PDepend/Source/AST/ASTTraitAdaptation.php | 69 +
.../src/main/php/PDepend/Source/AST/ASTTraitAdaptationAlias.php | 140 +
.../main/php/PDepend/Source/AST/ASTTraitAdaptationPrecedence.php | 69 +
.../php/PDepend/Source/AST/ASTTraitMethodCollisionException.php | 43 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTTraitReference.php | 83 +
.../src/main/php/PDepend/Source/AST/ASTTraitUseStatement.php | 212 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTTryStatement.php | 69 +
.../pdepend/pdepend/src/main/php/PDepend/Source/AST/ASTType.php | 90 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTTypeArray.php | 94 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTTypeCallable.php | 81 +
.../src/main/php/PDepend/Source/AST/ASTUnaryExpression.php | 83 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTUnsetStatement.php | 69 +
.../pdepend/pdepend/src/main/php/PDepend/Source/AST/ASTValue.php | 107 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTVariable.php | 87 +
.../src/main/php/PDepend/Source/AST/ASTVariableDeclarator.php | 114 +
.../src/main/php/PDepend/Source/AST/ASTVariableVariable.php | 83 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTWhileStatement.php | 69 +
.../pdepend/src/main/php/PDepend/Source/AST/ASTYieldStatement.php | 83 +
.../src/main/php/PDepend/Source/AST/AbstractASTArtifact.php | 197 +
.../src/main/php/PDepend/Source/AST/AbstractASTCallable.php | 488 +
.../main/php/PDepend/Source/AST/AbstractASTClassOrInterface.php | 368 +
.../pdepend/src/main/php/PDepend/Source/AST/AbstractASTType.php | 504 +
.../pdepend/pdepend/src/main/php/PDepend/Source/AST/State.php | 92 +
.../src/main/php/PDepend/Source/ASTVisitor/ASTVisitListener.php | 208 +
.../pdepend/src/main/php/PDepend/Source/ASTVisitor/ASTVisitor.php | 167 +
.../php/PDepend/Source/ASTVisitor/AbstractASTVisitListener.php | 286 +
.../src/main/php/PDepend/Source/ASTVisitor/AbstractASTVisitor.php | 519 +
.../pdepend/src/main/php/PDepend/Source/Builder/Builder.php | 1227 +
.../src/main/php/PDepend/Source/Builder/BuilderContext.php | 121 +
.../Source/Builder/BuilderContext/GlobalBuilderContext.php | 174 +
.../main/php/PDepend/Source/Language/PHP/AbstractPHPParser.php | 6694 +++++
.../src/main/php/PDepend/Source/Language/PHP/PHPBuilder.php | 2336 ++
.../src/main/php/PDepend/Source/Language/PHP/PHPParserGeneric.php | 349 +
.../PDepend/Source/Language/PHP/PHPTokenizerHelperVersion52.php | 128 +
.../main/php/PDepend/Source/Language/PHP/PHPTokenizerInternal.php | 704 +
.../src/main/php/PDepend/Source/Parser/InvalidStateException.php | 73 +
.../src/main/php/PDepend/Source/Parser/MissingValueException.php | 78 +
.../src/main/php/PDepend/Source/Parser/ParserException.php | 53 +
.../pdepend/src/main/php/PDepend/Source/Parser/SymbolTable.php | 140 +
.../pdepend/src/main/php/PDepend/Source/Parser/TokenException.php | 56 +
.../pdepend/src/main/php/PDepend/Source/Parser/TokenStack.php | 120 +
.../main/php/PDepend/Source/Parser/TokenStreamEndException.php | 70 +
.../main/php/PDepend/Source/Parser/UnexpectedTokenException.php | 73 +
.../pdepend/src/main/php/PDepend/Source/Tokenizer/Token.php | 114 +
.../pdepend/src/main/php/PDepend/Source/Tokenizer/Tokenizer.php | 188 +
.../pdepend/src/main/php/PDepend/Source/Tokenizer/Tokens.php | 857 +
.../pdepend/pdepend/src/main/php/PDepend/TextUI/Command.php | 626 +
.../pdepend/pdepend/src/main/php/PDepend/TextUI/ResultPrinter.php | 232 +
.../vendor/pdepend/pdepend/src/main/php/PDepend/TextUI/Runner.php | 347 +
.../pdepend/src/main/php/PDepend/Util/Cache/CacheDriver.php | 110 +
.../pdepend/src/main/php/PDepend/Util/Cache/CacheFactory.php | 143 +
.../php/PDepend/Util/Cache/Driver/File/FileCacheDirectory.php | 226 +
.../src/main/php/PDepend/Util/Cache/Driver/FileCacheDriver.php | 273 +
.../src/main/php/PDepend/Util/Cache/Driver/MemoryCacheDriver.php | 213 +
.../pdepend/pdepend/src/main/php/PDepend/Util/Configuration.php | 128 +
.../pdepend/src/main/php/PDepend/Util/ConfigurationInstance.php | 80 +
.../pdepend/src/main/php/PDepend/Util/Coverage/CloverReport.php | 151 +
.../pdepend/src/main/php/PDepend/Util/Coverage/Factory.php | 92 +
.../pdepend/pdepend/src/main/php/PDepend/Util/Coverage/Report.php | 62 +
.../vendor/pdepend/pdepend/src/main/php/PDepend/Util/FileUtil.php | 92 +
.../pdepend/pdepend/src/main/php/PDepend/Util/IdBuilder.php | 162 +
.../pdepend/pdepend/src/main/php/PDepend/Util/ImageConvert.php | 181 +
.../vendor/pdepend/pdepend/src/main/php/PDepend/Util/Log.php | 110 +
.../vendor/pdepend/pdepend/src/main/php/PDepend/Util/MathUtil.php | 87 +
.../vendor/pdepend/pdepend/src/main/php/PDepend/Util/Type.php | 407 +
.../pdepend/pdepend/src/main/php/PDepend/Util/Workarounds.php | 90 +
.../pdepend/pdepend/src/main/resources/schema/configuration.xsd | 46 +
.../bundle/vendor/pdepend/pdepend/src/main/resources/services.xml | 111 +
components/bundle/vendor/phploc/phploc/.gitattributes | 1 +
components/bundle/vendor/phploc/phploc/.gitignore | 11 +
components/bundle/vendor/phploc/phploc/.travis.yml | 22 +
components/bundle/vendor/phploc/phploc/LICENSE | 33 +
components/bundle/vendor/phploc/phploc/README.md | 103 +
components/bundle/vendor/phploc/phploc/build.xml | 134 +
components/bundle/vendor/phploc/phploc/build/phar-autoload.php.in | 42 +
components/bundle/vendor/phploc/phploc/build/phar-manifest.php | 27 +
components/bundle/vendor/phploc/phploc/build/phpunit.xml | 18 +
components/bundle/vendor/phploc/phploc/build/travis-ci.xml | 24 +
components/bundle/vendor/phploc/phploc/composer.json | 36 +
components/bundle/vendor/phploc/phploc/composer/bin/phploc | 71 +
components/bundle/vendor/phploc/phploc/phploc | 64 +
components/bundle/vendor/phploc/phploc/src/Analyser.php | 807 +
components/bundle/vendor/phploc/phploc/src/CLI/Application.php | 138 +
components/bundle/vendor/phploc/phploc/src/CLI/Command.php | 286 +
components/bundle/vendor/phploc/phploc/src/Log/CSV/History.php | 83 +
components/bundle/vendor/phploc/phploc/src/Log/CSV/Single.php | 181 +
components/bundle/vendor/phploc/phploc/src/Log/Text.php | 214 +
components/bundle/vendor/phploc/phploc/src/Log/XML.php | 93 +
components/bundle/vendor/phploc/phploc/tests/AnalyzerTest.php | 244 +
components/bundle/vendor/phploc/phploc/tests/_files/issue_62.php | 5 +
components/bundle/vendor/phploc/phploc/tests/_files/source.php | 70 +
components/bundle/vendor/phploc/phploc/tests/_files/tests.php | 23 +
components/bundle/vendor/phploc/phploc/tests/_files/trait.php | 7 +
.../tests/_files/twoTestsThatIndirectlyExtendPHPUnitTestCase.php | 10 +
components/bundle/vendor/phpmd/phpmd/.gitignore | 5 +
components/bundle/vendor/phpmd/phpmd/.gitmodules | 3 +
components/bundle/vendor/phpmd/phpmd/.travis.yml | 23 +
components/bundle/vendor/phpmd/phpmd/AUTHORS.rst | 38 +
components/bundle/vendor/phpmd/phpmd/CHANGELOG | 137 +
components/bundle/vendor/phpmd/phpmd/LICENSE | 31 +
components/bundle/vendor/phpmd/phpmd/README.rst | 116 +
components/bundle/vendor/phpmd/phpmd/build.properties | 17 +
components/bundle/vendor/phpmd/phpmd/build.xml | 108 +
components/bundle/vendor/phpmd/phpmd/composer.json | 24 +
components/bundle/vendor/phpmd/phpmd/composer.lock | 218 +
components/bundle/vendor/phpmd/phpmd/phpunit.xml.dist | 13 +
components/bundle/vendor/phpmd/phpmd/src/bin/phpmd | 122 +
components/bundle/vendor/phpmd/phpmd/src/bin/phpmd.bat | 45 +
components/bundle/vendor/phpmd/phpmd/src/conf/phar_bootstrap.stub | 21 +
.../bundle/vendor/phpmd/phpmd/src/main/php/PHPMD/AbstractNode.php | 302 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/AbstractRenderer.php | 115 +
.../bundle/vendor/phpmd/phpmd/src/main/php/PHPMD/AbstractRule.php | 427 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/AbstractWriter.php | 64 +
.../bundle/vendor/phpmd/phpmd/src/main/php/PHPMD/Node/ASTNode.php | 143 +
.../phpmd/phpmd/src/main/php/PHPMD/Node/AbstractCallableNode.php | 78 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/Node/AbstractNode.php | 80 +
.../phpmd/phpmd/src/main/php/PHPMD/Node/AbstractTypeNode.php | 129 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/Node/Annotation.php | 119 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/Node/Annotations.php | 104 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/Node/ClassNode.php | 73 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/Node/FunctionNode.php | 89 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/Node/InterfaceNode.php | 68 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/Node/MethodNode.php | 169 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/Node/TraitNode.php | 68 +
components/bundle/vendor/phpmd/phpmd/src/main/php/PHPMD/PHPMD.php | 243 +
.../bundle/vendor/phpmd/phpmd/src/main/php/PHPMD/Parser.php | 313 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/ParserFactory.php | 180 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/ProcessingError.php | 122 +
.../phpmd/phpmd/src/main/php/PHPMD/Renderer/HTMLRenderer.php | 188 +
.../phpmd/phpmd/src/main/php/PHPMD/Renderer/TextRenderer.php | 92 +
.../phpmd/phpmd/src/main/php/PHPMD/Renderer/XMLRenderer.php | 162 +
.../bundle/vendor/phpmd/phpmd/src/main/php/PHPMD/Report.php | 207 +
components/bundle/vendor/phpmd/phpmd/src/main/php/PHPMD/Rule.php | 235 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/AbstractLocalVariable.php | 195 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/Rule/ClassAware.php | 57 +
.../src/main/php/PHPMD/Rule/CleanCode/BooleanArgumentFlag.php | 89 +
.../phpmd/src/main/php/PHPMD/Rule/CleanCode/ElseExpression.php | 101 +
.../phpmd/src/main/php/PHPMD/Rule/CleanCode/StaticAccess.php | 105 +
.../src/main/php/PHPMD/Rule/Controversial/CamelCaseClassName.php | 82 +
.../src/main/php/PHPMD/Rule/Controversial/CamelCaseMethodName.php | 108 +
.../main/php/PHPMD/Rule/Controversial/CamelCaseParameterName.php | 84 +
.../main/php/PHPMD/Rule/Controversial/CamelCasePropertyName.php | 83 +
.../main/php/PHPMD/Rule/Controversial/CamelCaseVariableName.php | 104 +
.../phpmd/src/main/php/PHPMD/Rule/Controversial/Superglobals.php | 97 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/CyclomaticComplexity.php | 86 +
.../src/main/php/PHPMD/Rule/Design/CouplingBetweenObjects.php | 77 +
.../phpmd/src/main/php/PHPMD/Rule/Design/DepthOfInheritance.php | 84 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/Design/EvalExpression.php | 75 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/Design/ExitExpression.php | 75 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/Design/GotoStatement.php | 77 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/Design/LongClass.php | 85 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/Design/LongMethod.php | 90 +
.../phpmd/src/main/php/PHPMD/Rule/Design/LongParameterList.php | 87 +
.../phpmd/src/main/php/PHPMD/Rule/Design/NpathComplexity.php | 88 +
.../phpmd/src/main/php/PHPMD/Rule/Design/NumberOfChildren.php | 84 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/Design/TooManyFields.php | 85 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/Design/TooManyMethods.php | 128 +
.../phpmd/src/main/php/PHPMD/Rule/Design/WeightedMethodCount.php | 80 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/ExcessivePublicCount.php | 85 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/Rule/FunctionAware.php | 57 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/Rule/InterfaceAware.php | 57 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/Rule/MethodAware.php | 57 +
.../phpmd/src/main/php/PHPMD/Rule/Naming/BooleanGetMethodName.php | 129 +
.../src/main/php/PHPMD/Rule/Naming/ConstantNamingConventions.php | 78 +
.../php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClass.php | 80 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/Naming/LongVariable.php | 207 +
.../phpmd/src/main/php/PHPMD/Rule/Naming/ShortMethodName.php | 85 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/Naming/ShortVariable.php | 232 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/UnusedFormalParameter.php | 196 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/UnusedLocalVariable.php | 211 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/UnusedPrivateField.php | 220 +
.../phpmd/phpmd/src/main/php/PHPMD/Rule/UnusedPrivateMethod.php | 166 +
.../phpmd/src/main/php/PHPMD/RuleClassFileNotFoundException.php | 67 +
.../phpmd/phpmd/src/main/php/PHPMD/RuleClassNotFoundException.php | 66 +
.../bundle/vendor/phpmd/phpmd/src/main/php/PHPMD/RuleSet.php | 301 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/RuleSetFactory.php | 527 +
.../phpmd/phpmd/src/main/php/PHPMD/RuleSetNotFoundException.php | 66 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/RuleViolation.php | 241 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/TextUI/Command.php | 188 +
.../phpmd/phpmd/src/main/php/PHPMD/TextUI/CommandLineOptions.php | 500 +
.../vendor/phpmd/phpmd/src/main/php/PHPMD/Writer/StreamWriter.php | 110 +
.../vendor/phpmd/phpmd/src/main/resources/rulesets/cleancode.xml | 97 +
.../vendor/phpmd/phpmd/src/main/resources/rulesets/codesize.xml | 397 +
.../phpmd/phpmd/src/main/resources/rulesets/controversial.xml | 149 +
.../vendor/phpmd/phpmd/src/main/resources/rulesets/design.xml | 193 +
.../vendor/phpmd/phpmd/src/main/resources/rulesets/naming.xml | 362 +
.../vendor/phpmd/phpmd/src/main/resources/rulesets/unusedcode.xml | 99 +
components/bundle/vendor/phpmd/phpmd/src/site/docx/changes.xml | 458 +
.../vendor/phpmd/phpmd/src/site/resources/config/authors.ini | 13 +
.../vendor/phpmd/phpmd/src/site/resources/config/binaries.ini | 40 +
.../vendor/phpmd/phpmd/src/site/resources/config/content/blog.ini | 27 +
.../phpmd/phpmd/src/site/resources/config/display/sitemap.ini | 37 +
.../vendor/phpmd/phpmd/src/site/resources/config/handlers.ini | 50 +
.../vendor/phpmd/phpmd/src/site/resources/config/metadata.ini | 18 +
.../bundle/vendor/phpmd/phpmd/src/site/resources/config/site.ini | 76 +
.../phpmd/phpmd/src/site/resources/override/html/footer.ezt | 36 +
.../phpmd/phpmd/src/site/resources/override/html/formats.ezt | 21 +
.../phpmd/phpmd/src/site/resources/override/html/layout.ezt | 111 +
.../phpmd/phpmd/src/site/resources/override/html/navigation.ezt | 5 +
.../phpmd/src/site/resources/override/html/navigation/item.ezt | 15 +
.../phpmd/phpmd/src/site/resources/override/html/release.ezt | 6 +
.../vendor/phpmd/phpmd/src/site/resources/web/css/print.css | 36 +
.../vendor/phpmd/phpmd/src/site/resources/web/css/screen.css | 251 +
.../bundle/vendor/phpmd/phpmd/src/site/resources/web/favicon.ico | Bin 0 -> 1150 bytes
.../vendor/phpmd/phpmd/src/site/resources/web/images/box.png | Bin 0 -> 23974 bytes
.../vendor/phpmd/phpmd/src/site/resources/web/images/logo.png | Bin 0 -> 23849 bytes
components/bundle/vendor/phpmd/phpmd/src/site/rst/.index.xml | 31 +
components/bundle/vendor/phpmd/phpmd/src/site/rst/about.rst | 32 +
.../vendor/phpmd/phpmd/src/site/rst/documentation/.index.xml | 22 +
.../vendor/phpmd/phpmd/src/site/rst/documentation/ant-task.rst | 113 +
.../phpmd/phpmd/src/site/rst/documentation/creating-a-ruleset.rst | 197 +
.../vendor/phpmd/phpmd/src/site/rst/documentation/index.rst | 108 +
.../phpmd/phpmd/src/site/rst/documentation/suppress-warnings.rst | 71 +
.../phpmd/src/site/rst/documentation/writing-a-phpmd-rule.rst | 418 +
.../bundle/vendor/phpmd/phpmd/src/site/rst/download/.index.xml | 18 +
.../phpmd/phpmd/src/site/rst/download/extensions/.index.xml | 6 +
.../vendor/phpmd/phpmd/src/site/rst/download/extensions/index.rst | 63 +
.../bundle/vendor/phpmd/phpmd/src/site/rst/download/index.rst | 62 +
.../vendor/phpmd/phpmd/src/site/rst/download/releases/.index.xml | 24 +
.../phpmd/phpmd/src/site/rst/download/releases/1.0.0/.index.xml | 7 +
.../phpmd/src/site/rst/download/releases/1.0.0/changelog.rst | 30 +
.../phpmd/phpmd/src/site/rst/download/releases/1.0.1/.index.xml | 7 +
.../phpmd/src/site/rst/download/releases/1.0.1/changelog.rst | 33 +
.../phpmd/phpmd/src/site/rst/download/releases/1.1.0/.index.xml | 7 +
.../phpmd/src/site/rst/download/releases/1.1.0/changelog.rst | 56 +
.../phpmd/phpmd/src/site/rst/download/releases/1.1.1/.index.xml | 7 +
.../phpmd/src/site/rst/download/releases/1.1.1/changelog.rst | 28 +
.../vendor/phpmd/phpmd/src/site/rst/download/releases/index.rst | 7 +
.../bundle/vendor/phpmd/phpmd/src/site/rst/people-behind.rst | 85 +
components/bundle/vendor/phpmd/phpmd/src/site/rst/robots.txt | 35 +
.../bundle/vendor/phpmd/phpmd/src/site/rst/rules/.index.xml | 27 +
.../bundle/vendor/phpmd/phpmd/src/site/rst/rules/cleancode.rst | 72 +
.../bundle/vendor/phpmd/phpmd/src/site/rst/rules/codesize.rst | 282 +
.../vendor/phpmd/phpmd/src/site/rst/rules/controversial.rst | 102 +
.../bundle/vendor/phpmd/phpmd/src/site/rst/rules/design.rst | 161 +
components/bundle/vendor/phpmd/phpmd/src/site/rst/rules/index.rst | 112 +
.../bundle/vendor/phpmd/phpmd/src/site/rst/rules/naming.rst | 160 +
.../bundle/vendor/phpmd/phpmd/src/site/rst/rules/unusedcode.rst | 84 +
.../bundle/vendor/phpmd/phpmd/src/site/rst/support/.index.xml | 6 +
.../bundle/vendor/phpmd/phpmd/src/site/rst/support/index.rst | 40 +
components/bundle/vendor/phpmd/phpmd/src/site/scripts/pmd.xsl | 279 +
.../bundle/vendor/phpmd/phpmd/src/site/scripts/update-rules.php | 143 +
.../bundle/vendor/phpmd/phpmd/src/test/php/PHPMD/AbstractTest.php | 562 +
.../test/php/PHPMD/Integration/CommandLineInputFileOptionTest.php | 119 +
.../PHPMD/Integration/CouplingBetweenObjectsIntegrationTest.php | 93 +
.../test/php/PHPMD/Integration/GotoStatementIntegrationTest.php | 89 +
.../vendor/phpmd/phpmd/src/test/php/PHPMD/Node/ASTNodeTest.php | 134 +
.../vendor/phpmd/phpmd/src/test/php/PHPMD/Node/AnnotationTest.php | 149 +
.../phpmd/phpmd/src/test/php/PHPMD/Node/AnnotationsTest.php | 140 +
.../vendor/phpmd/phpmd/src/test/php/PHPMD/Node/ClassNodeTest.php | 96 +
.../vendor/phpmd/phpmd/src/test/php/PHPMD/Node/FunctionTest.php | 92 +
.../vendor/phpmd/phpmd/src/test/php/PHPMD/Node/MethodNodeTest.php | 219 +
.../bundle/vendor/phpmd/phpmd/src/test/php/PHPMD/PMDTest.php | 195 +
.../vendor/phpmd/phpmd/src/test/php/PHPMD/ParserFactoryTest.php | 198 +
.../bundle/vendor/phpmd/phpmd/src/test/php/PHPMD/ParserTest.php | 259 +
.../vendor/phpmd/phpmd/src/test/php/PHPMD/ProcessingErrorTest.php | 113 +
.../phpmd/phpmd/src/test/php/PHPMD/Regression/AbstractTest.php | 78 +
.../Regression/AcceptsFilesAndDirectoriesAsInputTicket001Test.php | 107 +
.../ExcessivePublicCountRuleNeverExecutedTicket015Test.php | 83 +
.../InvalidUnusedLocalVariableAndFormalParameterTicket007Test.php | 87 +
.../LongVariablePrivatePropertiesTicket010096717Test.php | 93 +
.../PHPMD/Regression/MaximumNestingLevelTicket24975295Test.php | 91 +
.../Regression/StaticVariablesFlaggedAsUnusedTicket020Test.php | 74 +
.../PHPMD/Regression/SuperGlobalsFlaggedAsUnusedTicket019Test.php | 74 +
.../SuppressWarningsNotAppliesToUnusedPrivateMethod036Test.php | 77 +
.../PHPMD/Regression/UnusedParameterArgvTicket14990109Test.php | 96 +
.../phpmd/phpmd/src/test/php/PHPMD/Renderer/HTMLRendererTest.php | 147 +
.../phpmd/phpmd/src/test/php/PHPMD/Renderer/TextRendererTest.php | 145 +
.../phpmd/phpmd/src/test/php/PHPMD/Renderer/XMLRendererTest.php | 140 +
.../bundle/vendor/phpmd/phpmd/src/test/php/PHPMD/ReportTest.php | 217 +
.../src/test/php/PHPMD/Rule/CleanCode/ElseExpressionTest.php | 29 +
.../phpmd/src/test/php/PHPMD/Rule/CleanCode/StaticAccessTest.php | 43 +
.../test/php/PHPMD/Rule/Controversial/CamelCaseMethodNameTest.php | 163 +
.../phpmd/src/test/php/PHPMD/Rule/CyclomaticComplexityTest.php | 114 +
.../src/test/php/PHPMD/Rule/Design/CouplingBetweenObjectsTest.php | 103 +
.../src/test/php/PHPMD/Rule/Design/DepthOfInheritanceTest.php | 103 +
.../phpmd/src/test/php/PHPMD/Rule/Design/EvalExpressionTest.php | 136 +
.../phpmd/src/test/php/PHPMD/Rule/Design/ExitExpressionTest.php | 136 +
.../phpmd/src/test/php/PHPMD/Rule/Design/GotoStatementTest.php | 116 +
.../phpmd/phpmd/src/test/php/PHPMD/Rule/Design/LongClassTest.php | 135 +
.../phpmd/phpmd/src/test/php/PHPMD/Rule/Design/LongMethodTest.php | 135 +
.../src/test/php/PHPMD/Rule/Design/LongParameterListTest.php | 181 +
.../phpmd/src/test/php/PHPMD/Rule/Design/NpathComplexityTest.php | 115 +
.../phpmd/src/test/php/PHPMD/Rule/Design/NumberOfChildrenTest.php | 103 +
.../phpmd/src/test/php/PHPMD/Rule/Design/TooManyFieldsTest.php | 103 +
.../phpmd/src/test/php/PHPMD/Rule/Design/TooManyMethodsTest.php | 175 +
.../src/test/php/PHPMD/Rule/Design/WeightedMethodCountTest.php | 113 +
.../phpmd/src/test/php/PHPMD/Rule/ExcessivePublicCountTest.php | 102 +
.../src/test/php/PHPMD/Rule/Naming/BooleanGetMethodNameTest.php | 184 +
.../test/php/PHPMD/Rule/Naming/ConstantNamingConventionsTest.php | 112 +
.../PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClassTest.php | 100 +
.../phpmd/src/test/php/PHPMD/Rule/Naming/LongVariableTest.php | 336 +
.../phpmd/src/test/php/PHPMD/Rule/Naming/ShortMethodNameTest.php | 141 +
.../phpmd/src/test/php/PHPMD/Rule/Naming/ShortVariableTest.php | 384 +
.../phpmd/src/test/php/PHPMD/Rule/UnusedFormalParameterTest.php | 469 +
.../phpmd/src/test/php/PHPMD/Rule/UnusedLocalVariableTest.php | 550 +
.../phpmd/src/test/php/PHPMD/Rule/UnusedPrivateFieldTest.php | 305 +
.../phpmd/src/test/php/PHPMD/Rule/UnusedPrivateMethodTest.php | 264 +
.../vendor/phpmd/phpmd/src/test/php/PHPMD/RuleSetFactoryTest.php | 669 +
.../bundle/vendor/phpmd/phpmd/src/test/php/PHPMD/RuleSetTest.php | 135 +
.../bundle/vendor/phpmd/phpmd/src/test/php/PHPMD/RuleTest.php | 174 +
.../vendor/phpmd/phpmd/src/test/php/PHPMD/RuleViolationTest.php | 110 +
.../phpmd/phpmd/src/test/php/PHPMD/Stubs/ClassNotFoundRule.php | 2 +
.../vendor/phpmd/phpmd/src/test/php/PHPMD/Stubs/RuleStub.php | 89 +
.../vendor/phpmd/phpmd/src/test/php/PHPMD/Stubs/WriterStub.php | 97 +
.../phpmd/src/test/php/PHPMD/TextUI/CommandLineOptionsTest.php | 246 +
.../vendor/phpmd/phpmd/src/test/php/PHPMD/TextUI/CommandTest.php | 106 +
components/bundle/vendor/phpmd/phpmd/src/test/php/bootstrap.php | 54 +
.../files/Integration/CommandLineInputFileOption/Class1.php | 7 +
.../files/Integration/CommandLineInputFileOption/Class2.php | 6 +
.../files/Integration/CommandLineInputFileOption/Class3.php | 7 +
.../files/Integration/CommandLineInputFileOption/inputfile.txt | 2 +
.../testReportContainsCouplingBetweenObjectsWarning.php | 105 +
.../testReportContainsGotoStatementWarning.php | 10 +
.../MethodNode/testGetParentTypeReturnsClassForClassMethod.php | 15 +
.../testGetParentTypeReturnsInterfaceForInterfaceMethod.php | 9 +
.../testHasSuppressWarningsDelegatesToParentClassMethod.php | 16 +
.../testHasSuppressWarningsDelegatesToParentInterfaceMethod.php | 16 +
.../testHasSuppressWarningsExecutesDefaultImplementation.php | 22 +
.../testIsDeclarationReturnsFalseForImplementedAbstractMethod.php | 14 +
...testIsDeclarationReturnsFalseForImplementedInterfaceMethod.php | 14 +
.../testIsDeclarationReturnsFalseForInheritMethodDeclaration.php | 17 +
.../testIsDeclarationReturnsTrueForMethodDeclaration.php | 8 +
...testIsDeclarationReturnsTrueForMethodDeclarationWithParent.php | 17 +
.../src/test/resources/files/ParserFactory/Directory/Test.php | 5 +
.../phpmd/src/test/resources/files/ParserFactory/File/Test.php | 5 +
.../src/test/resources/files/Regression/001/source/FooBar.php | 5 +
.../testFormalParameterUsedInDoubleQuoteStringGetsNotReported.php | 8 +
.../testLocalVariableUsedInDoubleQuoteStringGetsNotReported.php | 10 +
.../010096717/testRuleNotAppliesForLongPrivateProperty.php | 5 +
.../010096717/testRuleNotAppliesForLongPrivateStaticProperty.php | 5 +
.../Regression/015/testRuleSetInvokesRuleForClassInstance.php | 5 +
.../019/testRuleDoesNotApplyToAnySuperGlobalVariable.php | 19 +
.../020/testRuleDoesNotApplyToAnyStaticLocalVariable.php | 11 +
...eDoesNotApplyToPrivateMethodWithSuppressWarningsAnnotation.php | 11 +
.../14990109/testRuleDoesNotApplyToFunctionParameterNamedArgv.php | 8 +
.../14990109/testRuleDoesNotApplyToMethodParameterNamedArgv.php | 11 +
.../testLocalVariableUsedInDoubleQuoteStringGetsNotReported.php | 85 +
...uleAppliesMultipleTimesToMethodWithMultipleElseExpressions.php | 17 +
.../ElseExpression/testRuleAppliesToMethodWithElseExpression.php | 11 +
.../testRuleNotAppliesToMethodWithoutElseExpression.php | 11 +
.../StaticAccess/testRuleAppliesToStaticMethodAccess.php | 9 +
.../CleanCode/StaticAccess/testRuleNotAppliesToConstantAccess.php | 9 +
.../StaticAccess/testRuleNotAppliesToDynamicMethodCall.php | 10 +
.../StaticAccess/testRuleNotAppliesToParentStaticCall.php | 9 +
.../CleanCode/StaticAccess/testRuleNotAppliesToSelfStaticCall.php | 11 +
.../testRuleDoesApplyForMethodNameWithCapital.php | 8 +
.../testRuleDoesApplyForMethodNameWithUnderscores.php | 8 +
...uleDoesApplyForValidMethodNameWithUnderscoreWhenNotAllowed.php | 8 +
.../testRuleDoesNotApplyForValidMethodName.php | 8 +
...uleDoesNotApplyForValidMethodNameWithUnderscoreWhenAllowed.php | 8 +
.../testRuleAppliesMultipleTimesToFunctionWithEvalExpression.php | 10 +
.../testRuleAppliesMultipleTimesToMethodWithEvalExpression.php | 13 +
.../testRuleAppliesToFunctionWithEvalExpression.php | 5 +
.../EvalExpression/testRuleAppliesToMethodWithEvalExpression.php | 8 +
.../testRuleNotAppliesToFunctionWithoutEvalExpression.php | 5 +
.../testRuleNotAppliesToMethodWithoutEvalExpression.php | 8 +
.../testRuleAppliesMultipleTimesToFunctionWithExitExpression.php | 10 +
.../testRuleAppliesMultipleTimesToMethodWithExitExpression.php | 13 +
.../testRuleAppliesToFunctionWithExitExpression.php | 5 +
.../ExitExpression/testRuleAppliesToMethodWithExitExpression.php | 8 +
.../testRuleNotAppliesToFunctionWithoutExitExpression.php | 5 +
.../testRuleNotAppliesToMethodWithoutExitExpression.php | 8 +
.../GotoStatement/testRuleAppliesToFunctionWithGotoStatement.php | 10 +
.../GotoStatement/testRuleAppliesToMethodWithGotoStatement.php | 13 +
.../testRuleNotAppliesToFunctionWithoutGotoStatement.php | 5 +
.../testRuleNotAppliesToMethodWithoutGotoStatement.php | 8 +
.../testRuleAppliesToMethodStartingWithGetAndReturningBool.php | 8 +
.../testRuleAppliesToMethodStartingWithGetAndReturningBoolean.php | 11 +
...pliesToPearPrivateMethodStartingWithGetAndReturningBoolean.php | 11 +
.../testRuleIgnoresParametersWhenNotExplicitConfigured.php | 8 +
.../testRuleNotAppliesToMethodStartingWithHas.php | 8 +
.../testRuleNotAppliesToMethodStartingWithIs.php | 8 +
.../testRuleNotAppliesToMethodWithReturnTypeNotBoolean.php | 8 +
.../testRuleNotAppliesWhenParametersAreExplicitEnabled.php | 8 +
.../testRuleAppliesToClassConstantWithLowerCaseCharacters.php | 7 +
.../testRuleAppliesToInterfaceConstantWithLowerCaseCharacters.php | 5 +
.../testRuleNotAppliesToClassConstantWithUpperCaseCharacters.php | 7 +
...stRuleNotAppliesToInterfaceConstantWithUpperCaseCharacters.php | 9 +
.../testRuleAppliesToConstructorMethodNamedAsEnclosingClass.php | 8 +
...iesToConstructorMethodNamedAsEnclosingClassCaseInsensitive.php | 8 +
.../testRuleNotAppliesToMethodNamedSimilarToEnclosingClass.php | 8 +
...tRuleAppliesToFieldAndParameterWithNameLongerThanThreshold.php | 10 +
.../testRuleAppliesToFieldWithNameLongerThanThreshold.php | 5 +
...tRuleAppliesToFunctionParameterWithNameLongerThanThreshold.php | 5 +
.../testRuleAppliesToIdenticalVariableOnlyOneTime.php | 11 +
...AppliesToIdenticalVariablesInDifferentContextsSeveralTimes.php | 13 +
...ppliesToLocalVariableInFunctionWithNameLongerThanThreshold.php | 5 +
...eAppliesToLocalVariableInMethodWithNameLongerThanThreshold.php | 8 +
...estRuleAppliesToMethodParameterWithNameLongerThanThreshold.php | 8 +
.../LongVariable/testRuleNotAppliesForLongPrivateProperty.php | 5 +
.../testRuleNotAppliesForLongPrivateStaticProperty.php | 5 +
.../testRuleNotAppliesToFieldWithNameEqualToThreshold.php | 5 +
.../testRuleNotAppliesToFieldWithNameShorterThanThreshold.php | 5 +
...eNotAppliesToFunctionParameterWithNameSmallerThanThreshold.php | 5 +
...otAppliesToLocalVariableInFunctionWithNameEqualToThreshold.php | 5 +
...pliesToLocalVariableInFunctionWithNameSmallerThanThreshold.php | 5 +
...eNotAppliesToLocalVariableInMethodWithNameEqualToThreshold.php | 8 +
...AppliesToLocalVariableInMethodWithNameShorterThanThreshold.php | 8 +
...uleNotAppliesToMethodParameterWithNameShorterThanThreshold.php | 8 +
.../testRuleNotAppliesToStaticMembersAccessedInMethod.php | 10 +
.../testRuleAppliesToFunctionWithNameShorterThanThreshold.php | 5 +
.../testRuleAppliesToMethodWithNameShorterThanThreshold.php | 8 +
.../testRuleNotAppliesToFunctionWithNameEqualToThreshold.php | 5 +
.../testRuleNotAppliesToFunctionWithNameLongerThanThreshold.php | 5 +
.../testRuleNotAppliesToMethodWithNameEqualToThreshold.php | 8 +
.../testRuleNotAppliesToMethodWithNameLongerThanThreshold.php | 8 +
...RuleAppliesToFieldAndParameterWithNameShorterThanThreshold.php | 7 +
.../testRuleAppliesToFieldWithNameShorterThanThreshold.php | 5 +
...RuleAppliesToFunctionParameterWithNameShorterThanThreshold.php | 5 +
.../testRuleAppliesToIdenticalVariableOnlyOneTime.php | 11 +
...AppliesToIdenticalVariablesInDifferentContextsSeveralTimes.php | 13 +
...pliesToLocalVariableInFunctionWithNameShorterThanThreshold.php | 5 +
...AppliesToLocalVariableInMethodWithNameShorterThanThreshold.php | 8 +
...stRuleAppliesToMethodParameterWithNameShorterThanThreshold.php | 5 +
.../testRuleNotAppliesToFieldWithNameEqualToThreshold.php | 5 +
.../testRuleNotAppliesToFieldWithNameGreaterThanThreshold.php | 5 +
...leNotAppliesToFunctionParameterWithNameLongerThanThreshold.php | 5 +
...otAppliesToLocalVariableInFunctionWithNameEqualToThreshold.php | 5 +
...ppliesToLocalVariableInFunctionWithNameLongerThanThreshold.php | 5 +
...eNotAppliesToLocalVariableInMethodWithNameEqualToThreshold.php | 8 +
...tAppliesToLocalVariableInMethodWithNameLongerThanThreshold.php | 8 +
...RuleNotAppliesToMethodParameterWithNameLongerThanThreshold.php | 5 +
.../testRuleNotAppliesToShortVariableNameAsForLoopIndex.php | 7 +
.../testRuleNotAppliesToShortVariableNameAsForeachLoopIndex.php | 7 +
.../testRuleNotAppliesToShortVariableNameInCatchStatement.php | 7 +
.../testRuleNotAppliesToStaticMembersAccessedInMethod.php | 10 +
.../testRuleNotAppliesToVariablesFromExceptionsList.php | 11 +
...eAppliesToFormalParameterWhenSimilarStaticMemberIsAccessed.php | 10 +
.../testRuleAppliesToFunctionUnusedFormalParameter.php | 5 +
.../testRuleAppliesToMethodUnusedFormalParameter.php | 8 +
.../testRuleAppliesToMultipleFunctionUnusedFormalParameter.php | 5 +
.../testRuleAppliesToMultipleMethodUnusedFormalParameter.php | 8 +
.../testRuleDoesNotApplyToAbstractMethodFormalParameter.php | 5 +
...tRuleDoesNotApplyToFormalParameterUsedInCompoundExpression.php | 10 +
.../testRuleDoesNotApplyToImplementedAbstractMethod.php | 14 +
.../testRuleDoesNotApplyToImplementedInterfaceMethod.php | 14 +
.../UnusedFormalParameter/testRuleDoesNotApplyToInheritMethod.php | 17 +
.../testRuleDoesNotApplyToInnerFunctionDeclaration.php | 12 +
.../testRuleDoesNotApplyToInterfaceMethodFormalParameter.php | 5 +
.../testRuleDoesNotApplyToMethodArgument.php | 8 +
.../testRuleDoesNotApplyToMethodArgumentUsedAsArrayIndex.php | 10 +
.../testRuleDoesNotApplyToMethodWithFuncGetArgs.php | 8 +
.../testRuleDoesNotApplyToMethodWithInheritdocAnnotation.php | 11 +
...tRuleDoesNotApplyToMethodWithInheritdocAnnotationCamelCase.php | 11 +
.../testRuleDoesNotApplyToParameterUsedAsArrayIndex.php | 8 +
.../testRuleDoesNotApplyToParameterUsedAsStringIndex.php | 8 +
...uleNotAppliesToFormalParameterUsedInMethodCompoundVariable.php | 8 +
...eNotAppliesToFormalParameterUsedInPropertyCompoundVariable.php | 8 +
.../test_compact_function_rule_does_not_apply.php | 8 +
...test_compact_function_rule_only_applies_to_used_parameters.php | 8 +
.../test_compact_function_rule_works_case_insensitive.php | 8 +
.../test_func_get_args_rule_works_case_insensitive.php | 8 +
.../test_namespaced_compact_function_rule_does_not_apply.php | 11 +
...aced_compact_function_rule_only_applies_to_used_parameters.php | 11 +
...st_namespaced_compact_function_rule_works_case_insensitive.php | 11 +
.../testInnerFunctionParametersDoNotHideUnusedVariables.php | 9 +
...uleAppliesToLocalVariableWithSameNameAsStaticArrayProperty.php | 11 +
...testRuleAppliesToLocalVariableWithSameNameAsStaticProperty.php | 10 +
.../UnusedLocalVariable/testRuleAppliesToUnusedLocalVariable.php | 8 +
.../UnusedLocalVariable/testRuleDoesNotApplyToArgcSuperGlobal.php | 8 +
.../UnusedLocalVariable/testRuleDoesNotApplyToArgvSuperGlobal.php | 8 +
.../UnusedLocalVariable/testRuleDoesNotApplyToCatchStatement.php | 11 +
.../UnusedLocalVariable/testRuleDoesNotApplyToCompactFunction.php | 9 +
.../testRuleDoesNotApplyToCookieSuperGlobal.php | 8 +
.../UnusedLocalVariable/testRuleDoesNotApplyToDynamicProperty.php | 9 +
.../UnusedLocalVariable/testRuleDoesNotApplyToEnvSuperGlobal.php | 8 +
.../testRuleDoesNotApplyToFilesSuperGlobal.php | 8 +
.../UnusedLocalVariable/testRuleDoesNotApplyToGetSuperGlobal.php | 8 +
.../testRuleDoesNotApplyToGlobalsSuperGlobal.php | 8 +
.../testRuleDoesNotApplyToHttpRawPostDataSuperGlobal.php | 8 +
.../testRuleDoesNotApplyToLocalVariableUsedAsArrayIndex.php | 10 +
.../testRuleDoesNotApplyToLocalVariableUsedAsStringIndex.php | 10 +
.../testRuleDoesNotApplyToLocalVariableUsedInCompoundVariable.php | 11 +
.../UnusedLocalVariable/testRuleDoesNotApplyToMethodArgument.php | 9 +
.../testRuleDoesNotApplyToNamespacedCompactFunction.php | 12 +
.../UnusedLocalVariable/testRuleDoesNotApplyToPostSuperGlobal.php | 8 +
.../testRuleDoesNotApplyToRequestSuperGlobal.php | 8 +
.../testRuleDoesNotApplyToServerSuperGlobal.php | 8 +
.../testRuleDoesNotApplyToSessionSuperGlobal.php | 8 +
.../testRuleDoesNotApplyToStaticArrayProperty.php | 10 +
.../testRuleDoesNotApplyToStaticObjectProperty.php | 10 +
.../UnusedLocalVariable/testRuleDoesNotApplyToStaticProperty.php | 10 +
.../UnusedLocalVariable/testRuleDoesNotApplyToThisVariable.php | 8 +
.../testRuleDoesNotApplyToUnusedLocalVariableInFunction.php | 7 +
.../testRuleDoesNotApplyToUnusedLocalVariableInMethod.php | 10 +
.../testRuleDoesNotApplyToUnusedParameters.php | 8 +
.../test_compact_function_rule_works_case_insensitive.php | 10 +
...st_namespaced_compact_function_rule_works_case_insensitive.php | 13 +
.../UnusedPrivateField/testRuleAppliesToUnusedPrivateField.php | 5 +
.../testRuleAppliesToUnusedPrivateStaticField.php | 5 +
...uleAppliesWhenFieldWithSameNameIsAccessedOnDifferentObject.php | 10 +
...testRuleAppliesWhenLocalVariableIsUsedInStaticMemberPrefix.php | 15 +
...pliesWhenStaticFieldWithSameNameIsAccessedOnDifferentClass.php | 10 +
...stRuleAppliesWhenStaticFieldWithSameNameIsAccessedOnParent.php | 10 +
.../testRuleDoesNotApplyToClassNameAccessedPrivateField.php | 10 +
.../testRuleDoesNotApplyToPrivateArrayFieldAccess.php | 10 +
.../testRuleDoesNotApplyToPrivateFieldInChainedMethodCall.php | 13 +
.../testRuleDoesNotApplyToPrivateStringIndexFieldAccess.php | 10 +
.../testRuleDoesNotApplyToSelfAccessedPrivateField.php | 10 +
.../testRuleDoesNotApplyToStaticAccessedPrivateField.php | 10 +
.../testRuleDoesNotApplyToThisAccessedPrivateField.php | 10 +
.../testRuleDoesNotApplyToUnusedProtectedField.php | 5 +
.../testRuleDoesNotApplyToUnusedPublicField.php | 5 +
.../testRuleDoesNotResultInFatalErrorByCallingNonObject.php | 10 +
.../testRuleAppliesToParentReferencedUnusedPrivateMethod.php | 13 +
.../UnusedPrivateMethod/testRuleAppliesToUnusedPrivateMethod.php | 8 +
.../testRuleAppliesToUnusedStaticPrivateMethod.php | 8 +
.../testRuleAppliesWhenMethodIsReferencedOnDifferentClass.php | 13 +
.../testRuleAppliesWhenMethodIsReferencedOnDifferentObject.php | 13 +
...estRuleAppliesWhenMethodWithSimilarNameIsInInvocationChain.php | 18 +
.../testRuleAppliesWhenPropertyWithSimilarNameIsReferenced.php | 13 +
.../testRuleDoesNotApplyToClassNameReferencedMethod.php | 13 +
.../testRuleDoesNotApplyToPrivateCloneMethod.php | 8 +
.../testRuleDoesNotApplyToPrivateConstructor.php | 8 +
.../testRuleDoesNotApplyToPrivateMethodInChainedMethodCall.php | 13 +
.../testRuleDoesNotApplyToPrivatePhp4Constructor.php | 8 +
.../testRuleDoesNotApplyToSelfReferencedMethod.php | 13 +
.../testRuleDoesNotApplyToStaticReferencedMethod.php | 13 +
.../testRuleDoesNotApplyToThisReferencedMethod.php | 13 +
.../files/RuleSet/testApplyInvokesRuleWhenStrictModeIsSet.php | 8 +
.../testApplyNotInvokesRuleWhenSuppressAnnotationExists.php | 8 +
.../test/resources/files/TextUI/CommandLineOptions/inputfile.txt | 2 +
.../vendor/phpmd/phpmd/src/test/resources/files/pdepend.xml.dist | 15 +
.../phpmd/phpmd/src/test/resources/files/pmd/default-xml.xml | 8 +
.../phpmd/phpmd/src/test/resources/files/pmd/single-directory.xml | 21 +
.../phpmd/phpmd/src/test/resources/files/pmd/single-file.xml | 8 +
.../src/test/resources/files/renderer/xml_renderer_expected1.xml | 16 +
.../resources/files/renderer/xml_renderer_processing_errors.xml | 6 +
.../files/rulesets/alternative-property-value-syntax.xml | 23 +
.../phpmd/src/test/resources/files/rulesets/exclude-pattern.xml | 22 +
.../phpmd/phpmd/src/test/resources/files/rulesets/pmd-refset1.xml | 16 +
.../src/test/resources/files/rulesets/refset-exclude-all.xml | 18 +
.../src/test/resources/files/rulesets/refset-exclude-one.xml | 17 +
.../phpmd/phpmd/src/test/resources/files/rulesets/refset1.xml | 13 +
.../phpmd/phpmd/src/test/resources/files/rulesets/refset2.xml | 13 +
.../phpmd/phpmd/src/test/resources/files/rulesets/refset3.xml | 19 +
.../phpmd/phpmd/src/test/resources/files/rulesets/refset4.xml | 16 +
.../test/resources/files/rulesets/set-class-file-not-found.xml | 15 +
.../src/test/resources/files/rulesets/set-class-not-found.xml | 15 +
.../phpmd/src/test/resources/files/rulesets/set-invalid-xml.xml | 4 +
.../vendor/phpmd/phpmd/src/test/resources/files/rulesets/set1.xml | 29 +
.../vendor/phpmd/phpmd/src/test/resources/files/rulesets/set2.xml | 31 +
.../phpmd/phpmd/src/test/resources/files/source/ccn_function.php | 35 +
.../phpmd/phpmd/src/test/resources/files/source/npath_method.php4 | 15 +
.../test/resources/files/source/source_with_npath_violation.php | 18 +
.../src/test/resources/files/source/source_without_violations.php | 14 +
components/bundle/vendor/phpunit/php-timer/.gitattributes | 1 +
components/bundle/vendor/phpunit/php-timer/.gitignore | 7 +
components/bundle/vendor/phpunit/php-timer/LICENSE | 33 +
components/bundle/vendor/phpunit/php-timer/PHP/Timer.php | 148 +
components/bundle/vendor/phpunit/php-timer/PHP/Timer/Autoload.php | 66 +
.../bundle/vendor/phpunit/php-timer/PHP/Timer/Autoload.php.in | 66 +
components/bundle/vendor/phpunit/php-timer/README.md | 56 +
components/bundle/vendor/phpunit/php-timer/Tests/TimerTest.php | 142 +
components/bundle/vendor/phpunit/php-timer/build.xml | 160 +
.../PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php | 22 +
.../build/PHPCS/Sniffs/Whitespace/ConcatenationSpacingSniff.php | 22 +
.../bundle/vendor/phpunit/php-timer/build/PHPCS/ruleset.xml | 35 +
components/bundle/vendor/phpunit/php-timer/build/phpmd.xml | 27 +
components/bundle/vendor/phpunit/php-timer/composer.json | 32 +
components/bundle/vendor/phpunit/php-timer/package.xml | 58 +
components/bundle/vendor/phpunit/php-timer/phpunit.xml.dist | 26 +
components/bundle/vendor/phpunit/php-token-stream/.gitattributes | 1 +
components/bundle/vendor/phpunit/php-token-stream/.gitignore | 4 +
components/bundle/vendor/phpunit/php-token-stream/.travis.yml | 30 +
components/bundle/vendor/phpunit/php-token-stream/LICENSE | 33 +
components/bundle/vendor/phpunit/php-token-stream/README.md | 13 +
components/bundle/vendor/phpunit/php-token-stream/build.xml | 33 +
.../bundle/vendor/phpunit/php-token-stream/build/phpunit.xml | 17 +
components/bundle/vendor/phpunit/php-token-stream/composer.json | 34 +
components/bundle/vendor/phpunit/php-token-stream/src/Token.php | 744 +
.../bundle/vendor/phpunit/php-token-stream/src/Token/Stream.php | 627 +
.../phpunit/php-token-stream/src/Token/Stream/CachingFactory.php | 85 +
.../vendor/phpunit/php-token-stream/tests/Token/ClassTest.php | 118 +
.../vendor/phpunit/php-token-stream/tests/Token/ClosureTest.php | 119 +
.../vendor/phpunit/php-token-stream/tests/Token/FunctionTest.php | 180 +
.../vendor/phpunit/php-token-stream/tests/Token/IncludeTest.php | 107 +
.../vendor/phpunit/php-token-stream/tests/Token/InterfaceTest.php | 226 +
.../vendor/phpunit/php-token-stream/tests/Token/NamespaceTest.php | 114 +
.../bundle/vendor/phpunit/php-token-stream/tests/TokenTest.php | 76 +
.../tests/_fixture/classExtendsNamespacedClass.php | 9 +
.../phpunit/php-token-stream/tests/_fixture/classInNamespace.php | 6 +
.../php-token-stream/tests/_fixture/classInScopedNamespace.php | 8 +
.../vendor/phpunit/php-token-stream/tests/_fixture/closure.php | 7 +
.../vendor/phpunit/php-token-stream/tests/_fixture/issue19.php | 3 +
.../vendor/phpunit/php-token-stream/tests/_fixture/issue30.php | 8 +
.../tests/_fixture/multipleNamespacesWithOneClassUsingBraces.php | 12 +
.../multipleNamespacesWithOneClassUsingNonBraceSyntax.php | 14 +
.../vendor/phpunit/php-token-stream/tests/_fixture/source.php | 36 +
.../vendor/phpunit/php-token-stream/tests/_fixture/source2.php | 6 +
.../vendor/phpunit/php-token-stream/tests/_fixture/source3.php | 14 +
.../vendor/phpunit/php-token-stream/tests/_fixture/source4.php | 30 +
.../vendor/phpunit/php-token-stream/tests/_fixture/source5.php | 5 +
.../bundle/vendor/phpunit/php-token-stream/tests/bootstrap.php | 7 +
components/bundle/vendor/sebastian/finder-facade/.gitattributes | 1 +
components/bundle/vendor/sebastian/finder-facade/.gitignore | 10 +
components/bundle/vendor/sebastian/finder-facade/ChangeLog.md | 7 +
components/bundle/vendor/sebastian/finder-facade/LICENSE | 33 +
components/bundle/vendor/sebastian/finder-facade/README.md | 24 +
components/bundle/vendor/sebastian/finder-facade/build.xml | 199 +
.../PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php | 22 +
.../build/PHPCS/Sniffs/Whitespace/ConcatenationSpacingSniff.php | 22 +
.../bundle/vendor/sebastian/finder-facade/build/PHPCS/ruleset.xml | 35 +
.../bundle/vendor/sebastian/finder-facade/build/package.xml | 70 +
components/bundle/vendor/sebastian/finder-facade/build/phpdox.xml | 14 +
components/bundle/vendor/sebastian/finder-facade/build/phpmd.xml | 27 +
components/bundle/vendor/sebastian/finder-facade/composer.json | 25 +
.../bundle/vendor/sebastian/finder-facade/src/Configuration.php | 144 +
.../bundle/vendor/sebastian/finder-facade/src/FinderFacade.php | 150 +
components/bundle/vendor/sebastian/finder-facade/src/autoload.php | 67 +
.../bundle/vendor/sebastian/finder-facade/src/autoload.php.in | 66 +
.../vendor/sebastian/finder-facade/tests/ConfigurationTest.php | 80 +
.../vendor/sebastian/finder-facade/tests/FinderFacadeTest.php | 96 +
.../bundle/vendor/sebastian/finder-facade/tests/bootstrap.php | 2 +
.../bundle/vendor/sebastian/finder-facade/tests/fixture/test.xml | 9 +
components/bundle/vendor/sebastian/git/.gitignore | 9 +
components/bundle/vendor/sebastian/git/LICENSE | 33 +
components/bundle/vendor/sebastian/git/README.md | 24 +
components/bundle/vendor/sebastian/git/build.xml | 75 +
components/bundle/vendor/sebastian/git/build/package.xml | 54 +
components/bundle/vendor/sebastian/git/composer.json | 26 +
components/bundle/vendor/sebastian/git/phpunit.xml.dist | 23 +
components/bundle/vendor/sebastian/git/src/Git.php | 154 +
components/bundle/vendor/sebastian/git/src/autoload.php | 19 +
components/bundle/vendor/sebastian/phpcpd/.gitattributes | 1 +
components/bundle/vendor/sebastian/phpcpd/.gitignore | 11 +
components/bundle/vendor/sebastian/phpcpd/.travis.yml | 22 +
components/bundle/vendor/sebastian/phpcpd/LICENSE | 33 +
components/bundle/vendor/sebastian/phpcpd/README.md | 58 +
components/bundle/vendor/sebastian/phpcpd/build.xml | 124 +
.../bundle/vendor/sebastian/phpcpd/build/phar-autoload.php.in | 42 +
components/bundle/vendor/sebastian/phpcpd/build/phar-manifest.php | 27 +
components/bundle/vendor/sebastian/phpcpd/build/phpunit.xml | 19 +
components/bundle/vendor/sebastian/phpcpd/build/travis-ci.xml | 24 +
components/bundle/vendor/sebastian/phpcpd/composer.json | 37 +
components/bundle/vendor/sebastian/phpcpd/composer/bin/phpcpd | 71 +
components/bundle/vendor/sebastian/phpcpd/phpcpd | 68 +
components/bundle/vendor/sebastian/phpcpd/src/CLI/Application.php | 138 +
components/bundle/vendor/sebastian/phpcpd/src/CLI/Command.php | 221 +
components/bundle/vendor/sebastian/phpcpd/src/CodeClone.php | 194 +
components/bundle/vendor/sebastian/phpcpd/src/CodeCloneFile.php | 105 +
components/bundle/vendor/sebastian/phpcpd/src/CodeCloneMap.php | 206 +
.../bundle/vendor/sebastian/phpcpd/src/Detector/Detector.php | 113 +
.../vendor/sebastian/phpcpd/src/Detector/Strategy/Abstract.php | 89 +
.../vendor/sebastian/phpcpd/src/Detector/Strategy/Default.php | 203 +
.../bundle/vendor/sebastian/phpcpd/src/Log/AbstractXmlLogger.php | 140 +
components/bundle/vendor/sebastian/phpcpd/src/Log/PMD.php | 101 +
components/bundle/vendor/sebastian/phpcpd/src/Log/Text.php | 123 +
components/bundle/vendor/sebastian/phpcpd/tests/DetectorTest.php | 321 +
components/bundle/vendor/sebastian/phpcpd/tests/_files/Math.php | 209 +
components/bundle/vendor/sebastian/phpcpd/tests/_files/a.php | 23 +
components/bundle/vendor/sebastian/phpcpd/tests/_files/b.php | 23 +
components/bundle/vendor/sebastian/phpcpd/tests/_files/c.php | 23 +
components/bundle/vendor/sebastian/phpcpd/tests/_files/d.php | 23 +
components/bundle/vendor/sebastian/phpcpd/tests/_files/e.php | 14 +
components/bundle/vendor/sebastian/phpcpd/tests/_files/f.php | 14 +
components/bundle/vendor/sebastian/phpdcd/.gitattributes | 1 +
components/bundle/vendor/sebastian/phpdcd/.gitignore | 11 +
components/bundle/vendor/sebastian/phpdcd/.travis.yml | 22 +
components/bundle/vendor/sebastian/phpdcd/LICENSE | 33 +
components/bundle/vendor/sebastian/phpdcd/README.md | 50 +
components/bundle/vendor/sebastian/phpdcd/build.xml | 132 +
.../bundle/vendor/sebastian/phpdcd/build/phar-autoload.php.in | 42 +
components/bundle/vendor/sebastian/phpdcd/build/phar-manifest.php | 27 +
components/bundle/vendor/sebastian/phpdcd/build/phpunit.xml | 11 +
components/bundle/vendor/sebastian/phpdcd/build/travis-ci.xml | 20 +
components/bundle/vendor/sebastian/phpdcd/composer.json | 40 +
components/bundle/vendor/sebastian/phpdcd/phpdcd | 64 +
components/bundle/vendor/sebastian/phpdcd/src/Analyser.php | 359 +
components/bundle/vendor/sebastian/phpdcd/src/CLI/Application.php | 138 +
components/bundle/vendor/sebastian/phpdcd/src/CLI/Command.php | 163 +
components/bundle/vendor/sebastian/phpdcd/src/Detector.php | 135 +
components/bundle/vendor/sebastian/phpdcd/src/Log/Text.php | 78 +
components/bundle/vendor/sebastian/phpdcd/tests/AnalyserTest.php | 294 +
components/bundle/vendor/sebastian/phpdcd/tests/DetectorTest.php | 518 +
.../bundle/vendor/sebastian/phpdcd/tests/_files/Interpolator.php | 23 +
.../vendor/sebastian/phpdcd/tests/_files/abstract_methods.php | 15 +
.../bundle/vendor/sebastian/phpdcd/tests/_files/declarations.php | 24 +
.../bundle/vendor/sebastian/phpdcd/tests/_files/function_call.php | 2 +
.../vendor/sebastian/phpdcd/tests/_files/function_call2.php | 2 +
.../bundle/vendor/sebastian/phpdcd/tests/_files/issue_18.php | 27 +
.../vendor/sebastian/phpdcd/tests/_files/issue_18_extra.php | 32 +
.../bundle/vendor/sebastian/phpdcd/tests/_files/issue_5.php | 13 +
.../bundle/vendor/sebastian/phpdcd/tests/_files/method_call.php | 3 +
.../vendor/sebastian/phpdcd/tests/_files/methods_vs_functions.php | 20 +
.../phpdcd/tests/_files/parent_double_colon_handling.php | 21 +
.../vendor/sebastian/phpdcd/tests/_files/static_method_call.php | 2 +
components/bundle/vendor/sebastian/version/.gitattributes | 1 +
components/bundle/vendor/sebastian/version/.gitignore | 10 +
components/bundle/vendor/sebastian/version/ChangeLog.md | 19 +
components/bundle/vendor/sebastian/version/LICENSE | 33 +
components/bundle/vendor/sebastian/version/README.md | 46 +
components/bundle/vendor/sebastian/version/build.xml | 80 +
components/bundle/vendor/sebastian/version/build/package.xml | 55 +
components/bundle/vendor/sebastian/version/build/phpunit.xml | 29 +
components/bundle/vendor/sebastian/version/composer.json | 21 +
components/bundle/vendor/sebastian/version/src/Version.php | 118 +
components/bundle/vendor/sebastian/version/src/autoload.php | 19 +
components/bundle/vendor/sebastian/version/tests/bootstrap.php | 2 +
.../vendor/symfony/config/Symfony/Component/Config/.gitignore | 3 +
.../vendor/symfony/config/Symfony/Component/Config/CHANGELOG.md | 21 +
.../symfony/config/Symfony/Component/Config/ConfigCache.php | 126 +
.../config/Symfony/Component/Config/Definition/ArrayNode.php | 390 +
.../config/Symfony/Component/Config/Definition/BaseNode.php | 359 +
.../config/Symfony/Component/Config/Definition/BooleanNode.php | 39 +
.../Component/Config/Definition/Builder/ArrayNodeDefinition.php | 488 +
.../Component/Config/Definition/Builder/BooleanNodeDefinition.php | 42 +
.../Component/Config/Definition/Builder/EnumNodeDefinition.php | 53 +
.../Symfony/Component/Config/Definition/Builder/ExprBuilder.php | 236 +
.../Component/Config/Definition/Builder/FloatNodeDefinition.php | 32 +
.../Component/Config/Definition/Builder/IntegerNodeDefinition.php | 32 +
.../Symfony/Component/Config/Definition/Builder/MergeBuilder.php | 72 +
.../Symfony/Component/Config/Definition/Builder/NodeBuilder.php | 246 +
.../Component/Config/Definition/Builder/NodeDefinition.php | 343 +
.../Component/Config/Definition/Builder/NodeParentInterface.php | 21 +
.../Component/Config/Definition/Builder/NormalizationBuilder.php | 67 +
.../Component/Config/Definition/Builder/NumericNodeDefinition.php | 61 +
.../Config/Definition/Builder/ParentNodeDefinitionInterface.php | 26 +
.../Component/Config/Definition/Builder/ScalarNodeDefinition.php | 32 +
.../Symfony/Component/Config/Definition/Builder/TreeBuilder.php | 63 +
.../Component/Config/Definition/Builder/ValidationBuilder.php | 51 +
.../Config/Definition/Builder/VariableNodeDefinition.php | 64 +
.../Component/Config/Definition/ConfigurationInterface.php | 27 +
.../Component/Config/Definition/Dumper/XmlReferenceDumper.php | 300 +
.../Component/Config/Definition/Dumper/YamlReferenceDumper.php | 199 +
.../config/Symfony/Component/Config/Definition/EnumNode.php | 58 +
.../Config/Definition/Exception/DuplicateKeyException.php | 22 +
.../Symfony/Component/Config/Definition/Exception/Exception.php | 21 +
.../Config/Definition/Exception/ForbiddenOverwriteException.php | 22 +
.../Config/Definition/Exception/InvalidConfigurationException.php | 33 +
.../Config/Definition/Exception/InvalidDefinitionException.php | 21 +
.../Config/Definition/Exception/InvalidTypeException.php | 21 +
.../Component/Config/Definition/Exception/UnsetKeyException.php | 22 +
.../config/Symfony/Component/Config/Definition/FloatNode.php | 40 +
.../config/Symfony/Component/Config/Definition/IntegerNode.php | 35 +
.../config/Symfony/Component/Config/Definition/NodeInterface.php | 87 +
.../config/Symfony/Component/Config/Definition/NumericNode.php | 55 +
.../config/Symfony/Component/Config/Definition/Processor.php | 97 +
.../Component/Config/Definition/PrototypeNodeInterface.php | 27 +
.../Symfony/Component/Config/Definition/PrototypedArrayNode.php | 331 +
.../Symfony/Component/Config/Definition/ReferenceDumper.php | 21 +
.../config/Symfony/Component/Config/Definition/ScalarNode.php | 46 +
.../config/Symfony/Component/Config/Definition/VariableNode.php | 114 +
.../Exception/FileLoaderImportCircularReferenceException.php | 27 +
.../Component/Config/Exception/FileLoaderLoadException.php | 81 +
.../symfony/config/Symfony/Component/Config/FileLocator.php | 99 +
.../config/Symfony/Component/Config/FileLocatorInterface.php | 31 +
.../bundle/vendor/symfony/config/Symfony/Component/Config/LICENSE | 19 +
.../config/Symfony/Component/Config/Loader/DelegatingLoader.php | 62 +
.../symfony/config/Symfony/Component/Config/Loader/FileLoader.php | 108 +
.../symfony/config/Symfony/Component/Config/Loader/Loader.php | 82 +
.../config/Symfony/Component/Config/Loader/LoaderInterface.php | 52 +
.../config/Symfony/Component/Config/Loader/LoaderResolver.php | 80 +
.../Symfony/Component/Config/Loader/LoaderResolverInterface.php | 30 +
.../vendor/symfony/config/Symfony/Component/Config/README.md | 16 +
.../Symfony/Component/Config/Resource/DirectoryResource.php | 102 +
.../config/Symfony/Component/Config/Resource/FileResource.php | 80 +
.../Symfony/Component/Config/Resource/ResourceInterface.php | 43 +
.../config/Symfony/Component/Config/Tests/ConfigCacheTest.php | 138 +
.../Symfony/Component/Config/Tests/Definition/ArrayNodeTest.php | 160 +
.../Symfony/Component/Config/Tests/Definition/BooleanNodeTest.php | 60 +
.../Config/Tests/Definition/Builder/ArrayNodeDefinitionTest.php | 207 +
.../Config/Tests/Definition/Builder/EnumNodeDefinitionTest.php | 46 +
.../Component/Config/Tests/Definition/Builder/ExprBuilderTest.php | 210 +
.../Component/Config/Tests/Definition/Builder/NodeBuilderTest.php | 94 +
.../Config/Tests/Definition/Builder/NumericNodeDefinitionTest.php | 93 +
.../Component/Config/Tests/Definition/Builder/TreeBuilderTest.php | 127 +
.../Config/Tests/Definition/Dumper/XmlReferenceDumperTest.php | 80 +
.../Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php | 67 +
.../Symfony/Component/Config/Tests/Definition/EnumNodeTest.php | 41 +
.../Component/Config/Tests/Definition/FinalizationTest.php | 73 +
.../Symfony/Component/Config/Tests/Definition/FloatNodeTest.php | 64 +
.../Symfony/Component/Config/Tests/Definition/IntegerNodeTest.php | 61 +
.../Symfony/Component/Config/Tests/Definition/MergeTest.php | 195 +
.../Component/Config/Tests/Definition/NormalizationTest.php | 229 +
.../Component/Config/Tests/Definition/PrototypedArrayNodeTest.php | 180 +
.../Symfony/Component/Config/Tests/Definition/ScalarNodeTest.php | 60 +
.../config/Symfony/Component/Config/Tests/FileLocatorTest.php | 107 +
.../Component/Config/Tests/Fixtures/Builder/BarNodeDefinition.php | 21 +
.../Component/Config/Tests/Fixtures/Builder/NodeBuilder.php | 34 +
.../Config/Tests/Fixtures/Builder/VariableNodeDefinition.php | 18 +
.../Config/Tests/Fixtures/Configuration/ExampleConfiguration.php | 71 +
.../Component/Config/Tests/Fixtures/Util/document_type.xml | 3 +
.../Symfony/Component/Config/Tests/Fixtures/Util/invalid.xml | 2 +
.../Component/Config/Tests/Fixtures/Util/invalid_schema.xml | 2 +
.../Symfony/Component/Config/Tests/Fixtures/Util/schema.xsd | 9 +
.../config/Symfony/Component/Config/Tests/Fixtures/Util/valid.xml | 3 +
.../Component/Config/Tests/Loader/DelegatingLoaderTest.php | 83 +
.../Symfony/Component/Config/Tests/Loader/FileLoaderTest.php | 107 +
.../Symfony/Component/Config/Tests/Loader/LoaderResolverTest.php | 56 +
.../config/Symfony/Component/Config/Tests/Loader/LoaderTest.php | 117 +
.../Component/Config/Tests/Resource/DirectoryResourceTest.php | 152 +
.../Symfony/Component/Config/Tests/Resource/FileResourceTest.php | 58 +
.../config/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php | 190 +
.../symfony/config/Symfony/Component/Config/Util/XmlUtils.php | 236 +
.../vendor/symfony/config/Symfony/Component/Config/composer.json | 32 +
.../symfony/config/Symfony/Component/Config/phpunit.xml.dist | 25 +
.../vendor/symfony/console/Symfony/Component/Console/.gitignore | 3 +
.../symfony/console/Symfony/Component/Console/Application.php | 1158 +
.../vendor/symfony/console/Symfony/Component/Console/CHANGELOG.md | 56 +
.../symfony/console/Symfony/Component/Console/Command/Command.php | 656 +
.../console/Symfony/Component/Console/Command/HelpCommand.php | 91 +
.../console/Symfony/Component/Console/Command/ListCommand.php | 95 +
.../symfony/console/Symfony/Component/Console/ConsoleEvents.php | 55 +
.../Component/Console/Descriptor/ApplicationDescription.php | 153 +
.../console/Symfony/Component/Console/Descriptor/Descriptor.php | 119 +
.../Symfony/Component/Console/Descriptor/DescriptorInterface.php | 31 +
.../Symfony/Component/Console/Descriptor/JsonDescriptor.php | 165 +
.../Symfony/Component/Console/Descriptor/MarkdownDescriptor.php | 139 +
.../Symfony/Component/Console/Descriptor/TextDescriptor.php | 229 +
.../Symfony/Component/Console/Descriptor/XmlDescriptor.php | 264 +
.../Symfony/Component/Console/Event/ConsoleCommandEvent.php | 21 +
.../console/Symfony/Component/Console/Event/ConsoleEvent.php | 67 +
.../Symfony/Component/Console/Event/ConsoleExceptionEvent.php | 67 +
.../Symfony/Component/Console/Event/ConsoleTerminateEvent.php | 58 +
.../Symfony/Component/Console/Formatter/OutputFormatter.php | 240 +
.../Component/Console/Formatter/OutputFormatterInterface.php | 83 +
.../Symfony/Component/Console/Formatter/OutputFormatterStyle.php | 228 +
.../Component/Console/Formatter/OutputFormatterStyleInterface.php | 72 +
.../Component/Console/Formatter/OutputFormatterStyleStack.php | 121 +
.../console/Symfony/Component/Console/Helper/DescriptorHelper.php | 96 +
.../console/Symfony/Component/Console/Helper/DialogHelper.php | 477 +
.../console/Symfony/Component/Console/Helper/FormatterHelper.php | 80 +
.../symfony/console/Symfony/Component/Console/Helper/Helper.php | 121 +
.../console/Symfony/Component/Console/Helper/HelperInterface.php | 49 +
.../console/Symfony/Component/Console/Helper/HelperSet.php | 108 +
.../console/Symfony/Component/Console/Helper/InputAwareHelper.php | 33 +
.../console/Symfony/Component/Console/Helper/ProgressBar.php | 559 +
.../console/Symfony/Component/Console/Helper/ProgressHelper.php | 457 +
.../console/Symfony/Component/Console/Helper/QuestionHelper.php | 412 +
.../symfony/console/Symfony/Component/Console/Helper/Table.php | 409 +
.../console/Symfony/Component/Console/Helper/TableHelper.php | 264 +
.../console/Symfony/Component/Console/Helper/TableSeparator.php | 21 +
.../console/Symfony/Component/Console/Helper/TableStyle.php | 251 +
.../symfony/console/Symfony/Component/Console/Input/ArgvInput.php | 351 +
.../console/Symfony/Component/Console/Input/ArrayInput.php | 209 +
.../symfony/console/Symfony/Component/Console/Input/Input.php | 226 +
.../console/Symfony/Component/Console/Input/InputArgument.php | 132 +
.../Symfony/Component/Console/Input/InputAwareInterface.php | 28 +
.../console/Symfony/Component/Console/Input/InputDefinition.php | 458 +
.../console/Symfony/Component/Console/Input/InputInterface.php | 152 +
.../console/Symfony/Component/Console/Input/InputOption.php | 212 +
.../console/Symfony/Component/Console/Input/StringInput.php | 83 +
.../vendor/symfony/console/Symfony/Component/Console/LICENSE | 19 +
.../console/Symfony/Component/Console/Logger/ConsoleLogger.php | 116 +
.../console/Symfony/Component/Console/Output/BufferedOutput.php | 48 +
.../console/Symfony/Component/Console/Output/ConsoleOutput.php | 113 +
.../Symfony/Component/Console/Output/ConsoleOutputInterface.php | 35 +
.../console/Symfony/Component/Console/Output/NullOutput.php | 113 +
.../symfony/console/Symfony/Component/Console/Output/Output.php | 165 +
.../console/Symfony/Component/Console/Output/OutputInterface.php | 113 +
.../console/Symfony/Component/Console/Output/StreamOutput.php | 103 +
.../console/Symfony/Component/Console/Question/ChoiceQuestion.php | 138 +
.../Symfony/Component/Console/Question/ConfirmationQuestion.php | 44 +
.../console/Symfony/Component/Console/Question/Question.php | 238 +
.../vendor/symfony/console/Symfony/Component/Console/README.md | 67 +
.../Symfony/Component/Console/Resources/bin/hiddeninput.exe | Bin 0 -> 9216 bytes
.../vendor/symfony/console/Symfony/Component/Console/Shell.php | 228 +
.../Symfony/Component/Console/Tester/ApplicationTester.php | 128 +
.../console/Symfony/Component/Console/Tester/CommandTester.php | 132 +
.../console/Symfony/Component/Console/Tests/ApplicationTest.php | 1000 +
.../Symfony/Component/Console/Tests/Command/CommandTest.php | 338 +
.../Symfony/Component/Console/Tests/Command/HelpCommandTest.php | 64 +
.../Symfony/Component/Console/Tests/Command/ListCommandTest.php | 64 +
.../Component/Console/Tests/Descriptor/AbstractDescriptorTest.php | 105 +
.../Component/Console/Tests/Descriptor/JsonDescriptorTest.php | 27 +
.../Component/Console/Tests/Descriptor/MarkdownDescriptorTest.php | 27 +
.../Component/Console/Tests/Descriptor/ObjectsProvider.php | 74 +
.../Component/Console/Tests/Descriptor/TextDescriptorTest.php | 27 +
.../Component/Console/Tests/Descriptor/XmlDescriptorTest.php | 27 +
.../Symfony/Component/Console/Tests/Fixtures/BarBucCommand.php | 11 +
.../Component/Console/Tests/Fixtures/DescriptorApplication1.php | 18 +
.../Component/Console/Tests/Fixtures/DescriptorApplication2.php | 24 +
.../Component/Console/Tests/Fixtures/DescriptorCommand1.php | 27 +
.../Component/Console/Tests/Fixtures/DescriptorCommand2.php | 30 +
.../Symfony/Component/Console/Tests/Fixtures/DummyOutput.php | 36 +
.../Symfony/Component/Console/Tests/Fixtures/Foo1Command.php | 26 +
.../Symfony/Component/Console/Tests/Fixtures/Foo2Command.php | 21 +
.../Symfony/Component/Console/Tests/Fixtures/Foo3Command.php | 29 +
.../Symfony/Component/Console/Tests/Fixtures/Foo4Command.php | 11 +
.../Symfony/Component/Console/Tests/Fixtures/Foo5Command.php | 10 +
.../Symfony/Component/Console/Tests/Fixtures/FooCommand.php | 33 +
.../Symfony/Component/Console/Tests/Fixtures/FoobarCommand.php | 25 +
.../Symfony/Component/Console/Tests/Fixtures/TestCommand.php | 28 +
.../Symfony/Component/Console/Tests/Fixtures/application_1.json | 1 +
.../Symfony/Component/Console/Tests/Fixtures/application_1.md | 199 +
.../Symfony/Component/Console/Tests/Fixtures/application_1.txt | 17 +
.../Symfony/Component/Console/Tests/Fixtures/application_1.xml | 108 +
.../Symfony/Component/Console/Tests/Fixtures/application_2.json | 1 +
.../Symfony/Component/Console/Tests/Fixtures/application_2.md | 388 +
.../Symfony/Component/Console/Tests/Fixtures/application_2.txt | 22 +
.../Symfony/Component/Console/Tests/Fixtures/application_2.xml | 185 +
.../Component/Console/Tests/Fixtures/application_astext1.txt | 20 +
.../Component/Console/Tests/Fixtures/application_astext2.txt | 16 +
.../Component/Console/Tests/Fixtures/application_asxml1.txt | 144 +
.../Component/Console/Tests/Fixtures/application_asxml2.txt | 37 +
.../Component/Console/Tests/Fixtures/application_gethelp.txt | 13 +
.../Console/Tests/Fixtures/application_renderexception1.txt | 5 +
.../Console/Tests/Fixtures/application_renderexception2.txt | 9 +
.../Console/Tests/Fixtures/application_renderexception3.txt | 25 +
.../Tests/Fixtures/application_renderexception3decorated.txt | 25 +
.../Console/Tests/Fixtures/application_renderexception4.txt | 6 +
.../Tests/Fixtures/application_renderexception_doublewidth1.txt | 9 +
.../application_renderexception_doublewidth1decorated.txt | 9 +
.../Tests/Fixtures/application_renderexception_doublewidth2.txt | 10 +
.../Symfony/Component/Console/Tests/Fixtures/application_run1.txt | 17 +
.../Symfony/Component/Console/Tests/Fixtures/application_run2.txt | 29 +
.../Symfony/Component/Console/Tests/Fixtures/application_run3.txt | 27 +
.../Symfony/Component/Console/Tests/Fixtures/application_run4.txt | 1 +
.../Symfony/Component/Console/Tests/Fixtures/command_1.json | 1 +
.../console/Symfony/Component/Console/Tests/Fixtures/command_1.md | 8 +
.../Symfony/Component/Console/Tests/Fixtures/command_1.txt | 7 +
.../Symfony/Component/Console/Tests/Fixtures/command_1.xml | 12 +
.../Symfony/Component/Console/Tests/Fixtures/command_2.json | 1 +
.../console/Symfony/Component/Console/Tests/Fixtures/command_2.md | 30 +
.../Symfony/Component/Console/Tests/Fixtures/command_2.txt | 11 +
.../Symfony/Component/Console/Tests/Fixtures/command_2.xml | 18 +
.../Symfony/Component/Console/Tests/Fixtures/command_astext.txt | 18 +
.../Symfony/Component/Console/Tests/Fixtures/command_asxml.txt | 38 +
.../Component/Console/Tests/Fixtures/definition_astext.txt | 11 +
.../Symfony/Component/Console/Tests/Fixtures/definition_asxml.txt | 39 +
.../Component/Console/Tests/Fixtures/input_argument_1.json | 1 +
.../Symfony/Component/Console/Tests/Fixtures/input_argument_1.md | 7 +
.../Symfony/Component/Console/Tests/Fixtures/input_argument_1.txt | 1 +
.../Symfony/Component/Console/Tests/Fixtures/input_argument_1.xml | 5 +
.../Component/Console/Tests/Fixtures/input_argument_2.json | 1 +
.../Symfony/Component/Console/Tests/Fixtures/input_argument_2.md | 7 +
.../Symfony/Component/Console/Tests/Fixtures/input_argument_2.txt | 1 +
.../Symfony/Component/Console/Tests/Fixtures/input_argument_2.xml | 5 +
.../Component/Console/Tests/Fixtures/input_argument_3.json | 1 +
.../Symfony/Component/Console/Tests/Fixtures/input_argument_3.md | 7 +
.../Symfony/Component/Console/Tests/Fixtures/input_argument_3.txt | 1 +
.../Symfony/Component/Console/Tests/Fixtures/input_argument_3.xml | 7 +
.../Component/Console/Tests/Fixtures/input_definition_1.json | 1 +
.../Component/Console/Tests/Fixtures/input_definition_1.xml | 5 +
.../Component/Console/Tests/Fixtures/input_definition_2.json | 1 +
.../Component/Console/Tests/Fixtures/input_definition_2.md | 9 +
.../Component/Console/Tests/Fixtures/input_definition_2.txt | 2 +
.../Component/Console/Tests/Fixtures/input_definition_2.xml | 10 +
.../Component/Console/Tests/Fixtures/input_definition_3.json | 1 +
.../Component/Console/Tests/Fixtures/input_definition_3.md | 11 +
.../Component/Console/Tests/Fixtures/input_definition_3.txt | 2 +
.../Component/Console/Tests/Fixtures/input_definition_3.xml | 9 +
.../Component/Console/Tests/Fixtures/input_definition_4.json | 1 +
.../Component/Console/Tests/Fixtures/input_definition_4.md | 21 +
.../Component/Console/Tests/Fixtures/input_definition_4.txt | 5 +
.../Component/Console/Tests/Fixtures/input_definition_4.xml | 14 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_1.json | 1 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_1.md | 9 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_1.txt | 1 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_1.xml | 4 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_2.json | 1 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_2.md | 9 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_2.txt | 1 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_2.xml | 7 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_3.json | 1 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_3.md | 9 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_3.txt | 1 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_3.xml | 5 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_4.json | 1 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_4.md | 9 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_4.txt | 1 +
.../Symfony/Component/Console/Tests/Fixtures/input_option_4.xml | 5 +
.../Console/Tests/Formatter/OutputFormatterStyleStackTest.php | 70 +
.../Console/Tests/Formatter/OutputFormatterStyleTest.php | 93 +
.../Component/Console/Tests/Formatter/OutputFormatterTest.php | 252 +
.../Symfony/Component/Console/Tests/Helper/DialogHelperTest.php | 192 +
.../Component/Console/Tests/Helper/FormatterHelperTest.php | 99 +
.../Symfony/Component/Console/Tests/Helper/HelperSetTest.php | 153 +
.../Symfony/Component/Console/Tests/Helper/ProgressBarTest.php | 446 +
.../Symfony/Component/Console/Tests/Helper/ProgressHelperTest.php | 224 +
.../Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php | 238 +
.../Symfony/Component/Console/Tests/Helper/TableHelperTest.php | 294 +
.../console/Symfony/Component/Console/Tests/Helper/TableTest.php | 357 +
.../Symfony/Component/Console/Tests/Input/ArgvInputTest.php | 316 +
.../Symfony/Component/Console/Tests/Input/ArrayInputTest.php | 129 +
.../Symfony/Component/Console/Tests/Input/InputArgumentTest.php | 111 +
.../Symfony/Component/Console/Tests/Input/InputDefinitionTest.php | 420 +
.../Symfony/Component/Console/Tests/Input/InputOptionTest.php | 204 +
.../console/Symfony/Component/Console/Tests/Input/InputTest.php | 121 +
.../Symfony/Component/Console/Tests/Input/StringInputTest.php | 90 +
.../Symfony/Component/Console/Tests/Logger/ConsoleLoggerTest.php | 58 +
.../Symfony/Component/Console/Tests/Output/ConsoleOutputTest.php | 25 +
.../Symfony/Component/Console/Tests/Output/NullOutputTest.php | 39 +
.../console/Symfony/Component/Console/Tests/Output/OutputTest.php | 156 +
.../Symfony/Component/Console/Tests/Output/StreamOutputTest.php | 60 +
.../Component/Console/Tests/Tester/ApplicationTesterTest.php | 69 +
.../Symfony/Component/Console/Tests/Tester/CommandTesterTest.php | 84 +
.../symfony/console/Symfony/Component/Console/composer.json | 39 +
.../symfony/console/Symfony/Component/Console/phpunit.xml.dist | 25 +
.../Symfony/Component/DependencyInjection/.gitignore | 3 +
.../Symfony/Component/DependencyInjection/Alias.php | 71 +
.../Symfony/Component/DependencyInjection/CHANGELOG.md | 35 +
.../DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php | 144 +
.../DependencyInjection/Compiler/CheckCircularReferencesPass.php | 79 +
.../DependencyInjection/Compiler/CheckDefinitionValidityPass.php | 90 +
.../Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php | 64 +
.../DependencyInjection/Compiler/CheckReferenceValidityPass.php | 167 +
.../Symfony/Component/DependencyInjection/Compiler/Compiler.php | 120 +
.../DependencyInjection/Compiler/CompilerPassInterface.php | 33 +
.../DependencyInjection/Compiler/DecoratorServicePass.php | 54 +
.../DependencyInjection/Compiler/InlineServiceDefinitionsPass.php | 148 +
.../Component/DependencyInjection/Compiler/LoggingFormatter.php | 45 +
.../Compiler/MergeExtensionConfigurationPass.php | 59 +
.../Symfony/Component/DependencyInjection/Compiler/PassConfig.php | 256 +
.../Compiler/RemoveAbstractDefinitionsPass.php | 39 +
.../DependencyInjection/Compiler/RemovePrivateAliasesPass.php | 44 +
.../DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php | 84 +
.../DependencyInjection/Compiler/RepeatablePassInterface.php | 28 +
.../Component/DependencyInjection/Compiler/RepeatedPass.php | 88 +
.../Compiler/ReplaceAliasByActualDefinitionPass.php | 125 +
.../Compiler/ResolveDefinitionTemplatesPass.php | 154 +
.../DependencyInjection/Compiler/ResolveInvalidReferencesPass.php | 105 +
.../Compiler/ResolveParameterPlaceHoldersPass.php | 63 +
.../Compiler/ResolveReferencesToAliasesPass.php | 93 +
.../DependencyInjection/Compiler/ServiceReferenceGraph.php | 114 +
.../DependencyInjection/Compiler/ServiceReferenceGraphEdge.php | 70 +
.../DependencyInjection/Compiler/ServiceReferenceGraphNode.php | 122 +
.../Symfony/Component/DependencyInjection/Container.php | 563 +
.../Symfony/Component/DependencyInjection/ContainerAware.php | 41 +
.../Component/DependencyInjection/ContainerAwareInterface.php | 31 +
.../Symfony/Component/DependencyInjection/ContainerAwareTrait.php | 35 +
.../Symfony/Component/DependencyInjection/ContainerBuilder.php | 1169 +
.../Symfony/Component/DependencyInjection/ContainerInterface.php | 158 +
.../Symfony/Component/DependencyInjection/Definition.php | 742 +
.../Symfony/Component/DependencyInjection/DefinitionDecorator.php | 218 +
.../Symfony/Component/DependencyInjection/Dumper/Dumper.php | 38 +
.../Component/DependencyInjection/Dumper/DumperInterface.php | 33 +
.../Component/DependencyInjection/Dumper/GraphvizDumper.php | 302 +
.../Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1380 +
.../Symfony/Component/DependencyInjection/Dumper/XmlDumper.php | 337 +
.../Symfony/Component/DependencyInjection/Dumper/YamlDumper.php | 336 +
.../DependencyInjection/Exception/BadMethodCallException.php | 19 +
.../DependencyInjection/Exception/ExceptionInterface.php | 22 +
.../DependencyInjection/Exception/InactiveScopeException.php | 41 +
.../DependencyInjection/Exception/InvalidArgumentException.php | 21 +
.../Component/DependencyInjection/Exception/LogicException.php | 19 +
.../DependencyInjection/Exception/OutOfBoundsException.php | 19 +
.../Exception/ParameterCircularReferenceException.php | 34 +
.../DependencyInjection/Exception/ParameterNotFoundException.php | 95 +
.../Component/DependencyInjection/Exception/RuntimeException.php | 21 +
.../Exception/ScopeCrossingInjectionException.php | 65 +
.../Exception/ScopeWideningInjectionException.php | 64 +
.../Exception/ServiceCircularReferenceException.php | 41 +
.../DependencyInjection/Exception/ServiceNotFoundException.php | 56 +
.../Symfony/Component/DependencyInjection/ExpressionLanguage.php | 42 +
.../Extension/ConfigurationExtensionInterface.php | 33 +
.../Symfony/Component/DependencyInjection/Extension/Extension.php | 124 +
.../DependencyInjection/Extension/ExtensionInterface.php | 65 +
.../DependencyInjection/Extension/PrependExtensionInterface.php | 24 +
.../DependencyInjection/IntrospectableContainerInterface.php | 32 +
.../Symfony/Component/DependencyInjection/LICENSE | 19 +
.../LazyProxy/Instantiator/InstantiatorInterface.php | 37 +
.../LazyProxy/Instantiator/RealServiceInstantiator.php | 33 +
.../DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php | 50 +
.../DependencyInjection/LazyProxy/PhpDumper/NullDumper.php | 46 +
.../Component/DependencyInjection/Loader/ClosureLoader.php | 61 +
.../Symfony/Component/DependencyInjection/Loader/FileLoader.php | 39 +
.../Component/DependencyInjection/Loader/IniFileLoader.php | 62 +
.../Component/DependencyInjection/Loader/PhpFileLoader.php | 57 +
.../Component/DependencyInjection/Loader/XmlFileLoader.php | 536 +
.../Component/DependencyInjection/Loader/YamlFileLoader.php | 400 +
.../Loader/schema/dic/services/services-1.0.xsd | 189 +
.../Symfony/Component/DependencyInjection/Parameter.php | 44 +
.../DependencyInjection/ParameterBag/FrozenParameterBag.php | 72 +
.../Component/DependencyInjection/ParameterBag/ParameterBag.php | 304 +
.../DependencyInjection/ParameterBag/ParameterBagInterface.php | 115 +
.../Symfony/Component/DependencyInjection/README.md | 81 +
.../Symfony/Component/DependencyInjection/Reference.php | 72 +
.../Symfony/Component/DependencyInjection/Scope.php | 50 +
.../Symfony/Component/DependencyInjection/ScopeInterface.php | 32 +
.../Symfony/Component/DependencyInjection/SimpleXMLElement.php | 114 +
.../Component/DependencyInjection/TaggedContainerInterface.php | 33 +
.../Tests/Compiler/AnalyzeServiceReferencesPassTest.php | 127 +
.../Tests/Compiler/CheckCircularReferencesPassTest.php | 137 +
.../Tests/Compiler/CheckDefinitionValidityPassTest.php | 91 +
.../Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php | 71 +
.../Tests/Compiler/CheckReferenceValidityPassTest.php | 98 +
.../Tests/Compiler/DecoratorServicePassTest.php | 81 +
.../Tests/Compiler/InlineServiceDefinitionsPassTest.php | 167 +
.../DependencyInjection/Tests/Compiler/IntegrationTest.php | 114 +
.../Tests/Compiler/RemoveUnusedDefinitionsPassTest.php | 116 +
.../Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php | 59 +
.../Tests/Compiler/ResolveDefinitionTemplatesPassTest.php | 181 +
.../Tests/Compiler/ResolveInvalidReferencesPassTest.php | 83 +
.../Tests/Compiler/ResolveReferencesToAliasesPassTest.php | 56 +
.../Component/DependencyInjection/Tests/ContainerBuilderTest.php | 818 +
.../Symfony/Component/DependencyInjection/Tests/ContainerTest.php | 593 +
.../Component/DependencyInjection/Tests/CrossCheckTest.php | 96 +
.../DependencyInjection/Tests/DefinitionDecoratorTest.php | 120 +
.../Component/DependencyInjection/Tests/DefinitionTest.php | 336 +
.../DependencyInjection/Tests/Dumper/GraphvizDumperTest.php | 80 +
.../Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php | 199 +
.../Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php | 134 +
.../Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php | 59 +
.../DependencyInjection/Tests/Extension/ExtensionTest.php | 81 +
.../DependencyInjection/Tests/Fixtures/containers/container10.php | 14 +
.../DependencyInjection/Tests/Fixtures/containers/container11.php | 12 +
.../DependencyInjection/Tests/Fixtures/containers/container12.php | 13 +
.../DependencyInjection/Tests/Fixtures/containers/container13.php | 16 +
.../DependencyInjection/Tests/Fixtures/containers/container14.php | 11 +
.../DependencyInjection/Tests/Fixtures/containers/container15.php | 11 +
.../DependencyInjection/Tests/Fixtures/containers/container16.php | 11 +
.../DependencyInjection/Tests/Fixtures/containers/container17.php | 10 +
.../DependencyInjection/Tests/Fixtures/containers/container18.php | 14 +
.../DependencyInjection/Tests/Fixtures/containers/container8.php | 14 +
.../DependencyInjection/Tests/Fixtures/containers/container9.php | 107 +
.../DependencyInjection/Tests/Fixtures/containers/interfaces1.php | 25 +
.../DependencyInjection/Tests/Fixtures/containers/interfaces2.php | 34 +
.../DependencyInjection/Tests/Fixtures/graphviz/services1.dot | 7 +
.../DependencyInjection/Tests/Fixtures/graphviz/services10-1.dot | 10 +
.../DependencyInjection/Tests/Fixtures/graphviz/services10.dot | 10 +
.../DependencyInjection/Tests/Fixtures/graphviz/services13.dot | 10 +
.../DependencyInjection/Tests/Fixtures/graphviz/services14.dot | 7 +
.../DependencyInjection/Tests/Fixtures/graphviz/services17.dot | 8 +
.../DependencyInjection/Tests/Fixtures/graphviz/services18.dot | 8 +
.../DependencyInjection/Tests/Fixtures/graphviz/services9.dot | 40 +
.../Tests/Fixtures/includes/ProjectExtension.php | 40 +
.../Tests/Fixtures/includes/ProjectWithXsdExtension.php | 19 +
.../Tests/Fixtures/includes/ProjectWithXsdExtensionInPhar.phar | Bin 0 -> 1138 bytes
.../DependencyInjection/Tests/Fixtures/includes/classes.php | 61 +
.../DependencyInjection/Tests/Fixtures/includes/createphar.php | 47 +
.../Component/DependencyInjection/Tests/Fixtures/includes/foo.php | 38 +
.../Tests/Fixtures/includes/schema/project-1.0.xsd | 13 +
.../Component/DependencyInjection/Tests/Fixtures/ini/nonvalid.ini | 2 +
.../DependencyInjection/Tests/Fixtures/ini/parameters.ini | 3 +
.../DependencyInjection/Tests/Fixtures/ini/parameters1.ini | 3 +
.../DependencyInjection/Tests/Fixtures/ini/parameters2.ini | 2 +
.../DependencyInjection/Tests/Fixtures/php/services1-1.php | 27 +
.../DependencyInjection/Tests/Fixtures/php/services1.php | 26 +
.../DependencyInjection/Tests/Fixtures/php/services10.php | 111 +
.../DependencyInjection/Tests/Fixtures/php/services11.php | 53 +
.../DependencyInjection/Tests/Fixtures/php/services8.php | 51 +
.../DependencyInjection/Tests/Fixtures/php/services9.php | 347 +
.../DependencyInjection/Tests/Fixtures/php/services9_compiled.php | 343 +
.../Component/DependencyInjection/Tests/Fixtures/php/simple.php | 3 +
.../Tests/Fixtures/xml/extension1/services.xml | 14 +
.../Tests/Fixtures/xml/extension2/services.xml | 14 +
.../Tests/Fixtures/xml/extensions/services1.xml | 19 +
.../Tests/Fixtures/xml/extensions/services2.xml | 19 +
.../Tests/Fixtures/xml/extensions/services3.xml | 19 +
.../Tests/Fixtures/xml/extensions/services4.xml | 6 +
.../Tests/Fixtures/xml/extensions/services5.xml | 11 +
.../Tests/Fixtures/xml/extensions/services6.xml | 11 +
.../Tests/Fixtures/xml/extensions/services7.xml | 11 +
.../DependencyInjection/Tests/Fixtures/xml/namespaces.xml | 17 +
.../Component/DependencyInjection/Tests/Fixtures/xml/nonvalid.xml | 3 +
.../DependencyInjection/Tests/Fixtures/xml/services1.xml | 2 +
.../DependencyInjection/Tests/Fixtures/xml/services10.xml | 16 +
.../DependencyInjection/Tests/Fixtures/xml/services13.xml | 9 +
.../DependencyInjection/Tests/Fixtures/xml/services14.xml | 19 +
.../DependencyInjection/Tests/Fixtures/xml/services2.xml | 31 +
.../DependencyInjection/Tests/Fixtures/xml/services3.xml | 13 +
.../DependencyInjection/Tests/Fixtures/xml/services4.xml | 13 +
.../Tests/Fixtures/xml/services4_bad_import.xml | 9 +
.../DependencyInjection/Tests/Fixtures/xml/services5.xml | 21 +
.../DependencyInjection/Tests/Fixtures/xml/services6.xml | 56 +
.../DependencyInjection/Tests/Fixtures/xml/services7.xml | 9 +
.../DependencyInjection/Tests/Fixtures/xml/services8.xml | 22 +
.../DependencyInjection/Tests/Fixtures/xml/services9.xml | 97 +
.../DependencyInjection/Tests/Fixtures/xml/withdoctype.xml | 3 +
.../DependencyInjection/Tests/Fixtures/yaml/bad_calls.yml | 4 +
.../DependencyInjection/Tests/Fixtures/yaml/bad_import.yml | 2 +
.../DependencyInjection/Tests/Fixtures/yaml/bad_imports.yml | 2 +
.../DependencyInjection/Tests/Fixtures/yaml/bad_parameters.yml | 2 +
.../DependencyInjection/Tests/Fixtures/yaml/bad_service.yml | 2 +
.../DependencyInjection/Tests/Fixtures/yaml/bad_services.yml | 1 +
.../Component/DependencyInjection/Tests/Fixtures/yaml/badtag1.yml | 5 +
.../Component/DependencyInjection/Tests/Fixtures/yaml/badtag2.yml | 6 +
.../Component/DependencyInjection/Tests/Fixtures/yaml/badtag3.yml | 6 +
.../Component/DependencyInjection/Tests/Fixtures/yaml/badtag4.yml | 6 +
.../DependencyInjection/Tests/Fixtures/yaml/nonvalid1.yml | 2 +
.../DependencyInjection/Tests/Fixtures/yaml/nonvalid2.yml | 1 +
.../DependencyInjection/Tests/Fixtures/yaml/services10.yml | 9 +
.../DependencyInjection/Tests/Fixtures/yaml/services11.yml | 1 +
.../DependencyInjection/Tests/Fixtures/yaml/services13.yml | 3 +
.../DependencyInjection/Tests/Fixtures/yaml/services2.yml | 12 +
.../DependencyInjection/Tests/Fixtures/yaml/services3.yml | 5 +
.../DependencyInjection/Tests/Fixtures/yaml/services4.yml | 7 +
.../Tests/Fixtures/yaml/services4_bad_import.yml | 2 +
.../DependencyInjection/Tests/Fixtures/yaml/services6.yml | 37 +
.../DependencyInjection/Tests/Fixtures/yaml/services7.yml | 2 +
.../DependencyInjection/Tests/Fixtures/yaml/services8.yml | 6 +
.../DependencyInjection/Tests/Fixtures/yaml/services9.yml | 92 +
.../Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php | 37 +
.../Tests/LazyProxy/PhpDumper/NullDumperTest.php | 35 +
.../DependencyInjection/Tests/Loader/ClosureLoaderTest.php | 43 +
.../DependencyInjection/Tests/Loader/IniFileLoaderTest.php | 80 +
.../DependencyInjection/Tests/Loader/PhpFileLoaderTest.php | 43 +
.../DependencyInjection/Tests/Loader/XmlFileLoaderTest.php | 455 +
.../DependencyInjection/Tests/Loader/YamlFileLoaderTest.php | 243 +
.../Tests/ParameterBag/FrozenParameterBagTest.php | 60 +
.../DependencyInjection/Tests/ParameterBag/ParameterBagTest.php | 279 +
.../Symfony/Component/DependencyInjection/Tests/ParameterTest.php | 26 +
.../Symfony/Component/DependencyInjection/Tests/ReferenceTest.php | 32 +
.../Symfony/Component/DependencyInjection/Variable.php | 50 +
.../Symfony/Component/DependencyInjection/composer.json | 41 +
.../Symfony/Component/DependencyInjection/phpunit.xml.dist | 25 +
.../symfony/filesystem/Symfony/Component/Filesystem/.gitignore | 3 +
.../symfony/filesystem/Symfony/Component/Filesystem/CHANGELOG.md | 23 +
.../Symfony/Component/Filesystem/Exception/ExceptionInterface.php | 23 +
.../Component/Filesystem/Exception/FileNotFoundException.php | 34 +
.../Symfony/Component/Filesystem/Exception/IOException.php | 41 +
.../Component/Filesystem/Exception/IOExceptionInterface.php | 27 +
.../filesystem/Symfony/Component/Filesystem/Filesystem.php | 485 +
.../symfony/filesystem/Symfony/Component/Filesystem/LICENSE | 19 +
.../symfony/filesystem/Symfony/Component/Filesystem/README.md | 45 +
.../Symfony/Component/Filesystem/Tests/ExceptionTest.php | 46 +
.../Symfony/Component/Filesystem/Tests/FilesystemTest.php | 907 +
.../Symfony/Component/Filesystem/Tests/FilesystemTestCase.php | 127 +
.../symfony/filesystem/Symfony/Component/Filesystem/composer.json | 31 +
.../filesystem/Symfony/Component/Filesystem/phpunit.xml.dist | 23 +
.../vendor/symfony/finder/Symfony/Component/Finder/.gitignore | 3 +
.../finder/Symfony/Component/Finder/Adapter/AbstractAdapter.php | 236 +
.../Symfony/Component/Finder/Adapter/AbstractFindAdapter.php | 327 +
.../finder/Symfony/Component/Finder/Adapter/AdapterInterface.php | 144 +
.../finder/Symfony/Component/Finder/Adapter/BsdFindAdapter.php | 103 +
.../finder/Symfony/Component/Finder/Adapter/GnuFindAdapter.php | 104 +
.../finder/Symfony/Component/Finder/Adapter/PhpAdapter.php | 98 +
.../vendor/symfony/finder/Symfony/Component/Finder/CHANGELOG.md | 34 +
.../finder/Symfony/Component/Finder/Comparator/Comparator.php | 98 +
.../finder/Symfony/Component/Finder/Comparator/DateComparator.php | 53 +
.../Symfony/Component/Finder/Comparator/NumberComparator.php | 82 +
.../Symfony/Component/Finder/Exception/AccessDeniedException.php | 19 +
.../Component/Finder/Exception/AdapterFailureException.php | 46 +
.../Symfony/Component/Finder/Exception/ExceptionInterface.php | 23 +
.../Component/Finder/Exception/OperationNotPermitedException.php | 19 +
.../Component/Finder/Exception/ShellCommandFailureException.php | 45 +
.../finder/Symfony/Component/Finder/Expression/Expression.php | 146 +
.../symfony/finder/Symfony/Component/Finder/Expression/Glob.php | 157 +
.../symfony/finder/Symfony/Component/Finder/Expression/Regex.php | 321 +
.../finder/Symfony/Component/Finder/Expression/ValueInterface.php | 60 +
.../vendor/symfony/finder/Symfony/Component/Finder/Finder.php | 830 +
.../vendor/symfony/finder/Symfony/Component/Finder/Glob.php | 103 +
.../Symfony/Component/Finder/Iterator/CustomFilterIterator.php | 63 +
.../Symfony/Component/Finder/Iterator/DateRangeFilterIterator.php | 60 +
.../Component/Finder/Iterator/DepthRangeFilterIterator.php | 47 +
.../Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php | 55 +
.../Symfony/Component/Finder/Iterator/FilePathsIterator.php | 131 +
.../Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php | 55 +
.../Component/Finder/Iterator/FilecontentFilterIterator.php | 76 +
.../Symfony/Component/Finder/Iterator/FilenameFilterIterator.php | 67 +
.../finder/Symfony/Component/Finder/Iterator/FilterIterator.php | 49 +
.../Component/Finder/Iterator/MultiplePcreFilterIterator.php | 66 +
.../Symfony/Component/Finder/Iterator/PathFilterIterator.php | 74 +
.../Component/Finder/Iterator/RecursiveDirectoryIterator.php | 126 +
.../Symfony/Component/Finder/Iterator/SizeRangeFilterIterator.php | 59 +
.../finder/Symfony/Component/Finder/Iterator/SortableIterator.php | 82 +
.../bundle/vendor/symfony/finder/Symfony/Component/Finder/LICENSE | 19 +
.../vendor/symfony/finder/Symfony/Component/Finder/README.md | 53 +
.../symfony/finder/Symfony/Component/Finder/Shell/Command.php | 294 +
.../symfony/finder/Symfony/Component/Finder/Shell/Shell.php | 97 +
.../symfony/finder/Symfony/Component/Finder/SplFileInfo.php | 77 +
.../Symfony/Component/Finder/Tests/Comparator/ComparatorTest.php | 64 +
.../Component/Finder/Tests/Comparator/DateComparatorTest.php | 63 +
.../Component/Finder/Tests/Comparator/NumberComparatorTest.php | 107 +
.../Symfony/Component/Finder/Tests/Expression/ExpressionTest.php | 68 +
.../finder/Symfony/Component/Finder/Tests/Expression/GlobTest.php | 47 +
.../Symfony/Component/Finder/Tests/Expression/RegexTest.php | 143 +
.../Symfony/Component/Finder/Tests/FakeAdapter/DummyAdapter.php | 57 +
.../Symfony/Component/Finder/Tests/FakeAdapter/FailingAdapter.php | 45 +
.../Symfony/Component/Finder/Tests/FakeAdapter/NamedAdapter.php | 57 +
.../Component/Finder/Tests/FakeAdapter/UnsupportedAdapter.php | 44 +
.../symfony/finder/Symfony/Component/Finder/Tests/FinderTest.php | 869 +
.../finder/Symfony/Component/Finder/Tests/Fixtures/dolor.txt | 2 +
.../finder/Symfony/Component/Finder/Tests/Fixtures/ipsum.txt | 2 +
.../finder/Symfony/Component/Finder/Tests/Fixtures/lorem.txt | 2 +
.../Component/Finder/Tests/Iterator/CustomFilterIteratorTest.php | 46 +
.../Finder/Tests/Iterator/DateRangeFilterIteratorTest.php | 72 +
.../Finder/Tests/Iterator/DepthRangeFilterIteratorTest.php | 80 +
.../Finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php | 64 +
.../Component/Finder/Tests/Iterator/FilePathsIteratorTest.php | 66 +
.../Finder/Tests/Iterator/FileTypeFilterIteratorTest.php | 72 +
.../Finder/Tests/Iterator/FilecontentFilterIteratorTest.php | 86 +
.../Finder/Tests/Iterator/FilenameFilterIteratorTest.php | 54 +
.../Component/Finder/Tests/Iterator/FilterIteratorTest.php | 50 +
.../finder/Symfony/Component/Finder/Tests/Iterator/Iterator.php | 55 +
.../Symfony/Component/Finder/Tests/Iterator/IteratorTestCase.php | 98 +
.../Component/Finder/Tests/Iterator/MockFileListIterator.php | 21 +
.../Symfony/Component/Finder/Tests/Iterator/MockSplFileInfo.php | 134 +
.../Finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php | 67 +
.../Component/Finder/Tests/Iterator/PathFilterIteratorTest.php | 83 +
.../Component/Finder/Tests/Iterator/RealIteratorTestCase.php | 109 +
.../Finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php | 83 +
.../Finder/Tests/Iterator/SizeRangeFilterIteratorTest.php | 68 +
.../Component/Finder/Tests/Iterator/SortableIteratorTest.php | 169 +
.../vendor/symfony/finder/Symfony/Component/Finder/composer.json | 31 +
.../symfony/finder/Symfony/Component/Finder/phpunit.xml.dist | 24 +
components/bundle/vendor/theseer/fdomdocument/.gitignore | 6 +
components/bundle/vendor/theseer/fdomdocument/.travis.yml | 15 +
components/bundle/vendor/theseer/fdomdocument/LICENSE | 30 +
components/bundle/vendor/theseer/fdomdocument/README.md | 151 +
components/bundle/vendor/theseer/fdomdocument/build.xml | 91 +
components/bundle/vendor/theseer/fdomdocument/composer.json | 26 +
components/bundle/vendor/theseer/fdomdocument/fDOMDocument.spec | 62 +
components/bundle/vendor/theseer/fdomdocument/package.xml | 91 +
components/bundle/vendor/theseer/fdomdocument/pear.sh | 12 +
components/bundle/vendor/theseer/fdomdocument/phpcs.xml | 40 +
components/bundle/vendor/theseer/fdomdocument/phpunit.xml.dist | 30 +
components/bundle/vendor/theseer/fdomdocument/src/XPathQuery.php | 132 +
.../vendor/theseer/fdomdocument/src/XPathQueryException.php | 48 +
components/bundle/vendor/theseer/fdomdocument/src/autoload.php | 32 +
.../vendor/theseer/fdomdocument/src/css/DollarEqualRule.php | 24 +
components/bundle/vendor/theseer/fdomdocument/src/css/NotRule.php | 39 +
.../bundle/vendor/theseer/fdomdocument/src/css/NthChildRule.php | 44 +
.../bundle/vendor/theseer/fdomdocument/src/css/RegexRule.php | 36 +
.../bundle/vendor/theseer/fdomdocument/src/css/RuleInterface.php | 15 +
.../bundle/vendor/theseer/fdomdocument/src/css/Translator.php | 159 +
.../bundle/vendor/theseer/fdomdocument/src/fDOMDocument.php | 588 +
.../vendor/theseer/fdomdocument/src/fDOMDocumentFragment.php | 185 +
components/bundle/vendor/theseer/fdomdocument/src/fDOMElement.php | 375 +
.../bundle/vendor/theseer/fdomdocument/src/fDOMException.php | 187 +
components/bundle/vendor/theseer/fdomdocument/src/fDOMNode.php | 171 +
components/bundle/vendor/theseer/fdomdocument/src/fDOMXPath.php | 115 +
.../bundle/vendor/theseer/fdomdocument/tests/Translator.test.php | 62 +
.../bundle/vendor/theseer/fdomdocument/tests/XPathQuery.test.php | 124 +
.../bundle/vendor/theseer/fdomdocument/tests/_data/broken.xml | 3 +
.../bundle/vendor/theseer/fdomdocument/tests/_data/selector.xml | 6 +
.../vendor/theseer/fdomdocument/tests/_data/undefentity.xml | 2 +
.../bundle/vendor/theseer/fdomdocument/tests/_data/valid.xml | 2 +
.../vendor/theseer/fdomdocument/tests/fDOMDocument.test.php | 327 +
.../theseer/fdomdocument/tests/fDOMDocumentFragment.test.php | 129 +
.../bundle/vendor/theseer/fdomdocument/tests/fDOMElement.test.php | 208 +
.../bundle/vendor/theseer/fdomdocument/tests/fDOMXPath.test.php | 114 +
components/lib/Components/Qc/Task/Base.php | 5 +
components/lib/Components/Qc/Task/Cpd.php | 78 +-
components/lib/Components/Qc/Task/Dcd.php | 43 +-
components/lib/Components/Qc/Task/Loc.php | 162 +-
components/lib/Components/Qc/Task/Md.php | 14 +-
components/lib/Components/Release/Task/Bugs.php | 12 +-
components/package.xml | 3686 +++-
framework/ActiveSync/composer.json | 4 +-
framework/ActiveSync/doc/Horde/ActiveSync/TODO | 3 +
framework/ActiveSync/lib/Horde/ActiveSync.php | 48 +-
framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 37 +-
framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php | 8 +-
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 32 +-
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 26 +-
framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php | 18 +-
.../ActiveSync/lib/Horde/ActiveSync/Message/TaskRecurrence.php | 46 +-
framework/ActiveSync/lib/Horde/ActiveSync/Mime.php | 41 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 134 +-
framework/ActiveSync/lib/Horde/ActiveSync/Utils.php | 2 +-
framework/ActiveSync/package.xml | 32 +-
framework/ActiveSync/test/Horde/ActiveSync/MimeTest.php | 15 +
framework/ActiveSync/test/Horde/ActiveSync/Rfc822Test.php | 76 +-
framework/ActiveSync/test/Horde/ActiveSync/fixtures/encrypted.eml | 63 +
framework/Alarm/composer.json | 4 +-
framework/Alarm/locale/cs/LC_MESSAGES/Horde_Alarm.mo | Bin 486 -> 855 bytes
framework/Alarm/locale/en/LC_MESSAGES/Horde_Alarm.mo | Bin 729 -> 0 bytes
framework/Alarm/locale/en/LC_MESSAGES/Horde_Alarm.po | 37 -
framework/Alarm/package.xml | 27 +-
framework/Argv/locale/en/LC_MESSAGES/Horde_Argv.mo | Bin 1444 -> 0 bytes
framework/Argv/locale/en/LC_MESSAGES/Horde_Argv.po | 76 -
framework/Argv/package.xml | 12 +-
framework/Browser/locale/en/LC_MESSAGES/Horde_Browser.mo | Bin 1292 -> 0 bytes
framework/Browser/locale/en/LC_MESSAGES/Horde_Browser.po | 53 -
framework/Browser/package.xml | 12 +-
framework/Cli/locale/en/LC_MESSAGES/Horde_Cli.mo | Bin 597 -> 0 bytes
framework/Cli/locale/en/LC_MESSAGES/Horde_Cli.po | 30 -
framework/Cli/package.xml | 12 +-
framework/Compress/locale/en/LC_MESSAGES/Horde_Compress.mo | Bin 876 -> 0 bytes
framework/Compress/locale/en/LC_MESSAGES/Horde_Compress.po | 44 -
framework/Compress/package.xml | 12 +-
framework/Core/js/keynavlist.js | 14 +-
framework/Core/lib/Horde/Core/ActiveSync/Connector.php | 4 +-
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 8 +-
framework/Core/lib/Horde/Core/Auth/Application.php | 10 +-
framework/Core/lib/Horde/Script/Cache/File.php | 10 +-
framework/Core/lib/Horde/Themes/Css/Cache/File.php | 7 +-
framework/Core/locale/cs/LC_MESSAGES/Horde_Core.mo | Bin 8178 -> 9748 bytes
framework/Core/locale/en/LC_MESSAGES/Horde_Core.mo | Bin 14278 -> 0 bytes
framework/Core/locale/en/LC_MESSAGES/Horde_Core.po | 991 -
framework/Core/package.xml | 20 +-
framework/Crypt/lib/Horde/Crypt/Smime.php | 2 +-
framework/Crypt/locale/en/LC_MESSAGES/Horde_Crypt.mo | Bin 7837 -> 0 bytes
framework/Crypt/locale/en/LC_MESSAGES/Horde_Crypt.po | 433 -
framework/Crypt/package.xml | 16 +-
framework/Data/locale/en/LC_MESSAGES/Horde_Data.mo | Bin 536 -> 0 bytes
framework/Data/locale/en/LC_MESSAGES/Horde_Data.po | 25 -
framework/Data/package.xml | 12 +-
framework/Date/locale/en/LC_MESSAGES/Horde_Date.mo | Bin 1010 -> 0 bytes
framework/Date/locale/en/LC_MESSAGES/Horde_Date.po | 75 -
framework/Date/package.xml | 12 +-
framework/Dav/composer.json | 4 +-
framework/Dav/lib/Horde/Dav/Collection.php | 66 +-
framework/Dav/lib/Horde/Dav/File.php | 53 +-
framework/Dav/package.xml | 19 +-
framework/Db/composer.json | 4 +-
framework/Db/lib/Horde/Db/Adapter/Oracle/Schema.php | 45 +-
framework/Db/package.xml | 19 +-
framework/Db/test/Horde/Db/Adapter/Oci8Test.php | 10 +-
framework/Exception/locale/en/LC_MESSAGES/Horde_Exception.mo | Bin 523 -> 0 bytes
framework/Exception/locale/en/LC_MESSAGES/Horde_Exception.po | 25 -
framework/Exception/package.xml | 13 +-
framework/Form/locale/en/LC_MESSAGES/Horde_Form.mo | Bin 10210 -> 0 bytes
framework/Form/locale/en/LC_MESSAGES/Horde_Form.po | 640 -
framework/Form/package.xml | 12 +-
framework/History/composer.json | 4 +-
framework/History/lib/Horde/History.php | 18 +-
framework/History/lib/Horde/History/Composite.php | 2 +-
framework/History/lib/Horde/History/Mock.php | 8 +-
framework/History/lib/Horde/History/Mongo.php | 2 +-
framework/History/lib/Horde/History/Sql.php | 273 +-
framework/History/package.xml | 19 +-
framework/History/test/Horde/History/TestBase.php | 10 +-
framework/History/test/Horde/History/conf.php.dist | 6 -
framework/Icalendar/locale/en/LC_MESSAGES/Horde_Icalendar.mo | Bin 487 -> 0 bytes
framework/Icalendar/locale/en/LC_MESSAGES/Horde_Icalendar.po | 21 -
framework/Icalendar/package.xml | 12 +-
framework/Image/locale/en/LC_MESSAGES/Horde_Image.mo | Bin 14407 -> 0 bytes
framework/Image/locale/en/LC_MESSAGES/Horde_Image.po | 1322 -
framework/Image/package.xml | 12 +-
.../lib/Horde/Imap/Client/Data/Format/Filter/String.php | 12 +-
.../Imap_Client/lib/Horde/Imap/Client/Interaction/Command.php | 31 +-
framework/Imap_Client/package.xml | 2 +
.../test/Horde/Imap/Client/Interaction/CommandTest.php | 91 +
framework/Imsp/locale/en/LC_MESSAGES/Horde_Imsp.mo | Bin 618 -> 0 bytes
framework/Imsp/locale/en/LC_MESSAGES/Horde_Imsp.po | 26 -
framework/Imsp/package.xml | 13 +-
framework/Itip/locale/en/LC_MESSAGES/Horde_Itip.mo | Bin 1372 -> 0 bytes
framework/Itip/locale/en/LC_MESSAGES/Horde_Itip.po | 57 -
framework/Itip/package.xml | 12 +-
.../Kolab_FreeBusy/locale/en/LC_MESSAGES/Horde_Kolab_FreeBusy.mo | Bin 2088 -> 0 bytes
.../Kolab_FreeBusy/locale/en/LC_MESSAGES/Horde_Kolab_FreeBusy.po | 110 -
framework/Kolab_FreeBusy/package.xml | 13 +-
.../Kolab_Resource/locale/en/LC_MESSAGES/Horde_Kolab_Resource.mo | Bin 940 -> 0 bytes
.../Kolab_Resource/locale/en/LC_MESSAGES/Horde_Kolab_Resource.po | 41 -
framework/Kolab_Resource/package.xml | 13 +-
.../Kolab_Storage/locale/en/LC_MESSAGES/Horde_Kolab_Storage.mo | Bin 1967 -> 0 bytes
.../Kolab_Storage/locale/en/LC_MESSAGES/Horde_Kolab_Storage.po | 75 -
framework/Kolab_Storage/package.xml | 12 +-
framework/ListHeaders/lib/Horde/ListHeaders.php | 23 +-
framework/ListHeaders/package.xml | 19 +-
framework/LoginTasks/locale/en/LC_MESSAGES/Horde_LoginTasks.mo | Bin 620 -> 0 bytes
framework/LoginTasks/locale/en/LC_MESSAGES/Horde_LoginTasks.po | 37 -
framework/LoginTasks/package.xml | 12 +-
framework/Mail/doc/Horde/Mail/UPGRADING | 30 +
framework/Mail/lib/Horde/Mail/Rfc822.php | 77 +-
framework/Mail/lib/Horde/Mail/Rfc822/Address.php | 8 +
framework/Mail/lib/Horde/Mail/Rfc822/Group.php | 6 +-
framework/Mail/lib/Horde/Mail/Rfc822/List.php | 19 +-
framework/Mail/lib/Horde/Mail/Transport.php | 13 +
framework/Mail/lib/Horde/Mail/Transport/Smtp.php | 15 +-
framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php | 21 +-
framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php | 15 +-
framework/Mail/package.xml | 10 +-
framework/Mail/test/Horde/Mail/AddressTest.php | 8 +-
framework/Mail/test/Horde/Mail/ParseTest.php | 32 +-
framework/Mime/lib/Horde/Mime/ContentParam.php | 54 +-
framework/Mime/lib/Horde/Mime/ContentParam/Decode.php | 16 +-
framework/Mime/lib/Horde/Mime/Part.php | 2 -
framework/Mime/locale/en/LC_MESSAGES/Horde_Mime.mo | Bin 1346 -> 0 bytes
framework/Mime/locale/en/LC_MESSAGES/Horde_Mime.po | 73 -
framework/Mime/package.xml | 24 +-
framework/Mime/test/Horde/Mime/HeadersTest.php | 32 +-
framework/Mime/test/Horde/Mime/PartTest.php | 51 +-
framework/Mime/test/Horde/Mime/fixtures/sample_msg_eai.txt | 9 +
framework/Mime/test/Horde/Mime/fixtures/sample_msg_eai_2.txt | 5 +
framework/Mime/test/Horde/Mime/fixtures/sample_msg_eai_3.txt | 20 +
framework/Mime/test/Horde/Mime/fixtures/sample_msg_eai_4.txt | 8 +
framework/Mime/test/Horde/Mime/fixtures/sample_msg_utf8.txt | 9 -
framework/Mime_Viewer/locale/en/LC_MESSAGES/Horde_Mime_Viewer.mo | Bin 1439 -> 0 bytes
framework/Mime_Viewer/locale/en/LC_MESSAGES/Horde_Mime_Viewer.po | 107 -
framework/Mime_Viewer/package.xml | 12 +-
framework/Model/locale/en/LC_MESSAGES/Horde_Model.mo | Bin 11087 -> 0 bytes
framework/Model/locale/en/LC_MESSAGES/Horde_Model.po | 804 -
framework/Nls/locale/en/LC_MESSAGES/Horde_Nls.mo | Bin 12505 -> 0 bytes
framework/Nls/locale/en/LC_MESSAGES/Horde_Nls.po | 1070 -
framework/Nls/package.xml | 12 +-
framework/Pack/composer.json | 4 +-
framework/Pack/lib/Horde/Pack.php | 8 +-
framework/Pack/package.xml | 19 +-
framework/Perms/locale/en/LC_MESSAGES/Horde_Perms.mo | Bin 611 -> 0 bytes
framework/Perms/locale/en/LC_MESSAGES/Horde_Perms.po | 37 -
framework/Perms/package.xml | 12 +-
framework/Prefs/locale/en/LC_MESSAGES/Horde_Prefs.mo | Bin 995 -> 0 bytes
framework/Prefs/locale/en/LC_MESSAGES/Horde_Prefs.po | 50 -
framework/Prefs/package.xml | 12 +-
framework/Rpc/locale/en/LC_MESSAGES/Horde_Rpc.mo | Bin 1183 -> 0 bytes
framework/Rpc/locale/en/LC_MESSAGES/Horde_Rpc.po | 52 -
framework/Rpc/package.xml | 12 +-
framework/Secret/composer.json | 4 +-
framework/Secret/package.xml | 19 +-
.../locale/en/LC_MESSAGES/Horde_Service_Facebook.mo | Bin 606 -> 0 bytes
.../locale/en/LC_MESSAGES/Horde_Service_Facebook.po | 26 -
framework/Service_Facebook/package.xml | 12 +-
.../Service_Scribd/locale/en/LC_MESSAGES/Horde_Service_Scribd.mo | Bin 490 -> 0 bytes
.../Service_Scribd/locale/en/LC_MESSAGES/Horde_Service_Scribd.po | 21 -
framework/Service_Scribd/package.xml | 21 +-
framework/Share/locale/en/LC_MESSAGES/Horde_Share.mo | Bin 1271 -> 0 bytes
framework/Share/locale/en/LC_MESSAGES/Horde_Share.po | 68 -
framework/Share/package.xml | 12 +-
framework/Smtp/doc/Horde/Smtp/UPGRADING | 5 +-
framework/Smtp/lib/Horde/Smtp.php | 235 +-
framework/Smtp/lib/Horde/Smtp/Filter/Body.php | 93 +
framework/Smtp/package.xml | 10 +-
framework/Smtp/test/Horde/Smtp/FilterBodyTest.php | 83 +
framework/SyncMl/locale/en/LC_MESSAGES/Horde_SyncMl.mo | Bin 496 -> 0 bytes
framework/SyncMl/locale/en/LC_MESSAGES/Horde_SyncMl.po | 21 -
framework/SyncMl/package.xml | 12 +-
framework/Test/bundle/composer.lock | 263 +-
framework/Test/bundle/vendor/autoload.php | 2 +-
framework/Test/bundle/vendor/composer/ClassLoader.php | 11 +-
framework/Test/bundle/vendor/composer/autoload_classmap.php | 346 +-
framework/Test/bundle/vendor/composer/autoload_namespaces.php | 1 +
framework/Test/bundle/vendor/composer/autoload_real.php | 11 +-
framework/Test/bundle/vendor/composer/include_paths.php | 2 -
framework/Test/bundle/vendor/composer/installed.json | 620 +-
framework/Test/bundle/vendor/doctrine/instantiator/.gitignore | 5 +
.../Test/bundle/vendor/doctrine/instantiator/.scrutinizer.yml | 46 +
.../Test/bundle/vendor/doctrine/instantiator/.travis.install.sh | 13 +
framework/Test/bundle/vendor/doctrine/instantiator/.travis.yml | 26 +
.../Test/bundle/vendor/doctrine/instantiator/CONTRIBUTING.md | 34 +
framework/Test/bundle/vendor/doctrine/instantiator/LICENSE | 19 +
framework/Test/bundle/vendor/doctrine/instantiator/README.md | 40 +
framework/Test/bundle/vendor/doctrine/instantiator/composer.json | 45 +
framework/Test/bundle/vendor/doctrine/instantiator/phpmd.xml.dist | 27 +
.../Test/bundle/vendor/doctrine/instantiator/phpunit.xml.dist | 25 +
.../src/Doctrine/Instantiator/Exception/ExceptionInterface.php | 29 +
.../Doctrine/Instantiator/Exception/InvalidArgumentException.php | 62 +
.../Doctrine/Instantiator/Exception/UnexpectedValueException.php | 79 +
.../instantiator/src/Doctrine/Instantiator/Instantiator.php | 254 +
.../src/Doctrine/Instantiator/InstantiatorInterface.php | 37 +
.../InstantiatorPerformance/InstantiatorPerformanceEvent.php | 96 +
.../InstantiatorTest/Exception/InvalidArgumentExceptionTest.php | 83 +
.../InstantiatorTest/Exception/UnexpectedValueExceptionTest.php | 69 +
.../tests/DoctrineTest/InstantiatorTest/InstantiatorTest.php | 216 +
.../DoctrineTest/InstantiatorTestAsset/AbstractClassAsset.php | 29 +
.../tests/DoctrineTest/InstantiatorTestAsset/ArrayObjectAsset.php | 41 +
.../tests/DoctrineTest/InstantiatorTestAsset/PharAsset.php | 41 +
.../DoctrineTest/InstantiatorTestAsset/PharExceptionAsset.php | 44 +
.../InstantiatorTestAsset/SerializableArrayObjectAsset.php | 62 +
.../InstantiatorTestAsset/SimpleSerializableAsset.php | 61 +
.../tests/DoctrineTest/InstantiatorTestAsset/SimpleTraitAsset.php | 29 +
.../tests/DoctrineTest/InstantiatorTestAsset/UnCloneableAsset.php | 50 +
.../UnserializeExceptionArrayObjectAsset.php | 39 +
.../DoctrineTest/InstantiatorTestAsset/WakeUpNoticesAsset.php | 38 +
.../tests/DoctrineTest/InstantiatorTestAsset/XMLReaderAsset.php | 41 +
.../Test/bundle/vendor/phpunit/php-code-coverage/composer.json | 12 +-
.../bundle/vendor/phpunit/php-code-coverage/src/CodeCoverage.php | 26 +-
.../vendor/phpunit/php-code-coverage/src/CodeCoverage/Filter.php | 6 +-
.../phpunit/php-code-coverage/src/CodeCoverage/Report/HTML.php | 4 +-
.../php-code-coverage/src/CodeCoverage/Report/HTML/Renderer.php | 2 +-
.../Report/HTML/Renderer/Template/css/bootstrap.min.css | 6 +-
.../Report/HTML/Renderer/Template/dashboard.html.dist | 4 +-
.../Report/HTML/Renderer/Template/directory.html.dist | 4 +-
.../src/CodeCoverage/Report/HTML/Renderer/Template/file.html.dist | 4 +-
.../Report/HTML/Renderer/Template/js/bootstrap.min.js | 4 +-
.../src/CodeCoverage/Report/HTML/Renderer/Template/js/d3.min.js | 10 +-
.../src/CodeCoverage/Report/HTML/Renderer/Template/js/holder.js | 16 +-
.../CodeCoverage/Report/HTML/Renderer/Template/js/html5shiv.js | 8 -
.../Report/HTML/Renderer/Template/js/html5shiv.min.js | 4 +
.../src/CodeCoverage/Report/HTML/Renderer/Template/js/jquery.js | 4 -
.../CodeCoverage/Report/HTML/Renderer/Template/js/jquery.min.js | 4 +
.../php-code-coverage/tests/PHP/CodeCoverage/FilterTest.php | 4 +-
.../phpunit/php-code-coverage/tests/PHP/CodeCoverageTest.php | 3 +
framework/Test/bundle/vendor/phpunit/php-token-stream/.gitignore | 11 +-
framework/Test/bundle/vendor/phpunit/php-token-stream/.travis.yml | 30 +
framework/Test/bundle/vendor/phpunit/php-token-stream/LICENSE | 2 +-
.../Test/bundle/vendor/phpunit/php-token-stream/PHP/Token.php | 732 -
.../bundle/vendor/phpunit/php-token-stream/PHP/Token/Stream.php | 627 -
.../vendor/phpunit/php-token-stream/PHP/Token/Stream/Autoload.php | 226 -
.../phpunit/php-token-stream/PHP/Token/Stream/Autoload.php.in | 65 -
.../phpunit/php-token-stream/PHP/Token/Stream/CachingFactory.php | 85 -
framework/Test/bundle/vendor/phpunit/php-token-stream/README.md | 15 +-
.../vendor/phpunit/php-token-stream/Tests/Token/ClassTest.php | 128 -
.../vendor/phpunit/php-token-stream/Tests/Token/ClosureTest.php | 129 -
.../vendor/phpunit/php-token-stream/Tests/Token/FunctionTest.php | 190 -
.../vendor/phpunit/php-token-stream/Tests/Token/IncludeTest.php | 117 -
.../vendor/phpunit/php-token-stream/Tests/Token/InterfaceTest.php | 236 -
.../vendor/phpunit/php-token-stream/Tests/Token/NamespaceTest.php | 124 -
.../bundle/vendor/phpunit/php-token-stream/Tests/TokenTest.php | 85 -
.../php-token-stream/Tests/_files/classExtendsNamespacedClass.php | 9 -
.../phpunit/php-token-stream/Tests/_files/classInNamespace.php | 6 -
.../php-token-stream/Tests/_files/classInScopedNamespace.php | 8 -
.../vendor/phpunit/php-token-stream/Tests/_files/closure.php | 7 -
.../vendor/phpunit/php-token-stream/Tests/_files/issue19.php | 3 -
.../Tests/_files/multipleNamespacesWithOneClassUsingBraces.php | 12 -
.../_files/multipleNamespacesWithOneClassUsingNonBraceSyntax.php | 14 -
.../vendor/phpunit/php-token-stream/Tests/_files/source.php | 36 -
.../vendor/phpunit/php-token-stream/Tests/_files/source2.php | 6 -
.../vendor/phpunit/php-token-stream/Tests/_files/source3.php | 14 -
.../vendor/phpunit/php-token-stream/Tests/_files/source4.php | 30 -
.../vendor/phpunit/php-token-stream/Tests/_files/source5.php | 5 -
framework/Test/bundle/vendor/phpunit/php-token-stream/build.xml | 171 +-
.../PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php | 22 -
.../build/PHPCS/Sniffs/Whitespace/ConcatenationSpacingSniff.php | 22 -
.../vendor/phpunit/php-token-stream/build/PHPCS/ruleset.xml | 35 -
.../Test/bundle/vendor/phpunit/php-token-stream/build/phpmd.xml | 27 -
.../Test/bundle/vendor/phpunit/php-token-stream/build/phpunit.xml | 17 +
.../Test/bundle/vendor/phpunit/php-token-stream/composer.json | 20 +-
framework/Test/bundle/vendor/phpunit/php-token-stream/package.xml | 69 -
.../Test/bundle/vendor/phpunit/php-token-stream/phpunit.xml.dist | 27 -
.../Test/bundle/vendor/phpunit/php-token-stream/src/Token.php | 744 +
.../bundle/vendor/phpunit/php-token-stream/src/Token/Stream.php | 627 +
.../phpunit/php-token-stream/src/Token/Stream/CachingFactory.php | 85 +
.../vendor/phpunit/php-token-stream/tests/Token/FunctionTest.php | 180 +
.../vendor/phpunit/php-token-stream/tests/Token/InterfaceTest.php | 226 +
.../tests/_fixture/classExtendsNamespacedClass.php | 9 +
.../phpunit/php-token-stream/tests/_fixture/classInNamespace.php | 6 +
.../php-token-stream/tests/_fixture/classInScopedNamespace.php | 8 +
.../vendor/phpunit/php-token-stream/tests/_fixture/closure.php | 7 +
.../vendor/phpunit/php-token-stream/tests/_fixture/issue19.php | 3 +
.../vendor/phpunit/php-token-stream/tests/_fixture/issue30.php | 8 +
.../tests/_fixture/multipleNamespacesWithOneClassUsingBraces.php | 12 +
.../multipleNamespacesWithOneClassUsingNonBraceSyntax.php | 14 +
.../vendor/phpunit/php-token-stream/tests/_fixture/source.php | 36 +
.../vendor/phpunit/php-token-stream/tests/_fixture/source2.php | 6 +
.../vendor/phpunit/php-token-stream/tests/_fixture/source3.php | 14 +
.../vendor/phpunit/php-token-stream/tests/_fixture/source4.php | 30 +
.../vendor/phpunit/php-token-stream/tests/_fixture/source5.php | 5 +
.../bundle/vendor/phpunit/php-token-stream/tests/bootstrap.php | 7 +
.../Test/bundle/vendor/phpunit/phpunit-mock-objects/.travis.yml | 4 -
.../Test/bundle/vendor/phpunit/phpunit-mock-objects/build.xml | 8 -
.../vendor/phpunit/phpunit-mock-objects/build/travis-ci.xml | 2 +-
.../Test/bundle/vendor/phpunit/phpunit-mock-objects/composer.json | 17 +-
.../bundle/vendor/phpunit/phpunit-mock-objects/phpunit.xml.dist | 2 +-
.../phpunit-mock-objects/src/Framework/MockObject/Generator.php | 114 +-
.../src/Framework/MockObject/Matcher/AnyParameters.php | 2 +-
.../src/Framework/MockObject/Matcher/ConsecutiveParameters.php | 3 +
.../src/Framework/MockObject/Matcher/InvokedAtLeastCount.php | 97 +
.../src/Framework/MockObject/Matcher/InvokedAtMostCount.php | 97 +
.../src/Framework/MockObject/Matcher/Parameters.php | 17 +-
.../phpunit-mock-objects/src/Framework/MockObject/MockObject.php | 2 +-
.../vendor/phpunit/phpunit-mock-objects/tests/GeneratorTest.php | 34 +
.../tests/MockObject/Matcher/ConsecutiveParametersTest.php | 13 +
.../MockObject/class_with_method_with_variadic_arguments.phpt | 99 +
.../phpunit-mock-objects/tests/MockObject/nonexistent_class.phpt | 8 +-
.../vendor/phpunit/phpunit-mock-objects/tests/MockObjectTest.php | 84 +-
.../tests/_files/ClassThatImplementsSerializable.php | 15 -
.../phpunit-mock-objects/tests/_files/ClassWithStaticMethod.php | 7 -
.../tests/_fixture/ClassThatImplementsSerializable.php | 15 +
.../phpunit-mock-objects/tests/_fixture/ClassWithStaticMethod.php | 7 +
.../phpunit-mock-objects/tests/_fixture/SingletonClass.php | 28 +
.../bundle/vendor/phpunit/phpunit-mock-objects/tests/autoload.php | 41 -
.../vendor/phpunit/phpunit-mock-objects/tests/bootstrap.php | 1 -
framework/Test/bundle/vendor/phpunit/phpunit/.gitignore | 11 +-
framework/Test/bundle/vendor/phpunit/phpunit/.travis.yml | 16 +-
framework/Test/bundle/vendor/phpunit/phpunit/README.md | 1 +
framework/Test/bundle/vendor/phpunit/phpunit/build.xml | 41 +-
.../Test/bundle/vendor/phpunit/phpunit/build/phar-autoload.php.in | 20 +-
.../Test/bundle/vendor/phpunit/phpunit/build/travis-ci-fail.xml | 16 +
framework/Test/bundle/vendor/phpunit/phpunit/build/travis-ci.xml | 3 +-
framework/Test/bundle/vendor/phpunit/phpunit/composer.json | 6 +-
framework/Test/bundle/vendor/phpunit/phpunit/phpunit | 11 +-
framework/Test/bundle/vendor/phpunit/phpunit/phpunit.xml.dist | 6 +-
framework/Test/bundle/vendor/phpunit/phpunit/phpunit.xsd | 5 +-
.../vendor/phpunit/phpunit/src/Extensions/GroupTestSuite.php | 6 +-
.../bundle/vendor/phpunit/phpunit/src/Extensions/PhptTestCase.php | 27 +-
.../bundle/vendor/phpunit/phpunit/src/Extensions/RepeatedTest.php | 7 +-
.../Test/bundle/vendor/phpunit/phpunit/src/Framework/Assert.php | 580 +-
.../vendor/phpunit/phpunit/src/Framework/Assert/Functions.php | 560 +-
.../vendor/phpunit/phpunit/src/Framework/BaseTestListener.php | 36 +-
.../bundle/vendor/phpunit/phpunit/src/Framework/Constraint.php | 8 +-
.../vendor/phpunit/phpunit/src/Framework/Constraint/And.php | 4 +-
.../vendor/phpunit/phpunit/src/Framework/Constraint/Attribute.php | 11 +-
.../vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php | 21 +-
.../phpunit/src/Framework/Constraint/ClassHasAttribute.php | 14 +-
.../phpunit/src/Framework/Constraint/ClassHasStaticAttribute.php | 5 +-
.../vendor/phpunit/phpunit/src/Framework/Constraint/Composite.php | 7 +-
.../vendor/phpunit/phpunit/src/Framework/Constraint/Count.php | 13 +-
.../vendor/phpunit/phpunit/src/Framework/Constraint/Exception.php | 19 +-
.../phpunit/phpunit/src/Framework/Constraint/ExceptionCode.php | 6 +-
.../phpunit/phpunit/src/Framework/Constraint/ExceptionMessage.php | 6 +-
.../phpunit/src/Framework/Constraint/ExceptionMessageRegExp.php | 118 +
.../phpunit/phpunit/src/Framework/Constraint/FileExists.php | 5 +-
.../vendor/phpunit/phpunit/src/Framework/Constraint/IsEmpty.php | 9 +-
.../vendor/phpunit/phpunit/src/Framework/Constraint/IsEqual.php | 34 +-
.../phpunit/phpunit/src/Framework/Constraint/IsIdentical.php | 8 +-
.../phpunit/phpunit/src/Framework/Constraint/IsInstanceOf.php | 14 +-
.../vendor/phpunit/phpunit/src/Framework/Constraint/IsJson.php | 9 +-
.../vendor/phpunit/phpunit/src/Framework/Constraint/IsType.php | 39 +-
.../src/Framework/Constraint/JsonMatches/ErrorMessageProvider.php | 1 +
.../vendor/phpunit/phpunit/src/Framework/Constraint/Not.php | 22 +-
.../bundle/vendor/phpunit/phpunit/src/Framework/Constraint/Or.php | 2 +-
.../vendor/phpunit/phpunit/src/Framework/Constraint/PCREMatch.php | 5 +-
.../phpunit/phpunit/src/Framework/Constraint/StringContains.php | 5 +-
.../phpunit/phpunit/src/Framework/Constraint/StringMatches.php | 11 +-
.../phpunit/src/Framework/Constraint/TraversableContains.php | 7 +-
.../phpunit/src/Framework/Constraint/TraversableContainsOnly.php | 2 +-
.../vendor/phpunit/phpunit/src/Framework/Constraint/Xor.php | 2 +-
.../Test/bundle/vendor/phpunit/phpunit/src/Framework/Error.php | 2 +-
.../bundle/vendor/phpunit/phpunit/src/Framework/Exception.php | 62 +
.../vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php | 128 +
.../vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php | 123 +
.../vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php | 123 +
.../Test/bundle/vendor/phpunit/phpunit/src/Framework/TestCase.php | 542 +-
.../bundle/vendor/phpunit/phpunit/src/Framework/TestFailure.php | 45 +-
.../bundle/vendor/phpunit/phpunit/src/Framework/TestResult.php | 185 +-
.../bundle/vendor/phpunit/phpunit/src/Framework/TestSuite.php | 223 +-
.../bundle/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php | 21 +-
.../bundle/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php | 8 +-
.../bundle/vendor/phpunit/phpunit/src/Runner/Filter/Group.php | 5 +-
.../Test/bundle/vendor/phpunit/phpunit/src/Runner/Filter/Test.php | 26 +-
.../vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php | 15 +-
.../Test/bundle/vendor/phpunit/phpunit/src/Runner/Version.php | 2 +-
.../Test/bundle/vendor/phpunit/phpunit/src/TextUI/Command.php | 266 +-
.../bundle/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php | 231 +-
.../Test/bundle/vendor/phpunit/phpunit/src/TextUI/TestRunner.php | 156 +-
.../Test/bundle/vendor/phpunit/phpunit/src/Util/Blacklist.php | 15 +-
.../Test/bundle/vendor/phpunit/phpunit/src/Util/Configuration.php | 214 +-
.../bundle/vendor/phpunit/phpunit/src/Util/DeprecatedFeature.php | 108 -
.../vendor/phpunit/phpunit/src/Util/DeprecatedFeature/Logger.php | 212 -
.../Test/bundle/vendor/phpunit/phpunit/src/Util/ErrorHandler.php | 29 +
.../Test/bundle/vendor/phpunit/phpunit/src/Util/Fileloader.php | 6 +-
.../Test/bundle/vendor/phpunit/phpunit/src/Util/Filesystem.php | 6 +-
framework/Test/bundle/vendor/phpunit/phpunit/src/Util/Filter.php | 18 +-
framework/Test/bundle/vendor/phpunit/phpunit/src/Util/Getopt.php | 17 +-
.../Test/bundle/vendor/phpunit/phpunit/src/Util/GlobalState.php | 53 +-
.../vendor/phpunit/phpunit/src/Util/InvalidArgumentHelper.php | 16 +-
.../Test/bundle/vendor/phpunit/phpunit/src/Util/Log/JSON.php | 63 +-
.../Test/bundle/vendor/phpunit/phpunit/src/Util/Log/JUnit.php | 52 +-
framework/Test/bundle/vendor/phpunit/phpunit/src/Util/Log/TAP.php | 58 +-
framework/Test/bundle/vendor/phpunit/phpunit/src/Util/PHP.php | 44 +-
.../Test/bundle/vendor/phpunit/phpunit/src/Util/PHP/Default.php | 10 +-
.../phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl.dist | 19 +-
.../Test/bundle/vendor/phpunit/phpunit/src/Util/PHP/Windows.php | 59 +-
framework/Test/bundle/vendor/phpunit/phpunit/src/Util/Printer.php | 8 +-
framework/Test/bundle/vendor/phpunit/phpunit/src/Util/Regex.php | 67 +
framework/Test/bundle/vendor/phpunit/phpunit/src/Util/Test.php | 304 +-
.../phpunit/phpunit/src/Util/TestDox/ResultPrinter/HTML.php | 4 +-
.../bundle/vendor/phpunit/phpunit/src/Util/TestSuiteIterator.php | 6 +-
framework/Test/bundle/vendor/phpunit/phpunit/src/Util/Type.php | 6 +-
framework/Test/bundle/vendor/phpunit/phpunit/src/Util/XML.php | 159 +-
.../vendor/phpunit/phpunit/tests/Extensions/RepeatedTestTest.php | 4 +-
framework/Test/bundle/vendor/phpunit/phpunit/tests/Fail/fail.phpt | 5 +
.../bundle/vendor/phpunit/phpunit/tests/Framework/AssertTest.php | 677 +-
.../tests/Framework/Constraint/ExceptionMessageRegExpTest.php | 99 +
.../phpunit/tests/Framework/Constraint/ExceptionMessageTest.php | 95 +
.../phpunit/phpunit/tests/Framework/SelectorAssertionsTest.php | 977 -
.../bundle/vendor/phpunit/phpunit/tests/Framework/SuiteTest.php | 72 +-
.../vendor/phpunit/phpunit/tests/Framework/TestCaseTest.php | 135 +-
.../Test/bundle/vendor/phpunit/phpunit/tests/Regression/578.phpt | 6 +-
.../vendor/phpunit/phpunit/tests/Regression/GitHub/1149.phpt | 20 +
.../phpunit/tests/Regression/GitHub/1149/Issue1149Test.php | 18 +
.../vendor/phpunit/phpunit/tests/Regression/GitHub/1216.phpt | 27 +
.../phpunit/tests/Regression/GitHub/1216/Issue1216Test.php | 8 +
.../phpunit/tests/Regression/GitHub/1216/bootstrap1216.php | 2 +
.../phpunit/phpunit/tests/Regression/GitHub/1216/phpunit1216.xml | 8 +
.../vendor/phpunit/phpunit/tests/Regression/GitHub/1265.phpt | 23 +
.../phpunit/tests/Regression/GitHub/1265/Issue1265Test.php | 8 +
.../phpunit/phpunit/tests/Regression/GitHub/1265/phpunit1265.xml | 2 +
.../vendor/phpunit/phpunit/tests/Regression/GitHub/1330.phpt | 26 +
.../phpunit/tests/Regression/GitHub/1330/Issue1330Test.php | 8 +
.../phpunit/phpunit/tests/Regression/GitHub/1330/phpunit1330.xml | 5 +
.../vendor/phpunit/phpunit/tests/Regression/GitHub/1335.phpt | 21 +
.../phpunit/tests/Regression/GitHub/1335/Issue1335Test.php | 67 +
.../phpunit/tests/Regression/GitHub/1335/bootstrap1335.php | 13 +
.../vendor/phpunit/phpunit/tests/Regression/GitHub/1337.phpt | 21 +
.../phpunit/tests/Regression/GitHub/1337/Issue1337Test.php | 19 +
.../vendor/phpunit/phpunit/tests/Regression/GitHub/1340.phpt | 34 +
.../phpunit/tests/Regression/GitHub/1340/Issue1340Test.php | 70 +
.../vendor/phpunit/phpunit/tests/Regression/GitHub/1348.phpt | 35 +
.../phpunit/tests/Regression/GitHub/1348/Issue1348Test.php | 14 +
.../vendor/phpunit/phpunit/tests/Regression/GitHub/1351.phpt | 48 +
.../tests/Regression/GitHub/1351/ChildProcessClass1351.php | 4 +
.../phpunit/tests/Regression/GitHub/1351/Issue1351Test.php | 48 +
.../vendor/phpunit/phpunit/tests/Regression/GitHub/1374.phpt | 21 +
.../phpunit/tests/Regression/GitHub/1374/Issue1374Test.php | 21 +
.../vendor/phpunit/phpunit/tests/Regression/GitHub/1437.phpt | 28 +
.../phpunit/tests/Regression/GitHub/1437/Issue1437Test.php | 9 +
.../vendor/phpunit/phpunit/tests/Regression/GitHub/1468.phpt | 22 +
.../phpunit/tests/Regression/GitHub/1468/Issue1468Test.php | 11 +
.../vendor/phpunit/phpunit/tests/Regression/GitHub/1471.phpt | 28 +
.../phpunit/tests/Regression/GitHub/1471/Issue1471Test.php | 12 +
.../vendor/phpunit/phpunit/tests/Regression/GitHub/1472.phpt | 19 +
.../phpunit/tests/Regression/GitHub/1472/Issue1472Test.php | 21 +
.../phpunit/phpunit/tests/Regression/GitHub/581/Issue581Test.php | 3 +-
.../bundle/vendor/phpunit/phpunit/tests/Regression/GitHub/74.phpt | 2 +-
.../vendor/phpunit/phpunit/tests/Regression/GitHub/797.phpt | 22 +
.../phpunit/phpunit/tests/Regression/GitHub/797/Issue797Test.php | 10 +
.../phpunit/phpunit/tests/Regression/GitHub/797/bootstrap797.php | 6 +
.../phpunit/phpunit/tests/Regression/GitHub/873/Issue873Test.php | 10 +-
.../vendor/phpunit/phpunit/tests/TextUI/custom-printer-debug.phpt | 2 +-
.../phpunit/phpunit/tests/TextUI/custom-printer-verbose.phpt | 2 +-
.../phpunit/tests/TextUI/dataprovider-log-xml-isolation.phpt | 2 +-
.../vendor/phpunit/phpunit/tests/TextUI/dataprovider-log-xml.phpt | 2 +-
.../vendor/phpunit/phpunit/tests/TextUI/exception-stack.phpt | 3 +-
.../phpunit/tests/TextUI/filter-method-case-insensitive.phpt | 21 +
.../tests/TextUI/filter-method-case-sensitive-no-result.phpt | 21 +
.../vendor/phpunit/phpunit/tests/TextUI/filter-no-results.phpt | 2 +-
.../Test/bundle/vendor/phpunit/phpunit/tests/TextUI/help.phpt | 3 +-
.../Test/bundle/vendor/phpunit/phpunit/tests/TextUI/help2.phpt | 3 +-
.../bundle/vendor/phpunit/phpunit/tests/TextUI/log-json-5.3.phpt | 25 -
.../phpunit/phpunit/tests/TextUI/log-json-no-pretty-print.phpt | 27 +
.../vendor/phpunit/phpunit/tests/TextUI/log-json-post-66021.phpt | 9 +-
.../vendor/phpunit/phpunit/tests/TextUI/log-json-pre-66021.phpt | 10 +-
.../Test/bundle/vendor/phpunit/phpunit/tests/TextUI/log-xml.phpt | 2 +-
.../vendor/phpunit/phpunit/tests/Util/ConfigurationTest.php | 89 +-
.../Test/bundle/vendor/phpunit/phpunit/tests/Util/RegexTest.php | 93 +
.../Test/bundle/vendor/phpunit/phpunit/tests/Util/TestTest.php | 256 +-
.../Test/bundle/vendor/phpunit/phpunit/tests/Util/XMLTest.php | 16 +-
.../bundle/vendor/phpunit/phpunit/tests/_files/BankAccount.php | 4 +-
.../vendor/phpunit/phpunit/tests/_files/BankAccountTest.php | 8 +-
.../vendor/phpunit/phpunit/tests/_files/BankAccountTest.test.php | 8 +-
.../phpunit/phpunit/tests/_files/BaseTestListenerSample.php | 2 +-
.../vendor/phpunit/phpunit/tests/_files/BeforeAndAfterTest.php | 8 +-
.../phpunit/phpunit/tests/_files/BeforeClassAndAfterClassTest.php | 8 +-
.../phpunit/tests/_files/ChangeCurrentWorkingDirectoryTest.php | 1 -
.../tests/_files/CoverageFunctionParenthesesWhitespaceTest.php | 2 +-
.../phpunit/tests/_files/CoverageMethodOneLineAnnotationTest.php | 1 -
.../tests/_files/CoverageMethodParenthesesWhitespaceTest.php | 2 +-
.../phpunit/tests/_files/CoverageTwoDefaultClassAnnotations.php | 1 -
.../bundle/vendor/phpunit/phpunit/tests/_files/CustomPrinter.php | 2 +-
.../phpunit/phpunit/tests/_files/DataProviderFilterTest.php | 2 +-
.../phpunit/phpunit/tests/_files/DataProviderIncompleteTest.php | 37 +
.../phpunit/phpunit/tests/_files/DataProviderSkippedTest.php | 37 +
.../vendor/phpunit/phpunit/tests/_files/ExceptionStackTest.php | 4 +-
.../bundle/vendor/phpunit/phpunit/tests/_files/ExceptionTest.php | 37 +
.../bundle/vendor/phpunit/phpunit/tests/_files/FailureTest.php | 1 -
.../Test/bundle/vendor/phpunit/phpunit/tests/_files/FatalTest.php | 3 +-
.../phpunit/phpunit/tests/_files/Inheritance/InheritanceA.php | 8 +
.../phpunit/phpunit/tests/_files/Inheritance/InheritanceB.php | 9 +
.../bundle/vendor/phpunit/phpunit/tests/_files/IsolationTest.php | 13 +
.../vendor/phpunit/phpunit/tests/_files/JsonData/arrayObject.js | 1 -
.../vendor/phpunit/phpunit/tests/_files/JsonData/arrayObject.json | 1 +
.../vendor/phpunit/phpunit/tests/_files/JsonData/simpleObject.js | 1 -
.../phpunit/phpunit/tests/_files/JsonData/simpleObject.json | 1 +
.../vendor/phpunit/phpunit/tests/_files/JsonData/simpleObject2.js | 1 -
.../tests/_files/NamespaceCoverageCoversClassPublicTest.php | 1 -
.../phpunit/tests/_files/NamespaceCoverageCoversClassTest.php | 1 -
.../phpunit/tests/_files/RequirementsClassBeforeClassHookTest.php | 12 +
.../phpunit/tests/_files/RequirementsClassDocBlockTest.php | 6 +-
.../vendor/phpunit/phpunit/tests/_files/RequirementsTest.php | 11 +-
.../vendor/phpunit/phpunit/tests/_files/SampleArrayAccess.php | 15 +-
.../phpunit/phpunit/tests/_files/SelectorAssertionsFixture.html | 44 -
.../Test/bundle/vendor/phpunit/phpunit/tests/_files/Singleton.php | 2 +-
.../bundle/vendor/phpunit/phpunit/tests/_files/TestIterator2.php | 5 +-
.../phpunit/phpunit/tests/_files/ThrowExceptionTestCase.php | 2 +-
.../bundle/vendor/phpunit/phpunit/tests/_files/configuration.xml | 1 +
.../vendor/phpunit/phpunit/tests/_files/configuration_empty.xml | 56 +
framework/Test/bundle/vendor/phpunit/phpunit/tests/bootstrap.php | 4 +-
framework/Test/bundle/vendor/sebastian/comparator/.gitignore | 1 +
framework/Test/bundle/vendor/sebastian/comparator/.travis.yml | 9 +-
.../Test/bundle/vendor/sebastian/comparator/build/travis-ci.xml | 10 +
.../Test/bundle/vendor/sebastian/comparator/phpunit.xml.dist | 25 +-
.../vendor/sebastian/comparator/tests/ArrayComparatorTest.php | 201 +
.../vendor/sebastian/comparator/tests/DOMNodeComparatorTest.php | 200 +
.../vendor/sebastian/comparator/tests/DoubleComparatorTest.php | 172 +
.../sebastian/comparator/tests/MockObjectComparatorTest.php | 204 +
.../vendor/sebastian/comparator/tests/NumericComparatorTest.php | 160 +
.../vendor/sebastian/comparator/tests/ObjectComparatorTest.php | 188 +
.../vendor/sebastian/comparator/tests/ScalarComparatorTest.php | 4 +
.../bundle/vendor/sebastian/comparator/tests/_files/Author.php | 66 +
.../Test/bundle/vendor/sebastian/comparator/tests/_files/Book.php | 59 +
.../vendor/sebastian/comparator/tests/_files/SampleClass.php | 67 +
.../bundle/vendor/sebastian/comparator/tests/_files/Struct.php | 63 +
.../Test/bundle/vendor/sebastian/comparator/tests/autoload.php | 18 +-
.../Test/bundle/vendor/sebastian/comparator/tests/bootstrap.php | 3 +
framework/Test/bundle/vendor/sebastian/diff/.gitignore | 1 +
framework/Test/bundle/vendor/sebastian/diff/.travis.yml | 9 +-
framework/Test/bundle/vendor/sebastian/diff/LICENSE | 2 +-
framework/Test/bundle/vendor/sebastian/diff/README.md | 11 -
framework/Test/bundle/vendor/sebastian/diff/build.xml | 72 +-
framework/Test/bundle/vendor/sebastian/diff/build/package.xml | 58 -
framework/Test/bundle/vendor/sebastian/diff/composer.json | 5 +-
framework/Test/bundle/vendor/sebastian/diff/phpunit.xml.dist | 31 +-
framework/Test/bundle/vendor/sebastian/diff/src/Chunk.php | 51 +-
framework/Test/bundle/vendor/sebastian/diff/src/Diff.php | 34 +-
framework/Test/bundle/vendor/sebastian/diff/src/Differ.php | 131 +-
.../vendor/sebastian/diff/src/LCS/LongestCommonSubsequence.php | 67 +
.../LCS/MemoryEfficientLongestCommonSubsequenceImplementation.php | 132 +
.../LCS/TimeEfficientLongestCommonSubsequenceImplementation.php | 108 +
framework/Test/bundle/vendor/sebastian/diff/src/Line.php | 25 +-
framework/Test/bundle/vendor/sebastian/diff/src/Parser.php | 20 +-
framework/Test/bundle/vendor/sebastian/diff/src/autoload.php | 23 -
framework/Test/bundle/vendor/sebastian/diff/tests/DifferTest.php | 329 +-
framework/Test/bundle/vendor/sebastian/environment/build.xml | 10 +
framework/Test/bundle/vendor/sebastian/environment/composer.json | 5 +-
.../Test/bundle/vendor/sebastian/environment/src/Console.php | 95 +
.../bundle/vendor/sebastian/environment/tests/ConsoleTest.php | 75 +
framework/Test/bundle/vendor/sebastian/exporter/.gitignore | 1 +
framework/Test/bundle/vendor/sebastian/exporter/.travis.yml | 14 +-
framework/Test/bundle/vendor/sebastian/exporter/LICENSE | 2 +-
framework/Test/bundle/vendor/sebastian/exporter/README.md | 62 +-
framework/Test/bundle/vendor/sebastian/exporter/build.xml | 10 +
framework/Test/bundle/vendor/sebastian/exporter/composer.json | 3 +-
framework/Test/bundle/vendor/sebastian/exporter/src/Context.php | 2 +-
.../Test/bundle/vendor/sebastian/exporter/tests/ExporterTest.php | 151 +-
.../bundle/vendor/symfony/yaml/Symfony/Component/Yaml/Escaper.php | 8 +-
.../bundle/vendor/symfony/yaml/Symfony/Component/Yaml/Inline.php | 71 +-
.../bundle/vendor/symfony/yaml/Symfony/Component/Yaml/Parser.php | 120 +-
.../bundle/vendor/symfony/yaml/Symfony/Component/Yaml/README.md | 8 +-
.../symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php | 39 +-
.../yaml/Symfony/Component/Yaml/Tests/Fixtures/YtsBasicTests.yml | 24 +
.../yaml/Symfony/Component/Yaml/Tests/Fixtures/sfComments.yml | 8 +
.../yaml/Symfony/Component/Yaml/Tests/Fixtures/sfMergeKey.yml | 22 +-
.../symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php | 54 +-
.../symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php | 32 +-
.../vendor/symfony/yaml/Symfony/Component/Yaml/Unescaper.php | 6 +-
.../vendor/symfony/yaml/Symfony/Component/Yaml/phpunit.xml.dist | 11 +-
framework/Test/composer.json | 4 +-
framework/Test/lib/Horde/Test/Autoload.php | 4 +-
framework/Test/package.xml | 446 +-
framework/Text_Filter/locale/en/LC_MESSAGES/Horde_Text_Filter.mo | Bin 465 -> 0 bytes
framework/Text_Filter/locale/en/LC_MESSAGES/Horde_Text_Filter.po | 22 -
framework/Text_Filter/package.xml | 12 +-
framework/Timezone/package.xml | 2 +-
framework/Token/locale/en/LC_MESSAGES/Horde_Token.mo | Bin 837 -> 0 bytes
framework/Token/locale/en/LC_MESSAGES/Horde_Token.po | 31 -
framework/Token/package.xml | 12 +-
framework/Vfs/locale/en/LC_MESSAGES/Horde_Vfs.mo | Bin 593 -> 0 bytes
framework/Vfs/locale/en/LC_MESSAGES/Horde_Vfs.po | 29 -
framework/Vfs/package.xml | 12 +-
framework/bin/horde-git-split | 2 +-
framework/lz4/package.xml | 2 +-
gollem/docs/CREDITS | 1 +
gollem/locale/cs/LC_MESSAGES/gollem.mo | Bin 73027 -> 61489 bytes
horde/bin/horde-db-migrate | 17 +-
horde/config/conf.xml | 24 +-
horde/docs/CREDITS | 1 +
horde/docs/RELEASE | 3 +-
horde/lib/core.php | 2 +-
horde/locale/cs/LC_MESSAGES/horde.mo | Bin 64461 -> 58263 bytes
imp/basic.php | 12 +-
imp/config/hooks.php.dist | 111 +-
imp/config/prefs.php | 112 +-
imp/docs/CHANGES | 14 +-
imp/docs/CREDITS | 1 +
imp/docs/RELEASE_NOTES | 4 +-
imp/docs/RFCS | 7 +-
imp/docs/UPGRADING | 26 +-
imp/js/acl.js | 28 -
imp/js/autocomplete.js | 97 +-
imp/js/ckeditor/imagepoll.js | 2 +-
imp/js/ckeditor/imageupload.js | 2 +-
imp/js/ckeditor/pasteattachment.js | 2 +-
imp/js/compose-base.js | 117 -
imp/js/compose-dimp.js | 1826 --
imp/js/compose.js | 2003 ++-
imp/js/dimpbase.js | 4 -
imp/js/external/latinize.js | 868 +
imp/js/flagprefs.js | 83 -
imp/js/folderprefs.js | 63 -
imp/js/folders.js | 193 -
imp/js/imp.js | 65 +-
imp/js/latinize.js | 868 -
imp/js/mailbox.js | 460 -
imp/js/message-dimp.js | 339 -
imp/js/message.js | 430 +-
imp/js/pgp.js | 52 -
imp/js/prefs/acl.js | 28 +
imp/js/prefs/flag.js | 83 +
imp/js/prefs/folder.js | 63 +
imp/js/prefs/pgp.js | 52 +
imp/js/prefs/remote.js | 118 +
imp/js/prefs/searches.js | 46 +
imp/js/prefs/signaturehtml.js | 76 +
imp/js/remoteprefs.js | 118 -
imp/js/searchesprefs.js | 46 -
imp/js/signaturehtml.js | 76 -
imp/js/smartmobile.js | 2 +-
imp/lib/Ajax/Application.php | 24 +-
imp/lib/Ajax/Application/Handler/Common.php | 45 +-
imp/lib/Ajax/Application/Handler/Dynamic.php | 19 +-
imp/lib/Ajax/Application/ListMessages.php | 9 -
imp/lib/Ajax/Application/ShowMessage.php | 3 +-
imp/lib/Api.php | 2 -
imp/lib/Application.php | 108 +-
imp/lib/Basic/Compose.php | 1175 -
imp/lib/Basic/Contacts.php | 3 +
imp/lib/Basic/Folders.php | 465 -
imp/lib/Basic/Mailbox.php | 1019 -
imp/lib/Basic/Message.php | 953 -
imp/lib/Basic/Pgp.php | 4 +
imp/lib/Basic/Search.php | 7 +-
imp/lib/Basic/Searchbasic.php | 131 -
imp/lib/Basic/Smime.php | 4 +
imp/lib/Basic/Thread.php | 153 +-
imp/lib/Compose.php | 197 +-
imp/lib/Compose/Attachment/Storage.php | 2 +-
imp/lib/Compose/Link.php | 24 +-
imp/lib/Compose/LinkedAttachment.php | 2 +-
imp/lib/Compose/Ui.php | 147 -
imp/lib/Contents.php | 31 +-
imp/lib/Contents/View.php | 30 +-
imp/lib/Dynamic/Compose.php | 4 +-
imp/lib/Dynamic/Compose/Common.php | 106 +-
imp/lib/Dynamic/Mailbox.php | 3 +
imp/lib/Dynamic/Message.php | 19 +-
imp/lib/Factory/Imap.php | 4 +-
imp/lib/Flags.php | 16 -
imp/lib/Ftree.php | 34 +-
imp/lib/Ftree/Element.php | 2 -
imp/lib/Ftree/IteratorFilter.php | 17 +-
imp/lib/Ftree/IteratorFilter/Invisible.php | 32 -
imp/lib/IMP.php | 6 +-
imp/lib/Indices.php | 7 -
imp/lib/Mailbox.php | 18 -
imp/lib/Mailbox/List.php | 67 -
imp/lib/Mbox/Generate.php | 2 +-
imp/lib/Message.php | 4 -
imp/lib/Message/Ui.php | 113 -
imp/lib/Mime/Viewer/Html.php | 4 +-
imp/lib/Mime/Viewer/Pgp.php | 12 +-
imp/lib/Mime/Viewer/Smime.php | 10 +-
imp/lib/Prefs/Identity.php | 15 +-
imp/lib/Prefs/Special/Acl.php | 2 +-
imp/lib/Prefs/Special/ComposeTemplates.php | 7 +-
imp/lib/Prefs/Special/Drafts.php | 7 +-
imp/lib/Prefs/Special/Flag.php | 5 +-
imp/lib/Prefs/Special/HtmlSignature.php | 2 +-
imp/lib/Prefs/Special/Mailto.php | 2 +-
imp/lib/Prefs/Special/PgpPrivateKey.php | 9 +-
imp/lib/Prefs/Special/PgpPublicKey.php | 3 +
imp/lib/Prefs/Special/Remote.php | 5 +-
imp/lib/Prefs/Special/Searches.php | 5 +-
imp/lib/Prefs/Special/Sentmail.php | 7 +-
imp/lib/Prefs/Special/SmimePrivateKey.php | 3 +
imp/lib/Prefs/Special/SmimePublicKey.php | 3 +
imp/lib/Prefs/Special/Spam.php | 7 +-
imp/lib/Prefs/Special/Trash.php | 7 +-
imp/lib/Script/Package/Autocomplete.php | 3 +-
imp/lib/Script/Package/Compose.php | 70 +
imp/lib/Script/Package/ComposeBase.php | 64 -
imp/lib/Search.php | 25 +-
imp/lib/Tree/Flist.php | 2 +-
imp/lib/View/Subinfo.php | 2 +-
imp/locale/en/help.xml | 200 -
imp/package.xml | 187 +-
imp/rss.php | 102 -
imp/templates/basic/compose/compose.html.php | 362 -
imp/templates/basic/compose/redirect.html.php | 57 -
imp/templates/basic/compose/success.html.php | 4 -
imp/templates/basic/flist/flist.html.php | 73 -
imp/templates/basic/folders/actions.html.php | 64 -
imp/templates/basic/folders/folders_confirm.html.php | 29 -
imp/templates/basic/folders/folders_size.html.php | 43 -
imp/templates/basic/folders/head.html.php | 7 -
imp/templates/basic/folders/import.html.php | 19 -
imp/templates/basic/mailbox/actions.html.php | 37 -
imp/templates/basic/mailbox/actions_deleted.html.php | 8 -
imp/templates/basic/mailbox/empty_mailbox.html.php | 9 -
imp/templates/basic/mailbox/form_start.html.php | 9 -
imp/templates/basic/mailbox/header.html.php | 37 -
imp/templates/basic/mailbox/mailbox.html.php | 23 -
imp/templates/basic/mailbox/message_headers.html.php | 18 -
imp/templates/basic/mailbox/navbar.html.php | 104 -
imp/templates/basic/mailbox/searchmbox.html.php | 3 -
imp/templates/basic/message/message.html.php | 19 -
imp/templates/basic/message/navbar_actions.html.php | 93 -
imp/templates/basic/message/navbar_navigate.html.php | 56 -
imp/templates/basic/message/navbar_top.html.php | 9 -
imp/templates/basic/search/search-basic.html.php | 52 -
imp/templates/basic/subinfo.html.php | 10 -
imp/templates/dynamic/compose.html.php | 2 +-
imp/templates/dynamic/message.html.php | 2 +-
imp/templates/flist/flist.html.php | 73 +
imp/templates/rss/mailbox.rss.php | 26 -
imp/templates/subinfo/subinfo.html.php | 10 +
imp/themes/default/basic/screen.css | 318 -
imp/themes/default/contacts.css | 13 +
imp/themes/default/dynamic/compose.css | 342 +
imp/themes/default/dynamic/mailbox.css | 653 +
imp/themes/default/dynamic/message.css | 50 +
imp/themes/default/dynamic/message_view.css | 234 +
imp/themes/default/dynamic/screen.css | 1062 +-
imp/themes/default/graphics/checkmail.png | Bin 533 -> 0 bytes
imp/themes/default/graphics/empty_spam.png | Bin 517 -> 0 bytes
imp/themes/default/graphics/empty_trash.png | Bin 517 -> 0 bytes
imp/themes/default/prefs.css | 121 +
imp/themes/default/rtl.css | 33 -
imp/themes/default/screen.css | 545 +-
imp/themes/default/search.css | 79 +
imp/themes/default/thread.css | 17 +
imp/view.php | 2 +-
ingo/docs/CHANGES | 7 +
ingo/docs/CREDITS | 1 +
ingo/lib/Session.php | 2 +-
ingo/locale/cs/LC_MESSAGES/ingo.mo | Bin 77516 -> 74118 bytes
ingo/package.xml | 14 +-
klutz/locale/cs/LC_MESSAGES/klutz.mo | Bin 68936 -> 62675 bytes
kronolith/bin/kronolith-agenda | 5 +-
kronolith/docs/CHANGES | 9 +
kronolith/docs/CREDITS | 1 +
kronolith/lib/Api.php | 126 +-
kronolith/lib/CalendarsManager.php | 19 +-
kronolith/lib/Driver/Ical.php | 4 +-
kronolith/lib/Event.php | 21 +-
kronolith/lib/Kronolith.php | 17 +-
kronolith/locale/cs/LC_MESSAGES/kronolith.mo | Bin 86779 -> 83884 bytes
kronolith/package.xml | 13 +
mnemo/docs/CHANGES | 3 +
mnemo/docs/CREDITS | 1 +
mnemo/lib/Api.php | 81 +-
mnemo/locale/cs/LC_MESSAGES/mnemo.mo | Bin 71736 -> 66158 bytes
mnemo/package.xml | 4 +-
nag/docs/CHANGES | 5 +
nag/docs/CREDITS | 1 +
nag/lib/Api.php | 98 +-
nag/lib/Task.php | 2 +-
nag/locale/cs/LC_MESSAGES/nag.mo | Bin 75390 -> 71090 bytes
nag/migration/14_nag_upgrade_search.php | 39 +
nag/package.xml | 11 +-
passwd/locale/cs/LC_MESSAGES/passwd.mo | Bin 69960 -> 63763 bytes
sam/locale/cs/LC_MESSAGES/sam.mo | Bin 68730 -> 62517 bytes
turba/docs/CHANGES | 1 -
turba/docs/CREDITS | 1 +
turba/lib/Api.php | 78 +-
turba/lib/Driver.php | 4 +-
turba/lib/Form/EditContactGroup.php | 8 +-
turba/locale/cs/LC_MESSAGES/turba.mo | Bin 95192 -> 88339 bytes
whups/locale/cs/LC_MESSAGES/whups.mo | Bin 102676 -> 96415 bytes
2285 files changed, 175397 insertions(+), 30027 deletions(-)
http://github.com/horde/horde/commit/385e2ec77635b5e0c20c4442951be9f5ccceb79f
-----------------------------------------------------------------------
commit a87d33dcfb5924c220b4d5ef38587071726f02e2
Author: MichaelGrafnetter <outlook.commichael.grafnetter at outlook.com>
Date: Tue Nov 4 18:17:31 2014 +0100
Sync with upstream.
.../vendor/phpunit/php-token-stream/tests/Token/FunctionTest.php | 180 ----
.../vendor/phpunit/php-token-stream/tests/Token/InterfaceTest.php | 226 -----
2 files changed, 0 insertions(+), 406 deletions(-)
delete mode 100644 framework/Test/bundle/vendor/phpunit/php-token-stream/tests/Token/FunctionTest.php
delete mode 100644 framework/Test/bundle/vendor/phpunit/php-token-stream/tests/Token/InterfaceTest.php
http://github.com/horde/horde/commit/a87d33dcfb5924c220b4d5ef38587071726f02e2
-----------------------------------------------------------------------
commit 200217813af7529f05888f8a1ecf6f96267dda3d
Merge: a87d33d 357cbae
Author: MichaelGrafnetter <outlook.commichael.grafnetter at outlook.com>
Date: Tue Nov 4 18:19:18 2014 +0100
Merge remote-tracking branch 'upstream/master'
framework/ActiveSync/composer.json | 4 +-
framework/ActiveSync/lib/Horde/ActiveSync.php | 7 ++-
framework/ActiveSync/lib/Horde/ActiveSync/Device.php | 2 +-
framework/ActiveSync/package.xml | 27 +++++++++---
framework/Core/composer.json | 4 +-
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 15 ++++++-
framework/Core/package.xml | 30 +++++++++----
horde/config/hooks.php.dist | 40 ++++++++++++++++++
8 files changed, 104 insertions(+), 25 deletions(-)
http://github.com/horde/horde/commit/200217813af7529f05888f8a1ecf6f96267dda3d
-----------------------------------------------------------------------
commit 32d4163883124093357562ec97befd2295efe899
Author: MichaelGrafnetter <outlook.commichael.grafnetter at outlook.com>
Date: Tue Nov 4 21:25:26 2014 +0100
Revert accidental deletion
Revert accidentally deleted *.php files and a changed *.mo file.
.../vendor/phpunit/php-token-stream/tests/Token/ClassTest.php | 118 +++
.../vendor/phpunit/php-token-stream/tests/Token/ClosureTest.php | 119 +++
.../vendor/phpunit/php-token-stream/tests/Token/FunctionTest.php | 180 ++++
.../vendor/phpunit/php-token-stream/tests/Token/IncludeTest.php | 107 ++
.../vendor/phpunit/php-token-stream/tests/Token/InterfaceTest.php | 226 +++++
.../vendor/phpunit/php-token-stream/tests/Token/NamespaceTest.php | 114 +++
.../bundle/vendor/phpunit/php-token-stream/tests/TokenTest.php | 76 ++
imp/locale/cs/LC_MESSAGES/imp.mo | Bin 98005 -> 141172 bytes
8 files changed, 940 insertions(+), 0 deletions(-)
create mode 100644 framework/Test/bundle/vendor/phpunit/php-token-stream/tests/Token/ClassTest.php
create mode 100644 framework/Test/bundle/vendor/phpunit/php-token-stream/tests/Token/ClosureTest.php
create mode 100644 framework/Test/bundle/vendor/phpunit/php-token-stream/tests/Token/FunctionTest.php
create mode 100644 framework/Test/bundle/vendor/phpunit/php-token-stream/tests/Token/IncludeTest.php
create mode 100644 framework/Test/bundle/vendor/phpunit/php-token-stream/tests/Token/InterfaceTest.php
create mode 100644 framework/Test/bundle/vendor/phpunit/php-token-stream/tests/Token/NamespaceTest.php
create mode 100644 framework/Test/bundle/vendor/phpunit/php-token-stream/tests/TokenTest.php
http://github.com/horde/horde/commit/32d4163883124093357562ec97befd2295efe899
-----------------------------------------------------------------------
commit 80be8f169af6ee1811f7abdd6a66f29d4f842c78
Merge: 2a1ef49 32d4163
Author: Jan Schneider <jan at horde.org>
Date: Wed Nov 5 10:05:55 2014 +0100
Merge branch 'master' of git://github.com/MichaelGrafnetter/horde
framework/Core/locale/cs/LC_MESSAGES/Horde_Core.po | 39 +-
horde/locale/cs/LC_MESSAGES/horde.po | 84 ++--
imp/locale/cs/LC_MESSAGES/imp.po | 558 ++++++++------------
ingo/locale/cs/LC_MESSAGES/ingo.po | 9 +-
kronolith/locale/cs/LC_MESSAGES/kronolith.po | 399 ++++++---------
mnemo/locale/cs/LC_MESSAGES/mnemo.po | 67 +--
nag/locale/cs/LC_MESSAGES/nag.po | 134 ++---
turba/locale/cs/LC_MESSAGES/turba.po | 33 +-
8 files changed, 536 insertions(+), 787 deletions(-)
http://github.com/horde/horde/commit/80be8f169af6ee1811f7abdd6a66f29d4f842c78
-----------------------------------------------------------------------
commit cd965a3eefdce9d2c2cc2fee1dba3884c09b33dd
Author: Jan Schneider <jan at horde.org>
Date: Wed Nov 5 10:06:55 2014 +0100
Update cs translation.
chora/locale/cs/LC_MESSAGES/chora.mo | Bin 65256 -> 66805 bytes
framework/Core/locale/cs/LC_MESSAGES/Horde_Core.mo | Bin 9748 -> 10535 bytes
gollem/locale/cs/LC_MESSAGES/gollem.mo | Bin 61489 -> 63030 bytes
horde/locale/cs/LC_MESSAGES/horde.mo | Bin 58263 -> 59820 bytes
imp/locale/cs/LC_MESSAGES/imp.mo | Bin 141172 -> 156215 bytes
ingo/locale/cs/LC_MESSAGES/ingo.mo | Bin 74118 -> 75850 bytes
klutz/locale/cs/LC_MESSAGES/klutz.mo | Bin 62675 -> 64256 bytes
kronolith/locale/cs/LC_MESSAGES/kronolith.mo | Bin 83884 -> 96441 bytes
mnemo/locale/cs/LC_MESSAGES/mnemo.mo | Bin 66158 -> 68608 bytes
nag/locale/cs/LC_MESSAGES/nag.mo | Bin 71090 -> 76654 bytes
passwd/locale/cs/LC_MESSAGES/passwd.mo | Bin 63763 -> 65304 bytes
sam/locale/cs/LC_MESSAGES/sam.mo | Bin 62517 -> 64050 bytes
turba/locale/cs/LC_MESSAGES/turba.mo | Bin 88339 -> 90248 bytes
whups/locale/cs/LC_MESSAGES/whups.mo | Bin 96415 -> 97964 bytes
14 files changed, 0 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/cd965a3eefdce9d2c2cc2fee1dba3884c09b33dd
More information about the commits
mailing list