Skip to content
Snippets Groups Projects
  1. Apr 14, 2013
    • Stefan Neufeind's avatar
      [TASK] Adjust example from mediumDoc to DocumentTemplate · aa665e4e
      Stefan Neufeind authored
      Since 6.1 mediumDoc etc. are deprecated and DocumentTemplate
      should be used. Adjust example-code to this change.
      
      Resolves: #47204
      Releases: 6.1
      Change-Id: I20d7d1c18da738717db7e2dfb1844e80d99343da
      Reviewed-on: https://review.typo3.org/19953
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      aa665e4e
    • Christian Kuhn's avatar
      [TASK] Raise submodule pointer · e9211473
      Christian Kuhn authored
      Change-Id: I5d5d13cac9cb6d157b1ac71a81eb5a21be752b73
      Reviewed-on: https://review.typo3.org/19961
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      e9211473
    • Christian Kuhn's avatar
      [TASK] Raise submodule pointer · deaf2584
      Christian Kuhn authored
      Change-Id: I6084b12d23644b4ecf9750c63b7eaa26955c4704
      Reviewed-on: https://review.typo3.org/19959
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      deaf2584
    • Christian Kuhn's avatar
      [FEATURE] Lazy database connection · c0727f78
      Christian Kuhn authored
      The patch implements "lazy" database connection, a connection
      will be established by database connection class on demand.
      
      Bootstrap now just sets credentials of the database connection
      class after LocalConfiguration file was read, but does not
      initialize the connection on its own anymore.
      
      * Separation of concerns - Bootstrap does not take care of connection
        initialization, the db class will handle it on its own if needed.
      * Database connection class got setters for options and credentials,
        it knows the details and can create, sleep and wake up a connection.
      * Tests do not need to take care of a special db connection backup
        anymore, mocking / serializing $GLOBALS['TYPO3_DB'] and connection
        is handled by the class automatically.
      * eID scripts do not need to call connectDB() anymore: The according
        method in eid handling is obsolete and developers do not need to
        think about it anymore.
      * Simplification of bootstrap cross-dependencies.
      
      With the patch only the frontend explicitly calls connectDB(). This
      cannot be changed by this patch and needs some more thoughts.
      
      Exception and logging handling is not fully cleaned up and should
      be done at a later point. Still, the patch should be fully backward
      compatible and dbal should work too, if related patch is applied.
      
      After mysqli switch, main method connectDB() now handles different
      port settings correctly and fixes the related issue.
      
      Change-Id: Id977228a525dc2c80085ad21c78a7b7d4044160e
      Resolves: #46880
      Related: #46825
      Releases: 6.1
      Reviewed-on: https://review.typo3.org/19525
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      c0727f78
    • Georg Ringer's avatar
      [FEATURE] Add hook in csc to allow alternative renderings · f86060fd
      Georg Ringer authored
      This hook is needed to render alternative content which is not
      just a plain image. I am thinking of showing other FAL content
      like videos, things which need to be embedded as JS, ...
      
      Change-Id: Id1f3a21dfbb11fb88fd9384acdd29b445efd4671
      Resolves: #46259
      Releases: 6.1
      Reviewed-on: https://review.typo3.org/18893
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      f86060fd
    • Oliver Hader's avatar
      [BUGFIX] TypoScript stripProfile not forwarded to ProcessedFile · e26578f1
      Oliver Hader authored
      The TypoScript stripProfile feature not forwarded to
      ProcessedFile anymore. Example of the feature that has
      been available in TYPO3 CMS 4.x:
      
      10 = IMAGE
      10.file = fileadmin/images/image1.jpg
      10.file.stripProfile = 1
      
      The protected method modifyImageMagickStripProfileParameters()
      does not make any sense anymore since the actual ImageMagick
      processing has been moved around in TYPO3 CMS 6.0.
      
      Fixes: #47145
      Releases: 6.0, 6.1
      Change-Id: If9a36def32327d3fc610b5f4ebc998bee2babf49
      Reviewed-on: https://review.typo3.org/19814
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      e26578f1
  2. Apr 13, 2013
  3. Apr 12, 2013