Skip to content
Snippets Groups Projects
  1. Oct 30, 2012
    • 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
  2. 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
  3. Oct 28, 2012
  4. Oct 26, 2012
  5. Oct 25, 2012
  6. Oct 23, 2012
  7. Oct 22, 2012
    • Steffen Müller's avatar
      [TASK] Support logger names with namespaces · 53f4b4a5
      Steffen Müller authored
      Resolves: #41943
      Releases: 6.0
      
      Change-Id: Ie9ee6fd200a330d7c78285afc380d1d59d4ec03a
      Reviewed-on: http://review.typo3.org/15545
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      Reviewed-by: Philipp Gampe
      Reviewed-by: Ingo Renner
      Tested-by: Ingo Renner
      53f4b4a5
    • Helmut Hummel's avatar
      [BUGFIX] Resolve dependencies for local extensions · 0c9bac2d
      Helmut Hummel authored
      Add the dependency resolving when installing local
      extensions with the extension manager.
      
      Cleanup the download controller arguments on the go.
      
      Fixes: #41273
      Releases: 6.0
      
      Change-Id: I10876f09bf4bed7b33d803a80a3d89fb583d4c7e
      Reviewed-on: http://review.typo3.org/15873
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      0c9bac2d
    • Christian Kuhn's avatar
      [BUGFIX] Remove singleton for EXT:form Localization · f66d1636
      Christian Kuhn authored
      \TYPO3\CMS\Form\Localization is a singleton class with constructor
      parameters. This is an antipattern and broken by design. As an effect
      it leads to warnings in unit tests and makes the class unusable
      with multiple files.
      
      The patch removes the implementation of the singletonInterface, but
      sets the default localization file as default parameter to keep
      backwards compatibility.
      
      Change-Id: I3ed5c77c5c3a653c8d5e7259baa64a41c8c20859
      Resolves: #42280
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/15886
      Reviewed-by: Steffen Ritter
      Reviewed-by: Wouter Wolters
      Reviewed-by: Nicole Cordes
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      f66d1636
    • Stanislas Rolland's avatar
      [BUGFIX] t3lib_div::unlink_tempfile does not always work on Windows · 34733d1e
      Stanislas Rolland authored
      Problem: The filename created by t3lib_div::tempnam may contain
      backslashes.
      
      Solution: Process the file name through t3lib_div::fixWindowsFilePath
      
      Change-Id: I47f8fe39ffb29894d78ac28141b88ea7abf6fd2c
      Releases: 4.5, 4.6, 4.7, 6.0
      Resolves: #38699
      Reviewed-on: http://review.typo3.org/12684
      Reviewed-by: Nicole Cordes
      Tested-by: Nicole Cordes
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      34733d1e
    • Sebastian Schawohl's avatar
      [BUGFIX] New form wizard not loading in IE8 · cf94bfe2
      Sebastian Schawohl authored
      Internet Explorer 8 raises an error on JavaScript objects with reserved
      words as property names. In the new form wizard an object was created
      with class as property name which is a reserved word. Surrounding with
      quotes fixes the bug.
      
      Change-Id: Id9ceef79e8503886cdaebbf14ddb4e92c4b7dcea
      Fixes: #33504
      Releases: 6.0, 4.7, 4.6
      Reviewed-on: http://review.typo3.org/8776
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Mario Rimann
      Tested-by: Mario Rimann
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      cf94bfe2
    • Jigal van Hemert's avatar
      [BUGFIX] EM 6.0 doesn't store extension state from TER · f33a8a0e
      Jigal van Hemert authored
      The extension state is stored as text in the TER dump, but stored as
      an integer in the database. The correct conversion must be done to
      be able to show the states from extensions in TER.
      
      Change-Id: I9fc05a61df1df71696c690874507f7bbc51e9aab
      Fixes: #42260
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/15877
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      f33a8a0e
    • Helmut Hummel's avatar
      [BUGFIX] Fix dependency handling of EM · 43e2d56c
      Helmut Hummel authored
      Through calculation of dependencies the dependency
      utility swapped lowest and highest constraint.
      
      Fix that and also make the dialogue work again
      when installing an extension with dependencies.
      
      Fixes: #42245
      Releases: 6.0
      
      Change-Id: I1701b966bbb0c9768992e5e8a9a6a88ae4917ce6
      Reviewed-on: http://review.typo3.org/15862
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      43e2d56c
  8. Oct 21, 2012
  9. Oct 20, 2012