Skip to content
Snippets Groups Projects
  1. May 07, 2012
    • Christian Kuhn's avatar
      [TASK] Remove unreachable cli code in typo3/init.php · d119a48a
      Christian Kuhn authored
      This cli process code at the end of typo3/init.php could never be
      reached since valid keys are already checked before and 'status' is
      not registered as valid key. This code snipped is dead for a long time
      now and did not work for ages. The information was semi useful and
      undocumented. It is removed without substitution.
      
      Change-Id: I97db67b18e414ca2b75ae9fcac2a1e892fad2a26
      Resolves: #36936
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11061
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      d119a48a
    • Christian Kuhn's avatar
      [BUGFIX] Remove superfluous LF in install/index.php · 9b94bc61
      Christian Kuhn authored
      The constant refactoring of #36889 introduced a minor issue with
      not already defined constants early in install/index.php. The
      constant access is not really needed anyway, so it is removed now.
      
      Change-Id: Ic16fbb4106d8773b94bc2c4aa7ecc937e19ab4d2
      Related: #36889
      Resolves: #36935
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11060
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      9b94bc61
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in t3lib_foldertree · dffc9689
      Wouter Wolters authored
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I22b49acdb7e45be062719f6f736229ebc16a88ca
      Resolves: #36933
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11058
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      dffc9689
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in t3lib_flexformtools · baf57c36
      Wouter Wolters authored
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: If970314ff552ae1b64469ea2ecca2052dc70987e
      Resolves: #36932
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11057
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      baf57c36
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in t3lib_flashmessagequeue · 37ef397c
      Wouter Wolters authored
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I199f1cf186402c354ca0c2482c006f862409a1de
      Resolves: #36931
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11056
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      37ef397c
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in t3lib_flashmessage · 862ce112
      Wouter Wolters authored
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I13b0b178fe06a4a1d331b8365401229a58d07b48
      Resolves: #36929
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11055
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      862ce112
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in t3lib_extobjbase · 2552ff53
      Wouter Wolters authored
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: Ie27db5a6601a73459fa07e5a191d6b887a65242e
      Resolves: #36928
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11054
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      2552ff53
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in t3lib_diff · 2a64bf12
      Wouter Wolters authored
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I4399c4c4d2a4eca02e40c46133ee07b6ba3d5348
      Resolves: #36902
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11042
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      2a64bf12
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in t3lib_cs · 6e836bc2
      Wouter Wolters authored
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I12ebcbd0014121369c6a93e63dba137774e7c5bb
      Resolves: #36897
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11040
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      6e836bc2
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in t3lib_extmgm · dd913922
      Wouter Wolters authored
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: Ib685cbbf39d9f025acc222116cf83ed49bf55867
      Resolves: #36927
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11053
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      dd913922
    • 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