Skip to content
Snippets Groups Projects
  1. Nov 01, 2012
    • Andreas Wolf's avatar
      [BUGFIX] Info link in file context menu broken · 660c8e89
      Andreas Wolf authored
      The link for file info in the context menu of the file list module does
      not work, as it missed the special identifier '_FILE'.
      
      Change-Id: Ie9990e3800b0d4e8b49c2594b4ad96d9ffe9839b
      Resolves: #41396
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/15295
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      660c8e89
    • Steffen Ritter's avatar
      [TASK] Prevent multiple processing ContentAdapter · c0fcf6be
      Steffen Ritter authored
      The FrontendContentAdapter is triggered everytime a record
      is passed to an ContentObject instance. Therefore it may
      happen, that the same record is processed by the
      FrontendContentAdapter multiple times.
      
      Prevent multiple processing by setting a flag for finished
      processing.
      
      Change-Id: Ia9d5ea6db684097c33008f8ec6273abd2a6deb8d
      Releases: 6.0
      Resolves: #42244
      Reviewed-on: http://review.typo3.org/15861
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      c0fcf6be
    • Steffen Ritter's avatar
      [BUGFIX] Rootline must not include references to deleted records · 03050f9b
      Steffen Ritter authored
      The rootline resolval includes deleted records. Deleted
      records should never be used in frontend. Add the missing
      deleteClause to the request.
      
      Change-Id: I2039d3343479ca080c747b1c39961d03efb34e0f
      Fixes: #39960
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14302
      Reviewed-by: Mario Rimann
      Tested-by: Marcel Burkhalter
      Reviewed-by: Georg Ringer
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      03050f9b
    • Steffen Ritter's avatar
      [BUGFIX] ContentAdapter for FAL not capable of translations · 523a67e6
      Steffen Ritter authored
      The ContentAdapter, which rewrites FAL references to old
      style database formats, is not capable of dealing with
      relations - images and files so to speak - to translated
      tt_content record.
      
      IRRE Records always are related to the UID of the actual
      translated record - not to the uid of tt_content record.
      
      As in TSFE and/or CSS Styled Content Rendering the UID of
      translated records is stored within the property
      _LOCALIZED_UID this is what the ContentAdapater has to
      hand over.
      
      Change-Id: I5887511bcf1dd8fb481e45762e302e0908791bdd
      Fixes: #40609
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14337
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      523a67e6
  2. Oct 31, 2012
  3. Oct 30, 2012
    • Stefan Neufeind's avatar
      [TASK] openid: Update php-openid to 2.2.2 · f62ef8d3
      Stefan Neufeind authored
      Update to current version.
      Github-version contains several small
      fixes / cleanups, so a current
      checkout was used here.
      
      Change-Id: Ia7006af0ebf651f7a76395e8a684c81c2b37b888
      Resolves: #42236
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/15847
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      f62ef8d3
    • Georg Ringer's avatar
      [TASK] Remove index_re.php · d23bc835
      Georg Ringer authored
      The "apache-trailing-slash workaround" is not needed and can be
      removed
      
      Change-Id: Ic67cd24eb6ea6de2e78a871ec4b7831b8487be8b
      Resolves: #42503
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/16032
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      d23bc835
    • Georg Ringer's avatar
      [TASK] Remove option "noEdit" from Install Tool · f457f63f
      Georg Ringer authored
      As the new Extension Manager got not possibility
      to edit files of extensions, this setting is not used anymore
      and can be removed
      
      Change-Id: I38470a79310a633828c8f163cac88a022f1cd4e3
      Resolves: #41813
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/16027
      Reviewed-by: Mattias Nilsson
      Reviewed-by: Daniel Lorenz
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      f457f63f
    • Georg Ringer's avatar
      [BUGFIX] Restricted elements should show edit options · f239ca85
      Georg Ringer authored
      If a content element is not allowed to be edited, e.g.
      because the ctype is not allowed to the current backend user,
      the edit options should not be shown. Also the content
      element should not be linked - the form is not displayed
      anyway but an ugly error is shown.
      
      Change-Id: I94beefdf6fc6a910201ab8fba4dbda0c5d174359
      Fixes: #42501
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/16023
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      f239ca85
  4. Oct 29, 2012
    • Georg Ringer's avatar
      [TASK] Improve Switch-User concept in ext:beuser · 4c224f1a
      Georg Ringer authored
      The "Switch-User" functionality can be improved:
      * It should be possible to switch to other admin user,
        just not the current user
      * The title of the link is reintroduced
      * The order is as in previous TYPO3 version,
        switch-back-mode is the 2nd one
      
      Resolves: #42502
      Releases: 6.0
      
      Change-Id: I7d2a32d5682731798a0671715b2bbfac9a6eee77
      Reviewed-on: http://review.typo3.org/16024
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      4c224f1a
    • Helmut Hummel's avatar
      [BUGFIX] Fix handling of additionalHeaderData in USER_INT · ccdb1a2f
      Helmut Hummel authored
      While introducing USER_INT handling for the pageRenderer
      a bug has been introduced which breaks traditional usage of
      additionalHeaderData and additionalFooterData.
      
      This is the case because the replacement of the headerData is done
      first, when the to be replaced strings are not present
      in the HTML content.
      They are stored in the pageRenderer context.
      
      Because of that, we need to replace the pageRenderer marker first
      and after that the marker for additionalHeaderData
      and additionalFooterData
      
      Fixes: #42490
      Releases: 6.0
      
      Change-Id: I91ef658b5b5c8ca5c6cf7e25752e59a33152c2ac
      Reviewed-on: http://review.typo3.org/16013
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      ccdb1a2f
    • Helmut Hummel's avatar
      [BUGFIX] Fix translation overlay in RECORDS · baf6f475
      Helmut Hummel authored
      When RECORDS content object is used with pages as table
      no translation overlay is done.
      
      Fix that by adding a check and selecting the proper
      overlay method in this case.
      
      Resolves: #42279
      Releases: 4.5, 4.6, 4.7, 6.0
      
      Change-Id: I9be903c06abe8532390f814e2ff29825003359d7
      Reviewed-on: http://review.typo3.org/15885
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Mattias Nilsson
      Tested-by: Mattias Nilsson
      Reviewed-by: Markus Klein
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      baf6f475
  5. Oct 28, 2012
  6. Oct 26, 2012
  7. Oct 25, 2012
  8. Oct 23, 2012