Skip to content
Snippets Groups Projects
  1. Feb 28, 2014
    • Helmut Hummel's avatar
      [BUGFIX] URL-encoded title in link wizard · 342686b4
      Helmut Hummel authored
      The security fix introduced a bug that the title is encoded
      every time the link wizard is opened, leading to multiple
      encoded strings.
      
      Solution is to not encode it centrally but encode it just
      before using it in the JavaScript context.
      
      Fixes: #41413
      Releases: 4.5, 4.7, 6.0, 6.1, 6.2
      Change-Id: I6b08db290d5457761edc4506105672d79840764d
      Reviewed-on: https://review.typo3.org/27853
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      342686b4
  2. Feb 27, 2014
  3. Feb 25, 2014
    • Jigal van Hemert's avatar
      [BUGFIX] Paginator in TER list not using ajax · a5d88930
      Jigal van Hemert authored
      The paginator in the extension list from TER is transformed into
      using Ajax. This fails because this process searches for links inside
      a class which is used by the frontend paginator widget. Changing it to
      the id of the backend paginator widget makes the ajax calls work again.
      
      Resolves: #56184
      Releases: 6.2, 6.1, 6.0
      Change-Id: I06c193b2657eb3edae623dc0126b06c240f486c6
      Reviewed-on: https://review.typo3.org/27851
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      a5d88930
    • Jigal van Hemert's avatar
      [BUGFIX] felogin reset password links not clickable · b4a82355
      Jigal van Hemert authored
      Encoding a few extra character besides the ones according to RFC3986
      makes password reset links working again in various mail clients which
      do not comply to this RFC (and which do not have plans to fix this in
      the near future).
      
      Change-Id: I0b42bef6cb732c5fc6cc2d900407271cb606e301
      Fixes: #23984
      Releases: 6.2, 6.1, 6.0, 4.7, 4.5
      Reviewed-on: https://review.typo3.org/27826
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      b4a82355
  4. Feb 24, 2014
    • Benjamin Kott's avatar
      [BUGFIX] Fix JS concat if first file is forced on top · 5da89e21
      Benjamin Kott authored
      If a javascript file is forceOnTop the script uses array_unshift()
      to put the file at the beginning of the section array. If this is
      the first file that got processed, the array does not exist yet,
      so the array_unshift function returns NULL and the file
      will not added to the array.
      
      The fix properly initalizes the section sub-array.
      
      Resolves: #56242
      Releases: 6.2, 6.1
      Change-Id: Iadf2b6f2f512929ff5e8598af9972c5337949341
      Reviewed-on: https://review.typo3.org/27818
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      5da89e21
  5. Feb 21, 2014
    • Marc Bastian Heinrichs's avatar
      [BUGFIX] Use count on storage after initialization of LazyObjectStorage · c47d8c53
      Marc Bastian Heinrichs authored
      The count in LazyObjectStorage for relation type HAS_MANY has
      to use the count on storage items after initialization. Otherwise
      the wrong count is returned for a not persisted storage.
      
      Resolves: #54724
      Releases: 6.2, 6.1, 6.0
      Change-Id: I817ce86dde11b175e6a5765a8f6518770ba75f28
      Reviewed-on: https://review.typo3.org/27443
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      c47d8c53
    • Markus Klein's avatar
      [BUGFIX] Fix possible language handling issue · 6512f653
      Markus Klein authored
      The language initialization process is currently split in two main
      methods (TypoScriptFrontendController->initLLvars and ->settingLanguage).
      
      Only settingLanguage contains hooks and sets the "sys_language_uid"
      property (and "sys_language_content") which determine the displayed
      records in Frontend. On the opposite, initLLvars is not hookable and sets
      the "lang" property, which may be used by charset conversion methods.
      
      In order to determine display language within hooks, the only way
      currently is to call initLLvars a second time after determining language,
      but this method populates the "languageDependencies" property without
      initializing it. So it is filled two times, which leads to incorrect
      labels, especially if the displayed language is English and the
      default language is not English (as "languageDependencies" is already
      filled with "default language").
      
      The three parts of the patch are:
       * The initLLvars method now pre-initializes the "languageDependencies"
         property.
       * The initLLvars is now called from "settingLanguage" method, right
         after the "settingLanguage_preProcess" hook to avoid a second call it.
       * The convPOSTCharset call is now moved after the language
         initialization, as the language determination done by initLLvars
         can have some impact on charset handling (multi-charset locallang.php
         legacy).
      
      Change-Id: I6924345931342d5114b13e5d6fab417387559b9a
      Resolves: #49499
      Releases: 6.2, 6.1, 6.0
      Reviewed-on: https://review.typo3.org/27664
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      6512f653
  6. Feb 20, 2014
  7. Feb 19, 2014
  8. Feb 18, 2014
  9. Feb 17, 2014
    • Tomita Militaru's avatar
      [BUGFIX] addToAllTCAtypes() doesn't add new field · 48eab767
      Tomita Militaru authored
      Fixes problem with match on substring when adding a new field
      using ExtensionManagementUtility::addToAllTCAtypes()
      
      Resolves: #52527
      Releases: 6.1, 6.0
      Change-Id: I8877cdabc00f5ac64f1f7857bf47c275d36aae62
      Reviewed-on: https://review.typo3.org/27663
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      48eab767
    • Frans Saris's avatar
      [BUGFIX] Fix clipboard thumbnail rendering · 63447932
      Frans Saris authored
      The thumbnail rendering in filelist clibboard isn't
      updated to use FAL. And adding folders to clipboard
      with thumbnails enabled results in a fatal error.
      
      This changes makes sure the thumbnail is only rendered
      for files and updates the thumbnail part so it uses FAL.
      
      Resolves: #56037
      Releases: 6.2, 6.1
      Change-Id: I2a0eccd633f5313fed9ab94b5081c13e08892900
      Reviewed-on: https://review.typo3.org/27669
      Reviewed-by: Wouter Wolters
      Reviewed-by: Frans Saris
      Tested-by: Frans Saris
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      63447932
    • Tim Lochmueller's avatar
      [BUGFIX] Usage of undefined variables in ShortcutToolbarItem · dc0ec8aa
      Tim Lochmueller authored
      Fix a undefined variable and a wrong variable assignment in the
      ShortcurtToolbarItem.
      
      Resolves: #55998
      Releases: 6.2, 6.1, 6.0
      Change-Id: I0f0ebcc846a9aa56edd05e384d62aad8f0a5b05b
      Reviewed-on: https://review.typo3.org/27661
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      dc0ec8aa
    • Tom Ruether's avatar
      [BUGFIX] CommandController is not executed at same time · 52c294bb
      Tom Ruether authored
      To execute more than one different CommandController at
      the same time, every execute call has to use its own request
      and response object. Otherwise the request would be already
      dispatched for the further tasks.
      
      Fixes: #55362
      Releases: 6.2, 6.1 , 6.0
      Change-Id: I62ba9cbd2c47a59c7243a1017716b28526bcf6ea
      Reviewed-on: https://review.typo3.org/27654
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      52c294bb
  10. Feb 11, 2014
  11. Feb 10, 2014
  12. Feb 09, 2014
  13. Feb 08, 2014
  14. Feb 07, 2014
  15. Feb 06, 2014
  16. Feb 05, 2014
  17. Feb 04, 2014
    • Xavier Perseguers's avatar
      [BUGFIX] Various PHP Warnings with invalid credentials · 4d7947ac
      Xavier Perseguers authored
      When invalid credentials are entered in the Backend login form, various
      PHP warnings are raised such as
      
          PHP Warning: Illegal string offset 'uid'
      
      because $user is not an array.
      
      Resolves: #55434
      Releases: 6.2, 6.1
      Change-Id: I62b85816ce04720ed9fd236965c3a6f55effd093
      Reviewed-on: https://review.typo3.org/27274
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      4d7947ac
  18. Feb 03, 2014
    • Markus Klein's avatar
      [BUGFIX] TSFE->altPageTitle can not be set in extensions · 1263413f
      Markus Klein authored
      It is not possible to set $GLOBALS['TSFE']->altPageTitle
      in USER_INT extensions anymore to modify the page title.
      
      This has been possible before in the 4.x branches.
      
      Fix this by implementing the title generation like all
      other header data.
      
      Resolves: #54467
      Releases: 6.2, 6.1
      Change-Id: I3d5be34b95cb295b92732d2f2f9bd1f123812365
      Reviewed-on: https://review.typo3.org/27135
      Tested-by: Alexander Opitz
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      1263413f
    • Markus Klein's avatar
      [BUGFIX] Add stdWrap on value property of TEXT · a070a5c4
      Markus Klein authored
      As discussed back in 2010, the value property of the TEXT content object
      should have stdWrap functionality as well, if the HTML content object
      is deprecated.
      
      Today the 6.0 TSref already mentions stdWrap for value and
      the HTML cObject has been removed with 6.0 as well.
      
      This fix now finally adds the stdWrap.
      
      Resolves: #54371
      Releases: 6.2, 6.1, 6.0
      Change-Id: I1b7068b3715bc9f8aa4608d5f746c16b70562f3b
      Reviewed-on: https://review.typo3.org/27245
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      a070a5c4
    • Markus Klein's avatar
      [BUGFIX] Locker throws exception if semaphore can not be acquired · 85b3feda
      Markus Klein authored
      Locker has wrong LockState in semaphore mode, if the lock
      could not be acquired.
      
      Resolves: #52048
      Releases: 6.2, 6.1, 6.0
      Change-Id: Ifdc2f5d9b2a3c35a0ebef54817a56344f27ab15d
      Reviewed-on: https://review.typo3.org/27293
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      85b3feda
  19. Feb 02, 2014
    • Frans Saris's avatar
      [BUGFIX] PropertyMapper does not work with class aliasses · af8f6ebc
      Frans Saris authored
      Currently the property mapper uses the classnames found
      in the the class property annotations to find the right
      TypeConverter. But for class aliases this breaks as the
      alias is used and not the original classname.
      
      There was already a getClassNameForAlias call but this was
      to early.
      
      This change moves the getClassNameForAlias() call from
      doMapping() to findTypeConverter().
      
      Releases: 6.2, 6.1
      Resolves: #54289
      Change-Id: Ie4ab3deb3c192290db62ea06826870d2fadba8a7
      Reviewed-on: https://review.typo3.org/27262
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      af8f6ebc
  20. Jan 31, 2014
  21. Jan 30, 2014