Commits on Jan 15, 2018

  1. Configuration menu
    Copy the full SHA
    b79c03b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Configuration menu
    Copy the full SHA
    8073d7f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Configuration menu
    Copy the full SHA
    a7ad903 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Enable access to nested keys in ArrayAttributeBag (see #1323).

    Description
    -----------
    
    Fixes write operations on nested keys, e.g. `$_SESSION['FE_DATA']['foo']['bar'] = 'x';`.
    
    Related #1316
    
    Commits
    -------
    
    ae35b57 Enable access to nested keys in ArrayAttributeBag
    4d5ef54 Fix a phpDoc comment
    ausi authored and leofeyer committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    bc45baa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26314a8 View commit details
    Browse the repository at this point in the history
  3. Re-add identifier quoting (see #1326).

    Description
    -----------
    
    This is the follow-up PR to #1262.
    
    Commits
    -------
    
    34bbec1 Re-add identifier quoting.
    07748b5 Also quote a few overlooked identifiers.
    1853ab7 Allow . in identifier names since AbstractPlatform::quoteIdentifier() will handle it.
    leofeyer authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    ec89f95 View commit details
    Browse the repository at this point in the history
  4. Add a change log entry.

    leofeyer committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    cb96fd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe90422 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    1e33ff0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8109786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d868f69 View commit details
    Browse the repository at this point in the history
  4. Run the PHP-CS-Fixer.

    leofeyer committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    d3823f3 View commit details
    Browse the repository at this point in the history
  5. Check if third image size parameter is actually a string (see #1304)

    Description
    -----------
    
    If the third element of the `$size` parameter for `PictureFactory::create` is an actual integer (an image size ID) instead of a string, the following error will occur:
    ```
    Symfony\Component\Debug\Exception\FatalThrowableError:
    Type error: substr_count() expects parameter 1 to be string, integer given
    
      at vendor\contao\core-bundle\src\Image\PictureFactory.php:100
      at substr_count(5, '_')
         (vendor\contao\core-bundle\src\Image\PictureFactory.php:100)
      at Contao\CoreBundle\Image\PictureFactory->create('files/foo.jpg', array('', '', 5))
         (vendor\contao\core-bundle\src\Resources\contao\library\Contao\Controller.php:1527)
      at Contao\Controller::addImageToTemplate(object(FrontendTemplate), array('id' => '16', 'pid' => '1', 'tstamp' => '1515681465', 'headline' => 'Lorem ipsum', 'alias' => 'lorem-ipsum', 'author' => '2', 'date' => '1515492660', 'time' => '1515492660', 'subheadline' => 'Lorem ipsum dolor sit amet, consetetur sadipscing', 'teaser' => '…', 'addImage' => '1', 'overwriteMeta' => '', 'singleSRC' => 'files/foo.jpg', 'alt' => '', 'imageTitle' => '', 'size' => array('', '', 5), …), 0, null, object(FilesModel))
         (src\Intomedia\WebsiteBundle\EventListener\HookListener.php:46)
      at Intomedia\WebsiteBundle\EventListener\HookListener->onParseArticles(object(FrontendTemplate), array('id' => '16', 'pid' => '1', 'tstamp' => '1515681465', 'headline' => 'Lorem ipsum', 'alias' => 'lorem-ipsum', 'author' => '2', 'date' => '1515492660', 'time' => '1515492660', 'subheadline' => 'Lorem ipsum dolor sit amet, consetetur sadipscing', 'teaser' => '…', 'addImage' => '1', 'overwriteMeta' => '', 'singleSRC' => 'files/foo.jpg', 'alt' => '', 'imageTitle' => '', 'size' => array('', '', 5), …), object(NewsListModule))
         (vendor\contao\news-bundle\src\Resources\contao\modules\ModuleNews.php:204)
      at Contao\ModuleNews->parseArticle(object(NewsModel), false, ' featured odd', 2)
         (vendor\contao\news-bundle\src\Resources\contao\modules\ModuleNews.php:237)
      at Contao\ModuleNews->parseArticles(object(Collection))
         (vendor\contao\news-bundle\src\Resources\contao\modules\ModuleNewsList.php:150)
      at Contao\ModuleNewsList->compile()
         (vendor\contao\core-bundle\src\Resources\contao\modules\Module.php:227)
      at Contao\Module->generate()
         (vendor\contao\news-bundle\src\Resources\contao\modules\ModuleNewsList.php:65)
    …
         (web\app_dev.php:65)
    ```
    /cc @ausi
    
    Commits
    -------
    
    9cd09d0 check if third size parameter is actually a string
    fritzmg authored and leofeyer committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    185b224 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a247c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    587de2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa35c5a View commit details
    Browse the repository at this point in the history
  9. Revert "Set the front end response cache headers in an event listener…

    … (see #1283)."
    
    This reverts commit 587de2b.
    leofeyer committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    4813351 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0bd63fa View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    4901c3a View commit details
    Browse the repository at this point in the history
  2. Update the copyright notice.

    leofeyer committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    796b13d View commit details
    Browse the repository at this point in the history
  3. Version 4.4.13.

    leofeyer committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    0aaa68b View commit details
    Browse the repository at this point in the history