Skip to content
Snippets Groups Projects
  1. Oct 09, 2012
    • Andreas Wolf's avatar
      [BUGFIX] Root-level folders cannot be displayed · da458dc4
      Andreas Wolf authored
      Due to a recent fix in the folder resolving mechanism, the root-level
      folders of a storage were not displayed anymore in the file list module.
      
      This commit re-enables displaying rootlevel folders, at the expense of
      removing the hierarchy resolving (i.e., we now always choose the
      root-level folder of a storage instead of the next higher level. This
      concept was broken anyways, as folders do not need to be in a hierarchy.
      Thus we cannot use such a simple resolving mechanism, but have to
      implement that per driver instead.
      
      There is currently no permission check in the file list controller, so
      both the selected folder and the (fallback) root-level folder might be
      displayed though the user has no permission to do so.
      
      Change-Id: I71580031f0cc14b2cfac76b80b3641dd05a3e052
      Resolves: #41569
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/15321
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      da458dc4
    • Felix Kopp's avatar
      [TASK] Adjust Logos to new style-guide · da72416b
      Felix Kopp authored
      TYPO3 is changing and so is the logo.
      Secondary color green is dropped and replaced by orange.
      Also the signet moves to the left.
      
      Adjusts logos/images/icons/files in backend to new brand definition.
      
      Fixes: #41704
      Releases: 4.6, 4.7, 6.0
      Change-Id: I34c80b085ef6b6efaffe2de4b67bb47c79b570ec
      Reviewed-on: http://review.typo3.org/15392
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Mattias Nilsson
      Tested-by: Mattias Nilsson
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      da72416b
  2. Oct 08, 2012
  3. Oct 07, 2012
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. Sep 26, 2012
  11. Sep 25, 2012
  12. Sep 24, 2012
  13. Sep 23, 2012