Skip to content
Snippets Groups Projects
  1. May 07, 2012
    • Christian Kuhn's avatar
      [!!!][TASK] Bootstrap: Central constants and path handling · bf119ecd
      Christian Kuhn authored
      Introduce a class to define main constants and all basic
      path evaluations at an early point in bootstrap.
      
      The patch streamlines a lot of the duplicated code for the different
      entry points to TYPO3 and moves especially the path handling to a
      well documented central location.
      
      Until now, it was documented that is is possible to define own names
      for the directories "typo3/", "tslib", "typo3conf/" and "t3lib/".
      This never worked without core hacks and was probably never used in
      production by anyone for that reason.
      This feature is now officially dropped.
      
      Change-Id: Id1ec1082a2572f20500c23357ef5fdbdb05c8498
      Resolves: #36889
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11030
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      bf119ecd
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in t3lib_clipboard · 3370beeb
      Wouter Wolters authored
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I599ecfd602da9ebc4a7778eb65701a1b4c6dfba2
      Resolves: #36895
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11034
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      3370beeb
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in t3lib_befunc · 55b6c0d6
      Wouter Wolters authored
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: Iab137d8c601aa543abdd5dcf4aeae55454a77fd4
      Resolves: #36886
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11028
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      55b6c0d6
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in t3lib_db · 7cb5a5eb
      Wouter Wolters authored
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I8a8b4340a568bde06eaf5bd0de8c654eebdcf8dd
      Resolves: #36900
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11041
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      7cb5a5eb
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in t3lib_extfilefunc · 1fff44c1
      Wouter Wolters authored
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I9ed6c40c406632546c6376175295449d3f0fc9e2
      Resolves: #36926
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11052
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      1fff44c1
    • Marco Huber's avatar
      [FEATURE] New menu type "Sitemaps of selected pages" in CE "Menu/Sitemap" · 23f6131a
      Marco Huber authored
      In the content element "Menu/Sitemap" it would be nice to be able to select
      the root page for the sitemap, because the current menu type "Sitemap"
      always uses the tree root. We could enable this with introducing a new
      menu type "Sitemaps of selected pages".
      
      Change-Id: Ia71dc2486a173c9c4b0aaf7293639b323dee35dd
      Resolves: #35945
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10388
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Max Roesch
      Tested-by: Max Roesch
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      23f6131a
  2. May 06, 2012
  3. May 05, 2012
  4. May 04, 2012
  5. May 03, 2012
    • Christian Kuhn's avatar
      [BUGFIX] Remove broken and unused class · 8f640c08
      Christian Kuhn authored
      typo3/sysext/lowlevel/class.tx_lowlevel_cleaner.php was never
      finished since TYPO3 4.0 and die()'s immediately. Remove it.
      
      Change-Id: Id3030d396fac9c261e449c525f7756b569f37d2c
      Resolves: #36824
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10982
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      8f640c08
    • Christian Kuhn's avatar
      [TASK] Remove XCLASS definitions from typo3/ · 6529f1d6
      Christian Kuhn authored
      Remove all XCLASS definitions in typo3/ and all system extension
      that are not handled as git submodules.
      
      Change-Id: Ib9e1d8db31f91f5f1453deb694f2441ef41130f2
      Resolves: #36821
      Related: #31893
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10981
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      6529f1d6
    • Francois Suter's avatar
      [BUGFIX] EM: improve action icons alignment · cb7ab314
      Francois Suter authored
      In both extensions list of the new EM (available and import), the
      action icons are flush with the top of each table row. Instead
      they should be aligned with the extension icon.
      
      Change-Id: I49dd745c3b014af24c6a06b5d68e46418cc77e63
      Fixes: #36611
      Releases: 6.0, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/10811
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      cb7ab314
    • Stanislas Rolland's avatar
      [FEATURE] Create RTE personal dictionary in default upload folder · 4d832267
      Stanislas Rolland authored
      In FAL-enabled RTE Spell Checker, create personal dictionary in the
      backend user's default upload folder.
      
      Change-Id: Ifad2612a5af1f447cc9cc9abdae6c140f3680a8d
      Releases: 6.0
      Resolves: #36818
      Reviewed-on: http://review.typo3.org/10974
      Reviewed-by: Stanislas Rolland
      Tested-by: Stanislas Rolland
      4d832267
    • Stanislas Rolland's avatar
      [BUGFIX] Adjustments to FAL-enabled RTE image and link dialogues · 74aa2827
      Stanislas Rolland authored
      When no folder is selected, use $BE_USER->getDefaultUploadFolder().
      Use the id of the base script so that the same styles are applied to
      the window.
      When enabled, move the folder creation form to the bottom of the
      window.
      Honour readonly filemounts.
      Slightly increase the default opening width of the image dialogue.
      
      Change-Id: I710e60ffe00125874532137422a4ee461b8850e7
      Releases: 6.0
      Resolves: #36815
      Reviewed-on: http://review.typo3.org/10969
      Reviewed-by: Stanislas Rolland
      Tested-by: Stanislas Rolland
      74aa2827
    • Francois Suter's avatar
      [BUGFIX] EM: misplaced tooltips · 3f8a5dff
      Francois Suter authored
      In the local list of extensions, the tooltips on the first two action
      columns are misplaced. Tooltips from the second one override those
      from the first one.
      
      Change-Id: I24f02ff8b28a49e4649b7139d7d9ce196a6fceb8
      Fixes: #36610
      Releases: 6.0, 4.7, 4.6
      Reviewed-on: http://review.typo3.org/10810
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      3f8a5dff
    • Thomas Layh's avatar
      [BUGFIX] Unnecessary warning in css_styled_content (division by zero) · a7ac0c0f
      Thomas Layh authored
      If tt_content.image.20.maxW is not set, PHP throws a warning about
      division by zero. This is not necessary. After that the variable
      $scale is not set. This patch checks if $netW is greater zero and
      otherwise the else condition will set $scale to 1.
      
      Change-Id: Icd876b33d543080e486e0184c8af34c9a3831738
      Fixes: #36777
      Releases: 6.0, 4.7, 4.6
      Reviewed-on: http://review.typo3.org/10928
      Reviewed-by: Michael Klapper
      Tested-by: Michael Klapper
      Reviewed-by: Philipp Gampe
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      a7ac0c0f
    • Stanislas Rolland's avatar
      [FEATURE] Use FAL file properties as default image attributes in RTE · 5c6fdc47
      Stanislas Rolland authored
      Use FAL file properties "name" and "alternative" as default values for
      "title" and "alt" img tag attributes when inserting an image into the
      RTE content.
      
      Change-Id: If33bfbd26bea5e63e154cd4e042b327eb1e02199
      Releases: 6.0
      Resolves: #36796
      Reviewed-on: http://review.typo3.org/10944
      Reviewed-by: Stanislas Rolland
      Tested-by: Stanislas Rolland
      5c6fdc47