Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Add slack.neos.io to selector in header #1

Merged
merged 1 commit into from Jul 13, 2015
Merged

[TASK] Add slack.neos.io to selector in header #1

merged 1 commit into from Jul 13, 2015

Conversation

kdambekalns
Copy link
Member

This adds slack.neos.io to the site selector in the page header. A link
to the actual slack web chat UI will be added there, so this should
suffice.

This adds slack.neos.io to the site selector in the page header. A link
to the actual slack web chat UI will be added there, so this should
suffice.
aertmann added a commit that referenced this pull request Jul 13, 2015
[TASK] Add slack.neos.io to selector in header
@aertmann aertmann merged commit 25bfe03 into neos:master Jul 13, 2015
robertlemke added a commit that referenced this pull request Mar 22, 2016
  - Installing ocramius/package-versions (1.0.3)
    Loading from cache
    Extracting archive

> post-package-install: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Installing zendframework/zend-eventmanager (3.0.1)
    Loading from cache
    Extracting archive

> post-package-install: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Installing zendframework/zend-code (3.0.1)
    Loading from cache
    Extracting archive

> post-package-install: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Installing ocramius/proxy-manager (2.0.1)
    Loading from cache
    Extracting archive

> post-package-install: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing symfony/polyfill-mbstring (v1.1.0)
  - Installing symfony/polyfill-mbstring (v1.1.1)
    Loading from cache
    Extracting archive

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Updating doctrine/migrations (v1.0.0 => v1.3.1)
    Checking out fda27fc96d20a1abd46d4526387c7d6d416da263
    Pulling in changes:
      fda27fc - mike: tagging v1.3.1
      ee0ee01 - mike: updating the changelog
      f1e9b95 - Ryan Catlin: Move expected exception after getSqliteConfiguration call in test
      3efe46a - mike: Clarify the name of a test
      4f5be0a - Ryan Catlin: Removed unused use statement; clarify versions are autoload versions
      30c0aae - Ryan Catlin: Added Tests for Configuration getVersion method
      294bbd2 - Ryan Catlin: Configuration getVersion registers migrations if empty
      1b03745 - mike: Fix a duplicate
      11ecccb - mike: Fixing an issue in the order at which some configuration key are loaded
      09fbd68 - ReenExe: clear code
      9d06a4e - ReenExe: clear code
      7fd37aa - ReenExe: clear code
      e05e9a5 - ReenExe: clear code
      541af67 - ReenExe: after review
      50afce4 - Marco Pivetta: ProxyManager ~2.0 is also compatible with migrations
      2ce8d87 - mike: Tagging version 1.3
      05c4799 - mikeSimonson: Merge pull request #423 from mikeSimonson/config-proxy-for-phar
      1261f2d - mike: Trying to configure the proxy so that it can be embeded in the phar file
      b23bf53 - mikeSimonson: Merge pull request #424 from mikeSimonson/tests-migrations-get-loaded
      1979fc2 - mike: Adding a regression test for the configuration
      a729863 - mikeSimonson: Merge pull request #421 from mikeSimonson/call-order
      b8267c8 - mikeSimonson: Merge pull request #422 from mikeSimonson/config-chainloader
      7de41d0 - mike: Refactor the getConnection into a chainloader
      916bee2 - mike: Fix issue with some method call order when the migrations were not loaded
      228133d - mikeSimonson: Merge pull request #418 from mikeSimonson/refactor
      58b4f5c - mikeSimonson: Merge pull request #419 from mikeSimonson/refactor-mark-version
      fdcb4e0 - mikeSimonson: Merge pull request #420 from mikeSimonson/refactor-query-params
      a299abd - mike: refactor the version alias in the migrations infos
      f2120f1 - mike: adding the missing docblock
      12da9b8 - mikeSimonson: Merge pull request #414 from mikeSimonson/regression-test
      22e6b85 - mike: removing the is_null calls
      d44df98 - mike: refactoring the code that sets the query parameters
      1de8172 - mike: refactoring the mark version migrated / not migrated code
      fc24f14 - mikeSimonson: Merge pull request #417 from mikeSimonson/status-view-data-separation
      33e10b7 - mike: Separating the data from the view
      5f6043b - mikeSimonson: Merge pull request #416 from mikeSimonson/fix-deprecated-call
      032a368 - mikeSimonson: Merge pull request #415 from mikeSimonson/fix-file-writer
      c99a000 - mike: Removing a deprecated call
      d19fe0f - mike: Correct the file writer in the version class too
      e6a2fe9 - mike: add the missing part of the reverse test
      17d7f5c - mike: add a regression test to check that it works if nothing gets initialized
      fa5be67 - mike: fix the spacing
      9aa590e - Christophe Coevoet: Fix the branch alias for master
      4461bf9 - mikeSimonson: Merge pull request #407 from doctrine/prototype/lazy-schema-manipulator
      fe1447a - mike: Adding a test to verify that the schema change only take effect in up and down
      b6a6cf6 - mike: Removing unused properties
      286b075 - mike: Rename the property for consistency
      3c264de - mike: Moving the Providers in the provider namespace
      757d3d1 - mike: Adding a docblock type on the new property
      cbde965 - mike: more precise docblock definition
      614ea6f - mike: And adding the missing interface
      57261bf - mike: Adding an interface to type hint and renaming for clarity
      ace8bc9 - mike: A value holder seems more appropriate in doctrine mgirations use case
      206930b - mike: passing the necessary parameters to the proxy
      9d5bc08 - mike: Fix the test by not mocking anymore
      9e24730 - mike: Adding the property for the schemaManipulator in the version
      91f9ef7 - mike: removing debug code
      e10168e - mike: correcting the constructor name
      618541a - mike: the toSchema will just clone the from schema instead of generating a new one
      f74cdc7 - mike: Not taking into account the from proxy as he might not have been used
      98a016b - mike: Adding type hint and correcting dockblocks
      ff2bcef - mike: WIP
      6e0c1df - mike: WIP lazyload the schema
      c7a63fe - Marco Pivetta: Simple prototype of lazy schema manipulation (schema not initialized if not needed)
      d6e1357 - mikeSimonson: Merge pull request #409 from mikeSimonson/write-sql-fail
      237a924 - mike: Trigger an exception when someone tries to write a file that contains a prepared stmt
      5452513 - mikeSimonson: Merge pull request #411 from mikeSimonson/cleaning-2
      d6e8378 - mikeSimonson: Merge pull request #410 from mikeSimonson/fix-warning
      57b7453 - mike: Cleaning the tests
      74d6c96 - mike: Adding a missing property
      f639d92 - mikeSimonson: Merge pull request #404 from m00t/add_config_directory
      fc2da83 - mikeSimonson: Merge pull request #408 from mikeSimonson/cleaning
      bb2ebe1 - mike: Add a failing test case for an edge case with the write-sql option
      49bdfca - mike: replacing all fqn by their use stmt
      dfe6264 - mike: Nicer looking link and added another silex integration
      8b05ef6 - mikeSimonson: Merge pull request #406 from mikeSimonson/gitattributes
      ee6f62d - mike: putting the composer.json back in the archive
      d40bd18 - mikeSimonson: Merge pull request #405 from doctrine/feature/php-7-composer-compat
      0af50f8 - Marco Pivetta: Correcting composer constraints: allowing PHP 7, dropping 5.4 support
      e926b36 - mike: Updating the changelog
      dd65b7f - Anton Serdyuk: add possibility to read doctrine's config/cli-config.php as well as cli-config.php
      870791a - mikeSimonson: Merge pull request #403 from mikeSimonson/build-phar-improvment
      ca234f6 - mikeSimonson: Merge pull request #402 from mikeSimonson/fix-box-config
      8e33e47 - mike: deleting the composer.lock file to make sure that we get the last dep
      2be7a66 - mike: Removing the trailing slash as it seems to cause error with composer
      585a1ed - mikeSimonson: Merge pull request #401 from mikeSimonson/fix-write-sql
      99e28c7 - mike: change the number of the migration to avoid confusion
      0d10df8 - mikeSimonson: Merge pull request #400 from mikeSimonson/fix-write-sql
      ef7fd1a - mike: Add the test
      70f52c9 - mike: Fix the write-sql functionnality and add a test for it
      9d866f9 - mikeSimonson: Merge pull request #399 from mikeSimonson/changelog-update
      c9b3bb5 - mike: update the changelog
      c2baef7 - mikeSimonson: Merge pull request #398 from mikeSimonson/phar-builder-errors
      6d0da4e - mikeSimonson: Merge pull request #397 from mikeSimonson/phar-builder
      870fdec - mike: make sure that we see the errors if the build fail
      e0ca0df - mike: Make sure that it doesn't give an error if the folder already exist
      ff3866e - mikeSimonson: Merge pull request #395 from mikeSimonson/travis
      0bd4445 - mikeSimonson: Merge pull request #396 from mikeSimonson/phar-compression-again
      edc5482 - mike: Select a compression algorythm for the phar package
      49123ff - mike: Make the composer install more resistant if there is a network issue
      a2004df - mikeSimonson: Merge pull request #394 from mikeSimonson/phar-build
      8a710dd - mikeSimonson: Merge pull request #393 from mikeSimonson/php54
      4d557e3 - mike: don't redownload box if it's already there
      d55fc50 - mike: make sure that the tags are pulled
      231cbd9 - mike: Removing php 5.4 from the supported version as it's EOL
      80792f4 - mikeSimonson: Merge pull request #391 from jeromegamez/feature/overridable_version_template
      b8dd44f - Jérôme Gamez: Allow overriding the template
      57e5071 - mike: Tagging version 1.2.0
      12e227e - mikeSimonson: Merge pull request #360 from flarelt/master
      39c6202 - mikeSimonson: Merge pull request #390 from mikeSimonson/fix-sqlwriter
      e3b21b3 - mike: Parameter order is now checked
      760248a - mikeSimonson: Merge pull request #389 from mikeSimonson/version-column-name-param
      2a00d8f - mike: Add the configuration of the column name to the sqlwriter
      b57ad85 - mikeSimonson: Merge pull request #387 from mikeSimonson/still-fix-post
      d0c8f64 - mikeSimonson: Merge pull request #388 from mikeSimonson/fix
      0af6e6e - mike: There are issue with the mysqli driver and that method that silence the erros
      a82ddb0 - mike: removing the ability to run sql code with the schema in post calls
      ebda533 - mikeSimonson: Merge pull request #386 from mikeSimonson/doc
      bb4e263 - mike: Adding the missing doc from the previous commit
      0a06fe6 - mikeSimonson: Merge pull request #385 from mikeSimonson/fix-pre-post-sql
      282f2db - mike: Reverting a commit that allowed the use of addSql in pre and post calls
      f7d138d - mike: Merge branch 'master' of github.com:doctrine/migrations
      0dd336f - mikeSimonson: Merge pull request #383 from asgrim/allow-setting-version-name
      af3cce7 - mike: Fix the yml parser issue with unescaped backslash in double quoted string
      af12b62 - mikeSimonson: Merge pull request #372 from TomasVotruba/patch-1
      2cec284 - James Titcumb: Added usage of custom migration table and column names to functional test to be included
      02ddf43 - James Titcumb: Added missing dynamic version column name
      afe76df - James Titcumb: Use dynamic version column name in markMigrated and markNotMigrated
      0a58dbc - James Titcumb: Output Version Column Name in Status Command
      81b6313 - James Titcumb: Updated Configuration to use the dynamic column name
      d1d3056 - James Titcumb: Added property and get/setters
      b386d2a - mikeSimonson: Merge pull request #376 from tonicforhealth/master
      503ea5c - mikeSimonson: Merge pull request #378 from robinvdvleuten/master
      4e909f2 - Robin van der Vleuten: Made composer.json compatible with SF 3.0
      5a6e0a2 - mikeSimonson: Merge pull request #377 from Nyholm/patch-3
      8f3877c - Tobias Nyholm: Finished in Xs
      fbdf9d8 - drefixs: Merge pull request #2 from tonicforhealth/fix-version-file-order
      f37737f - Dmitry Gopkalo: - move sort to AbstractFinder.php - add getFileSortCallback to AbstractFinder.php - Change sort to uasort - add asort testing into RecursiveRegexFinderTest.php
      a2f372d - mikeSimonson: Merge pull request #373 from TomasVotruba/version-class-exists-check
      7668226 - Tomas Votruba: move MigrationClassNotFoundException logic into MigrationException
      3f6fa39 - mikeSimonson: Merge pull request #374 from TomasVotruba/file-comments-completed
      8eed529 - drefixs: Merge pull request #1 from drefixs/fix-version-file-order
      ed95c05 - drefixs: RecursiveDirectoryIterator don't obtain some order of the file list.
      4b68a69 - Tomas Votruba: fix spaces and complete missing file-docblocks
      a53d7c8 - Tomas Votruba: Confinguration: check if migration class exists added
      68cc7bf - mikeSimonson: Merge pull request #371 from TomasVotruba/cleanup
      57ec2f0 - Tomáš Votruba: travis: drop PHP 7.0 from allowed failures, it passes well
      fecfd6c - Tomas Votruba: MigrationTestCase: missing property added
      8fe9a53 - Tomas Votruba: ConfigurationTest: removed unused classes
      a826560 - Tomas Votruba: gitignore: phpunit.xml added (much faster without coverage)
      7eb674d - mikeSimonson: Merge pull request #370 from TomasVotruba/composer-tweaks
      d263c7b - Tomas Votruba: composer: drop symfony/console from suggested packages, since it's required package
      3a4f836 - Tomas Votruba: tests: move autoload of tests to composer
      b56dc2d - Tomas Votruba: remove unused namespace
      089dbbc - mike: Merge branch 'fix-addsql'
      d393217 - mike: Testing All methods for addSql
      c4c5e16 - mikeSimonson: Merge pull request #365 from mikeSimonson/conflict0
      5df49c5 - mike: Prevent the use of 0 as migration name as it is used internally and conflict
      bac31ab - mikeSimonson: Merge pull request #364 from mikeSimonson/master
      3a8ef41 - mike: Adding a little script to prepare and generate the phar
      70730ff - mike: Adding compression to the generation of the phar
      dbd47fd - Farzad Ghanei: Add a functional test to use addSql() calls in postUp
      ac698ec - Farzad Ghanei: Pass dryRun and timeAllQueries parameters to extracted method
      81a0dbd - Farzad Ghanei: Allow calls to addSql in postUp and postDown methods
      875849e - vytmic: fix "all migrated versions shown as unavailable executed" issue (partial revert of d81cf0dd13a2fd9a835d5639b0b64a85856edf1e)
      f4f5bdf - mike: Adding myself as one of the author
      d196ddc - Christophe Coevoet: Update the version to 1.1.0
      6c527d8 - Christophe Coevoet: Merge pull request #358 from cassiosantos/master
      6dbc05f - Cassio Santos: Update "Building Your own Phar" section of README
      6f40d16 - mikeSimonson: Merge pull request #356 from doctrine/stof-patch-1
      dfbee38 - Christophe Coevoet: Keep the license file in archives
      a97d1f4 - mikeSimonson: Merge pull request #320 from TomasVotruba/psr4
      4e85ba6 - mikeSimonson: Merge pull request #350 from mikeSimonson/ci
      a9ec86f - mike: adding an option to not throw an exception if no migration is found
      27edc38 - mikeSimonson: Merge pull request #345 from localheinz/feature/direction-constants
      2e98ff6 - Andreas Möller: Enhancement: Make use of direction constants
      58d401f - Andreas Möller: Fix: Create constants for directions
      fe5a965 - Andreas Möller: Enhancement: Assert values of constants
      c030c0c - mike: Merge branch 'master' of github.com:doctrine/migrations
      ff3fb66 - mikeSimonson: Merge pull request #342 from localheinz/feature/allow-to-set-output-writer
      fd3f50f - Andreas Möller: Enhancement: Allow to set OutputWriter
      90b4220 - Andreas Möller: Enhancement: Assert that OutputWriter is created if not injected
      df29f93 - Andreas Möller: Enhancement: Assert that OutputWriter can be injected
      2816cbe - mikeSimonson: Merge pull request #338 from localheinz/fix/unnecessary-fqcn
      0fe6acf - mikeSimonson: Merge pull request #339 from localheinz/fix/undefined-class
      dd8b694 - mikeSimonson: Merge pull request #340 from localheinz/fix/type-hint
      6895598 - mikeSimonson: Merge pull request #341 from localheinz/fix/return
      0b73086 - Andreas Möller: Fix: Return early
      b3d51bd - Andreas Möller: Fix: Type-hint against OutputInterface
      9447da4 - Andreas Möller: Fix: Undefined class
      de5ce39 - Andreas Möller: Fix: Avoid FQCN
      d656e7c - mike: Moving the tests class in the Stub folder
      c36e249 - mikeSimonson: Merge pull request #333 from mikeSimonson/master
      7db8f8a - mike: Correcting the change in the behavior in the previous commit
      3843fba - mike: Making the behavior of the folder organization by year more logic
      ec43f48 - mike: adding the forgotten MigrationDirectoryHelper
      3f1bcbd - mike: Extracting the new functionnality in it's own helper
      8c090fa - mike: more tests for the configurations
      d8494a9 - mike: refactoring copy pasted file_exists for the config loading
      9533b94 - mike: testing the migration loading with a list of migrations
      1362512 - mike: WIP verification, especially for the migrations element
      3c3690d - mike: Adding tests for invalid configurations
      5360efd - mike: Testing the xml configuration with a schema
      460fd7c - mike: All configuration error throw the same migration exception now
      ed26638 - Christophe Coevoet: Merge pull request #335 from localheinz/fix/spelling
      738d004 - Christophe Coevoet: Merge pull request #334 from localheinz/fix/version
      895504e - Andreas Möller: Fix: Spelling
      1d9aa39 - Andreas Möller: Fix: Version should probably be 1.0.0
      1499f0c - mike: Ensure that Yaml::parse return an array as it can apparently return a string
      e95b277 - mike: refactoring the configuration loading
      873d399 - mike: Merge branch 'feature/configure-organize-versions' of https://github.com/SchulteMarkus/migrations into SchulteMarkus-feature/configure-organize-versions
      087f738 - mikeSimonson: Merge pull request #327 from doctrine/scrutinizer-patch-1
      d48a564 - mikeSimonson: Merge pull request #328 from bamarni/warning-tag
      93a81ff - Bilal Amarni: Switch unexisting <warning> tag to <comment>
      587ed31 - Scrutinizer Auto-Fixer: Scrutinizer Auto-Fixes
      06272b0 - mikeSimonson: Merge pull request #326 from doctrine/scrutinizer-patch-1
      c7096e4 - Scrutinizer Auto-Fixer: Scrutinizer Auto-Fixes
      b62316b - mikeSimonson: Merge pull request #322 from stof/improve_travis
      a2a8808 - mikeSimonson: Merge pull request #324 from DavidHavl/master
      8b44960 - davidhavl: Added migrations key to test config to increased code coverage
      9543f9b - davidhavl: Added few more tests for ability to load config from php array or json files.
      d830b09 - davidhavl: Added tests for ability to load config from php array or json files.
      8cf01d6 - davidhavl: Added ability to load config from php array or json files.
      93cce5a - davidhavl: Added a check for correct helper class instance
      1684863 - Christophe Coevoet: Merge pull request #321 from stof/fix_coverage
      bda0509 - Christophe Coevoet: Improve the Travis configuration by persisting the composer cache
      d47d650 - Christophe Coevoet: Avoid uploading code coverage to Scrutinizer for HHVM and PHP 7
      1c7d88a - Christophe Coevoet: Merge pull request #318 from TomasVotruba/md
      cc9e872 - Tomas Votruba: use united .md suffix
      0c241e7 - mikeSimonson: Merge pull request #314 from DavidHavl/master
      c1c692a - mikeSimonson: Merge pull request #317 from TomasVotruba/patch-1
      fc287e4 - mikeSimonson: Merge pull request #319 from TomasVotruba/typos
      7fb8d30 - Tomas Votruba: composer: use PSR-4 autoload
      a67338f - Tomas Votruba: Upgrade: typos and syntax
      e2ac071 - Tomáš Votruba: typo
      fc87ebf - davidhavl: Added a test if the migration configuration can be set via ConfigurationHelper in HelperSet
      1f3592f - davidhavl: Set default name for configuration helper
      a9b40ee - davidhavl: Made a configuration to also check for an existing comfiguration helper in HelperSet and use it.
      37f25df - davidhavl: Extended from Helper (implements HelperInterface) so that it can be added to a HelperSet. It also matches other helper definitions.
      ce9f840 - mike: Using the same format for all the version numbers.
      e73936d - mikeSimonson: Merge pull request #304 from neeckeloo/feature/use-short-array-syntax
      74ac2e5 - Markus Schulte: Fixed raise-condition at CliTest::testGenerateCommandAddsNewMigrationOrganizedByYearAndMonth (which was renamed from CliTest::testGenerateCommandAddsNewVersionOrganizedByYearAndMonth)
      0b8e408 - Markus Schulte: Adding new configuration-option "organize-migrations"
      50a6e18 - Nicolas Eeckeloo: Use short array syntax

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing paragonie/random_compat (v1.2.1)
  - Installing paragonie/random_compat (v1.4.1)
    Loading from cache
    Extracting archive

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing ramsey/uuid (3.2.0)
  - Installing ramsey/uuid (3.3.0)
    Loading from cache
    Extracting archive

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Updating flownative/google-cloudstorage (dev-master 42c8a08 => 1.0.0-beta1)
    Checking out 1f2c4297bd5fef45f7c8e8c959503cf743ed39ba
    Pulling in changes:
      1f2c429 - Robert Lemke: FEATURE: Set Cache-Control max-age to two weeks for persistent resources

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Installing flownative/gravatar (1.0.0)
    Loading from cache
    Extracting archive

> post-package-install: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing robertlemke/rss (1.0.0)
  - Installing robertlemke/rss (1.1.0)
    Loading from cache
    Extracting archive

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing robertlemke/plugin-blog (1.0.1)
  - Installing robertlemke/plugin-blog (1.0.2)
    Loading from cache
    Extracting archive

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Updating typo3/flow 3.1.x-dev (2f7f635 => edc2676)
    Checking out edc2676996094eca6b10099c60f608b1680c7b55
    Pulling in changes:
      edc2676 - Neos Project (Jenkins): TASK: Update translations from translation tool
      ec34450 - Neos Project (Jenkins): [TASK] Add changelog for 3.1.2
      646352b - Neos Project (Jenkins): TASK: Update documentation configuration
      d56f126 - Aske Ertmann: MERGE: 3.0 into 3.1
      cd375a9 - Aske Ertmann: MERGE: 2.3 into 3.0
      f5c65d0 - Aske Ertmann: BUGFIX: EarlyLogger needs to implement SystemLoggerInterface
      86df859 - Aske Ertmann: MERGE: 3.0 into 3.1
      4cef0cc - Aske Ertmann: MERGE: 2.3 into 3.0
      d1ff59c - Aske Ertmann: BUGFIX: Log throwable errors in PHP 7
      b83c2eb - Karsten Dambekalns: MERGE: Merge branch '3.0' into 3.1
      e9d104c - Karsten Dambekalns: MERGE: Merge branch '2.3' into 3.0
      3d95ac3 - Neos Project (Jenkins): TASK: Update translations from translation tool
      6ec2a47 - Aske Ertmann: TASK: Memcached cache backend compatibility with memcached
      af7c292 - Neos Project (Jenkins): TASK: Update translations from translation tool
      0516ead - Karsten Dambekalns: Merge pull request #255 from kdambekalns/use-migrations-13
      2c8333e - Karsten Dambekalns: TASK: Raise doctrine/migrations version to 1.3

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Updating typo3/fluid 3.1.x-dev (efe41d0 => 30edf4b)
    Checking out 30edf4baa81c08529975db8554362305d50a4bf6
    Pulling in changes:
      30edf4b - Neos Project (Jenkins): TASK: Update translations from translation tool
      13be4c4 - Karsten Dambekalns: MERGE: Merge branch '3.0' into 3.1
      1a3228d - Neos Project (Jenkins): TASK: Update translations from translation tool
      c9e4ca8 - Michael Gerdemann: BUGFIX: Remove duplicate "htmlspecialchars"

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Updating typo3/party 3.1.x-dev (28bad76 => 4430328)
    Checking out 4430328c0afa4904824069f8a77bbda5ab94e1d1
    Pulling in changes:
      4430328 - Neos Project (Jenkins): TASK: Update translations from translation tool
      fffe225 - Neos Project (Jenkins): TASK: Update translations from translation tool
      d3b7356 - Neos Project (Jenkins): TASK: Update translations from translation tool

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Updating typo3/setup 2.0.x-dev (5b082d7 => 45e9a7e)
    Checking out 45e9a7ea59eecf7785f7cd1fa85a3b410a69687e
    Pulling in changes:
      45e9a7e - Aske Ertmann: Merge pull request #4 from kdambekalns/escape-php-binary
      26a6711 - Karsten Dambekalns: TASK: Escape possible PHP binary command in check

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Updating typo3/typoscript 2.1.x-dev (31f8feb => d251c2c)
    Checking out d251c2cacabbd3161744687d4f20284ad050ac19
    Pulling in changes:
      d251c2c - Aske Ertmann: MERGE: 2.0 into 2.1
      6cccce4 - Aske Ertmann: MERGE: 1.2 into 2.0
      0dc01f3 - Johannes Steu: BUGFIX: Reset backendOptions in testing context

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Updating typo3/typo3cr 2.1.x-dev (aa97ba2 => 894a74d)
    Checking out 894a74d1243c6f255f0a76c2b7c1af8e841f303a
    Pulling in changes:
      894a74d - Aske Ertmann: TASK: Improve transliteration to support additional alphabets

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Updating typo3/media 2.1.x-dev (ea7957e => 3472051)
    Checking out 3472051c599f28b8019587232e557aa7d0959f31
    Pulling in changes:
      3472051 - Neos Project (Jenkins): TASK: Update documentation configuration
      d6e4787 - Neos Project (Jenkins): TASK: Update documentation configuration

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Updating typo3/neos 2.1.x-dev (8d5809f => e43a1d3)
    Checking out e43a1d3cc864c60188fccf67cef6f925be44b4b3
    Pulling in changes:
      e43a1d3 - Neos Project (Jenkins): TASK: Update translations from translation tool
      da904d8 - Neos Project (Jenkins): TASK: Update translations from translation tool
      22a6e4c - Christian Müller: Merge pull request #394 from aertmann/transliteration
      fa9e3f4 - Neos Project (Jenkins): [TASK] Add changelog for 2.1.5
      6cb3e02 - Neos Project (Jenkins): TASK: Update documentation configuration
      a066604 - Neos Project (Jenkins): TASK: Update built JavaScript/CSS files
      9efe79e - Aske Ertmann: MERGE: 2.0 into 2.1
      d4c9419 - Aske Ertmann: BUGFIX: Correct syntax for parameters in translation labels
      f53d3dd - Aske Ertmann: MERGE: 2.0 into 2.1
      c9120ec - Neos Project (Jenkins): TASK: Update built JavaScript/CSS files
      1b5614c - Aske Ertmann: MERGE: 1.2 into 2.0
      2a3bff9 - Neos Project (Jenkins): TASK: Update translations from translation tool
      eb48d20 - Neos Project (Jenkins): TASK: Update built JavaScript/CSS files
      3f09154 - Aske Ertmann: Merge pull request #405 from aertmann/structure-tree-constraints
      5f31a85 - Aske Ertmann: BUGFIX: Node constraints for auto created node types in structure tree
      e748155 - Neos Project (Jenkins): TASK: Update built JavaScript/CSS files
      5e84ad2 - Aske Ertmann: Merge pull request #404 from aertmann/image-cropping
      ba05b85 - Aske Ertmann: BUGFIX: Cropping border animation
      3704a41 - Neos Project (Jenkins): TASK: Update translations from translation tool
      baa3880 - Aske Ertmann: BUGFIX: Image crop selection incorrect on small screens
      5311ecf - Raffael Comi: BUGFIX - bust has to be outside of the uri.resource ViewHelper
      ed0960c - Aske Ertmann: BUGFIX: Correct syntax for parameters in translation labels
      6088384 - Neos Project (Jenkins): TASK: Update translations from translation tool
      25a6e14 - Neos Project (Jenkins): [TASK] Add changelog for 2.1.4
      715da38 - Neos Project (Jenkins): TASK: Update documentation configuration
      816c082 - Neos Project (Jenkins): TASK: Update built JavaScript/CSS files
      b9b672f - Neos Project (Jenkins): [TASK] Add changelog for 2.0.8
      e7a7c92 - Neos Project (Jenkins): TASK: Update documentation configuration
      820bdda - Aske Ertmann: TASK: Translate content dimension selector labels with parameters
      31d1d98 - Aske Ertmann: TASK: Support parameters in translate helper
      ff8a4c0 - Aske Ertmann: BUGFIX: Allow empty parameters in translate parameters
      7567300 - Aske Ertmann: BUGFIX: Support objects as translate parameters
      e4b8966 - Aske Ertmann: BUGFIX: Labels used before the I18n service is ready
      08ed1d8 - Raffael Comi: [FIX] wrong translation ids
      793faf6 - Raffael Comi: Added more translation options
      b77ff76 - Neos Project (Jenkins): TASK: Add changelog for 1.2.16
      571d73b - Neos Project (Jenkins): TASK: Update documentation configuration
      fa61fcc - Aske Ertmann: MERGE: 2.0 into 2.1
      81cac0d - Aske Ertmann: MERGE: 1.2 into 2.0
      be0b9aa - Karsten Dambekalns: TASK: Document baseNodeType setting for node tree
      ff574bb - Aske Ertmann: TASK: Use transliteration service for URI path segment generation
      49c2f87 - Aske Ertmann: FEATURE: Transliteration service
      7c5f0b7 - Neos Project (Jenkins): TASK: Update translations from translation tool
      57982c1 - Neos Project (Jenkins): TASK: Update translations from translation tool
      02edbb0 - Neos Project (Jenkins): TASK: Update translations from translation tool
      2d3c76b - Robert Lemke: BUGFIX: Translate process is broken for dimensions without fallbacks
      c41fca7 - Aske Ertmann: TASK: Incorrect label id for users module widget action button title
      efe2698 - responsemlanger: BUGFIX: Add translation for title attributes
      499e490 - Christian Mueller: BUGFIX: Additional styles for modules loaded after Neos

> post-package-update: TYPO3\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Updating typo3/neos-nodetypes 2.1.x-dev (78da71f => 8772332)
    Checking out 877233221bba1b1d00cd7d06349b6228a7b5640e
    Pulling in changes:
      8772332 - Neos Project (Jenkins): TASK: Update translations from translation tool
      6159340 - Neos Project (Jenkins): TASK: Update translations from translation tool
      a31986e - Neos Project (Jenkins): TASK: Update translations from translation tool
mgoldbeck pushed a commit that referenced this pull request Apr 6, 2016
TASK: change color for gravatar border and message
robertlemke added a commit that referenced this pull request Aug 22, 2017
  - Removing symfony/polyfill-mbstring (v1.4.0)
  - Installing symfony/polyfill-mbstring (v1.5.0)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing symfony/console (v2.8.22)
  - Installing symfony/console (v2.8.26)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing doctrine/inflector (v1.1.0)
  - Installing doctrine/inflector (v1.2.0)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing doctrine/collections (v1.4.0)
  - Installing doctrine/collections (v1.5.0)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing doctrine/cache (v1.6.1)
  - Installing doctrine/cache (v1.7.0)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing doctrine/annotations (v1.4.0)
  - Installing doctrine/annotations (v1.5.0)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing doctrine/common (v2.7.2)
  - Installing doctrine/common (v2.7.3)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing doctrine/dbal (v2.5.12)
  - Installing doctrine/dbal (v2.5.13)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing doctrine/orm (v2.5.6)
  - Installing doctrine/orm (v2.5.10)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/utility-unicode (4.1.0)
  - Installing neos/utility-unicode (4.1.6)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/utility-objecthandling (4.1.0)
  - Installing neos/utility-objecthandling (4.1.6)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/utility-arrays (4.1.0)
  - Installing neos/utility-arrays (4.1.6)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing symfony/yaml (v2.8.22)
  - Installing symfony/yaml (v2.8.26)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing symfony/dom-crawler (v2.8.22)
  - Installing symfony/dom-crawler (v2.8.26)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing ramsey/uuid (3.6.1)
  - Installing ramsey/uuid (3.7.0)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/error-messages (4.1.0)
  - Installing neos/error-messages (4.1.6)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/utility-schema (4.1.0)
  - Installing neos/utility-schema (4.1.6)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/utility-pdo (4.1.0)
  - Installing neos/utility-pdo (4.1.6)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/utility-opcodecache (4.1.0)
  - Installing neos/utility-opcodecache (4.1.6)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/utility-mediatypes (4.1.0)
  - Installing neos/utility-mediatypes (4.1.6)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/utility-files (4.1.0)
  - Installing neos/utility-files (4.1.6)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/flow (4.1.0)
  - Installing neos/flow (4.1.6)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/utility-lock (4.1.0)
  - Installing neos/utility-lock (4.1.6)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing zendframework/zend-eventmanager (3.1.0)
  - Installing zendframework/zend-eventmanager (3.2.0)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing zendframework/zend-code (3.1.0)
  - Installing zendframework/zend-code (3.2.0)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing ocramius/proxy-manager (2.0.4)
  - Installing ocramius/proxy-manager (2.1.1)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/cache (4.1.0)
  - Installing neos/cache (4.1.6)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/fluid-adaptor (4.1.0)
  - Installing neos/fluid-adaptor (4.1.6)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/eel (4.1.0)
  - Installing neos/eel (4.1.6)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/fusion (3.1.1)
  - Installing neos/fusion (3.1.5)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/media (3.1.1)
  - Installing neos/media (3.1.5)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/content-repository (3.1.1)
  - Installing neos/content-repository (3.1.5)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/neos (3.1.1)
  - Installing neos/neos (3.1.5)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/media-browser (3.1.1)
  - Installing neos/media-browser (3.1.5)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/diff (3.1.1)
  - Installing neos/diff (3.1.5)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/nodetypes (3.1.1)
  - Installing neos/nodetypes (3.1.5)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Updating neos/neos-ui-compiled (1.0.0-beta1 => 1.0.0-beta3)
    Checking out 18ab8935b2cc2187a779d77ec28541bdf0db75dc
    Pulling in changes:
      18ab893 - Jenkins: Compile Neos UI - c62dc3e59d3fad4c3d7a08170e3b55c5abe01b3b
      95fc79d - Jenkins: Compile Neos UI - b46a23749c18189f01506cfd120bcd7c81283243
      42b0390 - Jenkins: Compile Neos UI - 3937970dedaf5ffc50c7be13b86aa5eb933aa6af
      aacfb20 - Jenkins: Compile Neos UI - 258844ae87840b6bfd6870055c5b42a06e419797
      f054a5e - Jenkins: Compile Neos UI - 9602fb802d2c1ab2e5d2f5d40968b4635f1810b5
      2816c99 - Jenkins: Compile Neos UI - 4a72f8f5a92a57c91fa9bed49abc7aafa98d1d41
      bd95168 - Jenkins: Compile Neos UI - 3668a48c4c9055e955d1a5533dd66ae7f3a2f046
      e61029a - Jenkins: Compile Neos UI - 4f6a1114da3a85214ddcee484d782b7c3756d1a1

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Updating neos/neos-ui (1.0.0-beta1 => 1.0.0-beta3)
    Checking out 842e13f517163ac9a5252fd18454a663d7ca0814
    Pulling in changes:
      842e13f - Jenkins: Updating composer dependency for release of 1.0.0-beta3
      c62dc3e - Sebastian Kurfuerst: Publish 1.0.0-beta3 to NPM
      881a0d6 - Sebastian Kurfuerst: BUGFIX: make compilation of external modules work
      b46a237 - Sebastian Kurfuerst: TASK: install yarn in update-neos-ui-compiled step
      1d42e88 - Sebastian Kurfuerst: TASK: release 1.0.0-beta2 NPM packages and update NPM dependencies
      b55b753 - Sebastian Kurfuerst: TASK: change build configuration to lockstep versions
      35ea167 - Sebastian Kurfuerst: BUGFIX: add yarn.lock to individual packages
      2fc50ac - Sebastian Kurfuerst: TASK: raise lerna version
      da284c2 - Sebastian Kurfürst: Merge pull request #747 from gerhard-boden/bugfix-replace-broken-horizontal-scroller
      c746568 - Gerhard Boden: BUGFIX: Fix code style errors
      34b55c0 - Gerhard Boden: BUGFIX: Fix carousel faulty behaviour
      45b15e5 - Gerhard Boden: BUGFIX: Replace broken horizontal scroller
      3d05d2c - Sebastian Kurfürst: Merge pull request #632 from grebaldi/task/empty-content-collection-placeholder
      22e3851 - Sebastian Kurfuerst: fix stylelint errors
      814fdb8 - Sebastian Kurfuerst: fix leftover old API for inline links
      f141f36 - Sebastian Kurfuerst: BUGFIX: fix wrong proptype in ReferencesEditor
      97713a5 - Sebastian Kurfuerst: BUGFIX: fix updating title on guest frame load
      1e71830 - Sebastian Kurfuerst: fix style select
      93ad810 - Sebastian Kurfuerst: Merge branch 'task/empty-content-collection-placeholder' of https://github.com/grebaldi/PackageFactory.Guevara into grebaldi-task/empty-content-collection-placeholder
      788838c - Sebastian Kurfürst: Merge pull request #726 from neos/691-select-editor-redone
      5c3458e - Sebastian Kurfuerst: BUGFIX: stay compatible with Neos 3.0
      191d61f - Sebastian Kurfuerst: fix testcases
      41069db - Sebastian Kurfuerst: Merge remote-tracking branch 'origin/master' into 691-select-editor-redone
      0996c29 - Sebastian Kurfuerst: TASK: fix lint errors
      9b99b20 - Wilhelm Behncke: Merge branch 'master' into task/empty-content-collection-placeholder
      57b0655 - Wilhelm Behncke: Merge pull request #746 from mstruebing/task/removeDeprecationWarnings
      e10d42c - Max Strübing: Merge remote-tracking branch 'upstream/master' into task/removeDeprecationWarnings
      9ac010e - Wilhelm Behncke: Merge pull request #723 from neos/greenkeeper-postcss-import-10.0.0
      d98f8f8 - greenkeeperio-bot: chore(package): update postcss-import to version 10.0.0
      bfd95b0 - Wilhelm Behncke: Merge pull request #735 from neos/greenkeeper-style-loader-0.18.1
      e9de44a - greenkeeperio-bot: chore(package): update style-loader to version 0.18.1
      4fde913 - Wilhelm Behncke: Merge pull request #744 from neos/greenkeeper-css-loader-0.28.4
      bd9ad31 - greenkeeperio-bot: chore(package): update css-loader to version 0.28.4
      3937970 - Wilhelm Behncke: Merge pull request #752 from kitsunet/bugfix/719-escaping-of-backend-data
      1ed8b08 - Christian Müller: BUGFIX: Avoid escaping of backend data while reading
      6b7a942 - Karsten Dambekalns: Merge pull request #751 from kitsunet/task/adapt-aspect-arguemnt-name
      4d1e030 - Karsten Dambekalns: TASK: Replace typoScript with Fusion in comment
      a23cb88 - Christian Müller: TASK: Adapt aspect to changed argument name in Neos
      5cccf53 - Sebastian Kurfuerst: FEATURE: References Editor
      258844a - Sebastian Kurfürst: Merge pull request #748 from mstruebing/task/736/doNotShowEmptyInspectorTabs
      ece1bd1 - Sebastian Kurfürst: Merge pull request #750 from gerhard-boden/feature-integrate-polling-for-file-watcher
      babbaf6 - Gerhard Boden: FEATURE: Enable polling for file watcher
      95e13aa - Sebastian Kurfuerst: FEATURE: Implement Reference editor
      b97edc3 - Sebastian Kurfuerst: BUGFIX: allow scrolling in main menu
      d2598b9 - Sebastian Kurfuerst: FEATURE: Link Editor should handle URL links
      4ac0ef8 - Sebastian Kurfuerst: BUGFIX: "Insert Node position selector" should be properly disabled/enabled
      9767992 - Sebastian Kurfuerst: FEATURE: allow URL inline links
      7873be7 - Sebastian Kurfuerst: FEATURE: implement inline links (no HTML links yet)
      98640b4 - Max Strübing: TASK: Do not show inspector editor tabs if the given tab have no properties
      8e0c7d4 - Max Strübing: TASK: Remove proptype warnings
      980b860 - Max Strübing: TASK: Satisfy linter :)
      3820797 - Max Strübing: BUGFIX: Restore dropdown functionality
      913de87 - Max Strübing: Merge pull request #1 from grebaldi/task/removeDeprecationWarnings-drop-react-broadcast
      e0d525b - Wilhelm Behncke: TASK: Adjust tests for DropDown and ToggablePanel components
      18ffd93 - Wilhelm Behncke: TASK: Remove react-broadcast from root
      7fc2f15 - Wilhelm Behncke: TASK: Remove react-broadcast from @neos-project/neos-ui
      c81bb6e - Wilhelm Behncke: TASK: Remove react-broadcast from @neos-project/react-ui-components
      16dcb1b - Wilhelm Behncke: TASK: Remove dependecy to react-broadcast from DropDown component
      01e5438 - Wilhelm Behncke: TASK: Remove dependecy to react-broadcast from ToggablePanel component
      3fec62f - Wilhelm Behncke: TASK: Fix broken reference to IconButton component in guest frame manifest
      e04f4d5 - Wilhelm Behncke: TASK: Fix broken tests
      f781d42 - Wilhelm Behncke: TASK: Add missing dependencies to ck-editor-bindings
      79d3c05 - Wilhelm Behncke: TASK: Update plow-js
      b073e17 - Wilhelm Behncke: TASK: Improve performance of content initialization
      7fddb78 - Wilhelm Behncke: TASK: Fix broken reference to content canvas dom helpers
      5e72b39 - Wilhelm Behncke: TASK: Move guest frame package to jest testing stack
      4679a59 - Wilhelm Behncke: TASK: Fix version of @neos-project/neos-ui-extensibility for guest frame package
      cb6d801 - Wilhelm Behncke: TASK: Document the guest frame registry
      6c36a33 - Wilhelm Behncke: TASK: Add documentation for inline editor registry
      c9a97d2 - Wilhelm Behncke: TASK: Remove unnecessary  call from CR.Nodes reducer
      d740e2a - Wilhelm Behncke: TASK: Add inline comment for try/catch-blocks in initializePropertyDomNode
      7931b59 - Wilhelm Behncke: TASK: Rename getInlineEditorForProperty -> getInlineEditorIdentifierForProperty
      b76bcb9 - Wilhelm Behncke: TASK: Fix typo in initializePropertyDomNode
      35866d4 - Wilhelm Behncke: TASK: Add documentation-TODO for inline editor configuration
      df744c8 - Wilhelm Behncke: TASK: Optimize lazy content initialization
      4ddd3c6 - Wilhelm Behncke: TASK: Fix undefined variable in NodeOperations saga
      10622b7 - Wilhelm Behncke: TASK: Move InlineUI component to guest frame package
      89dcd7e - Wilhelm Behncke: TASK: Move focused node styling to guest frame package
      d20df63 - Wilhelm Behncke: TASK: Remove AddEmptyCollectionOverlay component
      e30a03e - Wilhelm Behncke: FEATURE: Add/remove empty collection placeholder depending on dynamically inserted content
      af22698 - Wilhelm Behncke: TASK: Streamline Inline Editor object for registry
      10b3dd2 - Wilhelm Behncke: BUGFIX: Fix wrong condition for displaying the inline editor toolbar
      960044c - Wilhelm Behncke: TASK: Make re-initialization of newly inserted content work again
      c0a1886 - Wilhelm Behncke: TASK: Split out remaining guest frame logic to ckeditor and guest frame packages
      8a68b1f - Wilhelm Behncke: TASK: Move initialization logic to guest frame package
      877dfdd - Wilhelm Behncke: TASK: Add logic to discover arbitrary inline editors
      066b71b - Wilhelm Behncke: TASK: Move EditorToolbar to ckeditor-bindings
      355fcd7 - Wilhelm Behncke: WIP: Add guest frame package
      8cc2ba8 - Max Strübing: TASK: Update last dependencies which uses React.PropTypes
      e830ef3 - Max Strübing: TASK: Update react-image-crop
      40ac7b5 - Max Strübing: CLEANUP: Remove leftover React import to satisfy linter :)
      7b6d47d - Max Strübing: CLEANUP: Remove leftover React.PropTypes
      fdd3dee - Max Strübing: TASK: Update react-image-crop to 1.0.4 at first
      a221b6a - Max Strübing: TASK: clear command now deletes toplevel node_modules
      68d4f4f - Max Strübing: TASK: Add yarnclean and yarn.lock(needed by yarn clean)
      6e39ff2 - Max Strübing: TASK: Remove unneeded scripts
      aed4179 - Max Strübing: TASK: Change all occurences of npm to use yarn
      c34020e - Max Strübing: BUGFIX: Recover old react-image-crop version
      8dac90d - Max Strübing: TASK: Update react-measure
      e5bb3ab - Max Strübing: TASK: Update react-immutable-proptypes
      7274307 - Max Strübing: TASK: Update react-dropzone
      aae6e95 - Max Strübing: TASK: Update react-textarea-autosize
      78d1e04 - Max Strübing: TASK: Update react-redux
      6ec729c - Max Strübing: TASK: Update react-portal
      d0205c3 - Max Strübing: TASK: Update react-datetime
      b24c31d - Max Strübing: TASK: Update react-collapse
      71218a8 - Max Strübing: TASK: Use ^ instead of concrete version
      747b979 - Max Strübing: TASK: Update react-click-outside
      d0b3bbd - Max Strübing: TASK: Update react-css-themr
      55b68bd - Max Strübing: TASK: Update react-motion
      2771443 - Max Strübing: TASK: Update react-height
      8ff7770 - Max Strübing: TASK: Remove shallow-compare
      751b7e5 - Max Strübing: TASK: Change stylelint settings to use newline-after/before due deprecation of block-no-single-line
      bf5ea03 - Max Strübing: TASK: Update enzyme and add react-test-render to work with react 15.5
      0dd9fe6 - Max Strübing: TASK: Update react and react-dom to 15.5.4
      a203d5a - Gerhard Boden: TASK: Add icon and improve input styling
      4ff0dda - Gerhard Boden: TASK: Add ``containerClassName`` as prop for container div
      2fd270d - Max Strübing: TASK: Update codemirror
      cdfc0bb - Max Strübing: TASK: Update all components to use the prop-types package instead of React.PropTypes
      a237b94 - Sebastian Kurfuerst: fix ESLint error
      ff087a6 - Sebastian Kurfuerst: revert change to @neos decorator
      94becf4 - Sebastian Kurfuerst: some cleanups, removing leftover code
      5f63590 - Sebastian Kurfuerst: Merge remote-tracking branch 'origin/master' into 691-select-editor-redone
      1a52c0e - Sebastian Kurfuerst: rework the editor / data loader concept after our discussions
      9602fb8 - Sebastian Kurfürst: Merge pull request #743 from neos/extensibility-api-react-dom
      7aff85b - Sebastian Kurfuerst: BUGFIX: make react-dom accessible through extensibility API
      ae25de1 - Sebastian Kurfuerst: TASK: fix lint errors
      e88196a - Sebastian Kurfuerst: Link Editor works more reliably, including loading state and force-open-select
      553b2c1 - Sebastian Kurfuerst: TASK: improve performance by correctly triggering rerenderings (not too often)
      f51a7e0 - Sebastian Kurfuerst: basically working Link Editor
      9f9b8c2 - Sebastian Kurfuerst: Data fetching works
      557d3de - Sebastian Kurfuerst: WIP
      23d6b6d - Sebastian Kurfuerst: TASK: remove obsolete comment
      58070e3 - Sebastian Kurfuerst: BUGFIX: ensure the content canvas is loaded before the SecodnaryToolbar; so the secondaryToolbar can overlay it
      f05cb6e - Sebastian Kurfuerst: BUGFIX: fix IconComponent usage in SelectBox
      67fb66c - Sebastian Kurfuerst: BUGFIX: fix various SimpleSelect usages
      2018bbb - Sebastian Kurfuerst: FEATURE: rewritten Select box component (API usage not yet adjusted at other code points)
      4a72f8f - Dmitri Pisarev: Merge pull request #709 from dimaip/fix-sorting
      63af53c - Dmitri Pisarev: BUGFIX: sorting messes up order for not positioned properties
      3668a48 - Dmitri Pisarev: BUGFIX: make CSS reset more robust by resetting the spacings (#706)
      4f6a111 - Max Strübing: TASK: Remove tags from placeholder (#698)
      7f56fb7 - Sebastian Kurfürst: Merge pull request #679 from mstruebing/task/removeAva
      32e87a6 - Sebastian Kurfuerst: TASK: update README
      e7e0c7e - Sebastian Kurfürst: Merge branch 'master' into task/removeAva
      73bb8a6 - Sebastian Kurfürst: Merge branch 'master' into task/removeAva
      01989b6 - Max Strübing: TASK: Remove ava from toplevel package

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/googleanalytics (2.0.1)
  - Installing neos/googleanalytics (2.0.2)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Installing ttree/fusion-hashfile (1.0.0)
    Downloading: 100%
    Extracting archive

> post-package-install: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing ttree/stylesheet (3.0.3)
  - Installing ttree/stylesheet (3.0.4)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing ttree/script (3.0.1)
  - Installing ttree/script (3.0.2)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing symfony/event-dispatcher (v2.8.22)
  - Installing symfony/event-dispatcher (v2.8.26)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing guzzlehttp/guzzle (6.2.3)
  - Installing guzzlehttp/guzzle (6.3.0)
    Loading from cache
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing flowpack/elasticsearch (2.0.1)
  - Installing flowpack/elasticsearch (2.0.2)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Updating flowpack/elasticsearch-contentrepositoryadaptor (4.0.3 => 4.0.4)
    Checking out a3872e1b55b572c02e97f36e02be9a907d624572
    Pulling in changes:
      a3872e1 - Karsten Dambekalns: MERGE: Merge branch '3.0' into master
      df14215 - Karsten Dambekalns: MERGE: Merge branch '2.0' into 3.0
      69fc9aa - Karsten Dambekalns: Merge pull request #208 from Flowpack/dfeyer-patch-2
      f3a8585 - Karsten Dambekalns: Merge pull request #207 from Flowpack/dfeyer-patch-1
      c31ae13 - Karsten Dambekalns: Merge pull request #210 from radmiraal/task/invalid-dependency
      fe386dc - Karsten Dambekalns: Merge pull request #215 from Flowpack/bugfix-213
      e01bfa7 - Karsten Dambekalns: BUGFIX: Avoid creating workspaces in nodeindex:build
      a092e41 - Karsten Dambekalns: BUGFIX: Typo in README
      070fded - Karsten Dambekalns: Merge pull request #201 from kuborgh-mspindelhirn/patch-1
      2dcaf16 - Karsten Dambekalns: Merge pull request #205 from Nikdro/3.0
      e6de8b7 - Aske Ertmann: TASK: Use shorthand array syntax
      b91644e - Rens Admiraal: BUGFIX: Remove unneeded depency on Neos
      87b0314 - Dominique Feyer: TASK: NodeIndexerInterface in Indexing Command controller
      9f0a134 - Dominique Feyer: BUGFIX: Use NodeIndexerInterface in the indexing command controller
      5d13cc8 - Niklas Droste: BUGFIX: Fix nodeindex:cleanup command for ES >= 2.0
      50b333f - kuborgh-mspindelhirn: BUGFIX: Typo in Readme

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing neos/marketplace (1.0.5)
  - Installing neos/marketplace (1.0.6)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing mikey179/vfsstream (v1.6.4)
  - Installing mikey179/vfsstream (v1.6.5)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing aws/aws-sdk-php (3.29.1)
  - Installing aws/aws-sdk-php (3.33.4)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing phpdocumentor/type-resolver (0.2.1)
  - Installing phpdocumentor/type-resolver (0.3.0)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Removing phpdocumentor/reflection-docblock (3.1.1)
  - Installing phpdocumentor/reflection-docblock (3.2.2)
    Downloading: 100%
    Extracting archive

> post-package-update: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
  - Installing flowpack/cachebuster (1.0.1)
    Downloading: 100%
    Extracting archive

> post-package-install: Neos\Flow\Composer\InstallerScripts::postPackageUpdateAndInstall
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
daniellienert added a commit that referenced this pull request Aug 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants