Skip to content
Snippets Groups Projects
  1. Mar 08, 2014
    • Lorenz Ulrich's avatar
      [BUGFIX] Temporary DB tree mount notice missing in ElementBrowser · 2df9cb98
      Lorenz Ulrich authored
      If "Stop Page Tree" is set for a page, it is possible to set temporary
      DB tree mounts in the element browser/link browser.
      If such a tree mount is set, a notice is displayed right above the tree.
      
      This notice is necessary to cancel this temporary mount.
      Currently the ElementBrowser misses this notice when used
      for e.g. header_link.
      
      Change-Id: I942aad0e54d17ceb793008850f0563bb416503be
      Fixes: #43885
      Releases: 6.2, 6.1, 6.0
      Reviewed-on: https://review.typo3.org/28181
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      2df9cb98
  2. Mar 07, 2014
    • Stanislas Rolland's avatar
      [BUGFIX] RTE on first new IRRE record keeps loading in IE · 472a2f2c
      Stanislas Rolland authored
      Problem: IE raises a syntax error when it encounters html comments in
      the JavaScript code. The html comments are added by the page renderer.
      Solution: There is no need for the page renderer to wrap inline
      javascript as html comments.
      
      Resolves: #55457
      Releases: 6.2, 6.1
      Change-Id: Iae180a73778ca3bb1c9934c887315b969888b10d
      Reviewed-on: https://review.typo3.org/28130
      Reviewed-by: Stanislas Rolland
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      472a2f2c
    • Christian Plattner's avatar
      [BUGFIX] Default size for group-type fields · e61b2cfa
      Christian Plattner authored
      Missing size property on group-type fields causes various
      problems, like missing controls (move to top and move to
      bottom) or misbehaving JS. Adding a default size ensures
      that a forgotten size property does not break everything.
      
      Additionally the size property is added to the sys_collection
      table, since all Core tables should be cleanly defined.
      
      Resolves: #23552
      Documentation: #56627
      Releases: 6.1, 6.2
      Change-Id: Idafb1912f9702fddf85b7c2c222f408419e50ecf
      Reviewed-on: https://review.typo3.org/28129
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      e61b2cfa
  3. Mar 05, 2014
    • Stefan Froemken's avatar
      [BUGFIX] IdentityProperties were not set · f8c9a77d
      Stefan Froemken authored
      After submitting an invalid form twice, extbase tries to
      create the related submodel instead of edit.
      This is because of the missing __identity part
      for the related submodel
      
      Resolves: #46185
      Releases: 6.0, 6.1, 6.2
      Change-Id: If3ec15b9eff0fc8d9a7dc682518cbfd72bb4665b
      Reviewed-on: https://review.typo3.org/28051
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      f8c9a77d
    • Alexander Opitz's avatar
      [BUGFIX] Catch all errors while starting installer · e7cf5501
      Alexander Opitz authored
      While initializing the installer it can happen that
      Exceptions are thrown. As there is no ExceptionHandler
      initialized yet, we get a white page and the Fatal error
      will be logged.
      
      Mostly it is the problem that typo3conf and/or typo3temp
      isn't writeable. But it might something else which throws
      an exception.
      
      This patch catches the exception in the initializing
      process and shows a page in the layout of the installer.
      It shows the exception message, a first hint for the maybe
      write permissions problem and a link with the exception number.
      
      Resolves: #11771
      Releases: 6.1
      Change-Id: Ib99860054b727907a9a84bdfd3e35fe3f2eebe00
      Reviewed-on: https://review.typo3.org/23219
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      e7cf5501
  4. Mar 03, 2014
    • Markus Klein's avatar
      [BUGFIX] Double escape of title in indexed search · 28d25c9f
      Markus Klein authored
      SearchController::compileSingleResultRow() causes double
      htmlspecialchars() call on $title.
      
      This patch removes the general htmlspecialchars() call since
      $title will be escaped in linkPage() anyway.
      The only place which requires escaping has the call added now.
      
      Resolves: #56262
      Releases: 6.2, 6.1, 6.0
      Change-Id: Ic94fe7fe7d2145fc539adcdf21faf42c33f5b32e
      Reviewed-on: https://review.typo3.org/27998
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      28d25c9f
  5. Feb 28, 2014
  6. Feb 27, 2014
  7. 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
  8. 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
  9. 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
  10. Feb 20, 2014
  11. Feb 19, 2014
  12. Feb 18, 2014
  13. 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
  14. Feb 11, 2014
  15. Feb 10, 2014
  16. Feb 09, 2014
  17. Feb 08, 2014
  18. Feb 07, 2014
  19. Feb 06, 2014
  20. Feb 05, 2014