Awight has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/178393

Change subject: add SmashPig and update stuff
......................................................................

add SmashPig and update stuff

Change-Id: If4c16a5309a7b4e236e1c300775c06bc98d5cb51
---
M autoload.php
M composer/autoload_classmap.php
M composer/autoload_namespaces.php
M composer/autoload_psr4.php
M composer/autoload_real.php
M composer/installed.json
A symfony/event-dispatcher/Symfony/Component/EventDispatcher/.gitignore
A symfony/event-dispatcher/Symfony/Component/EventDispatcher/CHANGELOG.md
A 
symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php
A 
symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php
A symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php
A symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php
A 
symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
A 
symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventSubscriberInterface.php
A symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php
A 
symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php
A symfony/event-dispatcher/Symfony/Component/EventDispatcher/LICENSE
A symfony/event-dispatcher/Symfony/Component/EventDispatcher/README.md
A 
symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php
A 
symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
A symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventTest.php
A 
symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php
A 
symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php
A symfony/event-dispatcher/Symfony/Component/EventDispatcher/composer.json
A symfony/event-dispatcher/Symfony/Component/EventDispatcher/phpunit.xml.dist
A symfony/http-foundation/Symfony/Component/HttpFoundation/.gitignore
A symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/ApacheRequest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/BinaryFileResponse.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/CHANGELOG.md
A symfony/http-foundation/Symfony/Component/HttpFoundation/Cookie.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/FileException.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/UploadException.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/File/File.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesser.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesserInterface.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/FileBag.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/IpUtils.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/JsonResponse.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/LICENSE
A symfony/http-foundation/Symfony/Component/HttpFoundation/ParameterBag.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/README.md
A symfony/http-foundation/Symfony/Component/HttpFoundation/RedirectResponse.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcherInterface.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Resources/stubs/FakeFile.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Resources/stubs/SessionHandlerInterface.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/ServerBag.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSessionHandler.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/NativeProxy.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ApacheRequestTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/CookieTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/FileTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/Fixtures/.unknownextension
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/Fixtures/directory/.empty
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/Fixtures/test
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/Fixtures/test.gif
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/FileBagTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/NativeProxyTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php
A 
symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php
A symfony/http-foundation/Symfony/Component/HttpFoundation/composer.json
A symfony/http-foundation/Symfony/Component/HttpFoundation/phpunit.xml.dist
M twig/twig/.travis.yml
M twig/twig/CHANGELOG
M twig/twig/doc/api.rst
M twig/twig/doc/deprecated.rst
M twig/twig/doc/filters/batch.rst
M twig/twig/doc/filters/convert_encoding.rst
M twig/twig/doc/filters/first.rst
M twig/twig/doc/filters/last.rst
M twig/twig/doc/filters/merge.rst
M twig/twig/doc/filters/nl2br.rst
M twig/twig/doc/filters/number_format.rst
M twig/twig/doc/filters/raw.rst
M twig/twig/doc/filters/slice.rst
M twig/twig/doc/filters/split.rst
M twig/twig/doc/filters/trim.rst
M twig/twig/doc/functions/date.rst
M twig/twig/doc/functions/dump.rst
M twig/twig/doc/functions/include.rst
M twig/twig/doc/functions/random.rst
M twig/twig/doc/functions/source.rst
M twig/twig/doc/functions/template_from_string.rst
M twig/twig/doc/index.rst
M twig/twig/doc/installation.rst
M twig/twig/doc/intro.rst
M twig/twig/doc/tags/autoescape.rst
M twig/twig/doc/tags/do.rst
M twig/twig/doc/tags/if.rst
M twig/twig/doc/tags/use.rst
M twig/twig/doc/templates.rst
D twig/twig/ext/twig/LICENSE
M twig/twig/ext/twig/php_twig.h
M twig/twig/ext/twig/twig.c
M twig/twig/lib/Twig/Compiler.php
M twig/twig/lib/Twig/Environment.php
M twig/twig/lib/Twig/Error.php
M twig/twig/lib/Twig/ExpressionParser.php
M twig/twig/lib/Twig/Extension/Core.php
M twig/twig/lib/Twig/Loader/Array.php
M twig/twig/lib/Twig/Loader/String.php
M twig/twig/lib/Twig/Node.php
M twig/twig/lib/Twig/Node/AutoEscape.php
M twig/twig/lib/Twig/Node/Block.php
M twig/twig/lib/Twig/Node/BlockReference.php
M twig/twig/lib/Twig/Node/Do.php
M twig/twig/lib/Twig/Node/Expression/Array.php
M twig/twig/lib/Twig/Node/Expression/AssignName.php
M twig/twig/lib/Twig/Node/Expression/Binary.php
M twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php
M twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php
M twig/twig/lib/Twig/Node/Expression/Binary/In.php
M twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php
M twig/twig/lib/Twig/Node/Expression/Binary/Power.php
M twig/twig/lib/Twig/Node/Expression/Binary/Range.php
M twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php
M twig/twig/lib/Twig/Node/Expression/BlockReference.php
M twig/twig/lib/Twig/Node/Expression/ExtensionReference.php
M twig/twig/lib/Twig/Node/Expression/GetAttr.php
M twig/twig/lib/Twig/Node/Expression/Parent.php
M twig/twig/lib/Twig/Node/Flush.php
M twig/twig/lib/Twig/Node/For.php
M twig/twig/lib/Twig/Node/ForLoop.php
M twig/twig/lib/Twig/Node/If.php
M twig/twig/lib/Twig/Node/Import.php
M twig/twig/lib/Twig/Node/Include.php
M twig/twig/lib/Twig/Node/Macro.php
M twig/twig/lib/Twig/Node/Module.php
M twig/twig/lib/Twig/Node/Print.php
M twig/twig/lib/Twig/Node/Sandbox.php
M twig/twig/lib/Twig/Node/SandboxedModule.php
M twig/twig/lib/Twig/Node/SandboxedPrint.php
M twig/twig/lib/Twig/Node/Set.php
M twig/twig/lib/Twig/Node/Spaceless.php
M twig/twig/lib/Twig/Node/Text.php
M twig/twig/lib/Twig/NodeInterface.php
M twig/twig/lib/Twig/NodeVisitor/Optimizer.php
M twig/twig/lib/Twig/NodeVisitor/Sandbox.php
A twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFilterError.php
A twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php
A twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php
M twig/twig/lib/Twig/Sandbox/SecurityPolicy.php
M twig/twig/lib/Twig/Template.php
M twig/twig/test/Twig/Tests/EnvironmentTest.php
M twig/twig/test/Twig/Tests/Extension/CoreTest.php
M twig/twig/test/Twig/Tests/Extension/SandboxTest.php
M twig/twig/test/Twig/Tests/FileCachingTest.php
M twig/twig/test/Twig/Tests/Fixtures/exceptions/undefined_trait.test
M twig/twig/test/Twig/Tests/Fixtures/expressions/ends_with.test
M twig/twig/test/Twig/Tests/Fixtures/expressions/starts_with.test
M twig/twig/test/Twig/Tests/Fixtures/filters/date.test
M twig/twig/test/Twig/Tests/Fixtures/filters/date_immutable.test
M twig/twig/test/Twig/Tests/Fixtures/filters/slice.test
M twig/twig/test/Twig/Tests/Fixtures/filters/split.test
A twig/twig/test/Twig/Tests/Fixtures/filters/split_utf8.test
M twig/twig/test/Twig/Tests/Fixtures/functions/attribute.test
M twig/twig/test/Twig/Tests/Fixtures/functions/include/sandbox.test
A twig/twig/test/Twig/Tests/Fixtures/regression/combined_debug_info.test
A twig/twig/test/Twig/Tests/Fixtures/regression/multi_word_tests.test
A twig/twig/test/Twig/Tests/Fixtures/tags/macro/super_globals.test
M twig/twig/test/Twig/Tests/IntegrationTest.php
M twig/twig/test/Twig/Tests/LexerTest.php
M twig/twig/test/Twig/Tests/NativeExtensionTest.php
M twig/twig/test/Twig/Tests/Node/Expression/GetAttrTest.php
M twig/twig/test/Twig/Tests/Node/IncludeTest.php
M twig/twig/test/Twig/Tests/Node/MacroTest.php
M twig/twig/test/Twig/Tests/Node/SandboxedModuleTest.php
M twig/twig/test/Twig/Tests/TemplateTest.php
M twig/twig/test/Twig/Tests/escapingTest.php
A wikimedia/SmashPig
243 files changed, 22,846 insertions(+), 388 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm/vendor 
refs/changes/93/178393/1


-- 
To view, visit https://gerrit.wikimedia.org/r/178393
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If4c16a5309a7b4e236e1c300775c06bc98d5cb51
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm/vendor
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to