Skip to content
Snippets Groups Projects
  1. Jun 12, 2012
  2. Jun 11, 2012
  3. Jun 10, 2012
    • Tolleiv Nietsch's avatar
      [TASK] Add unit tests for GET/POST input related methods in t3lib_div · c1103a68
      Tolleiv Nietsch authored
      Adds tests for _GP, _GPmerged, _GET, _POST and _GETset.
      
      Change-Id: I27b8db55d76b560854700baf518c686254c951ae
      Resolves: #37355
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11362
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Mattias Nilsson
      Tested-by: Mattias Nilsson
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Oliver Klee
      Tested-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      c1103a68
    • Roland Waldner's avatar
      [TASK] Reduce CGL violations DoubleQuoteUsageNotRequired in /typo3/ · 47f22af4
      Roland Waldner authored
      There are violations against the CGL rule "DoubleQuoteUsageNotRequired" in
      /typo3/ (not: /typo3/sysest/).
      
      These will be reduced.
      
      Change-Id: I5448388752de47d381c9a6be6b7df6bef4ebf0ba
      Resolves: #37690
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11797
      Reviewed-by: Oliver Klee
      Tested-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      47f22af4
    • Wouter Wolters's avatar
      [TASK] CGL violations DoubleQuoteUsage in t3lib/ · 924e112b
      Wouter Wolters authored
      There are some violations against the CGL rule
      "DoubleQuoteUsage" in /t3lib/. These will be
      reduced by this commit.
      
      Change-Id: I8c133a0ab6cd0638ef79148cabad378b04c985fe
      Resolves: #37495
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11633
      Reviewed-by: Oliver Klee
      Tested-by: Oliver Klee
      Reviewed-by: Roland Waldner
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      924e112b
    • Roland Waldner's avatar
      [TASK] CGL FunctionCallArgumentSpacingNoSpace in fe_adminLib.inc · 68781dce
      Roland Waldner authored
      There are CGL violations against
      FunctionCallArgumentSpacingNoSpaceAfterComma in
      typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc.
      
      These will be reduced.
      
      Change-Id: I977b2b328875d0317a351558de33d5c6568f60e3
      Resolves: #37774
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11841
      Reviewed-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      68781dce
    • Ingo Pfennigstorf's avatar
      [TASK] Increase readability of CLI messages · bdaa1709
      Ingo Pfennigstorf authored
      Increase the readability of CLI messages when calling them on the
      command line.
      This improvement displays more human readable messages to a CLI
      user when calling the cli_dispatcher with wrong or no arguments
      leaving out technical details like "array" and the array keys.
      
      The keys are also sorted alphabetically.
      
      Change-Id: I62f41f333cf52e46836aeef105021eb571c09110
      Fixes: #37713
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11809
      Reviewed-by: Oliver Klee
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Ingo Pfennigstorf
      Tested-by: Ingo Pfennigstorf
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      bdaa1709
    • Felix Kopp's avatar
      [TASK] CGL: fix FunctionCallArgumentSpacingNoSpaceAfterComma violations · 185297b6
      Felix Kopp authored
      Adds spaces to function definition where needed.
      
      Change-Id: I3265a0fa9a82da91babfd8b87f0019e785f1574b
      Fixes: #37709
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11807
      Reviewed-by: Wouter Wolters
      Reviewed-by: Oliver Klee
      Reviewed-by: Roland Waldner
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      185297b6
  4. Jun 09, 2012
  5. Jun 06, 2012
  6. Jun 05, 2012
  7. Jun 04, 2012
    • Nicole Cordes's avatar
      [BUGFIX] TCEForms.Suggest wizard in IRRE records · ee53e851
      Nicole Cordes authored
      Currently suggest wizards don't work in IRRE records. This is because of
      the missing javascript functions. IRRE elements are post loaded and
      wirzards are not known on loading the parent form.
      
      Change-Id: Id1c23d7e53c4e8499f13bb1776bf76c960995b04
      Fixes: #27020
      Releases: 6.0, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/10831
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      ee53e851
  8. Jun 03, 2012
  9. Jun 01, 2012
    • Roland Waldner's avatar
      [TASK] Fix CGL violations against InlineCommentWrongStyle · 1b738d21
      Roland Waldner authored
      There are violations against the CGL rule "InlineCommentWrongStyle".
      
      These will be fixed.
      
      Change-Id: I346022ff6aecf15a8a55b7dda09711a116f4e2b1
      Resolves: #37687
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11796
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      1b738d21
    • Roland Waldner's avatar
      [TASK] Reduce CGL violations OpeningFunctionBraceKernighanRitchieSpace · 7f5498b0
      Roland Waldner authored
      There are violations against the CGL rule
      "OpeningFunctionBraceKernighanRitchieSpaceBeforeBrace".
      
      These will be reduced.
      
      Change-Id: I69a0f6025e011dd54a106d71523a7a3547ea8b52
      Resolves: #37693
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11798
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      7f5498b0
    • Wouter Wolters's avatar
      [TASK] Clean up the phpDoc of t3lib/interfaces/ · 76151f68
      Wouter Wolters authored
      Clean up the phpDoc of t3lib/interfaces/
      
      So I made a patch doing mostly:
      
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      * CGLify method signatures (the first line of the method)
      
      Change-Id: I9070491fd9c1ee3bc77d88d1f50cbefb106a3ed9
      Resolves: #37620
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11756
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      76151f68
    • Wouter Wolters's avatar
      [TASK] Clean up the phpDoc of t3lib/thumbs.php · bf14350f
      Wouter Wolters authored
      Clean up the phpDoc of t3lib/thumbs.php
      
      So I made a patch doing mostly:
      
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      * CGLify method signatures (the first line of the method)
      
      Change-Id: I28c28e6dd6727e4a475fb178a523d57fe15076b9
      Resolves: #37697
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11799
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      bf14350f
    • Roland Waldner's avatar
      [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/s*/ · cb28d9cd
      Roland Waldner authored
      There are violations against the CGL rule
      "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/s*/.
      These will be reduced by this commit.
      
      Change-Id: I1154c44addad3a5e60c09e26234af88e80a81680
      Resolves: #37649
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11769
      Reviewed-by: Wouter Wolters
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      cb28d9cd
    • Wouter Wolters's avatar
      [TASK] Clean up phpDoc comments in t3lib classes · 12ba71ce
      Wouter Wolters authored
      Clean up phpDoc comments for the following classes:
      
      * t3lib/collection/AbstractRecordCollection.php
      * t3lib/collection/RecordCollectionRepository.php
      * t3lib/collection/StaticRecordCollection.php
      * t3lib/collection/interfaces/interface.t3lib_collection_collection.php
      * t3lib/collection/interfaces/interface.t3lib_collection_editable.php
      * t3lib/collection/interfaces/interface.t3lib_collection_nameable.php
      * t3lib/collection/interfaces/interface.t3lib_collection_persistable.php
      * t3lib/collection/interfaces/
        interface.t3lib_collection_recordcollection.php
      * t3lib/collection/interfaces/interface.t3lib_collection_sortable.php
      * t3lib/contextmenu/class.t3lib_contextmenu_abstractdataprovider.php
      * t3lib/contextmenu/extdirect/
        class.t3lib_contextmenu_extdirect_contextmenu.php
      * t3lib/contextmenu/pagetree/extdirect/
        class.t3lib_contextmenu_pagetree_extdirect_contextmenu.php
      * t3lib/contextmenu/renderer/
        class.t3lib_contextmenu_renderer_abstract.php
      * t3lib/db/class.t3lib_db_preparedstatement.php
      
      Clean up provides:
      
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      
      Change-Id: I88a02a918318894bc83656a2af6f11768fe9d917
      Resolves: #37659
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11776
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      12ba71ce
    • Roland Waldner's avatar
      [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/w*/ · a42a6092
      Roland Waldner authored
      There are violations against the CGL rule
      "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/w*/.
      These will be reduced by this commit.
      
      Change-Id: Ib96159df303dec07fde33c68e6a112665f69bd9c
      Resolves: #37652
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11772
      Reviewed-by: Wouter Wolters
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      a42a6092
    • Roland Waldner's avatar
      [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/t*/ · 4bb34ebf
      Roland Waldner authored
      There are violations against the CGL rule
      "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/t*/.
      
      These will be reduced by this commit.
      
      Change-Id: Ic710ba752280508baf97827b1c26110df5b42ef4
      Resolves: #37650
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11770
      Reviewed-by: Wouter Wolters
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      4bb34ebf
    • Roland Waldner's avatar
      [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/l*/ · 068d2608
      Roland Waldner authored
      There were violations against the CGL rule
      "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/l*/.
      These will be reduced by this commit.
      
      Change-Id: I248e1214cdd3e4cbe5bac97c71867315ad9ee054
      Resolves: #37583
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11700
      Reviewed-by: Oliver Klee
      Reviewed-by: Wouter Wolters
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      068d2608
    • Wouter Wolters's avatar
      [TASK] Clean up the phpDoc of t3lib/l10n/ · be8f32e0
      Wouter Wolters authored
      Clean up the phpDoc of t3lib/l10n/
      
      So I made a patch doing mostly:
      
      * Provide correct parameter names in phpDoc
      * Provide correct data types in phpDoc
      * CGLify phpDoc (remove tabs)
      * CGLify method signatures (the first line of the method)
      
      Change-Id: I2bbdeab574f7c2a4e8595e2dc872a4dff182228c
      Resolves: #37616
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11743
      Reviewed-by: Oliver Klee
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      be8f32e0