Skip to content
Snippets Groups Projects
  1. Jun 16, 2012
    • Oliver Hader's avatar
      [BUGFIX] Exception on modifying page properties · c4c18d84
      Oliver Hader authored
      An exception "#1300096564: uid of file has to be numeric" is
      thrown on modifying and saving the properties of a pages record.
      It's required that there are zero file elements on that page,
      thus the FAL filter gets an faulty array which is not sanitized
      before trying to get an accordant file.
      
      Change-Id: I236610cebe872bcd3a4e49ceec4b24a26b2ef63b
      Fixes: #38114
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12128
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      c4c18d84
    • Susanne Moog's avatar
      [FEATURE] Use mod dispatcher for lowlevel extensions · 67c04691
      Susanne Moog authored
      Use the backend module dispatcher for the
      two modules in the lowlevel extension -
      Configuration and DBCheck.
      
      Change-Id: I492f119b82141f6801d464b76f5de3d5ca3dbeaf
      Resolves: #38105
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12114
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      67c04691
    • Susanne Moog's avatar
      [FEATURE] Use mod dispatcher for filelist module · 1f4bd217
      Susanne Moog authored
      Use the backend module dispatcher for the
      filelist extension.
      
      Change-Id: I3b3ab0c485feabab0189cdb4b70d50c92464e41c
      Resolves: #38103
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12110
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      1f4bd217
    • Susanne Moog's avatar
      [FEATURE] Use mod dispatcher for the perm extension · 80e1daa2
      Susanne Moog authored
      Use the backend module dispatcher for the
      perm (Access) extension.
      
      Change-Id: I1b9566d4c37a5ab8221f70b46447786277c98bd2
      Resolves: #38099
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12105
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      80e1daa2
    • Susanne Moog's avatar
      [BUGFIX] t3editor broken after tstemplate refactoring · 9de5ab86
      Susanne Moog authored
      Since the refactoring of tstemplate there is no
      syntax highlighting for tstemplate anymore as
      the t3editor uses SCRIPT_NAME to decide whether
      to load itself.
      
      Solution is to use the module param for the
      decision now.
      
      Change-Id: I812442a46a898cc495f84ad22ca6ae2d33b454cf
      Fixes: #38107
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12125
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      9de5ab86
    • Susanne Moog's avatar
      [FEATURE] Use mod dispatcher for the indexed_search extension · d18cfb61
      Susanne Moog authored
      Use the backend module dispatcher for the
      indexed_search extension.
      
      Change-Id: Ie2f925888100f254622e32df777f2e49b469b431
      Resolves: #38109
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12123
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Oliver Hader
      Reviewed-by: Oliver Klee
      Reviewed-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      d18cfb61
    • Christian Kuhn's avatar
      [TASK] Split t3lib/config_default.php code into functions · 87ce64c8
      Christian Kuhn authored
      Step to a cleaner bootstrap in config_default.php: Split the
      code segments into functions and call them. Do not worry about lots
      of global functions, they will be moved to the bootstrap classes
      with the next patches.
      
      Change-Id: I0e00ad575d081688e0dcee58a7293d523a5d999a
      Resolves: #38106
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12118
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Tested-by: Susanne Moog
      Reviewed-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      87ce64c8
    • Christian Kuhn's avatar
      [TASK] Raise extbase submodule pointer · 227c539f
      Christian Kuhn authored
      Change-Id: I57fb9ef9f3c351612a1cc17ef8151c6535e57872
      Reviewed-on: http://review.typo3.org/12124
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      227c539f
  2. Jun 15, 2012
    • Helmut Hummel's avatar
      [BUGFIX] Remove bogus template in template analyzer · b3bba722
      Helmut Hummel authored
      Since the implementation of #22169 a bogus template icon 
      appeared in the template analyzer.
      This is because the call to processTemplate was accidentally 
      moved outside the if construct which checks if there are 
      ext_typoscript_*.txt files for the extensions.
      
      Change-Id: Ib3de6000df411ee4cb3bbd88f38514d5fcc6653e
      Fixes: #38104
      Releases: 4.6, 4.7, 6.0
      Reviewed-on: http://review.typo3.org/12113
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      b3bba722
    • Susanne Moog's avatar
      [FEATURE] Use mod dispatcher for opendocs extension · 64bfd7d1
      Susanne Moog authored
      Use the backend module dispatcher for the
      opendocs extension.
      
      Added an index.php that redirects to
      alt_doc.php which contains the logic.
      
      Change-Id: I2a939cfe5f48d760718a0ae330abdc0e75cda135
      Resolves: #38102
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12109
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      64bfd7d1
    • Susanne Moog's avatar
      [FEATURE] Use mod dispatcher for tstemplate extensions · 9cf9591c
      Susanne Moog authored
      Use the backend module dispatcher for the
      tstemplate, tstemplate_analyzer, tstemplate_info,
      tstemplate_objbrowser extensions.
      
      Change-Id: I850e54c1948105c80f8221f43a96a128f10fa452
      Resolves: #38093
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12099
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      9cf9591c
    • Oliver Hader's avatar
      [TASK] Streamline naming of Typo3_Bootstrap · 8e400277
      Oliver Hader authored
      Streamline naming of Typo3_Bootstrap and location of files to be
      in typo3/Classes/Bootstrap/
      
      Change-Id: I063ab9b3a337dce3ffc795be1c81429468a855d7
      Resolves: #38089
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12103
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      8e400277
    • Oliver Hader's avatar
      Revert "[TASK] Streamline typo3/classes naming" · 603b7321
      Oliver Hader authored
      This reverts commit 32c37eb6.
      
      Change-Id: Ibc36f5631f12b8cfed759aa6e676f48dc179b1b3
      Related: #38087
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12106
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      603b7321
    • Susanne Moog's avatar
      [FEATURE] Use mod dispatcher for setup extension · 5c3e82a7
      Susanne Moog authored
      Use the backend module dispatcher for the
      setup (user settings) extension.
      
      Change-Id: I3b5d3c0a2d1b331e22f6389ed147c43303364cf6
      Resolves: #38096
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12102
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      5c3e82a7
    • Oliver Hader's avatar
      [TASK] Streamline typo3/classes naming · 32c37eb6
      Oliver Hader authored
      Streamline typo3/classes naming to be typo3/Classes
      
      Change-Id: I688e3405120177ee85ef6519881f7c3dec59d210
      Resolves: #38087
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12096
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      32c37eb6
    • Stefan Galinski's avatar
      [BUGFIX] Non-pagetree context menus broken · f9de285e
      Stefan Galinski authored
      Change-Id: If5b4dd3d2b61e046f5657a8899f6c66b961c790e
      Fixes: #37353
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12038
      Reviewed-by: Oliver Klee
      Reviewed-by: Wouter Wolters
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      f9de285e
    • Christian Kuhn's avatar
      [TASK] Move default TYPO3_CONF_VARS from config_default to own file · 038f9511
      Christian Kuhn authored
      Change-Id: I5f563622cb3973ad139194df3fab51a8aadf8a2f
      Resolves: #38092
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12098
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      038f9511
    • Susanne Moog's avatar
      [FEATURE] Use mod dispatcher for cshmanual · 0c8187d6
      Susanne Moog authored
      Use the backend module dispatcher for the
      cshmanual extension.
      
      Change-Id: I8333b488f61c30c4c1fe75a2c2e409ce616e216b
      Resolves: #38090
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12095
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      0c8187d6
    • Christian Kuhn's avatar
      [TASK] Remove TYPO3_tables_script and handling · b964dad7
      Christian Kuhn authored
      The definition of constant TYPO3_tables_script in localconf.php allows to
      set a different path to the basic tca definitions than the default
      t3lib/stddb/tables.php. This was never recommended and there is a
      preferred way to overload the default file with a "extTablesDef" script.
      
      Since the TYPO3_tables_script was probably never used by anyone,
      is hidden, underdocumentated and not very useful, the functionality is
      now removed without substitution.
      
      Change-Id: Ie780f56c6ae31f581c286a959168b719b1106079
      Releases: 6.0
      Resolves: #38081
      Reviewed-on: http://review.typo3.org/12093
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Wouter Wolters
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      b964dad7
    • Helmut Hummel's avatar
      [TASK] Replace duplicate code with a bootstrap method call · 3a6e8032
      Helmut Hummel authored
      The ext_tables inclusion hook has been moved to a
      method in the bootstrap class. Use this bootstrap method
      instead of duplicating the hook code in several places.
      
      Branches: 6.0
      Resolves: #38078
      
      Change-Id: I0713ecf9f18c01b785055222abb3e136c876ece4
      Reviewed-on: http://review.typo3.org/12091
      Reviewed-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      3a6e8032
    • Susanne Moog's avatar
      [FEATURE] Use mod dispatcher for tsconfig_help · de4d0e74
      Susanne Moog authored
      Use the backend module dispatcher for the
      tsconfig_help extension.
      
      Change-Id: I96fbe53025318601b1db113039091be545b6036e
      Resolves: #38080
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12090
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      de4d0e74
    • Felix Kopp's avatar
      [TASK] EXT: viewpage: Reload button · e80e9216
      Felix Kopp authored
      The reload button in DocHeader within the viewpage backend module
      should not reload the whole content area but only the iframe location.
      
      Change-Id: I03e2e6fe0b1be07465035f8e19da931515bb767c
      Fixes: #37916
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11946
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      e80e9216
    • Ludwig Rafelsberger's avatar
      [TASK] Fix CGL violations against DoubleQuoteUsage · 65eb72e0
      Ludwig Rafelsberger authored
      Change-Id: I8a61df7ae9db8c5596dcb956d15a6b344d5b70d9
      Resolves:#38059
      Releases:6.0
      Reviewed-on: http://review.typo3.org/12075
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      65eb72e0
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in typo3/ · efa837c8
      Wouter Wolters authored
      Clean up phpDoc comments for the following classes:
      
      * typo3/index.php
      * typo3/index_re.php
      * typo3/init.php
      * typo3/listframe_loader.php
      * typo3/login_frameset.php
      * typo3/logout.php
      * typo3/mod.php
      * typo3/move_el.php
      
      Clean up provides:
      
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I330e941921ba7b718d084d0e21463ebc31f296b5
      Resolves: #37971
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12000
      Reviewed-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      efa837c8
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in typo3/sysext/ · 54ab6f3f
      Wouter Wolters authored
      Clean up phpDoc comments for the following classes:
      
      * typo3/sysext/cms/tslib/content/class.tslib_content_imagetext.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_loadregister.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_media.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_multimedia.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_offsettable.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_quicktimeobject.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_records.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_restoreregister.php
      * typo3/sysext/cms/tslib/content/
      	class.tslib_content_scalablevectorgraphics.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_searchresult.php
      * typo3/sysext/cms/tslib/content/
      	class.tslib_content_shockwaveflashobject.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_template.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_text.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_user.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_userinternal.php
      
      Clean up provides:
      
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I33fec7cd9ca9a10c760b519db2980b8a667b2830
      Resolves: #38061
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12073
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      54ab6f3f
  3. Jun 14, 2012
    • Lorenz's avatar
      [BUGFIX] Fix refactoring regression in imagecopyresized · 6bc116e7
      Lorenz authored
      t3lib_stdGraphic::imagecopyresized was refactored to make it
      unit-testable in #26660. This change had a regression. When GIFBUILDER
      is used with a mask, the mask is copied to the mask instead of the
      source image.
      
      Change-Id: Ice2a1cf86f36aed7b429fccd28563782e65966a4
      Releases: 4.7, 6.0
      Fixes: #36947
      Reviewed-on: http://review.typo3.org/11984
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Florian Zimmermann
      Tested-by: Florian Zimmermann
      Reviewed-by: Andreas Bouche
      Tested-by: Andreas Bouche
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      6bc116e7
    • Roland Waldner's avatar
      [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/ · 1f857365
      Roland Waldner authored
      Change-Id: Id806a15491fabd2c61dc0ced44a3ca2adeeb89fb
      Resolves: #37974
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12003
      Reviewed-by: Oliver Klee
      Reviewed-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      1f857365
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in typo3/sysext/ · 801cdf00
      Wouter Wolters authored
      Clean up phpDoc comments for the following classes:
      
      * typo3/sysext/about/interfaces/interface.tx_about_customsections.php
      * typo3/sysext/aboutmodules/class.tx_aboutmodules_functions.php
      * typo3/sysext/adodb/checkconnectionwizard.php
      * typo3/sysext/adodb/class.tx_adodb_tceforms.php
      * typo3/sysext/adodb/ext_localconf.php
      * typo3/sysext/adodb/locallang_datasource_config.xlf
      * typo3/sysext/adodb/locallang_wizard.xlf
      * typo3/sysext/cms/classes/class.tx_cms_backendlayout.php
      * typo3/sysext/cms/layout/class.tx_cms_layout.php
      * typo3/sysext/cms/layout/interfaces/
      	interface.tx_cms_layout_tt_content_drawitemhook.php
      * typo3/sysext/cms/layout/res/typo3.pageModule.js
      
      Clean up provides:
      
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I237ae69a1669b6b830680f527cf19f618c38c810
      Resolves: #38056
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12068
      Reviewed-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      801cdf00
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in typo3/sysext/ · d31386fe
      Wouter Wolters authored
      Clean up phpDoc comments for the following classes:
      
      * typo3/sysext/cms/tslib/content/class.tslib_content_abstract.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_case.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_cleargif.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_columns.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_content.php
      * typo3/sysext/cms/tslib/content/
      	class.tslib_content_contentobjectarray.php
      * typo3/sysext/cms/tslib/content/
      	class.tslib_content_contentobjectarrayinternal.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_contenttable.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_editpanel.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_file.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_files.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_flowplayer.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_fluidtemplate.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_form.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_hierarchicalmenu.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_horizontalruler.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_image.php
      * typo3/sysext/cms/tslib/content/class.tslib_content_imageresource.php
      
      Clean up provides:
      
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I2a6c88091a5f45c9a8a765e2ef6b43e562a83145
      Resolves: #38058
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12072
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      d31386fe
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in typo3/sysext/ · a75b8342
      Wouter Wolters authored
      Clean up phpDoc comments for the following classes:
      
      * typo3/sysext/cms/layout/conf.php
      * typo3/sysext/cms/layout/db_layout.php
      * typo3/sysext/cms/layout/db_new_content_el.php
      * typo3/sysext/cms/layout/wizard_backend_layout.php
      
      Clean up provides:
      
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I685ede5314f7c603288a4be297a2a946e545addd
      Resolves: #38057
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12071
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      a75b8342
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in typo3/ · 23d029ac
      Wouter Wolters authored
      Clean up phpDoc comments for the following classes:
      
      * typo3/view_help.php
      * typo3/wizard_colorpicker.php
      * typo3/wizard_edit.php
      * typo3/wizard_forms.php
      * typo3/wizard_list.php
      * typo3/wizard_rte.php
      * typo3/wizard_table.php
      * typo3/wizard_tsconfig.php
      
      Clean up provides:
      
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: Ia5f7b719d9365dcdd8f4d6d3401eecb6ce88ab92
      Resolves: #37980
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12010
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      23d029ac
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in typo3/ · 0c2caac6
      Wouter Wolters authored
      Clean up phpDoc comments for the following classes:
      
      * typo3/class.webpagetree.php
      * typo3/cleaner_check.sh
      * typo3/cleaner_fix.sh
      * typo3/cli_dispatch.phpsh
      * typo3/db_new.php
      * typo3/dummy.php
      * typo3/file_edit.php
      * typo3/file_newfolder.php
      * typo3/file_rename.php
      * typo3/file_upload.php
      
      Clean up provides:
      
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: Ia91597115348f3ce72c1b2ac991344f9eaf3f445
      Resolves: #37968
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11999
      Reviewed-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      0c2caac6
    • Roland Waldner's avatar
      [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext "cms" · c4e549f1
      Roland Waldner authored
      Change-Id: I938b2f4780bd1a307105f3b48ca93757171de548
      Resolves: #37964
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11998
      Reviewed-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      c4e549f1
    • Roland Waldner's avatar
      [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext lowlevel · 4fdf21cb
      Roland Waldner authored
      Change-Id: I01c2bec418bb507a81550277e143e1d4115c8eda
      Resolves: #37978
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12008
      Reviewed-by: Oliver Klee
      Reviewed-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      4fdf21cb
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in typo3/ · 378f4a2e
      Wouter Wolters authored
      Clean up phpDoc comments for the following classes:
      
      * typo3/show_item.php
      * typo3/show_rechis.php
      * typo3/tce_db.php
      * typo3/tce_file.php
      * typo3/template.php
      * typo3/thumbs.php
      * typo3/wizard_add.php
      
      Clean up provides:
      
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I2c15c4aef382389d4f4105dd352ca48bcaa80a95
      Resolves: #37975
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12005
      Reviewed-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      378f4a2e
    • Roland Waldner's avatar
      [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext impexp · 7b24f4ea
      Roland Waldner authored
      Change-Id: I026de405b5b3c704b24a3b8eaec00d420f7cc0e8
      Resolves: #37976
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12006
      Reviewed-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      7b24f4ea
    • Roland Waldner's avatar
      [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext install · cdcd2e78
      Roland Waldner authored
      Change-Id: I1bcaa9c976925445413a348eb67844d0a184f982
      Resolves: #37977
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12007
      Reviewed-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      cdcd2e78
    • Roland Waldner's avatar
      [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/ · e56608fb
      Roland Waldner authored
      Change-Id: I2c01fbf6a18b672eae51e4aea8b65a8182bd770d
      Resolves: #37972
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12001
      Reviewed-by: Stefan Galinski
      Tested-by: Stefan Galinski
      Reviewed-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      e56608fb
    • Ludwig Rafelsberger's avatar
      [TASK] Fix CGL violations against DoubleQuoteUsage · e40caded
      Ludwig Rafelsberger authored
      There are some other CGL violations beside DoubleQuoteUsageNotRequired
      in the affected files.
      
      Change-Id: I84931e4705a5da43b1f8396ad94862819a4036a4
      Resolves: #38027
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12042
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      e40caded
    • Ludwig Rafelsberger's avatar
      [TASK] Fix CGL violations against DoubleQuoteUsage · 257010c0
      Ludwig Rafelsberger authored
      Some violations against other CGL rules have been fixed as well.
      
      Change-Id: I952218d140f559d0d90d4fc070f8de5820134461
      Resolves: #38027
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12041
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      257010c0