Skip to content
Snippets Groups Projects
  1. Oct 08, 2012
  2. Oct 07, 2012
  3. Oct 04, 2012
    • Georg Ringer's avatar
      [TASK] Improve show_item for FAL files · 5cc09471
      Georg Ringer authored
      The show_item.php shows some info about the selected file.
      the property size is rendered twice, once in the
      header section with a size (eg. 223kb) and below with
      the size as byte. remote the last one.
      
      A call to trim() can be removed as trimExplode() is used before
      
      Change-Id: I33b0d9270bc6f81d490348c050c2b9e30c4a102c
      Resolves: #41291
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14964
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Wouter Wolters
      Reviewed-by: Andreas Wolf
      Tested-by: Andreas Wolf
      5cc09471
  4. Oct 03, 2012
    • Georg Ringer's avatar
      [TASK] Simulatestatic should not be mentioned as sysext · 2fd7c2b2
      Georg Ringer authored
      Currently the install tool stills suggests
      simulatestatic as sysext to be installed.
      
      Change-Id: I7f9bc95aa8c6cbbd5204d182a9b52a781fd466d8
      Resolves: #41288
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14963
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      2fd7c2b2
    • Roland Waldner's avatar
      [TASK] CGL violations "LineEndingsInvalidEOLChar" · b1d37a3b
      Roland Waldner authored
      Resolves: #41474
      Releases: 6.0
      Change-Id: I55edcf54004f8ba1663a9d1d1fd8e4921a121d62
      Reviewed-on: http://review.typo3.org/15172
      Tested-by: Philipp Gampe
      Reviewed-by: Wouter Wolters
      Reviewed-by: Philipp Gampe
      Reviewed-by: Oliver Klee
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      b1d37a3b
    • Roland Waldner's avatar
      [TASK] CGL violation "CharacterAfterPHPClosingTag" · 5092d9f7
      Roland Waldner authored
      Change-Id: I4335c2a6a4db1dae3a8863b781d713605933dee5
      Resolves: #41471
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/15166
      Reviewed-by: Philipp Gampe
      Reviewed-by: Wouter Wolters
      Reviewed-by: Oliver Klee
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      5092d9f7
    • Roland Waldner's avatar
      [TASK] CGL violation "DoubleQuoteUsageNotRequired" · 50de126d
      Roland Waldner authored
      Resolves: #41470
      Releases: 6.0
      Change-Id: I0b58a49afb4e34fd03c9f89c25bb1d983fbc6dce
      Reviewed-on: http://review.typo3.org/15164
      Reviewed-by: Philipp Gampe
      Reviewed-by: Wouter Wolters
      Tested-by: Philipp Gampe
      Reviewed-by: Oliver Klee
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      50de126d
    • Steffen Ritter's avatar
      [BUGFIX] Make FAL Folder not found handling more user friendly · 8b43aa7d
      Steffen Ritter authored
      If an user moves the folder he currently views in the file
      list module, after reload he sees only a red FlashMessage
      error because the viewed folder is gone.
      
      As the JavaScript cannot determine what might be the
      identifier of the moved folder (after moving) it cannot
      redirect there. Thus the file module needs to react more
      user friendly in such a situation.
      
      As a solution the module tries parent folders in, too.
      
      Change-Id: Id9e8d988b159c3f0a21b41c4d1782101146ad23c
      Fixes: #40547
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14301
      Tested-by: Marcel Burkhalter
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      8b43aa7d
  5. Oct 01, 2012
    • Anja Leichsenring's avatar
      [BUGFIX] Change submit button label to language file entry · c079e4a9
      Anja Leichsenring authored
      The submit button in configure extension form was hardcoded in
      template file. This patch moves it to the language file and makes
      use of the translate viewhelper.
      
      Fixes: #41276
      Releases: 6.0
      
      Change-Id: I230e4eb350a4fe9eaa87ee4d225e6752c1c1df17
      Reviewed-on: http://review.typo3.org/15224
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      c079e4a9
    • Thomas Maroschik's avatar
      [TASK] Clean up class alias mechanism · 939f07bd
      Thomas Maroschik authored
      * adopt class loader to load the class alias map from a location
        Migrations/Code/ClassAliasMap.php in every extensions path
      * split up core class alias map into extension class alias maps
      * adopt tests to the compound class loader cache
      
      Change-Id: I7102fd5aab7a6364d5bcb5603f011dfcdb859ec9
      Resolves: #41012
      Resolves: #41013
      Related: #40095
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/15085
      Reviewed-by: Thomas Maroschik
      Tested-by: Thomas Maroschik
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      939f07bd
  6. Sep 30, 2012
    • Nicole Cordes's avatar
      [BUGFIX] Preview images not rendered in Web > Page view on Windows systems · d967075e
      Nicole Cordes authored
      In Web > Page view the preview images are not rendered on Windows systems.
      This is due to failing functions in class
      TYPO3\CMS\Core\Utility\PathUtility. Basically it's an issue with forward
      and backward slashes. In the class the constance DIRECTORY_SEPARATOR is
      used which is on Windows systems a backward slash. Normally paths in TYPO3
      are converted to use forward slashes and here is the existing problem.
      
      This patch removes the constance in some functions (which are nessessary
      for preview images) and makes sure all pathes are converted to unix style.
      Than processing can use forward shlashes and carry on.
      
      Change-Id: If7b443e5180e26ceb089a5b47c1631c4c7eb21c1
      Fixes: #41204
      Releases: 6.0, 4.7
      Reviewed-on: http://review.typo3.org/14873
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Simon Schaufelberger
      Tested-by: Simon Schaufelberger
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      d967075e
    • Christoph Gerold's avatar
      [BUGFIX] Do not save expand state for root node in TCA tree · c9558789
      Christoph Gerold authored
      To avoid a PHP warning: Missing argument for
      BackendUserSettings::addToList() the expanded state must
      not be saved for the tree root node which does not
      have a uid property.
      
      Change-Id: Id6d16525cd68e4ec13f36c8d95d2ecc0cc1bc794
      Resolves: #31978
      Releases: 4.5, 4.6, 4.7, 6.0
      Reviewed-on: http://review.typo3.org/15168
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      c9558789
    • Helmut Hummel's avatar
      [BUGFIX] Consolidate usage of DocumentTemplate · 862134c1
      Helmut Hummel authored
      Do not use the global SOBE to get an instance
      of DocumentTemplate. Instead make use of the
      getter which is in the AbstractBackendViewHelper
      
      Resolves: #41329
      Releases: 6.0
      
      Change-Id: Ic84e460670903869189955ca771f42066db8dda4
      Reviewed-on: http://review.typo3.org/15165
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      862134c1
  7. Sep 29, 2012
    • Jigal van Hemert's avatar
      [BUGFIX] Make additional fields visible again in Scheduler · 5bb026ee
      Jigal van Hemert authored
      Namespaced class names contain backslashes and are not suitable for
      use in HTML attributes. Converting them to lowercase and replacing
      the backslashes with dashes makes the additional fields for scheduler
      tasks visible again when creating a new task.
      
      Change-Id: I61a8fe9ce2ad798ff0823b9b7686238a29b670f6
      Fixes: #41460
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/15150
      Reviewed-by: Thomas Maroschik
      Tested-by: Thomas Maroschik
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      5bb026ee
  8. Sep 27, 2012
    • Tobias Schultheiss's avatar
      [BUGFIX] Pagetree - Prevent a call to moveNode while creating nodes · a4b95503
      Tobias Schultheiss authored
      Change-Id: I702ccb71dcf91063012eb77091f5982661ee3afd
      Fixes: #39820
      Releases: 6.0, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/13808
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Stefan Galinski
      Tested-by: Stefan Galinski
      a4b95503
    • Thomas Maroschik's avatar
      [BUGFIX] Release scheduler from classname field · 97c4abc8
      Thomas Maroschik authored
      Currently the scheduler depends at many parts on its classname field in
      the tx_scheduler_task table. This is not necessary as the classname is
      already stored in the serialized task object. By releasing scheduler
      tasks from their classname field backwards compatibility is maintained
      by the class_alias mechanism.
      
      Change-Id: I26f228add1f3db9f99ec3f5691488bd453ae2339
      Fixes: #40215
      Related: #40095
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14236
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      97c4abc8
  9. Sep 26, 2012
  10. Sep 25, 2012
  11. Sep 24, 2012
  12. Sep 23, 2012
  13. Sep 22, 2012
    • Georg Ringer's avatar
      [TASK] Switch order of select boxes in quickedit · f9595542
      Georg Ringer authored
      The current order of select boxes is wrong in page
      module - mode "quickedit" as the one of the content
      elements should be after the one of the mode.
      
      Change-Id: Iec352391df4efaba121816ae9c86f87c0a916cd4
      Resolves: #41269
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14949
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      f9595542
    • Anja Leichsenring's avatar
      [TASK] add leading backslashes to Date* · 44fe3cba
      Anja Leichsenring authored
      for some cases the leading backslash is missing for PHP standard
      classes. This patch adds those backslashes to Date*.
      
      Change-Id: Ie023540988bd22ee4abf9db79680ac203d97cf4d
      Resolves: #41268
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14948
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      44fe3cba
    • Anja Leichsenring's avatar
      [TASK] add leading backslashes to Runtime* · f0f718cc
      Anja Leichsenring authored
      for some cases the leading backslash is missing for PHP standard
      classes. This patch adds those backslashes to Runtime*.
      
      Change-Id: Ia049476ad8c8fa1e6cd7148572664c62db800cc0
      Resolves: #41267
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14946
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      f0f718cc