Skip to content
Snippets Groups Projects
  1. Apr 27, 2013
  2. Apr 26, 2013
  3. Apr 25, 2013
  4. Apr 24, 2013
  5. Apr 23, 2013
  6. Apr 22, 2013
  7. Apr 21, 2013
  8. Apr 20, 2013
    • Nicole Cordes's avatar
      [BUGFIX] Suggest wizard: Display record icon · 7062a6fe
      Nicole Cordes authored
      Especially for pages the icon is not shown in the list of suggested
      records. This patch switches the icons from background images to sprite
      icons.
      
      Change-Id: I5bf19c43b2979608270638895022517384f97bea
      Fixes: #40731
      Releases: 6.1, 6.0, 4.7, 4.5
      Reviewed-on: https://review.typo3.org/20040
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      7062a6fe
  9. Apr 19, 2013
    • Frederik Vosberg's avatar
      [BUGFIX] excludeUidList not checked for ifsub state · 0212a640
      Frederik Vosberg authored
      For menu item states IFSUB(RO), ACTIFSUB(RO) and CURIFSUB(RO) the
      excludeUidList was not checked. If all submenu items are excluded the
      menu item doesn't get the "ifsub" state anymore.
      
      Change-Id: Ia113bb187b778718a501e0f2f6c0956c99cb1d8a
      Fixes: #45254
      Releases: 6.1, 6.0, 4.7, 4.5
      Reviewed-on: https://review.typo3.org/18214
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Georg Ringer
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      0212a640
  10. Apr 15, 2013
    • Alexander Opitz's avatar
      [BUGFIX] Fix call to strpos to find port number · 932f1dd7
      Alexander Opitz authored
      With the introduction of lazy database loading we introduced
      a bug for database host strings with a port number. This patch
      fixes the call to strpos() by switching the arguments.
      
      Fixes: #47221
      Releases: 6.1
      Related: #46880
      Change-Id: I1da875b7be531929f96f3496e6a1357638a80305
      Reviewed-on: https://review.typo3.org/19978
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Felix Kopp
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      932f1dd7
  11. Apr 14, 2013
    • Georg Ringer's avatar
      [TASK] Remove radio buttons from "new content elements" overview · 55899f95
      Georg Ringer authored
      Remove radio buttons from "new content elements" as icons
      serves the same purpose
      Change-Id: Ibea517d19389ad2645d630b4416e7f45207faec7
      Fixes: #38623
      Releases: 6.1
      Reviewed-on: https://review.typo3.org/12566
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      55899f95
    • Christian Kuhn's avatar
      [TASK] Raise submodule pointer · cf063c87
      Christian Kuhn authored
      Change-Id: I68aa2ad46e775198a6e0699e81aa168b2154dde6
      Reviewed-on: https://review.typo3.org/19973
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      cf063c87
    • Christian Kuhn's avatar
      [TASK] Raise submodule pointer · bb29fafc
      Christian Kuhn authored
      Change-Id: Ic31ab649fe9f3d15acecbcec65fa1524b97133fa
      Reviewed-on: https://review.typo3.org/19966
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      bb29fafc
    • Oliver Hader's avatar
      [BUGFIX] ProcessedFile/Thumbnail is always regenerated · c6834d8c
      Oliver Hader authored
      A ProcessedFile/Thumbnail is always regenerated even if there
      are not modifications to the original file.
      
      The reasons for this spread all over the ProcessedFile handling
      and boils down to a new ProcessedFile is being persisted in the
      file-system by using a regular ResourceStorage::addFile() call
      that results in a plain File object. The indexer then tries to
      load this file and will create a new UID for the thumbnail in
      sys_file. This uid value is then used to update(!) the
      sys_file_processedfile entry - which fails since the uid
      was taken from sys_file.
      
      The bug was introduced in
      I53e4eb42def291ba88ce18209a348b1e2f592185 were the
      processedFile is updated with information of a File object and
      the wrong uid is transfered as property.
      
      Fixes: #47140
      Releases: 6.1, 6.0
      Change-Id: I4252b237d6022485c51ad32a7f956f5afcda8c08
      Reviewed-on: https://review.typo3.org/19810
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      c6834d8c
    • Frank Frewer's avatar
      [BUGFIX] Suppress double page entry in temporary mounted pagetree · 33f6b8e3
      Frank Frewer authored
      This patch suppresses that some pages will be shown as subpages of
      themselves while defining a temporary mountpoint in the pagetree and then
      searching in the mounted tree.
      
      Fixes: #47123
      Releases: 6.1, 6.0, 4.7
      Change-Id: I2d6f895b6b6fd110e9a4fbc163295e8c992fdb61
      Reviewed-on: https://review.typo3.org/19799
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      33f6b8e3
    • Stefan Neufeind's avatar
      [TASK] Add namespaing to WorkspaceService · c90ba984
      Stefan Neufeind authored
      Resolves: #47199
      Releases: 6.1
      Change-Id: Id7326e8766e9bd2923102ea4fe1645007b82964b
      Reviewed-on: https://review.typo3.org/19949
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      c90ba984
    • 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
  12. Apr 13, 2013