Skip to content
Snippets Groups Projects
  1. Mar 17, 2018
  2. Sep 18, 2017
  3. Mar 28, 2017
  4. Aug 30, 2016
  5. Oct 09, 2015
  6. Jul 14, 2015
  7. Jul 03, 2015
  8. Feb 28, 2015
  9. Dec 17, 2014
  10. Dec 13, 2014
  11. Nov 21, 2014
  12. Nov 13, 2014
  13. Oct 28, 2014
  14. Jun 22, 2014
    • Michael Schams's avatar
      [TASK] Re-work/simplify copyright header in PHP files - Part 8 · bde6364c
      Michael Schams authored
      This patch replaces the copyright/license header in PHP files with a
      new, simplified one. The new header does not show the year figure, nor
      an author name, and refers to the LICENSE.txt file for the full
      copyright information. License is: GPL2 or any later version.
      
      This is a multi-part commit due to the huge number of changed files.
      See issue #59784 for further details.
      
      Resolves: #59784
      Releases: 6.3, 6.2
      Change-Id: I1eacf9bf4537776e850d091d9d50bc72f8c2b20d
      Reviewed-on: https://review.typo3.org/31029
      Reviewed-by: Krzysztof Adamczyk
      Tested-by: Krzysztof Adamczyk
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      bde6364c
  15. Mar 16, 2014
    • Christian Kuhn's avatar
      [BUGFIX] Tests: Incomplete mock of $GLOBALS['TYPO3_DB'] · 9cdedd07
      Christian Kuhn authored
      Still some unit tests rely on TYPO3_DB, mostly through the extbase
      object manager. The patch fixes most occurrences and skips two
      complex tests that should be moved to functional tests later.
      
      This should be the final patch for tests accessing TYPO3_DB.
      
      Change-Id: I8deb0fb9c13b47c8ce4262f041744def9e6b0e79
      Resolves: #56947
      Related: #51436
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/28431
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      9cdedd07
  16. Feb 01, 2014
    • Jo Hasenau's avatar
      [TASK] Use (int) instead of intval() or (integer) · 9646d26b
      Jo Hasenau authored
      This patch replaces most of around 1600 occurrences of
      intval() and every (integer) in the whole core.
      Additionally it changes GeneralUtility::intExplode to use references
      and typecasting as well.
      Some occurrences of strstr() together with intval() have been replaced
      with strpos() as well.
      And some superfluous intval calls have been removed or reduced
      to a single one i.e. for protected variables or before loops.
      Patch updated after Core CGL decision from 30.01.2014
      
      Resolves: #54265
      Releases: 6.2
      Change-Id: Iba57ffad1f4233ffa1a9f7d3ca5bfe9d2b53f1e8
      Reviewed-on: https://review.typo3.org/26740
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      9646d26b
  17. Jan 13, 2014
  18. Oct 01, 2013
    • Christian Kuhn's avatar
      [TASK] Remove closing PHP tags · 77f29a3c
      Christian Kuhn authored
      Change-Id: Iaa92566c53301e49396fc9fb26b0b339c48d567b
      Resolves: #52360
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/24212
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Ernesto Baschny
      Tested-by: Ernesto Baschny
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      77f29a3c
  19. Sep 09, 2013
    • arjenhoekema's avatar
      [BUGFIX] Extbase scheduler task serialization · 5e98799a
      arjenhoekema authored
      When using Command Controllers as scheduled tasks the Extbase
      Scheduled Task is serialized. Some singleton properties like
      'objectManager', 'commandManager' and 'taskExecutor' are serialized
      leading to duplicates of this objects.
      
      Added magic "__sleep" and "__wakeup" methods destructing and
      re-constructing the above objects.
      
      Resolves: #50723
      Releases: 6.2, 6.1, 6.0
      Change-Id: I0a84487a1d8885f75dd4b4eaf004bb0dc93645c2
      Reviewed-on: https://review.typo3.org/23634
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Philipp Gampe
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      5e98799a
  20. Apr 23, 2013
  21. Apr 01, 2013
  22. Jan 20, 2013
  23. Dec 11, 2012
  24. Nov 20, 2012
  25. Nov 08, 2012
  26. Oct 29, 2012
  27. Sep 18, 2012
  28. Aug 25, 2012
  29. Oct 17, 2012
  30. Jan 17, 2012
    • Claus Due's avatar
      [FEATURE] Run CommandController commands through Scheduler · c639c6e8
      Claus Due authored
      This feature allows any Extbase CommandController command to be
      executed through the scheduler. Argument values are fully supported
      and both action and argument names can be translated through
      locallang. Task name and arguments are displayed in the Task
      overview.
      
      Change-Id: I91cf580db97da50fb34d8f9c64b453d96b21f303
      Resolves: #32107
      c639c6e8